Trace number 3317722

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4800.07 1254.67

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.67	c INFO: solving HOME/instance-3317722-1304267445.cnf
0.32/0.67	c INFO: computing task features
2.20/2.58	c INFO: computed variable-clause graph statistics
2.30/2.66	c INFO: computed clause balance statistics
12.10/12.49	c INFO: computed variable balance statistics
19.50/19.85	c INFO: computed small-clause counts
19.70/20.01	c INFO: computed Horn-clause counts
67.90/68.22	c INFO: computed variable graph statistics
67.90/68.22	c INFO: collected features for HOME/instance-3317722-1304267445.cnf in 67.50 s
67.90/68.24	c INFO: running lingeling-276@0 for 97 with 4732 remaining (b = 0.56)
67.90/68.27	c INFO: running cryptominisat-2.9.0@0 for 485 with 4732 remaining (b = 0.42)
67.90/68.29	c INFO: running lingeling-276@0 for 1261 with 4732 remaining (b = 0.53)
67.99/68.32	c INFO: running cryptominisat-2.9.0@0 for 485 with 4732 remaining (b = 0.34)
467.39/168.39	c INFO: running lingeling-276@0 for 97 with 4632 remaining (b = 0.13)
847.55/263.52	c INFO: running lingeling-276@94 for 97 with 4537 remaining (b = 0.13)
1251.31/364.66	c INFO: running lingeling-276@195 for 388 with 4436 remaining (b = 0.25)
2012.50/555.20	c INFO: running SApperloT@0 for 97 with 4245 remaining (b = 0.36)
2025.28/558.47	c INFO: running cryptominisat-2.9.0@0 for 97 with 4242 remaining (b = 0.12)
2412.26/655.36	c INFO: running precosat-570@0 for 388 with 4145 remaining (b = 0.25)
2424.19/658.36	c INFO: running lingeling-276@0 for 194 with 4142 remaining (b = 0.14)
2805.90/754.15	c INFO: running cryptominisat-2.9.0@99 for 1843 with 4046 remaining (b = 0.48)
3206.31/854.67	c INFO: running lingeling-276@388 for 97 with 3946 remaining (b = 0.04)
3609.54/955.83	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3844 remaining (b = 0.49)
3980.45/1048.93	c INFO: running cryptominisat-2.9.0@99 for 388 with 3751 remaining (b = 0.24)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317722-1304267445/watcher-3317722-1304267445 -o /tmp/evaluation-result-3317722-1304267445/solver-3317722-1304267445 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317722-1304267445.cnf -seed 2121985107 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.95 2.83 1.05 6/193 9680
/proc/meminfo: memFree=25065304/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/9680/stat : 9680 (python) S 9678 9680 9574 0 -1 4202496 732 0 0 0 0 0 0 0 17 0 1 0 538342698 15548416 621 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/9680/statm: 3796 621 322 364 0 283 0

[startup+0.101978 s]
/proc/loadavg: 6.95 2.83 1.05 6/193 9680
/proc/meminfo: memFree=25065304/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=91824 CPUtime=0.05 cores=0,2,4,6
/proc/9680/stat : 9680 (python) R 9678 9680 9574 0 -1 4202496 2677 0 0 0 4 1 0 0 17 0 1 0 538342698 94027776 2393 33554432000 4194304 5683644 140735967710512 18446744073709551615 232330968711 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9680/statm: 23489 2398 757 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91824

[startup+0.200941 s]
/proc/loadavg: 6.95 2.83 1.05 6/193 9680
/proc/meminfo: memFree=25065304/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=124232 CPUtime=0.11 cores=0,2,4,6
/proc/9680/stat : 9680 (python) S 9678 9680 9574 0 -1 4202496 4264 0 1 0 8 3 0 0 17 0 1 0 538342698 127213568 3872 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/9680/statm: 31058 3872 996 364 0 2869 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124232

[startup+0.300925 s]
/proc/loadavg: 6.95 2.83 1.05 6/193 9680
/proc/meminfo: memFree=25065304/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/9680/stat : 9680 (python) S 9678 9680 9574 0 -1 4202496 5962 935 1 0 13 4 0 0 17 0 1 0 538342698 139005952 4150 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335888389 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/9680/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700837 s]
/proc/loadavg: 6.95 2.83 1.05 6/193 9680
/proc/meminfo: memFree=25065304/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=290264 CPUtime=0.39 cores=0,2,4,6
/proc/9680/stat : 9680 (python) R 9678 9680 9574 0 -1 4202496 12196 935 1 0 30 9 0 0 16 0 1 0 538342698 297230336 9880 33554432000 4194304 5683644 140735967710512 18446744073709551615 4942037 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9680/statm: 72566 9880 1761 364 0 8490 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 290264

