Trace number 3498497

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.01 4994.27

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.34/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.69	c INFO: solving HOME/instance-3498497-1307956147.cnf
0.34/0.69	c INFO: computing task features
3.22/3.57	c INFO: computed variable-clause graph statistics
3.32/3.68	c INFO: computed clause balance statistics
16.42/16.71	c INFO: computed variable balance statistics
26.02/26.31	c INFO: computed small-clause counts
26.22/26.52	c INFO: computed Horn-clause counts
104.72/105.09	c INFO: computed variable graph statistics
104.72/105.09	c INFO: collected features for HOME/instance-3498497-1307956147.cnf in 104.33 s
104.81/105.11	c INFO: running lingeling-276@0 for 97 with 4895 remaining (b = 0.66)
205.00/205.26	c INFO: running lingeling-276@100 for 1164 with 4795 remaining (b = 0.58)
1370.81/1369.52	c INFO: running lingeling-276@0 for 97 with 3631 remaining (b = 0.65)
1471.02/1469.67	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3531 remaining (b = 0.67)
3125.14/3121.66	c INFO: running lingeling-276@100 for 97 with 1881 remaining (b = 0.18)
3222.35/3218.77	c INFO: running precosat-570@0 for 97 with 1784 remaining (b = 0.50)
3322.66/3318.90	c INFO: running lingeling-276@197 for 97 with 1684 remaining (b = 0.14)
3419.86/3416.01	c INFO: running precosat-570@100 for 97 with 1586 remaining (b = 0.14)
3517.09/3513.12	c INFO: running lingeling-276@0 for 97 with 1489 remaining (b = 0.43)
3617.28/3613.25	c INFO: running cryptominisat-2.9.0@0 for 582 with 1389 remaining (b = 0.36)
4203.80/4199.01	c INFO: running lingeling-276@100 for 194 with 805 remaining (b = 0.16)
4397.26/4392.22	c INFO: running precosat-570@0 for 291 with 611 remaining (b = 0.41)
4689.92/4684.58	c INFO: running lingeling-276@0 for 97 with 319 remaining (b = 0.25)
4790.25/4784.72	c INFO: running cryptominisat-2.9.0@584 for 219 with 219 remaining (b = 0.10)

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-3498497-1307956147/watcher-3498497-1307956147 -o /var/tmp/evaluation-result-3498497-1307956147/solver-3498497-1307956147 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498497-1307956147.cnf -seed 797703876 -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: 2.00 2.00 1.89 2/205 9549
/proc/meminfo: memFree=7191952/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 9270 0 -1 4202496 725 0 0 0 0 0 0 0 22 0 1 0 639806124 15548416 615 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/9549/statm: 3796 615 321 364 0 283 0

[startup+0.0277749 s]
/proc/loadavg: 2.00 2.00 1.89 2/205 9549
/proc/meminfo: memFree=7191952/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 1118 0 0 0 1 0 0 0 17 0 1 0 639806124 16789504 985 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660658021 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9549/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100791 s]
/proc/loadavg: 2.00 2.00 1.89 2/205 9549
/proc/meminfo: memFree=7191952/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 2630 0 0 0 5 1 0 0 17 0 1 0 639806124 87674880 2348 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660660224 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9549/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300771 s]
/proc/loadavg: 2.00 2.00 1.89 2/205 9549
/proc/meminfo: memFree=7191952/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 5971 935 1 0 13 5 0 0 17 0 1 0 639806124 139010048 4150 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660658181 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70065 s]
/proc/loadavg: 2.00 2.00 1.89 2/205 9549
/proc/meminfo: memFree=7191952/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=293360 CPUtime=0.41 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 12713 935 1 0 29 12 0 0 15 0 1 0 639806124 300400640 10385 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660662016 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 73340 10421 1758 364 0 9264 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 293360

