Trace number 3498493

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-seq-industrial (fixed)? (TO) 5000.07 4993.85

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3498493-1307955675.cnf
0.35/0.68	c INFO: computing task features
1.02/1.32	c INFO: computed variable-clause graph statistics
1.02/1.34	c INFO: computed clause balance statistics
4.32/4.63	c INFO: computed variable balance statistics
6.23/6.53	c INFO: computed small-clause counts
6.23/6.55	c INFO: computed Horn-clause counts
8.12/8.47	c INFO: computed variable graph statistics
8.12/8.47	c INFO: collected features for HOME/instance-3498493-1307955675.cnf in 7.77 s
8.12/8.49	c INFO: running lingeling-276@0 for 97 with 4992 remaining (b = 0.31)
108.40/108.63	c INFO: running cryptominisat-2.9.0@0 for 485 with 4892 remaining (b = 0.31)
600.91/600.46	c INFO: running lingeling-276@100 for 1164 with 4401 remaining (b = 0.46)
1768.67/1766.70	c INFO: running SApperloT@0 for 97 with 3235 remaining (b = 0.16)
1868.87/1866.83	c INFO: running lingeling-276@0 for 485 with 3135 remaining (b = 0.36)
2359.95/2357.35	c INFO: running lingeling-276@0 for 97 with 2644 remaining (b = 0.11)
2460.16/2457.48	c INFO: running cryptominisat-2.9.0@490 for 97 with 2544 remaining (b = 0.08)
2557.18/2554.36	c INFO: running lingeling-276@100 for 97 with 2447 remaining (b = 0.06)
2654.42/2651.48	c INFO: running precosat-570@0 for 291 with 2350 remaining (b = 0.17)
2947.20/2943.84	c INFO: running lingeling-276@490 for 97 with 2058 remaining (b = 0.03)
3044.43/3040.98	c INFO: running cryptominisat-2.9.0@0 for 1961 with 1961 remaining (b = 0.49)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498493-1307955675/watcher-3498493-1307955675 -o /var/tmp/evaluation-result-3498493-1307955675/solver-3498493-1307955675 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498493-1307955675.cnf -seed 1700814506 -budget 5000 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.93 2.01 1.85 2/197 27076
/proc/meminfo: memFree=15862832/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 725 0 0 0 0 0 0 0 21 0 1 0 887982982 15548416 614 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/27076/statm: 3796 614 321 364 0 283 0

[startup+0.061408 s]
/proc/loadavg: 1.93 2.01 1.85 2/197 27076
/proc/meminfo: memFree=15862832/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=29788 CPUtime=0.03 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 1448 0 0 0 3 0 0 0 17 0 1 0 887982982 30502912 1288 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/27076/statm: 7447 1288 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100404 s]
/proc/loadavg: 1.93 2.01 1.85 2/197 27076
/proc/meminfo: memFree=15862832/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/27076/stat : 27076 (python) R 27074 27076 26778 0 -1 4202496 2630 0 0 0 5 1 0 0 17 0 1 0 887982982 87674880 2348 33554432000 4194304 5683644 140733917571856 18446744073709551615 5009211 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27076/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300351 s]
/proc/loadavg: 1.93 2.01 1.85 2/197 27076
/proc/meminfo: memFree=15862832/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 5973 938 1 0 14 4 0 0 17 0 1 0 887982982 139005952 4149 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095447045 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/27076/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700273 s]
/proc/loadavg: 1.93 2.01 1.85 2/197 27076
/proc/meminfo: memFree=15862832/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=282284 CPUtime=0.42 cores=1,3,5,7
/proc/27076/stat : 27076 (python) R 27074 27076 26778 0 -1 4202496 10246 938 1 0 31 11 0 0 15 0 1 0 887982982 289058816 7914 33554432000 4194304 5683644 140733917571856 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27076/statm: 70571 7914 1761 364 0 6495 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282284

[startup+1.50112 s]
/proc/loadavg: 1.93 2.01 1.85 3/198 27081
/proc/meminfo: memFree=15838412/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=318960 CPUtime=1.22 cores=1,3,5,7
/proc/27076/stat : 27076 (python) R 27074 27076 26778 0 -1 4202496 24365 938 1 0 109 13 0 0 16 0 1 0 887982982 326615040 17125 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095111697 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27076/statm: 79740 17125 1826 364 0 15664 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 318960