[startup+1.50073 s]
/proc/loadavg: 6.95 2.83 1.05 7/199 9690
/proc/meminfo: memFree=24935924/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=343404 CPUtime=1.2 cores=0,2,4,6
/proc/9680/stat : 9680 (python) R 9678 9680 9574 0 -1 4202496 25144 935 1 0 109 11 0 0 17 0 1 0 538342698 351645696 22828 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9680/statm: 85851 22828 1761 364 0 21775 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 343404

[startup+3.10045 s]
/proc/loadavg: 6.95 2.83 1.05 7/199 9690
/proc/meminfo: memFree=24844296/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=399140 CPUtime=2.8 cores=0,2,4,6
/proc/9680/stat : 9680 (python) R 9678 9680 9574 0 -1 4202496 53002 935 1 0 266 14 0 0 19 0 1 0 538342698 408719360 37170 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335547542 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9680/statm: 99785 37170 1826 364 0 35709 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 399140

[startup+6.30088 s]
/proc/loadavg: 6.87 2.88 1.08 7/199 9691
/proc/meminfo: memFree=24668968/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=399140 CPUtime=6 cores=0,2,4,6
/proc/9680/stat : 9680 (python) R 9678 9680 9574 0 -1 4202496 53002 935 1 0 586 14 0 0 25 0 1 0 538342698 408719360 37170 33554432000 4194304 5683644 140735967710512 18446744073709551615 47185187303459 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9680/statm: 99785 37170 1826 364 0 35709 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 399140

[startup+12.7007 s]
/proc/loadavg: 6.80 2.93 1.10 6/199 9691
/proc/meminfo: memFree=24597348/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=399140 CPUtime=12.4 cores=0,2,4,6
/proc/9680/stat : 9680 (python) R 9678 9680 9574 0 -1 4202496 53003 935 1 0 1226 14 0 0 25 0 1 0 538342698 408719360 37171 33554432000 4194304 5683644 140735967710512 18446744073709551615 4314387 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9680/statm: 99785 37171 1827 364 0 35709 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 399140

[startup+25.5005 s]
/proc/loadavg: 6.40 3.03 1.16 6/199 9691
/proc/meminfo: memFree=24600876/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=399140 CPUtime=25.2 cores=0,2,4,6
/proc/9680/stat : 9680 (python) R 9678 9680 9574 0 -1 4202496 53009 935 1 0 2506 14 0 0 25 0 1 0 538342698 408719360 37177 33554432000 4194304 5683644 140735967710512 18446744073709551615 47185187055756 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9680/statm: 99785 37177 1833 364 0 35709 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 399140

[startup+51.1009 s]
/proc/loadavg: 5.92 3.19 1.26 7/199 9692
/proc/meminfo: memFree=24577632/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=399140 CPUtime=50.8 cores=0,2,4,6
/proc/9680/stat : 9680 (python) R 9678 9680 9574 0 -1 4202496 53009 935 1 0 5066 14 0 0 25 0 1 0 538342698 408719360 37177 33554432000 4194304 5683644 140735967710512 18446744073709551615 47185187055756 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9680/statm: 99785 37177 1833 364 0 35709 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 399140