[startup+1.50051 s]
/proc/loadavg: 2.00 2.00 1.89 3/206 9554
/proc/meminfo: memFree=7136160/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=346464 CPUtime=1.21 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 25900 935 1 0 107 14 0 0 16 0 1 0 639806124 354779136 23476 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660323013 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 86616 23476 1761 364 0 22540 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 346464

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.89 3/206 9554
/proc/meminfo: memFree=7065104/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=415484 CPUtime=2.81 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 62599 935 1 0 263 18 0 0 18 0 1 0 639806124 425455616 41220 33554432000 4194304 5683644 140735961718736 18446744073709551615 47442141467668 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 103871 41220 1789 364 0 39795 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 415484

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 1.89 3/206 9554
/proc/meminfo: memFree=7002360/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=445684 CPUtime=6.02 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 70193 935 1 0 583 19 0 0 25 0 1 0 639806124 456380416 48806 33554432000 4194304 5683644 140735961718736 18446744073709551615 268664070853 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 111421 48806 1826 364 0 47345 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 445684

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.89 3/206 9554
/proc/meminfo: memFree=7002456/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=445684 CPUtime=12.42 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 70193 935 1 0 1223 19 0 0 25 0 1 0 639806124 456380416 48806 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660322843 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 111421 48806 1826 364 0 47345 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 445684

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.89 3/206 9554
/proc/meminfo: memFree=7003096/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=445684 CPUtime=25.22 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 70194 935 1 0 2503 19 0 0 25 0 1 0 639806124 456380416 48807 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485748 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 111421 48807 1827 364 0 47345 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 445684

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.90 3/206 9555
/proc/meminfo: memFree=7002952/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=445684 CPUtime=50.82 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 70200 935 1 0 5063 19 0 0 25 0 1 0 639806124 456380416 48813 33554432000 4194304 5683644 140735961718736 18446744073709551615 47442104240268 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 111421 48813 1833 364 0 47345 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 445684

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.90 3/206 9556
/proc/meminfo: memFree=7001588/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=445684 CPUtime=102.03 cores=1,3,5,7
/proc/9549/stat : 9549 (python) R 9547 9549 9270 0 -1 4202496 70200 935 1 0 10184 19 0 0 25 0 1 0 639806124 456380416 48813 33554432000 4194304 5683644 140735961718736 18446744073709551615 47442104240268 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9549/statm: 111421 48813 1833 364 0 47345 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 445684

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/209 9561
/proc/meminfo: memFree=6950564/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=443232 CPUtime=104.83 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 9270 0 -1 4202496 70573 935 1 0 10464 19 0 0 20 0 2 0 639806124 453869568 45679 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9549/statm: 110808 45679 1875 364 0 46726 0
[pid=9558] ppid=9549 vsize=432988 CPUtime=0.06 cores=1,3,5,7
/proc/9558/stat : 9558 (python) S 9549 9549 9270 0 -1 4202560 988 0 0 0 3 3 0 0 18 0 1 0 639816636 443379712 44181 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660682255 0 0 16781312 514 17779032652393709832 0 0 17 1 0 0 0
/proc/9558/statm: 108247 44181 381 364 0 44165 0
[pid=9560] ppid=9558 vsize=61052 CPUtime=57.16 cores=1,3,5,7
/proc/9560/stat : 9560 (lingeling) R 9558 9560 9560 0 -1 4202496 27812 0 0 0 5712 4 0 0 25 0 1 0 639816637 62517248 14266 33554432000 4194304 4352236 140734834344496 18446744073709551615 4247645 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/9560/statm: 15263 14266 129 39 0 14343 0
[pid=9549/tid=9559] ppid=9547 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9559/stat : 9559 (python) S 9547 9549 9270 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 2 0 639816637 453869568 45679 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 937272

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 1.91 4/210 9564
/proc/meminfo: memFree=6944684/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=443232 CPUtime=104.86 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 9270 0 -1 4202496 71076 935 1 0 10467 19 0 0 18 0 2 0 639806124 453869568 45680 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9549/statm: 110808 45680 1876 364 0 46726 0
[pid=9558] ppid=9549 vsize=443232 CPUtime=0.15 cores=1,3,5,7
/proc/9558/stat : 9558 (python) S 9549 9549 9270 0 -1 4202560 1175 0 0 0 8 7 0 0 18 0 2 0 639816636 453869568 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9558/statm: 110808 44220 415 364 0 46726 0
[pid=9560] ppid=9558 vsize=61052 CPUtime=117.14 cores=1,3,5,7
/proc/9560/stat : 9560 (lingeling) R 9558 9560 9560 0 -1 4202496 27812 0 0 0 11710 4 0 0 25 0 1 0 639816637 62517248 14266 33554432000 4194304 4352236 140734834344496 18446744073709551615 4278694 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/9560/statm: 15263 14266 129 39 0 14343 0
[pid=9558/tid=9563] ppid=9549 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/9558/task/9563/stat : 9563 (python) S 9549 9549 9270 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639826648 453869568 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471137240064 0 0 -1 3 0 0 0
[pid=9549/tid=9559] ppid=9547 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9559/stat : 9559 (python) S 9547 9549 9270 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 639816637 453869568 45680 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 947516

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/210 9565
/proc/meminfo: memFree=6942872/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=443232 CPUtime=104.86 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 9270 0 -1 4202496 71076 935 1 0 10467 19 0 0 18 0 2 0 639806124 453869568 45680 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9549/statm: 110808 45680 1876 364 0 46726 0
[pid=9558] ppid=9549 vsize=443232 CPUtime=0.21 cores=1,3,5,7
/proc/9558/stat : 9558 (python) S 9549 9549 9270 0 -1 4202560 1192 0 0 0 11 10 0 0 18 0 2 0 639816636 453869568 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9558/statm: 110808 44220 415 364 0 46726 0
[pid=9560] ppid=9558 vsize=62300 CPUtime=177.14 cores=1,3,5,7
/proc/9560/stat : 9560 (lingeling) R 9558 9560 9560 0 -1 4202496 28291 0 0 0 17710 4 0 0 25 0 1 0 639816637 63795200 14745 33554432000 4194304 4352236 140734834344496 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/9560/statm: 15575 14745 129 39 0 14655 0
[pid=9558/tid=9563] ppid=9549 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/9558/task/9563/stat : 9563 (python) S 9549 9549 9270 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639826648 453869568 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471137240064 0 0 -1 3 0 0 0
[pid=9549/tid=9559] ppid=9547 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9559/stat : 9559 (python) S 9547 9549 9270 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 639816637 453869568 45680 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 948764

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/210 9567
/proc/meminfo: memFree=6940700/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=443232 CPUtime=104.86 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 9270 0 -1 4202496 71076 935 1 0 10467 19 0 0 18 0 2 0 639806124 453869568 45680 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9549/statm: 110808 45680 1876 364 0 46726 0
[pid=9558] ppid=9549 vsize=443232 CPUtime=0.28 cores=1,3,5,7
/proc/9558/stat : 9558 (python) S 9549 9549 9270 0 -1 4202560 1205 0 0 0 15 13 0 0 18 0 2 0 639816636 453869568 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9558/statm: 110808 44220 415 364 0 46726 0
[pid=9560] ppid=9558 vsize=64204 CPUtime=237.14 cores=1,3,5,7
/proc/9560/stat : 9560 (lingeling) R 9558 9560 9560 0 -1 4202496 28768 0 0 0 23710 4 0 0 25 0 1 0 639816637 65744896 15221 33554432000 4194304 4352236 140734834344496 18446744073709551615 4276801 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/9560/statm: 16051 15221 129 39 0 15131 0
[pid=9558/tid=9563] ppid=9549 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/9558/task/9563/stat : 9563 (python) S 9549 9549 9270 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639826648 453869568 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471137240064 0 0 -1 3 0 0 0
[pid=9549/tid=9559] ppid=9547 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9559/stat : 9559 (python) S 9547 9549 9270 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 639816637 453869568 45680 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 950668

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