[startup+3.10083 s]
/proc/loadavg: 1.93 2.01 1.85 3/198 27081
/proc/meminfo: memFree=15818492/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=318960 CPUtime=2.82 cores=1,3,5,7
/proc/27076/stat : 27076 (python) R 27074 27076 26778 0 -1 4202496 24365 938 1 0 269 13 0 0 18 0 1 0 887982982 326615040 17125 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095137491 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27076/statm: 79740 17125 1826 364 0 15664 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 318960

[startup+6.30024 s]
/proc/loadavg: 1.93 2.01 1.85 3/198 27081
/proc/meminfo: memFree=15816508/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=318960 CPUtime=6.02 cores=1,3,5,7
/proc/27076/stat : 27076 (python) R 27074 27076 26778 0 -1 4202496 24366 938 1 0 589 13 0 0 25 0 1 0 887982982 326615040 17126 33554432000 4194304 5683644 140733917571856 18446744073709551615 47098559145568 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/27076/statm: 79740 17126 1827 364 0 15664 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 318960

[startup+12.7011 s]
/proc/loadavg: 1.94 2.00 1.85 3/204 27087
/proc/meminfo: memFree=15790932/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=325932 CPUtime=8.21 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 24744 938 1 0 808 13 0 0 25 0 2 0 887982982 333754368 16354 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 81483 16354 1875 364 0 17401 0
[pid=27085] ppid=27076 vsize=315688 CPUtime=0 cores=1,3,5,7
/proc/27085/stat : 27085 (python) S 27076 27076 26778 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 1 0 887983832 323264512 14856 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095471119 0 0 16781312 514 5629753800572010495 0 0 17 5 0 0 0
/proc/27085/statm: 78922 14856 381 364 0 14840 0
[pid=27087] ppid=27085 vsize=21464 CPUtime=4.19 cores=1,3,5,7
/proc/27087/stat : 27087 (lingeling) R 27085 27087 27087 0 -1 4202496 6753 0 0 0 418 1 0 0 25 0 1 0 887983832 21979136 4533 33554432000 4194304 4352236 140736215135312 18446744073709551615 4309132 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/27087/statm: 5366 4533 126 39 0 4446 0
[pid=27076/tid=27086] ppid=27074 vsize=325932 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27086/stat : 27086 (python) S 27074 27076 26778 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 2 0 887983832 333754368 16354 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 663084

[startup+25.5007 s]
/proc/loadavg: 1.95 2.00 1.86 3/204 27087
/proc/meminfo: memFree=15787852/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=325932 CPUtime=8.21 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 24744 938 1 0 808 13 0 0 25 0 2 0 887982982 333754368 16354 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 81483 16354 1875 364 0 17401 0
[pid=27085] ppid=27076 vsize=315688 CPUtime=0.01 cores=1,3,5,7
/proc/27085/stat : 27085 (python) S 27076 27076 26778 0 -1 4202560 976 0 0 0 0 1 0 0 18 0 1 0 887983832 323264512 14856 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095471119 0 0 16781312 514 18003772829111124231 0 0 17 5 0 0 0
/proc/27085/statm: 78922 14856 381 364 0 14840 0
[pid=27087] ppid=27085 vsize=21448 CPUtime=16.99 cores=1,3,5,7
/proc/27087/stat : 27087 (lingeling) R 27085 27087 27087 0 -1 4202496 6756 0 0 0 1698 1 0 0 25 0 1 0 887983832 21962752 4532 33554432000 4194304 4352236 140736215135312 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/27087/statm: 5362 4532 129 39 0 4442 0
[pid=27076/tid=27086] ppid=27074 vsize=325932 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27086/stat : 27086 (python) S 27074 27076 26778 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 2 0 887983832 333754368 16354 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 663068