[startup+102.301 s]
/proc/loadavg: 6.93 3.86 1.59 11/211 9705
/proc/meminfo: memFree=23156464/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=431008 CPUtime=68.02 cores=0,2,4,6
/proc/9680/stat : 9680 (python) S 9678 9680 9574 0 -1 4202496 55693 935 1 0 6786 16 0 0 20 0 5 0 538342698 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9680/statm: 107752 34949 1881 364 0 43661 0
[pid=9693] ppid=9680 vsize=389996 CPUtime=0.05 cores=0,2,4,6
/proc/9693/stat : 9693 (python) S 9680 9680 9574 0 -1 4202560 993 0 0 0 2 3 0 0 18 0 1 0 538349523 399355904 33434 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912463 0 0 16781312 514 2686027741819535620 0 0 17 2 0 0 0
/proc/9693/statm: 97499 33434 382 364 0 33417 0
[pid=9695] ppid=9693 vsize=72624 CPUtime=33.99 cores=0,2,4,6
/proc/9695/stat : 9695 (lingeling) R 9693 9695 9695 0 -1 4202496 29488 0 0 0 3395 4 0 0 25 0 1 0 538349523 74366976 17326 33554432000 4194304 4352236 140736036550288 18446744073709551615 4230352 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9695/statm: 18156 17326 129 39 0 17236 0
[pid=9696] ppid=9680 vsize=400252 CPUtime=0.04 cores=0,2,4,6
/proc/9696/stat : 9696 (python) S 9680 9680 9574 0 -1 4202560 928 0 0 0 2 2 0 0 15 0 1 0 538349525 409858048 33426 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 11172520284173336836 0 0 17 4 0 0 0
/proc/9696/statm: 100063 33426 370 364 0 35978 0
[pid=9698] ppid=9696 vsize=907032 CPUtime=33.96 cores=0,2,4,6
/proc/9698/stat : 9698 (cryptominisat-2) R 9696 9698 9698 0 -1 4202496 164345 0 0 0 3373 23 0 0 25 0 1 0 538349526 928800768 159541 33554432000 4194304 4677096 140734146906736 18446744073709551615 4320275 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9698/statm: 226758 159541 471 118 0 221717 0
[pid=9699] ppid=9680 vsize=410508 CPUtime=0.03 cores=0,2,4,6
/proc/9699/stat : 9699 (python) S 9680 9680 9574 0 -1 4202560 913 0 0 0 1 2 0 0 18 0 1 0 538349528 420360192 33430 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 2686027741819535618 0 0 17 6 0 0 0
/proc/9699/statm: 102627 33430 370 364 0 38539 0
[pid=9701] ppid=9699 vsize=72628 CPUtime=33.73 cores=0,2,4,6
/proc/9701/stat : 9701 (lingeling) R 9699 9701 9701 0 -1 4202496 29013 0 0 0 3370 3 0 0 25 0 1 0 538349529 74371072 17327 33554432000 4194304 4352236 140734891524464 18446744073709551615 4286618 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9701/statm: 18157 17327 129 39 0 17237 0
[pid=9702] ppid=9680 vsize=420764 CPUtime=0.04 cores=0,2,4,6
/proc/9702/stat : 9702 (python) S 9680 9680 9574 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538349531 430862336 33434 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 2824610191679389956 0 0 17 0 0 0 0
/proc/9702/statm: 105191 33434 370 364 0 41100 0
[pid=9704] ppid=9702 vsize=889172 CPUtime=33.92 cores=0,2,4,6
/proc/9704/stat : 9704 (cryptominisat-2) R 9702 9704 9704 0 -1 4202496 167742 0 0 0 3370 22 0 0 25 0 1 0 538349531 910512128 157800 33554432000 4194304 4677096 140733641152496 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9704/statm: 222293 157800 390 118 0 217252 0
[pid=9680/tid=9694] ppid=9678 vsize=431008 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (python) S 9678 9680 9574 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538349523 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 6 0 0 0
[pid=9680/tid=9697] ppid=9678 vsize=431008 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (python) S 9678 9680 9574 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 538349526 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 4 0 0 0
[pid=9680/tid=9700] ppid=9678 vsize=431008 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9700/stat : 9700 (python) S 9678 9680 9574 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538349529 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 6 0 0 0
[pid=9680/tid=9703] ppid=9678 vsize=431008 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9703/stat : 9703 (python) S 9678 9680 9574 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538349531 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 3993984