[pid=9690] ppid=9549 vsize=463756 CPUtime=0.23 cores=1,3,5,7
/proc/9690/stat : 9690 (python) S 9549 9549 9270 0 -1 4202560 1133 0 0 0 12 11 0 0 18 0 2 0 640128002 474886144 44212 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 115939 44212 399 364 0 51848 0
[pid=9692] ppid=9690 vsize=198552 CPUtime=197.2 cores=1,3,5,7
/proc/9692/stat : 9692 (precosat) T 9690 9692 9692 0 -1 4202496 51494 0 0 0 19712 8 0 0 25 0 1 0 640128003 203317248 47126 33554432000 4194304 4890832 140734480607776 18446744073709551615 4246748 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/9692/statm: 49638 47126 86 171 0 49465 0
[pid=9690/tid=9695] ppid=9549 vsize=463756 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9695/stat : 9695 (python) S 9549 9549 9270 0 -1 4202560 53 0 0 0 0 0 0 0 18 0 2 0 640138014 474886144 44212 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471160750400 0 0 -1 3 0 0 0
[pid=9701] ppid=9549 vsize=474012 CPUtime=0.35 cores=1,3,5,7
/proc/9701/stat : 9701 (python) S 9549 9549 9270 0 -1 4202560 1152 0 0 0 18 17 0 0 15 0 2 0 640157437 485388288 44216 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9701/statm: 118503 44216 399 364 0 54409 0
[pid=9703] ppid=9701 vsize=74352 CPUtime=293.29 cores=1,3,5,7
/proc/9703/stat : 9703 (lingeling) T 9701 9703 9703 0 -1 4202496 31307 0 0 0 29325 4 0 0 25 0 1 0 640157438 76136448 17758 33554432000 4194304 4352236 140733294721408 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/9703/statm: 18588 17758 129 39 0 17668 0
[pid=9701/tid=9707] ppid=9549 vsize=474012 CPUtime=0 cores=1,3,5,7
/proc/9701/task/9707/stat : 9707 (python) S 9549 9549 9270 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 640167449 485388288 44216 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471104502464 0 0 -1 3 0 0 0
[pid=9708] ppid=9549 vsize=484268 CPUtime=0.98 cores=1,3,5,7
/proc/9708/stat : 9708 (python) S 9549 9549 9270 0 -1 4202560 1143 0 0 0 51 47 0 0 15 0 2 0 640167450 495890432 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9708/statm: 121067 44220 399 364 0 56970 0
[pid=9710] ppid=9708 vsize=2552588 CPUtime=763.33 cores=1,3,5,7
/proc/9710/stat : 9710 (cryptominisat-2) R 9708 9710 9710 0 -1 4202496 720498 0 0 0 76209 124 0 0 25 0 1 0 640167451 2613850112 479928 33554432000 4194304 4677096 140735375015616 18446744073709551615 4319167 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/9710/statm: 638147 479928 393 118 0 633106 0
[pid=9708/tid=9727] ppid=9549 vsize=484268 CPUtime=0 cores=1,3,5,7
/proc/9708/task/9727/stat : 9727 (python) S 9549 9549 9270 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 640226025 495890432 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471140309056 0 0 -1 1 0 0 0
[pid=9733] ppid=9549 vsize=494524 CPUtime=0.39 cores=1,3,5,7
/proc/9733/stat : 9733 (python) S 9549 9549 9270 0 -1 4202560 1140 0 0 0 20 19 0 0 19 0 2 0 640245346 506392576 44224 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9733/statm: 123631 44224 399 364 0 59531 0
[pid=9735] ppid=9733 vsize=189572 CPUtime=292.34 cores=1,3,5,7
/proc/9735/stat : 9735 (precosat) T 9733 9735 9735 0 -1 4202496 55298 0 0 0 29225 9 0 0 25 0 1 0 640245347 194121728 44840 33554432000 4194304 4890832 140737024697632 18446744073709551615 4238338 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/9735/statm: 47393 44840 86 171 0 47220 0
[pid=9733/tid=9744] ppid=9549 vsize=494524 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (python) S 9549 9549 9270 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 640274582 506392576 44224 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471140307264 0 0 -1 1 0 0 0
[pid=9745] ppid=9549 vsize=504780 CPUtime=0.12 cores=1,3,5,7
/proc/9745/stat : 9745 (python) S 9549 9549 9270 0 -1 4202560 1133 0 0 0 7 5 0 0 16 0 2 0 640274583 516894720 44234 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9745/statm: 126195 44234 405 364 0 62092 0
[pid=9747] ppid=9745 vsize=63612 CPUtime=100.11 cores=1,3,5,7
/proc/9747/stat : 9747 (lingeling) T 9745 9747 9747 0 -1 4202496 27913 0 0 0 10006 5 0 0 25 0 1 0 640274584 65138688 14362 33554432000 4194304 4352236 140736470966992 18446744073709551615 4329367 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/9747/statm: 15903 14362 129 39 0 14983 0
[pid=9745/tid=9750] ppid=9549 vsize=504780 CPUtime=0 cores=1,3,5,7
/proc/9745/task/9750/stat : 9750 (python) S 9549 9549 9270 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 640284596 516894720 44234 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604455524596480 0 0 -1 3 0 0 0
[pid=9549/tid=9559] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9559/stat : 9559 (python) S 9547 9549 9270 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 639816637 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 5 0 0 0
[pid=9549/tid=9596] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9596/stat : 9596 (python) S 9547 9549 9270 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 639943077 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 1 0 0 0
[pid=9549/tid=9603] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9603/stat : 9603 (python) S 9547 9549 9270 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 639953092 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 3 0 0 0
[pid=9549/tid=9691] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9691/stat : 9691 (python) S 9547 9549 9270 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 640128002 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 1 0 0 0
[pid=9549/tid=9702] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9702/stat : 9702 (python) S 9547 9549 9270 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 640157437 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 1 0 0 0
[pid=9549/tid=9709] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9709/stat : 9709 (python) S 9547 9549 9270 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 640167450 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 3 0 0 0
[pid=9549/tid=9734] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9734/stat : 9734 (python) S 9547 9549 9270 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 640245347 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 3 0 0 0
[pid=9549/tid=9746] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9746/stat : 9746 (python) S 9547 9549 9270 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 640274583 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4968.08
Current children cumulated vsize (KiB) 10716868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4994.2 s]
/proc/loadavg: 1.03 1.01 1.00 2/204 9756
/proc/meminfo: memFree=2523180/32951124 swapFree=67055716/67111528
[pid=9549] ppid=9547 vsize=515024 CPUtime=105.01 cores=1,3,5,7
/proc/9549/stat : 9549 (python) S 9547 9549 9270 0 -1 4202496 76962 935 1 0 10477 24 0 0 18 0 9 0 639806124 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9549/statm: 128756 45722 1890 364 0 64653 0
[pid=9558] ppid=9549 vsize=443232 CPUtime=1.57 cores=1,3,5,7
/proc/9558/stat : 9558 (python) S 9549 9549 9270 0 -1 4202560 1205 0 0 0 84 73 0 0 18 0 2 0 639816636 453869568 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9558/statm: 110808 44220 415 364 0 46726 0
[pid=9560] ppid=9558 vsize=105060 CPUtime=1264.38 cores=1,3,5,7
/proc/9560/stat : 9560 (lingeling) T 9558 9560 9560 0 -1 4202496 38982 0 0 0 126432 6 0 0 25 0 1 0 639816637 107581440 25435 33554432000 4194304 4352236 140734834344496 18446744073709551615 4280925 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/9560/statm: 26265 25435 129 39 0 25345 0
[pid=9558/tid=9563] ppid=9549 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/9558/task/9563/stat : 9563 (python) S 9549 9549 9270 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 639826648 453869568 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471137240064 0 0 -1 3 0 0 0
[pid=9595] ppid=9549 vsize=443244 CPUtime=0.37 cores=1,3,5,7
/proc/9595/stat : 9595 (python) S 9549 9549 9270 0 -1 4202560 1121 0 0 0 20 17 0 0 18 0 2 0 639943076 453881856 44204 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9595/statm: 110811 44204 399 364 0 46726 0
[pid=9597] ppid=9595 vsize=68728 CPUtime=294.32 cores=1,3,5,7
/proc/9597/stat : 9597 (lingeling) T 9595 9597 9597 0 -1 4202496 29896 0 0 0 29427 5 0 0 25 0 1 0 639943077 70377472 16352 33554432000 4194304 4352236 140735733156000 18446744073709551615 4238648 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/9597/statm: 17182 16352 129 39 0 16262 0
[pid=9595/tid=9601] ppid=9549 vsize=443244 CPUtime=0 cores=1,3,5,7
/proc/9595/task/9601/stat : 9601 (python) S 9549 9549 9270 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 639953090 453881856 44204 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471162313792 0 0 -1 3 0 0 0
[pid=9602] ppid=9549 vsize=453500 CPUtime=2.1 cores=1,3,5,7
/proc/9602/stat : 9602 (python) S 9549 9549 9270 0 -1 4202560 1159 0 0 0 109 101 0 0 16 0 2 0 639953091 464384000 44209 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9602/statm: 113375 44209 400 364 0 49287 0
[pid=9604] ppid=9602 vsize=3188064 CPUtime=1651.99 cores=1,3,5,7
/proc/9604/stat : 9604 (cryptominisat-2) T 9602 9604 9604 0 -1 4202496 1246039 0 0 0 165006 193 0 0 25 0 1 0 639953092 3264577536 613381 33554432000 4194304 4677096 140735812984288 18446744073709551615 4336280 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/9604/statm: 797016 613381 393 118 0 791975 0
[pid=9602/tid=9686] ppid=9549 vsize=453500 CPUtime=0 cores=1,3,5,7
/proc/9602/task/9686/stat : 9686 (python) S 9549 9549 9270 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 640118289 464384000 44209 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471135369344 0 0 -1 1 0 0 0
[pid=9690] ppid=9549 vsize=463756 CPUtime=0.23 cores=1,3,5,7
/proc/9690/stat : 9690 (python) S 9549 9549 9270 0 -1 4202560 1133 0 0 0 12 11 0 0 18 0 2 0 640128002 474886144 44212 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9690/statm: 115939 44212 399 364 0 51848 0
[pid=9692] ppid=9690 vsize=198552 CPUtime=197.2 cores=1,3,5,7
/proc/9692/stat : 9692 (precosat) T 9690 9692 9692 0 -1 4202496 51494 0 0 0 19712 8 0 0 25 0 1 0 640128003 203317248 47126 33554432000 4194304 4890832 140734480607776 18446744073709551615 4246748 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/9692/statm: 49638 47126 86 171 0 49465 0
[pid=9690/tid=9695] ppid=9549 vsize=463756 CPUtime=0 cores=1,3,5,7
/proc/9690/task/9695/stat : 9695 (python) S 9549 9549 9270 0 -1 4202560 53 0 0 0 0 0 0 0 18 0 2 0 640138014 474886144 44212 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471160750400 0 0 -1 3 0 0 0
[pid=9701] ppid=9549 vsize=474012 CPUtime=0.35 cores=1,3,5,7
/proc/9701/stat : 9701 (python) S 9549 9549 9270 0 -1 4202560 1152 0 0 0 18 17 0 0 15 0 2 0 640157437 485388288 44216 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9701/statm: 118503 44216 399 364 0 54409 0
[pid=9703] ppid=9701 vsize=74352 CPUtime=293.29 cores=1,3,5,7
/proc/9703/stat : 9703 (lingeling) T 9701 9703 9703 0 -1 4202496 31307 0 0 0 29325 4 0 0 25 0 1 0 640157438 76136448 17758 33554432000 4194304 4352236 140733294721408 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/9703/statm: 18588 17758 129 39 0 17668 0
[pid=9701/tid=9707] ppid=9549 vsize=474012 CPUtime=0 cores=1,3,5,7
/proc/9701/task/9707/stat : 9707 (python) S 9549 9549 9270 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 640167449 485388288 44216 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471104502464 0 0 -1 3 0 0 0
[pid=9708] ppid=9549 vsize=484268 CPUtime=1.01 cores=1,3,5,7
/proc/9708/stat : 9708 (python) S 9549 9549 9270 0 -1 4202560 1143 0 0 0 53 48 0 0 15 0 2 0 640167450 495890432 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9708/statm: 121067 44220 399 364 0 56970 0
[pid=9710] ppid=9708 vsize=2420776 CPUtime=795.23 cores=1,3,5,7
/proc/9710/stat : 9710 (cryptominisat-2) R 9708 9710 9710 0 -1 4202496 741538 0 0 0 79395 128 0 0 25 0 1 0 640167451 2478874624 475463 33554432000 4194304 4677096 140735375015616 18446744073709551615 4335828 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/9710/statm: 605194 475463 393 118 0 600153 0
[pid=9708/tid=9727] ppid=9549 vsize=484268 CPUtime=0 cores=1,3,5,7
/proc/9708/task/9727/stat : 9727 (python) S 9549 9549 9270 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 640226025 495890432 44220 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471140309056 0 0 -1 1 0 0 0
[pid=9733] ppid=9549 vsize=494524 CPUtime=0.39 cores=1,3,5,7
/proc/9733/stat : 9733 (python) S 9549 9549 9270 0 -1 4202560 1140 0 0 0 20 19 0 0 19 0 2 0 640245346 506392576 44224 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9733/statm: 123631 44224 399 364 0 59531 0
[pid=9735] ppid=9733 vsize=189572 CPUtime=292.34 cores=1,3,5,7
/proc/9735/stat : 9735 (precosat) T 9733 9735 9735 0 -1 4202496 55298 0 0 0 29225 9 0 0 25 0 1 0 640245347 194121728 44840 33554432000 4194304 4890832 140737024697632 18446744073709551615 4238338 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/9735/statm: 47393 44840 86 171 0 47220 0
[pid=9733/tid=9744] ppid=9549 vsize=494524 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (python) S 9549 9549 9270 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 640274582 506392576 44224 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604471140307264 0 0 -1 1 0 0 0
[pid=9745] ppid=9549 vsize=504780 CPUtime=0.12 cores=1,3,5,7
/proc/9745/stat : 9745 (python) S 9549 9549 9270 0 -1 4202560 1133 0 0 0 7 5 0 0 16 0 2 0 640274583 516894720 44234 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9745/statm: 126195 44234 405 364 0 62092 0
[pid=9747] ppid=9745 vsize=63612 CPUtime=100.11 cores=1,3,5,7
/proc/9747/stat : 9747 (lingeling) T 9745 9747 9747 0 -1 4202496 27913 0 0 0 10006 5 0 0 25 0 1 0 640274584 65138688 14362 33554432000 4194304 4352236 140736470966992 18446744073709551615 4329367 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/9747/statm: 15903 14362 129 39 0 14983 0
[pid=9745/tid=9750] ppid=9549 vsize=504780 CPUtime=0 cores=1,3,5,7
/proc/9745/task/9750/stat : 9750 (python) S 9549 9549 9270 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 640284596 516894720 44234 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 514 18446604455524596480 0 0 -1 3 0 0 0
[pid=9549/tid=9559] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9559/stat : 9559 (python) S 9547 9549 9270 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 639816637 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 5 0 0 0
[pid=9549/tid=9596] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9596/stat : 9596 (python) S 9547 9549 9270 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 639943077 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 1 0 0 0
[pid=9549/tid=9603] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9603/stat : 9603 (python) S 9547 9549 9270 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 639953092 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 3 0 0 0
[pid=9549/tid=9691] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9691/stat : 9691 (python) S 9547 9549 9270 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 640128002 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 1 0 0 0
[pid=9549/tid=9702] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9702/stat : 9702 (python) S 9547 9549 9270 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 640157437 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 1 0 0 0
[pid=9549/tid=9709] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9709/stat : 9709 (python) S 9547 9549 9270 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 640167450 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 3 0 0 0
[pid=9549/tid=9734] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9734/stat : 9734 (python) S 9547 9549 9270 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 640245347 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 3 0 0 0
[pid=9549/tid=9746] ppid=9547 vsize=515024 CPUtime=0 cores=1,3,5,7
/proc/9549/task/9746/stat : 9746 (python) S 9547 9549 9270 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 640274583 527384576 45722 33554432000 4194304 5683644 140735961718736 18446744073709551615 268672485809 0 0 16781312 2 18446604471137241856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 10585056

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 9549 and gives
#  childrusage.ru_utime.tv_sec=104
#  childrusage.ru_utime.tv_usec=778071
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=258960
# CPU time returned by wait4() is 105.037
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4994.27
CPU time (s): 5000.01
CPU user time (s): 4993.28
CPU system time (s): 6.73
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 10953920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.778
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77901
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= 2913
involuntary context switches= 184

runsolver used 9.78751 second user time and 21.6607 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-13 11:09:08
IDJOB=3498497
IDBENCH=84248
IDSOLVER=1991
FILE ID=node107/3498497-1307956147
RUNJOBID= node107-1307953127-9289
PBS_JOBID= 13559721
Free space on /var/tmp= 2848 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.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-3498497-1307956147/watcher-3498497-1307956147 -o /var/tmp/evaluation-result-3498497-1307956147/solver-3498497-1307956147 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498497-1307956147.cnf -seed 797703876 -budget 5000

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=797703876

node107.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.829
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.65
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.829
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.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.75
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7192124 kB
Buffers:         99916 kB
Cached:       24276472 kB
SwapCached:      20168 kB
Active:        9575040 kB
Inactive:     15368972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7192124 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           46856 kB
Writeback:           0 kB
AnonPages:      564808 kB
Mapped:          19684 kB
Slab:           744984 kB
PageTables:      10544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1405532 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= 2848 MiB
End job on node107 at 2011-06-13 12:32:25