[startup+51.101 s]
/proc/loadavg: 1.97 2.00 1.86 3/204 27088
/proc/meminfo: memFree=15785520/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=325932 CPUtime=8.21 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 24744 938 1 0 808 13 0 0 25 0 2 0 887982982 333754368 16354 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 81483 16354 1875 364 0 17401 0
[pid=27085] ppid=27076 vsize=315688 CPUtime=0.04 cores=1,3,5,7
/proc/27085/stat : 27085 (python) S 27076 27076 26778 0 -1 4202560 986 0 0 0 2 2 0 0 18 0 1 0 887983832 323264512 14856 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095471119 0 0 16781312 514 18003772829111124231 0 0 17 5 0 0 0
/proc/27085/statm: 78922 14856 381 364 0 14840 0
[pid=27087] ppid=27085 vsize=21992 CPUtime=42.59 cores=1,3,5,7
/proc/27087/stat : 27087 (lingeling) R 27085 27087 27087 0 -1 4202496 7225 0 0 0 4258 1 0 0 25 0 1 0 887983832 22519808 4668 33554432000 4194304 4352236 140736215135312 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/27087/statm: 5498 4668 129 39 0 4578 0
[pid=27076/tid=27086] ppid=27074 vsize=325932 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27086/stat : 27086 (python) S 27074 27076 26778 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 2 0 887983832 333754368 16354 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 663612

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.86 3/204 27089
/proc/meminfo: memFree=15778508/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=325932 CPUtime=8.21 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 24744 938 1 0 808 13 0 0 25 0 2 0 887982982 333754368 16354 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 81483 16354 1875 364 0 17401 0
[pid=27085] ppid=27076 vsize=315688 CPUtime=0.1 cores=1,3,5,7
/proc/27085/stat : 27085 (python) S 27076 27076 26778 0 -1 4202560 1009 0 0 0 5 5 0 0 18 0 1 0 887983832 323264512 14856 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095471119 0 0 16781312 514 18003772829111124231 0 0 17 5 0 0 0
/proc/27085/statm: 78922 14856 381 364 0 14840 0
[pid=27087] ppid=27085 vsize=23236 CPUtime=93.8 cores=1,3,5,7
/proc/27087/stat : 27087 (lingeling) R 27085 27087 27087 0 -1 4202496 8261 0 0 0 9379 1 0 0 25 0 1 0 887983832 23793664 4979 33554432000 4194304 4352236 140736215135312 18446744073709551615 4277532 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/27087/statm: 5809 4979 129 39 0 4889 0
[pid=27076/tid=27086] ppid=27074 vsize=325932 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27086/stat : 27086 (python) S 27074 27076 26778 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 2 0 887983832 333754368 16354 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 664856

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.87 3/208 27095
/proc/meminfo: memFree=15511960/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=336188 CPUtime=8.25 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 25564 938 1 0 811 14 0 0 19 0 3 0 887982982 344256512 16361 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 84047 16361 1878 364 0 19962 0
[pid=27085] ppid=27076 vsize=325932 CPUtime=0.12 cores=1,3,5,7
/proc/27085/stat : 27085 (python) S 27076 27076 26778 0 -1 4202560 1168 0 0 0 6 6 0 0 19 0 2 0 887983832 333754368 14894 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27085/statm: 81483 14894 414 364 0 17401 0
[pid=27087] ppid=27085 vsize=24716 CPUtime=100.1 cores=1,3,5,7
/proc/27087/stat : 27087 (lingeling) T 27085 27087 27087 0 -1 4202496 8632 0 0 0 10009 1 0 0 25 0 1 0 887983832 25309184 5349 33554432000 4194304 4352236 140736215135312 18446744073709551615 4327916 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27087/statm: 6179 5349 129 39 0 5259 0
[pid=27085/tid=27090] ppid=27076 vsize=325932 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (python) S 27076 27076 26778 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887993843 333754368 14894 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0
[pid=27091] ppid=27076 vsize=325944 CPUtime=0.08 cores=1,3,5,7
/proc/27091/stat : 27091 (python) S 27076 27076 26778 0 -1 4202560 925 0 0 0 5 3 0 0 15 0 1 0 887993846 333766656 14849 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095471174 0 0 16781312 514 18003772829111124232 0 0 17 1 0 0 0
/proc/27091/statm: 81486 14849 370 364 0 17401 0
[pid=27093] ppid=27091 vsize=410932 CPUtime=53.65 cores=1,3,5,7
/proc/27093/stat : 27093 (cryptominisat-2) R 27091 27093 27093 0 -1 4202496 82037 0 0 0 5353 12 0 0 25 0 1 0 887993846 420794368 65752 33554432000 4194304 4677096 140733858152448 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27093/statm: 102733 65752 393 118 0 97692 0
[pid=27076/tid=27086] ppid=27074 vsize=336188 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27086/stat : 27086 (python) S 27074 27076 26778 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 3 0 887983832 344256512 16361 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27092] ppid=27074 vsize=336188 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27092/stat : 27092 (python) S 27074 27076 26778 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 3 0 887993846 344256512 16361 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1423712

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.88 3/212 27100
/proc/meminfo: memFree=15323160/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=336188 CPUtime=8.25 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 25564 938 1 0 811 14 0 0 19 0 3 0 887982982 344256512 16361 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27076/statm: 84047 16361 1878 364 0 19962 0
[pid=27085] ppid=27076 vsize=325932 CPUtime=0.12 cores=1,3,5,7
/proc/27085/stat : 27085 (python) S 27076 27076 26778 0 -1 4202560 1168 0 0 0 6 6 0 0 19 0 2 0 887983832 333754368 14894 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27085/statm: 81483 14894 414 364 0 17401 0
[pid=27087] ppid=27085 vsize=24716 CPUtime=100.1 cores=1,3,5,7
/proc/27087/stat : 27087 (lingeling) T 27085 27087 27087 0 -1 4202496 8632 0 0 0 10009 1 0 0 25 0 1 0 887983832 25309184 5349 33554432000 4194304 4352236 140736215135312 18446744073709551615 4327916 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27087/statm: 6179 5349 129 39 0 5259 0
[pid=27085/tid=27090] ppid=27076 vsize=325932 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (python) S 27076 27076 26778 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887993843 333754368 14894 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0

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