[startup+162.301 s]
/proc/loadavg: 7.69 4.64 2.00 10/211 9707
/proc/meminfo: memFree=22287328/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=431008 CPUtime=68.02 cores=0,2,4,6
/proc/9680/stat : 9680 (python) S 9678 9680 9574 0 -1 4202496 55693 935 1 0 6786 16 0 0 20 0 5 0 538342698 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9680/statm: 107752 34949 1881 364 0 43661 0
[pid=9693] ppid=9680 vsize=389996 CPUtime=0.11 cores=0,2,4,6
/proc/9693/stat : 9693 (python) S 9680 9680 9574 0 -1 4202560 1018 0 0 0 5 6 0 0 18 0 1 0 538349523 399355904 33434 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912463 0 0 16781312 514 2686027741819535620 0 0 17 2 0 0 0
/proc/9693/statm: 97499 33434 382 364 0 33417 0
[pid=9695] ppid=9693 vsize=78716 CPUtime=93.89 cores=0,2,4,6
/proc/9695/stat : 9695 (lingeling) R 9693 9695 9695 0 -1 4202496 37659 0 0 0 9384 5 0 0 25 0 1 0 538349523 80605184 18849 33554432000 4194304 4352236 140736036550288 18446744073709551615 4208082 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9695/statm: 19679 18849 129 39 0 18759 0
[pid=9696] ppid=9680 vsize=400252 CPUtime=0.13 cores=0,2,4,6
/proc/9696/stat : 9696 (python) S 9680 9680 9574 0 -1 4202560 953 0 0 0 7 6 0 0 15 0 1 0 538349525 409858048 33426 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 11172520284173336836 0 0 17 4 0 0 0
/proc/9696/statm: 100063 33426 370 364 0 35978 0
[pid=9698] ppid=9696 vsize=1344416 CPUtime=93.86 cores=0,2,4,6
/proc/9698/stat : 9698 (cryptominisat-2) R 9696 9698 9698 0 -1 4202496 270082 0 0 0 9345 41 0 0 25 0 1 0 538349526 1376681984 251982 33554432000 4194304 4677096 140734146906736 18446744073709551615 232335589051 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9698/statm: 336104 251982 473 118 0 331063 0
[pid=9699] ppid=9680 vsize=410508 CPUtime=0.12 cores=0,2,4,6
/proc/9699/stat : 9699 (python) S 9680 9680 9574 0 -1 4202560 936 0 0 0 6 6 0 0 18 0 1 0 538349528 420360192 33430 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 2686027741819535618 0 0 17 6 0 0 0
/proc/9699/statm: 102627 33430 370 364 0 38539 0
[pid=9701] ppid=9699 vsize=93108 CPUtime=93.28 cores=0,2,4,6
/proc/9701/stat : 9701 (lingeling) R 9699 9701 9701 0 -1 4202496 38735 0 0 0 9324 4 0 0 25 0 1 0 538349529 95342592 20400 33554432000 4194304 4352236 140734891524464 18446744073709551615 4235501 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9701/statm: 23277 20400 129 39 0 22357 0
[pid=9702] ppid=9680 vsize=420764 CPUtime=0.14 cores=0,2,4,6
/proc/9702/stat : 9702 (python) S 9680 9680 9574 0 -1 4202560 939 0 0 0 7 7 0 0 15 0 1 0 538349531 430862336 33434 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 2686027741819535620 0 0 17 0 0 0 0
/proc/9702/statm: 105191 33434 370 364 0 41100 0
[pid=9704] ppid=9702 vsize=1431136 CPUtime=93.84 cores=0,2,4,6
/proc/9704/stat : 9704 (cryptominisat-2) R 9702 9704 9704 0 -1 4202496 287319 0 0 0 9344 40 0 0 25 0 1 0 538349531 1465483264 269341 33554432000 4194304 4677096 140733641152496 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9704/statm: 357784 269341 392 118 0 352743 0
[pid=9680/tid=9694] ppid=9678 vsize=431008 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (python) S 9678 9680 9574 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538349523 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 6 0 0 0
[pid=9680/tid=9697] ppid=9678 vsize=431008 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (python) S 9678 9680 9574 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 538349526 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 4 0 0 0
[pid=9680/tid=9700] ppid=9678 vsize=431008 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9700/stat : 9700 (python) S 9678 9680 9574 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538349529 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 6 0 0 0
[pid=9680/tid=9703] ppid=9678 vsize=431008 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9703/stat : 9703 (python) S 9678 9680 9574 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538349531 441352192 34949 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 443.39
Current children cumulated vsize (KiB) 4999904


################
# More data... #
################