[pid=27085] ppid=27076 vsize=325932 CPUtime=1.55 cores=1,3,5,7
/proc/27085/stat : 27085 (python) S 27076 27076 26778 0 -1 4202560 1212 0 0 0 83 72 0 0 18 0 2 0 887983832 333754368 14895 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27085/statm: 81483 14895 415 364 0 17401 0
[pid=27087] ppid=27085 vsize=50524 CPUtime=1266.36 cores=1,3,5,7
/proc/27087/stat : 27087 (lingeling) T 27085 27087 27087 0 -1 4202496 46098 0 0 0 126631 5 0 0 25 0 1 0 887983832 51736576 11801 33554432000 4194304 4352236 140736215135312 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27087/statm: 12631 11801 129 39 0 11711 0
[pid=27085/tid=27090] ppid=27076 vsize=325932 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (python) S 27076 27076 26778 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 887993843 333754368 14895 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0
[pid=27091] ppid=27076 vsize=325944 CPUtime=0.82 cores=1,3,5,7
/proc/27091/stat : 27091 (python) S 27076 27076 26778 0 -1 4202560 1141 0 0 0 45 37 0 0 15 0 2 0 887993846 333766656 14879 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27091/statm: 81486 14879 399 364 0 17401 0
[pid=27093] ppid=27091 vsize=1147952 CPUtime=588.67 cores=1,3,5,7
/proc/27093/stat : 27093 (cryptominisat-2) T 27091 27093 27093 0 -1 4202496 749564 0 0 0 58749 118 0 0 25 0 1 0 887993846 1175502848 233419 33554432000 4194304 4677096 140733858152448 18446744073709551615 4335787 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/27093/statm: 286988 233419 393 118 0 281947 0
[pid=27091/tid=27117] ppid=27076 vsize=325944 CPUtime=0 cores=1,3,5,7
/proc/27091/task/27117/stat : 27117 (python) S 27076 27076 26778 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 888043027 333766656 14879 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604464095962048 0 0 -1 1 0 0 0
[pid=27201] ppid=27076 vsize=336200 CPUtime=0.11 cores=1,3,5,7
/proc/27201/stat : 27201 (python) S 27076 27076 26778 0 -1 4202560 1107 0 0 0 5 6 0 0 19 0 2 0 888159653 344268800 14883 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27201/statm: 84050 14883 399 364 0 19962 0
[pid=27203] ppid=27201 vsize=99912 CPUtime=100.1 cores=1,3,5,7
/proc/27203/stat : 27203 (SApperloT-base) T 27201 27203 27203 0 -1 4202496 24909 0 0 0 10005 5 0 0 25 0 1 0 888159654 102309888 24548 33554432000 134512640 135674940 4288217488 18446744073709551615 134564997 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27203/statm: 24978 24548 100 284 0 24692 0
[pid=27201/tid=27207] ppid=27076 vsize=336200 CPUtime=0 cores=1,3,5,7
/proc/27201/task/27207/stat : 27207 (python) S 27076 27076 26778 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 888169664 344268800 14883 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604471121984320 0 0 -1 3 0 0 0
[pid=27208] ppid=27076 vsize=346456 CPUtime=0.72 cores=1,3,5,7
/proc/27208/stat : 27208 (python) S 27076 27076 26778 0 -1 4202560 1156 0 0 0 38 34 0 0 18 0 2 0 888169666 354770944 14887 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27208/statm: 86614 14887 399 364 0 22523 0
[pid=27210] ppid=27208 vsize=38780 CPUtime=587.61 cores=1,3,5,7
/proc/27210/stat : 27210 (lingeling) T 27208 27210 27210 0 -1 4202496 22209 0 0 0 58759 2 0 0 25 0 1 0 888169666 39710720 8865 33554432000 4194304 4352236 140733879410688 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27210/statm: 9695 8865 129 39 0 8775 0
[pid=27208/tid=27227] ppid=27076 vsize=346456 CPUtime=0 cores=1,3,5,7
/proc/27208/task/27227/stat : 27227 (python) S 27076 27076 26778 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 888218716 354770944 14887 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604471144886656 0 0 -1 3 0 0 0
[pid=27228] ppid=27076 vsize=356712 CPUtime=0.25 cores=1,3,5,7
/proc/27228/stat : 27228 (python) S 27076 27076 26778 0 -1 4202560 1146 0 0 0 13 12 0 0 18 0 2 0 888218717 365273088 14891 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27228/statm: 89178 14891 399 364 0 25084 0
[pid=27230] ppid=27228 vsize=25496 CPUtime=197.22 cores=1,3,5,7
/proc/27230/stat : 27230 (lingeling) T 27228 27230 27230 0 -1 4202496 9567 0 0 0 19721 1 0 0 25 0 1 0 888218718 26107904 5544 33554432000 4194304 4352236 140735731927712 18446744073709551615 4328447 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27230/statm: 6374 5544 129 39 0 5454 0
[pid=27228/tid=27238] ppid=27076 vsize=356712 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27238/stat : 27238 (python) S 27076 27076 26778 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 888228729 365273088 14891 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604470569588032 0 0 -1 1 0 0 0
[pid=27244] ppid=27076 vsize=366968 CPUtime=0.38 cores=1,3,5,7
/proc/27244/stat : 27244 (python) S 27076 27076 26778 0 -1 4202560 1153 0 0 0 19 19 0 0 19 0 2 0 888248131 375775232 14895 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27244/statm: 91742 14895 399 364 0 27645 0
[pid=27246] ppid=27244 vsize=61984 CPUtime=292.34 cores=1,3,5,7
/proc/27246/stat : 27246 (precosat) T 27244 27246 27246 0 -1 4202496 17819 0 0 0 29231 3 0 0 25 0 1 0 888248132 63471616 15051 33554432000 4194304 4890832 140736710157920 18446744073709551615 4239099 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/27246/statm: 15496 15051 86 171 0 15323 0
[pid=27244/tid=27259] ppid=27076 vsize=366968 CPUtime=0 cores=1,3,5,7
/proc/27244/task/27259/stat : 27259 (python) S 27076 27076 26778 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888277366 375775232 14895 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604471140395904 0 0 -1 7 0 0 0
[pid=27264] ppid=27076 vsize=377224 CPUtime=2.61 cores=1,3,5,7
/proc/27264/stat : 27264 (python) S 27076 27076 26778 0 -1 4202560 1010 0 0 0 135 126 0 0 15 0 1 0 888287080 386277376 14869 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095471174 0 0 16781312 514 18003772829111124232 0 0 17 3 0 0 0
/proc/27264/statm: 94306 14869 370 364 0 30206 0
[pid=27266] ppid=27264 vsize=1489516 CPUtime=1921.36 cores=1,3,5,7
/proc/27266/stat : 27266 (cryptominisat-2) R 27264 27266 27266 0 -1 4202496 1855084 0 0 0 191825 311 0 0 25 0 1 0 888287081 1525264384 303430 33554432000 4194304 4677096 140734625777232 18446744073709551615 228095147787 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27266/statm: 372379 303430 393 118 0 367338 0
[pid=27076/tid=27086] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27086/stat : 27086 (python) S 27074 27076 26778 0 -1 4202560 33 938 0 0 0 0 0 0 18 0 8 0 887983832 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27092] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27092/stat : 27092 (python) S 27074 27076 26778 0 -1 4202560 32 938 0 0 0 0 0 0 18 0 8 0 887993846 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27202] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27202/stat : 27202 (python) S 27074 27076 26778 0 -1 4202560 32 938 0 0 0 0 0 0 20 0 8 0 888159653 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27209] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27209/stat : 27209 (python) S 27074 27076 26778 0 -1 4202560 34 938 0 0 0 0 0 0 18 0 8 0 888169666 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27229] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27229/stat : 27229 (python) S 27074 27076 26778 0 -1 4202560 30 938 0 0 0 0 0 0 18 0 8 0 888218718 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 3 0 0 0
[pid=27076/tid=27245] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27245/stat : 27245 (python) S 27074 27076 26778 0 -1 4202560 29 938 0 0 0 0 0 0 20 0 8 0 888248131 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 3 0 0 0
[pid=27076/tid=27265] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27265/stat : 27265 (python) S 27074 27076 26778 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 8 0 888287080 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4968.5
Current children cumulated vsize (KiB) 5737068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.8 s]
/proc/loadavg: 2.03 2.02 1.99 3/229 27331
/proc/meminfo: memFree=13407564/32951124 swapFree=67053956/67111528
[pid=27076] ppid=27074 vsize=387468 CPUtime=8.4 cores=1,3,5,7
/proc/27076/stat : 27076 (python) S 27074 27076 26778 0 -1 4202496 29924 938 1 0 824 16 0 0 20 0 8 0 887982982 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27076/statm: 96867 16391 1888 364 0 32767 0
[pid=27085] ppid=27076 vsize=325932 CPUtime=1.55 cores=1,3,5,7
/proc/27085/stat : 27085 (python) S 27076 27076 26778 0 -1 4202560 1212 0 0 0 83 72 0 0 18 0 2 0 887983832 333754368 14895 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27085/statm: 81483 14895 415 364 0 17401 0
[pid=27087] ppid=27085 vsize=50524 CPUtime=1266.36 cores=1,3,5,7
/proc/27087/stat : 27087 (lingeling) T 27085 27087 27087 0 -1 4202496 46098 0 0 0 126631 5 0 0 25 0 1 0 887983832 51736576 11801 33554432000 4194304 4352236 140736215135312 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27087/statm: 12631 11801 129 39 0 11711 0
[pid=27085/tid=27090] ppid=27076 vsize=325932 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (python) S 27076 27076 26778 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 887993843 333754368 14895 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0
[pid=27091] ppid=27076 vsize=325944 CPUtime=0.82 cores=1,3,5,7
/proc/27091/stat : 27091 (python) S 27076 27076 26778 0 -1 4202560 1141 0 0 0 45 37 0 0 15 0 2 0 887993846 333766656 14879 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27091/statm: 81486 14879 399 364 0 17401 0
[pid=27093] ppid=27091 vsize=1147952 CPUtime=588.67 cores=1,3,5,7
/proc/27093/stat : 27093 (cryptominisat-2) T 27091 27093 27093 0 -1 4202496 749564 0 0 0 58749 118 0 0 25 0 1 0 887993846 1175502848 233419 33554432000 4194304 4677096 140733858152448 18446744073709551615 4335787 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/27093/statm: 286988 233419 393 118 0 281947 0
[pid=27091/tid=27117] ppid=27076 vsize=325944 CPUtime=0 cores=1,3,5,7
/proc/27091/task/27117/stat : 27117 (python) S 27076 27076 26778 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 888043027 333766656 14879 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604464095962048 0 0 -1 1 0 0 0
[pid=27201] ppid=27076 vsize=336200 CPUtime=0.11 cores=1,3,5,7
/proc/27201/stat : 27201 (python) S 27076 27076 26778 0 -1 4202560 1107 0 0 0 5 6 0 0 19 0 2 0 888159653 344268800 14883 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27201/statm: 84050 14883 399 364 0 19962 0
[pid=27203] ppid=27201 vsize=99912 CPUtime=100.1 cores=1,3,5,7
/proc/27203/stat : 27203 (SApperloT-base) T 27201 27203 27203 0 -1 4202496 24909 0 0 0 10005 5 0 0 25 0 1 0 888159654 102309888 24548 33554432000 134512640 135674940 4288217488 18446744073709551615 134564997 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27203/statm: 24978 24548 100 284 0 24692 0
[pid=27201/tid=27207] ppid=27076 vsize=336200 CPUtime=0 cores=1,3,5,7
/proc/27201/task/27207/stat : 27207 (python) S 27076 27076 26778 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 888169664 344268800 14883 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604471121984320 0 0 -1 3 0 0 0
[pid=27208] ppid=27076 vsize=346456 CPUtime=0.72 cores=1,3,5,7
/proc/27208/stat : 27208 (python) S 27076 27076 26778 0 -1 4202560 1156 0 0 0 38 34 0 0 18 0 2 0 888169666 354770944 14887 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27208/statm: 86614 14887 399 364 0 22523 0
[pid=27210] ppid=27208 vsize=38780 CPUtime=587.61 cores=1,3,5,7
/proc/27210/stat : 27210 (lingeling) T 27208 27210 27210 0 -1 4202496 22209 0 0 0 58759 2 0 0 25 0 1 0 888169666 39710720 8865 33554432000 4194304 4352236 140733879410688 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27210/statm: 9695 8865 129 39 0 8775 0
[pid=27208/tid=27227] ppid=27076 vsize=346456 CPUtime=0 cores=1,3,5,7
/proc/27208/task/27227/stat : 27227 (python) S 27076 27076 26778 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 888218716 354770944 14887 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604471144886656 0 0 -1 3 0 0 0
[pid=27228] ppid=27076 vsize=356712 CPUtime=0.25 cores=1,3,5,7
/proc/27228/stat : 27228 (python) S 27076 27076 26778 0 -1 4202560 1146 0 0 0 13 12 0 0 18 0 2 0 888218717 365273088 14891 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27228/statm: 89178 14891 399 364 0 25084 0
[pid=27230] ppid=27228 vsize=25496 CPUtime=197.22 cores=1,3,5,7
/proc/27230/stat : 27230 (lingeling) T 27228 27230 27230 0 -1 4202496 9567 0 0 0 19721 1 0 0 25 0 1 0 888218718 26107904 5544 33554432000 4194304 4352236 140735731927712 18446744073709551615 4328447 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/27230/statm: 6374 5544 129 39 0 5454 0
[pid=27228/tid=27238] ppid=27076 vsize=356712 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27238/stat : 27238 (python) S 27076 27076 26778 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 888228729 365273088 14891 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604470569588032 0 0 -1 1 0 0 0
[pid=27244] ppid=27076 vsize=366968 CPUtime=0.38 cores=1,3,5,7
/proc/27244/stat : 27244 (python) S 27076 27076 26778 0 -1 4202560 1153 0 0 0 19 19 0 0 19 0 2 0 888248131 375775232 14895 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/27244/statm: 91742 14895 399 364 0 27645 0
[pid=27246] ppid=27244 vsize=61984 CPUtime=292.34 cores=1,3,5,7
/proc/27246/stat : 27246 (precosat) T 27244 27246 27246 0 -1 4202496 17819 0 0 0 29231 3 0 0 25 0 1 0 888248132 63471616 15051 33554432000 4194304 4890832 140736710157920 18446744073709551615 4239099 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/27246/statm: 15496 15051 86 171 0 15323 0
[pid=27244/tid=27259] ppid=27076 vsize=366968 CPUtime=0 cores=1,3,5,7
/proc/27244/task/27259/stat : 27259 (python) S 27076 27076 26778 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888277366 375775232 14895 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 514 18446604471140395904 0 0 -1 7 0 0 0
[pid=27264] ppid=27076 vsize=377224 CPUtime=2.66 cores=1,3,5,7
/proc/27264/stat : 27264 (python) S 27076 27076 26778 0 -1 4202560 1010 0 0 0 138 128 0 0 15 0 1 0 888287080 386277376 14869 33554432000 4194304 5683644 140733917571856 18446744073709551615 228095471174 0 0 16781312 514 18003772829111124232 0 0 17 3 0 0 0
/proc/27264/statm: 94306 14869 370 364 0 30206 0
[pid=27266] ppid=27264 vsize=1269804 CPUtime=1952.88 cores=1,3,5,7
/proc/27266/stat : 27266 (cryptominisat-2) R 27264 27266 27266 0 -1 4202496 1883474 0 0 0 194970 318 0 0 25 0 1 0 888287081 1300279296 286328 33554432000 4194304 4677096 140734625777232 18446744073709551615 228095147787 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27266/statm: 317451 286328 393 118 0 312410 0
[pid=27076/tid=27086] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27086/stat : 27086 (python) S 27074 27076 26778 0 -1 4202560 33 938 0 0 0 0 0 0 18 0 8 0 887983832 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27092] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27092/stat : 27092 (python) S 27074 27076 26778 0 -1 4202560 32 938 0 0 0 0 0 0 18 0 8 0 887993846 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27202] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27202/stat : 27202 (python) S 27074 27076 26778 0 -1 4202560 32 938 0 0 0 0 0 0 20 0 8 0 888159653 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27209] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27209/stat : 27209 (python) S 27074 27076 26778 0 -1 4202560 34 938 0 0 0 0 0 0 18 0 8 0 888169666 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 1 0 0 0
[pid=27076/tid=27229] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27229/stat : 27229 (python) S 27074 27076 26778 0 -1 4202560 30 938 0 0 0 0 0 0 18 0 8 0 888218718 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 3 0 0 0
[pid=27076/tid=27245] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27245/stat : 27245 (python) S 27074 27076 26778 0 -1 4202560 29 938 0 0 0 0 0 0 20 0 8 0 888248131 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 3 0 0 0
[pid=27076/tid=27265] ppid=27074 vsize=387468 CPUtime=0 cores=1,3,5,7
/proc/27076/task/27265/stat : 27265 (python) S 27074 27076 26778 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 8 0 888287080 396767232 16391 33554432000 4194304 5683644 140733917571856 18446744073709551615 228107274673 0 0 16781312 2 18446604470569589824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 5517356

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27076 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=242746
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=168974
# CPU time returned by wait4() is 8.41172
# while last known CPU time is 5000.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.85
CPU time (s): 5000.07
CPU user time (s): 4992.31
CPU system time (s): 7.76
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 5997600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.24275
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30866
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= 2882
involuntary context switches= 39

runsolver used 13.232 second user time and 21.8787 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-13 11:01:15
IDJOB=3498493
IDBENCH=84227
IDSOLVER=1991
FILE ID=node142/3498493-1307955675
RUNJOBID= node142-1307953113-26797
PBS_JOBID= 13559686
Free space on /var/tmp= 2876 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498493-1307955675/watcher-3498493-1307955675 -o /var/tmp/evaluation-result-3498493-1307955675/solver-3498493-1307955675 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498493-1307955675.cnf -seed 1700814506 -budget 5000

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1700814506

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.75
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.846
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.846
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:      15863384 kB
Buffers:         73664 kB
Cached:       16036792 kB
SwapCached:      10444 kB
Active:        1201744 kB
Inactive:     15294000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15863384 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           35352 kB
Writeback:          48 kB
AnonPages:      383816 kB
Mapped:          19244 kB
Slab:           522092 kB
PageTables:       8880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   959580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2844 MiB
End job on node142 at 2011-06-13 12:24:31