[pid=9699] ppid=9680 vsize=410508 CPUtime=1.66 cores=0,2,4,6
/proc/9699/stat : 9699 (python) S 9680 9680 9574 0 -1 4202560 984 0 0 0 88 78 0 0 18 0 1 0 538349528 420360192 33439 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 2686027741819535618 0 0 17 6 0 0 0
/proc/9699/statm: 102627 33439 379 364 0 38539 0
[pid=9701] ppid=9699 vsize=99240 CPUtime=1171.67 cores=0,2,4,6
/proc/9701/stat : 9701 (lingeling) R 9699 9701 9701 0 -1 4202496 42318 0 0 0 117161 6 0 0 25 0 1 0 538349529 101621760 23980 33554432000 4194304 4352236 140734891524464 18446744073709551615 4327792 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9701/statm: 24810 23980 129 39 0 23890 0
[pid=9702] ppid=9680 vsize=420764 CPUtime=1.5 cores=0,2,4,6
/proc/9702/stat : 9702 (python) S 9680 9680 9574 0 -1 4202560 1177 0 0 0 83 67 0 0 15 0 2 0 538349531 430862336 33465 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9702/statm: 105191 33465 400 364 0 41100 0
[pid=9704] ppid=9702 vsize=1924012 CPUtime=986.02 cores=0,2,4,6
/proc/9704/stat : 9704 (cryptominisat-2) R 9702 9704 9704 0 -1 4202496 536589 0 0 0 98495 107 0 0 25 0 1 0 538349531 1970188288 378412 33554432000 4194304 4677096 140733641152496 18446744073709551615 4569186 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9704/statm: 481003 378412 402 118 0 475962 0
[pid=9702/tid=9723] ppid=9680 vsize=420764 CPUtime=0 cores=0,2,4,6
/proc/9702/task/9723/stat : 9723 (python) S 9680 9680 9574 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538398217 430862336 33465 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604452685775104 0 0 -1 0 0 0 0
[pid=9724] ppid=9680 vsize=431020 CPUtime=0.13 cores=0,2,4,6
/proc/9724/stat : 9724 (python) S 9680 9680 9574 0 -1 4202560 1130 0 0 0 6 7 0 0 19 0 2 0 538398219 441364480 33468 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9724/statm: 107755 33468 399 364 0 43661 0
[pid=9726] ppid=9724 vsize=70372 CPUtime=99.95 cores=0,2,4,6
/proc/9726/stat : 9726 (SApperloT-base) T 9724 9726 9726 0 -1 4202496 16863 0 0 0 9991 4 0 0 25 0 1 0 538398219 72060928 16200 33554432000 134512640 135674940 4287776656 18446744073709551615 134563972 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9726/statm: 17593 16200 100 284 0 17307 0
[pid=9724/tid=9734] ppid=9680 vsize=431020 CPUtime=0 cores=0,2,4,6
/proc/9724/task/9734/stat : 9734 (python) S 9680 9680 9574 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538408232 441364480 33468 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453985336000 0 0 -1 4 0 0 0
[pid=9728] ppid=9680 vsize=441276 CPUtime=0.48 cores=0,2,4,6
/proc/9728/stat : 9728 (python) S 9680 9680 9574 0 -1 4202560 1182 0 0 0 29 19 0 0 15 0 2 0 538398546 451866624 33472 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9728/statm: 110319 33472 399 364 0 46222 0
[pid=9730] ppid=9728 vsize=1700628 CPUtime=305.39 cores=0,2,4,6
/proc/9730/stat : 9730 (cryptominisat-2) R 9728 9730 9730 0 -1 4202496 364460 0 0 0 30482 57 0 0 25 0 1 0 538398547 1741443072 325350 33554432000 4194304 4677096 140735651017120 18446744073709551615 4317795 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9730/statm: 425157 325350 392 118 0 420116 0
[pid=9728/tid=9738] ppid=9680 vsize=441276 CPUtime=0 cores=0,2,4,6
/proc/9728/task/9738/stat : 9738 (python) S 9680 9680 9574 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538408532 451866624 33472 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453985333312 0 0 -1 0 0 0 0
[pid=9735] ppid=9680 vsize=451532 CPUtime=0.59 cores=0,2,4,6
/proc/9735/stat : 9735 (python) S 9680 9680 9574 0 -1 4202560 1154 0 0 0 34 25 0 0 19 0 2 0 538408235 462368768 33476 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9735/statm: 112883 33476 399 364 0 48783 0
[pid=9737] ppid=9735 vsize=384912 CPUtime=393.05 cores=0,2,4,6
/proc/9737/stat : 9737 (precosat) T 9735 9737 9737 0 -1 4202496 133653 0 0 0 39286 19 0 0 25 0 1 0 538408235 394149888 94876 33554432000 4194304 4890832 140736563870176 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/9737/statm: 96228 94876 86 171 0 96055 0
[pid=9735/tid=9758] ppid=9680 vsize=451532 CPUtime=0 cores=0,2,4,6
/proc/9735/task/9758/stat : 9758 (python) S 9680 9680 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538447589 462368768 33476 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453865503488 0 0 -1 4 0 0 0
[pid=9739] ppid=9680 vsize=461788 CPUtime=0.45 cores=0,2,4,6
/proc/9739/stat : 9739 (python) S 9680 9680 9574 0 -1 4202560 1206 0 0 0 26 19 0 0 18 0 2 0 538408535 472870912 33486 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9739/statm: 115447 33486 405 364 0 51344 0
[pid=9741] ppid=9739 vsize=93104 CPUtime=296.32 cores=0,2,4,6
/proc/9741/stat : 9741 (lingeling) T 9739 9741 9741 0 -1 4202496 36157 0 0 0 29624 8 0 0 25 0 1 0 538408536 95338496 20399 33554432000 4194304 4352236 140737369254944 18446744073709551615 4231337 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9741/statm: 23276 20399 129 39 0 22356 0
[pid=9739/tid=9752] ppid=9680 vsize=461788 CPUtime=0 cores=0,2,4,6
/proc/9739/task/9752/stat : 9752 (python) S 9680 9680 9574 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 538428163 472870912 33486 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453979866304 0 0 -1 0 0 0 0
[pid=9680/tid=9694] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (python) S 9678 9680 9574 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 538349523 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 6 0 0 0
[pid=9680/tid=9697] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (python) S 9678 9680 9574 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 538349526 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 4 0 0 0
[pid=9680/tid=9700] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9700/stat : 9700 (python) S 9678 9680 9574 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 538349529 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 6 0 0 0
[pid=9680/tid=9703] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9703/stat : 9703 (python) S 9678 9680 9574 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538349531 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=9680/tid=9725] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9725/stat : 9725 (python) S 9678 9680 9574 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538398219 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=9680/tid=9729] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9729/stat : 9729 (python) S 9678 9680 9574 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538398547 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=9680/tid=9736] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9736/stat : 9736 (python) S 9678 9680 9574 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 538408235 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=9680/tid=9740] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9740/stat : 9740 (python) S 9678 9680 9574 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538408535 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 10258488

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1254.6 s]
/proc/loadavg: 5.25 6.81 5.78 6/216 9796
/proc/meminfo: memFree=18446392/32951124 swapFree=67111412/67111528
[pid=9680] ppid=9678 vsize=472032 CPUtime=68.28 cores=0,2,4,6
/proc/9680/stat : 9680 (python) S 9678 9680 9574 0 -1 4202496 59593 935 1 0 6810 18 0 0 18 0 9 0 538342698 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9680/statm: 118008 34974 1890 364 0 53905 0
[pid=9693] ppid=9680 vsize=400240 CPUtime=0.93 cores=0,2,4,6
/proc/9693/stat : 9693 (python) S 9680 9680 9574 0 -1 4202560 1210 0 0 0 49 44 0 0 18 0 2 0 538349523 409845760 33473 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9693/statm: 100060 33473 416 364 0 35978 0
[pid=9695] ppid=9693 vsize=97192 CPUtime=684.92 cores=0,2,4,6
/proc/9695/stat : 9695 (lingeling) T 9693 9695 9695 0 -1 4202496 42280 0 0 0 68482 10 0 0 25 0 1 0 538349523 99524608 23468 33554432000 4194304 4352236 140736036550288 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/9695/statm: 24298 23468 129 39 0 23378 0
[pid=9693/tid=9708] ppid=9680 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/9693/task/9708/stat : 9708 (python) S 9680 9680 9574 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538359536 409845760 33473 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453865500800 0 0 -1 2 0 0 0
[pid=9696] ppid=9680 vsize=400252 CPUtime=1.16 cores=0,2,4,6
/proc/9696/stat : 9696 (python) S 9680 9680 9574 0 -1 4202560 1177 0 0 0 60 56 0 0 15 0 2 0 538349525 409858048 33457 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9696/statm: 100063 33457 400 364 0 35978 0
[pid=9698] ppid=9696 vsize=1999616 CPUtime=787.57 cores=0,2,4,6
/proc/9698/stat : 9698 (cryptominisat-2) R 9696 9698 9698 0 -1 4202496 491547 0 0 0 78650 107 0 0 25 0 1 0 538349526 2047606784 377931 33554432000 4194304 4677096 140734146906736 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9698/statm: 499904 377931 474 118 0 494863 0
[pid=9696/tid=9727] ppid=9680 vsize=400252 CPUtime=0 cores=0,2,4,6
/proc/9696/task/9727/stat : 9727 (python) S 9680 9680 9574 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538398544 409858048 33457 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604452685777792 0 0 -1 0 0 0 0
[pid=9699] ppid=9680 vsize=410508 CPUtime=1.66 cores=0,2,4,6
/proc/9699/stat : 9699 (python) S 9680 9680 9574 0 -1 4202560 984 0 0 0 88 78 0 0 18 0 1 0 538349528 420360192 33439 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 2686027741819535618 0 0 17 6 0 0 0
/proc/9699/statm: 102627 33439 379 364 0 38539 0
[pid=9701] ppid=9699 vsize=99240 CPUtime=1171.67 cores=0,2,4,6
/proc/9701/stat : 9701 (lingeling) R 9699 9701 9701 0 -1 4202496 42318 0 0 0 117161 6 0 0 25 0 1 0 538349529 101621760 23980 33554432000 4194304 4352236 140734891524464 18446744073709551615 4327792 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9701/statm: 24810 23980 129 39 0 23890 0
[pid=9702] ppid=9680 vsize=420764 CPUtime=1.5 cores=0,2,4,6
/proc/9702/stat : 9702 (python) S 9680 9680 9574 0 -1 4202560 1177 0 0 0 83 67 0 0 15 0 2 0 538349531 430862336 33465 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9702/statm: 105191 33465 400 364 0 41100 0
[pid=9704] ppid=9702 vsize=1924012 CPUtime=986.02 cores=0,2,4,6
/proc/9704/stat : 9704 (cryptominisat-2) R 9702 9704 9704 0 -1 4202496 536589 0 0 0 98495 107 0 0 25 0 1 0 538349531 1970188288 378412 33554432000 4194304 4677096 140733641152496 18446744073709551615 4569186 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9704/statm: 481003 378412 402 118 0 475962 0
[pid=9702/tid=9723] ppid=9680 vsize=420764 CPUtime=0 cores=0,2,4,6
/proc/9702/task/9723/stat : 9723 (python) S 9680 9680 9574 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538398217 430862336 33465 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604452685775104 0 0 -1 0 0 0 0
[pid=9724] ppid=9680 vsize=431020 CPUtime=0.13 cores=0,2,4,6
/proc/9724/stat : 9724 (python) S 9680 9680 9574 0 -1 4202560 1130 0 0 0 6 7 0 0 19 0 2 0 538398219 441364480 33468 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9724/statm: 107755 33468 399 364 0 43661 0
[pid=9726] ppid=9724 vsize=70372 CPUtime=99.95 cores=0,2,4,6
/proc/9726/stat : 9726 (SApperloT-base) T 9724 9726 9726 0 -1 4202496 16863 0 0 0 9991 4 0 0 25 0 1 0 538398219 72060928 16200 33554432000 134512640 135674940 4287776656 18446744073709551615 134563972 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9726/statm: 17593 16200 100 284 0 17307 0
[pid=9724/tid=9734] ppid=9680 vsize=431020 CPUtime=0 cores=0,2,4,6
/proc/9724/task/9734/stat : 9734 (python) S 9680 9680 9574 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538408232 441364480 33468 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453985336000 0 0 -1 4 0 0 0
[pid=9728] ppid=9680 vsize=441276 CPUtime=0.48 cores=0,2,4,6
/proc/9728/stat : 9728 (python) S 9680 9680 9574 0 -1 4202560 1182 0 0 0 29 19 0 0 15 0 2 0 538398546 451866624 33472 33554432000 4194304 5683644 140735967710512 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9728/statm: 110319 33472 399 364 0 46222 0
[pid=9730] ppid=9728 vsize=1700628 CPUtime=305.39 cores=0,2,4,6
/proc/9730/stat : 9730 (cryptominisat-2) R 9728 9730 9730 0 -1 4202496 364460 0 0 0 30482 57 0 0 25 0 1 0 538398547 1741443072 325350 33554432000 4194304 4677096 140735651017120 18446744073709551615 4317795 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9730/statm: 425157 325350 392 118 0 420116 0
[pid=9728/tid=9738] ppid=9680 vsize=441276 CPUtime=0 cores=0,2,4,6
/proc/9728/task/9738/stat : 9738 (python) S 9680 9680 9574 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538408532 451866624 33472 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453985333312 0 0 -1 0 0 0 0
[pid=9735] ppid=9680 vsize=451532 CPUtime=0.59 cores=0,2,4,6
/proc/9735/stat : 9735 (python) S 9680 9680 9574 0 -1 4202560 1154 0 0 0 34 25 0 0 19 0 2 0 538408235 462368768 33476 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9735/statm: 112883 33476 399 364 0 48783 0
[pid=9737] ppid=9735 vsize=384912 CPUtime=393.05 cores=0,2,4,6
/proc/9737/stat : 9737 (precosat) T 9735 9737 9737 0 -1 4202496 133653 0 0 0 39286 19 0 0 25 0 1 0 538408235 394149888 94876 33554432000 4194304 4890832 140736563870176 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/9737/statm: 96228 94876 86 171 0 96055 0
[pid=9735/tid=9758] ppid=9680 vsize=451532 CPUtime=0 cores=0,2,4,6
/proc/9735/task/9758/stat : 9758 (python) S 9680 9680 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538447589 462368768 33476 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453865503488 0 0 -1 4 0 0 0
[pid=9739] ppid=9680 vsize=461788 CPUtime=0.45 cores=0,2,4,6
/proc/9739/stat : 9739 (python) S 9680 9680 9574 0 -1 4202560 1206 0 0 0 26 19 0 0 18 0 2 0 538408535 472870912 33486 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9739/statm: 115447 33486 405 364 0 51344 0
[pid=9741] ppid=9739 vsize=93104 CPUtime=296.32 cores=0,2,4,6
/proc/9741/stat : 9741 (lingeling) T 9739 9741 9741 0 -1 4202496 36157 0 0 0 29624 8 0 0 25 0 1 0 538408536 95338496 20399 33554432000 4194304 4352236 140737369254944 18446744073709551615 4231337 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9741/statm: 23276 20399 129 39 0 22356 0
[pid=9739/tid=9752] ppid=9680 vsize=461788 CPUtime=0 cores=0,2,4,6
/proc/9739/task/9752/stat : 9752 (python) S 9680 9680 9574 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 538428163 472870912 33486 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 514 18446604453979866304 0 0 -1 0 0 0 0
[pid=9680/tid=9694] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (python) S 9678 9680 9574 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 538349523 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 6 0 0 0
[pid=9680/tid=9697] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (python) S 9678 9680 9574 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 9 0 538349526 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 4 0 0 0
[pid=9680/tid=9700] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9700/stat : 9700 (python) S 9678 9680 9574 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 538349529 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 6 0 0 0
[pid=9680/tid=9703] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9703/stat : 9703 (python) S 9678 9680 9574 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538349531 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=9680/tid=9725] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9725/stat : 9725 (python) S 9678 9680 9574 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538398219 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=9680/tid=9729] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9729/stat : 9729 (python) S 9678 9680 9574 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538398547 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=9680/tid=9736] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9736/stat : 9736 (python) S 9678 9680 9574 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 538408235 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=9680/tid=9740] ppid=9678 vsize=472032 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9740/stat : 9740 (python) S 9678 9680 9574 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538408535 483360768 34974 33554432000 4194304 5683644 140735967710512 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 10258488

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9680 and gives
#  childrusage.ru_utime.tv_sec=68
#  childrusage.ru_utime.tv_usec=106646
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=198969
# CPU time returned by wait4() is 68.3056
# while last known CPU time is 4800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1254.67
CPU time (s): 4800.07
CPU user time (s): 4793.56
CPU system time (s): 6.51
CPU usage (%): 382.577
Max. virtual memory (cumulated for all children) (KiB): 10331812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.1066
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60530
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2923
involuntary context switches= 176

runsolver used 4.07138 second user time and 9.28559 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-01 18:30:45
IDJOB=3317722
IDBENCH=70808
IDSOLVER=1706
FILE ID=node132/3317722-1304267445
RUNJOBID= node132-1304267281-9592
PBS_JOBID= 13173947
Free space on /tmp= 72124 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317722-1304267445/watcher-3317722-1304267445 -o /tmp/evaluation-result-3317722-1304267445/solver-3317722-1304267445 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317722-1304267445.cnf -seed 2121985107 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=2121985107

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25065336 kB
Buffers:        703468 kB
Cached:        6062312 kB
SwapCached:        112 kB
Active:        2263384 kB
Inactive:      5129784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25065336 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           42100 kB
Writeback:           0 kB
AnonPages:      626908 kB
Mapped:          21612 kB
Slab:           424992 kB
PageTables:       9816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1465556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71936 MiB
End job on node132 at 2011-05-01 18:51:42