Trace number 3317889

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4800.03 1212.66

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.68	c INFO: solving HOME/instance-3317889-1304267663.cnf
0.32/0.68	c INFO: computing task features
1.09/1.40	c INFO: computed variable-clause graph statistics
1.09/1.42	c INFO: computed clause balance statistics
4.70/5.05	c INFO: computed variable balance statistics
7.50/7.84	c INFO: computed small-clause counts
7.50/7.87	c INFO: computed Horn-clause counts
13.29/13.61	c INFO: computed variable graph statistics
13.29/13.61	c INFO: collected features for HOME/instance-3317889-1304267663.cnf in 12.91 s
13.29/13.64	c INFO: running lingeling-276@0 for 97 with 4787 remaining (b = 0.35)
13.29/13.66	c INFO: running cryptominisat-2.9.0@0 for 485 with 4787 remaining (b = 0.32)
13.29/13.69	c INFO: running lingeling-276@0 for 1261 with 4787 remaining (b = 0.47)
13.40/13.71	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4786 remaining (b = 0.54)
408.85/112.79	c INFO: running lingeling-276@0 for 97 with 4687 remaining (b = 0.10)
789.17/207.93	c INFO: running lingeling-276@94 for 97 with 4592 remaining (b = 0.10)
1193.01/309.07	c INFO: running lingeling-276@195 for 97 with 4491 remaining (b = 0.10)
1573.30/404.20	c INFO: running SApperloT@0 for 97 with 4396 remaining (b = 0.16)
1960.36/501.16	c INFO: running precosat-570@0 for 291 with 4299 remaining (b = 0.21)
1973.12/504.36	c INFO: running lingeling-276@0 for 1261 with 4296 remaining (b = 0.37)
3128.05/793.54	c INFO: running precosat-570@99 for 97 with 4007 remaining (b = 0.07)
3531.77/894.68	c INFO: running precosat-570@200 for 97 with 3906 remaining (b = 0.07)
3911.93/989.81	c INFO: running lingeling-276@0 for 97 with 3810 remaining (b = 0.06)
4311.11/1089.97	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3710 remaining (b = 0.42)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.02 4.81 2.05 6/193 11221
/proc/meminfo: memFree=31039128/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/11221/stat : 11221 (python) R 11219 11221 11061 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 538369081 15548416 621 33554432000 4194304 5683644 140737072741952 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11221/statm: 3796 621 322 364 0 283 0

[startup+0.106489 s]
/proc/loadavg: 8.02 4.81 2.05 6/193 11221
/proc/meminfo: memFree=31039128/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=93956 CPUtime=0.07 cores=0,2,4,6
/proc/11221/stat : 11221 (python) S 11219 11221 11061 0 -1 4202496 2696 0 0 0 5 2 0 0 17 0 1 0 538369081 96210944 2406 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/11221/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93956

[startup+0.200473 s]
/proc/loadavg: 8.02 4.81 2.05 6/193 11221
/proc/meminfo: memFree=31039128/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=124068 CPUtime=0.12 cores=0,2,4,6
/proc/11221/stat : 11221 (python) R 11219 11221 11061 0 -1 4202496 4242 0 1 0 9 3 0 0 17 0 1 0 538369081 127045632 3850 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/11221/statm: 31017 3850 991 364 0 2828 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124068

[startup+0.300426 s]
/proc/loadavg: 8.02 4.81 2.05 6/193 11221
/proc/meminfo: memFree=31039128/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/11221/stat : 11221 (python) R 11219 11221 11061 0 -1 4202496 5962 938 1 0 13 5 0 0 17 0 1 0 538369081 139005952 4150 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370953221 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11221/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700395 s]
/proc/loadavg: 8.02 4.81 2.05 6/193 11221
/proc/meminfo: memFree=31039128/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=283440 CPUtime=0.4 cores=0,2,4,6
/proc/11221/stat : 11221 (python) R 11219 11221 11061 0 -1 4202496 10480 938 1 0 29 11 0 0 16 0 1 0 538369081 290242560 8163 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370654304 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11221/statm: 70860 8173 1761 364 0 6784 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283440

[startup+1.50025 s]
/proc/loadavg: 7.70 4.80 2.06 6/194 11226
/proc/meminfo: memFree=30991272/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=327276 CPUtime=1.19 cores=0,2,4,6
/proc/11221/stat : 11221 (python) R 11219 11221 11061 0 -1 4202496 27032 938 1 0 107 12 0 0 17 0 1 0 538369081 335130624 19204 33554432000 4194304 5683644 140737072741952 18446744073709551615 4509190 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11221/statm: 81819 19204 1826 364 0 17743 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 327276

[startup+3.10097 s]
/proc/loadavg: 7.70 4.80 2.06 6/194 11226
/proc/meminfo: memFree=30960148/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=327276 CPUtime=2.8 cores=0,2,4,6
/proc/11221/stat : 11221 (python) R 11219 11221 11061 0 -1 4202496 27032 938 1 0 268 12 0 0 19 0 1 0 538369081 335130624 19204 33554432000 4194304 5683644 140737072741952 18446744073709551615 4567031 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11221/statm: 81819 19204 1826 364 0 17743 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 327276

[startup+6.3004 s]
/proc/loadavg: 7.48 4.80 2.07 6/194 11226
/proc/meminfo: memFree=30959168/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=327276 CPUtime=6 cores=0,2,4,6
/proc/11221/stat : 11221 (python) R 11219 11221 11061 0 -1 4202496 27033 938 1 0 588 12 0 0 25 0 1 0 538369081 335130624 19205 33554432000 4194304 5683644 140737072741952 18446744073709551615 4458956 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11221/statm: 81819 19205 1827 364 0 17743 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 327276

[startup+12.7003 s]
/proc/loadavg: 7.28 4.81 2.09 6/194 11226
/proc/meminfo: memFree=30955380/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=327276 CPUtime=12.4 cores=0,2,4,6
/proc/11221/stat : 11221 (python) R 11219 11221 11061 0 -1 4202496 27039 938 1 0 1228 12 0 0 25 0 1 0 538369081 335130624 19211 33554432000 4194304 5683644 140737072741952 18446744073709551615 47103362218112 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11221/statm: 81819 19211 1833 364 0 17743 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 327276

[startup+25.501 s]
/proc/loadavg: 7.51 4.98 2.19 9/206 11238
/proc/meminfo: memFree=30725436/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=364552 CPUtime=13.42 cores=0,2,4,6
/proc/11221/stat : 11221 (python) S 11219 11221 11061 0 -1 4202496 29759 938 1 0 1328 14 0 0 24 0 5 0 538369081 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11221/statm: 91138 18335 1881 364 0 27047 0
[pid=11227] ppid=11221 vsize=323540 CPUtime=0.01 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11221 11221 11061 0 -1 4202560 999 0 0 0 1 0 0 0 18 0 1 0 538370445 331304960 16819 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977295 0 0 16781312 514 1739163512350933252 0 0 17 6 0 0 0
/proc/11227/statm: 80885 16819 381 364 0 16803 0
[pid=11229] ppid=11227 vsize=32780 CPUtime=11.84 cores=0,2,4,6
/proc/11229/stat : 11229 (lingeling) R 11227 11229 11229 0 -1 4202496 11218 0 0 0 1183 1 0 0 25 0 1 0 538370445 33566720 7365 33554432000 4194304 4352236 140733255004880 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11229/statm: 8195 7365 129 39 0 7275 0
[pid=11230] ppid=11221 vsize=333796 CPUtime=0.01 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11221 11221 11061 0 -1 4202560 907 0 0 0 0 1 0 0 15 0 1 0 538370447 341807104 16812 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 4470696746204233988 0 0 17 4 0 0 0
/proc/11230/statm: 83449 16812 370 364 0 19364 0
[pid=11232] ppid=11230 vsize=138564 CPUtime=11.8 cores=0,2,4,6
/proc/11232/stat : 11232 (cryptominisat-2) R 11230 11232 11232 0 -1 4202496 22121 0 0 0 1177 3 0 0 25 0 1 0 538370448 141889536 19760 33554432000 4194304 4677096 140735126708864 18446744073709551615 4320263 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11232/statm: 34641 19760 392 118 0 29600 0
[pid=11233] ppid=11221 vsize=344052 CPUtime=0.01 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11221 11221 11061 0 -1 4202560 933 0 0 0 0 1 0 0 18 0 1 0 538370450 352309248 16816 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933252 0 0 17 6 0 0 0
/proc/11233/statm: 86013 16816 370 364 0 21925 0
[pid=11235] ppid=11233 vsize=32780 CPUtime=11.69 cores=0,2,4,6
/proc/11235/stat : 11235 (lingeling) R 11233 11235 11235 0 -1 4202496 11218 0 0 0 1168 1 0 0 25 0 1 0 538370451 33566720 7365 33554432000 4194304 4352236 140736501152464 18446744073709551615 4207589 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11235/statm: 8195 7365 129 39 0 7275 0
[pid=11236] ppid=11221 vsize=354308 CPUtime=0.01 cores=0,2,4,6
/proc/11236/stat : 11236 (python) S 11221 11221 11061 0 -1 4202560 934 0 0 0 0 1 0 0 15 0 1 0 538370453 362811392 16820 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933249 0 0 17 2 0 0 0
/proc/11236/statm: 88577 16820 370 364 0 24486 0
[pid=11238] ppid=11236 vsize=138564 CPUtime=11.74 cores=0,2,4,6
/proc/11238/stat : 11238 (cryptominisat-2) R 11236 11238 11238 0 -1 4202496 21956 0 0 0 1172 2 0 0 25 0 1 0 538370453 141889536 19596 33554432000 4194304 4677096 140734424262096 18446744073709551615 4320898 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11238/statm: 34641 19596 392 118 0 29600 0
[pid=11221/tid=11228] ppid=11219 vsize=364552 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11228/stat : 11228 (python) S 11219 11221 11061 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 538370445 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=11221/tid=11231] ppid=11219 vsize=364552 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11231/stat : 11231 (python) S 11219 11221 11061 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 5 0 538370448 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 6 0 0 0
[pid=11221/tid=11234] ppid=11219 vsize=364552 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11234/stat : 11234 (python) S 11219 11221 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538370450 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11237] ppid=11219 vsize=364552 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11237/stat : 11237 (python) S 11219 11221 11061 0 -1 4202560 27 938 0 0 0 0 0 0 24 0 5 0 538370453 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 60.53
Current children cumulated vsize (KiB) 2062936

[startup+51.1014 s]
/proc/loadavg: 7.68 5.22 2.34 9/206 11239
/proc/meminfo: memFree=30704424/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=364552 CPUtime=13.42 cores=0,2,4,6
/proc/11221/stat : 11221 (python) S 11219 11221 11061 0 -1 4202496 29759 938 1 0 1328 14 0 0 24 0 5 0 538369081 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11221/statm: 91138 18335 1881 364 0 27047 0
[pid=11227] ppid=11221 vsize=323540 CPUtime=0.04 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11221 11221 11061 0 -1 4202560 1012 0 0 0 3 1 0 0 18 0 1 0 538370445 331304960 16819 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977295 0 0 16781312 514 1739163512350933252 0 0 17 6 0 0 0
/proc/11227/statm: 80885 16819 381 364 0 16803 0
[pid=11229] ppid=11227 vsize=32780 CPUtime=37.44 cores=0,2,4,6
/proc/11229/stat : 11229 (lingeling) R 11227 11229 11229 0 -1 4202496 11218 0 0 0 3743 1 0 0 25 0 1 0 538370445 33566720 7365 33554432000 4194304 4352236 140733255004880 18446744073709551615 4278726 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11229/statm: 8195 7365 129 39 0 7275 0
[pid=11230] ppid=11221 vsize=333796 CPUtime=0.04 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11221 11221 11061 0 -1 4202560 920 0 0 0 2 2 0 0 15 0 1 0 538370447 341807104 16812 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 17069684929052246276 0 0 17 4 0 0 0
/proc/11230/statm: 83449 16812 370 364 0 19364 0
[pid=11232] ppid=11230 vsize=117900 CPUtime=37.36 cores=0,2,4,6
/proc/11232/stat : 11232 (cryptominisat-2) R 11230 11232 11232 0 -1 4202496 26643 0 0 0 3732 4 0 0 25 0 1 0 538370448 120729600 21549 33554432000 4194304 4677096 140735126708864 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11232/statm: 29475 21549 393 118 0 24434 0
[pid=11233] ppid=11221 vsize=344052 CPUtime=0.04 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11221 11221 11061 0 -1 4202560 944 0 0 0 2 2 0 0 18 0 1 0 538370450 352309248 16816 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933252 0 0 17 6 0 0 0
/proc/11233/statm: 86013 16816 370 364 0 21925 0
[pid=11235] ppid=11233 vsize=32780 CPUtime=37.09 cores=0,2,4,6
/proc/11235/stat : 11235 (lingeling) R 11233 11235 11235 0 -1 4202496 11218 0 0 0 3708 1 0 0 25 0 1 0 538370451 33566720 7365 33554432000 4194304 4352236 140736501152464 18446744073709551615 4278833 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11235/statm: 8195 7365 129 39 0 7275 0
[pid=11236] ppid=11221 vsize=354308 CPUtime=0.04 cores=0,2,4,6
/proc/11236/stat : 11236 (python) S 11221 11221 11061 0 -1 4202560 949 0 0 0 2 2 0 0 15 0 1 0 538370453 362811392 16820 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933249 0 0 17 2 0 0 0
/proc/11236/statm: 88577 16820 370 364 0 24486 0
[pid=11238] ppid=11236 vsize=117928 CPUtime=37.31 cores=0,2,4,6
/proc/11238/stat : 11238 (cryptominisat-2) R 11236 11238 11238 0 -1 4202496 26737 0 0 0 3728 3 0 0 25 0 1 0 538370453 120758272 21579 33554432000 4194304 4677096 140734424262096 18446744073709551615 4336002 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11238/statm: 29482 21579 397 118 0 24441 0
[pid=11221/tid=11228] ppid=11219 vsize=364552 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11228/stat : 11228 (python) S 11219 11221 11061 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 538370445 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=11221/tid=11231] ppid=11219 vsize=364552 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11231/stat : 11231 (python) S 11219 11221 11061 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 5 0 538370448 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 6 0 0 0
[pid=11221/tid=11234] ppid=11219 vsize=364552 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11234/stat : 11234 (python) S 11219 11221 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538370450 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11237] ppid=11219 vsize=364552 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11237/stat : 11237 (python) S 11219 11221 11061 0 -1 4202560 27 938 0 0 0 0 0 0 24 0 5 0 538370453 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.78
Current children cumulated vsize (KiB) 2021636

[startup+102.301 s]
/proc/loadavg: 7.86 5.65 2.63 9/206 11240
/proc/meminfo: memFree=30657788/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=364552 CPUtime=13.42 cores=0,2,4,6
/proc/11221/stat : 11221 (python) S 11219 11221 11061 0 -1 4202496 29759 938 1 0 1328 14 0 0 24 0 5 0 538369081 373301248 18335 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11221/statm: 91138 18335 1881 364 0 27047 0
[pid=11227] ppid=11221 vsize=323540 CPUtime=0.11 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11221 11221 11061 0 -1 4202560 1035 0 0 0 7 4 0 0 18 0 1 0 538370445 331304960 16819 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977295 0 0 16781312 514 1739163512350933252 0 0 17 6 0 0 0
/proc/11227/statm: 80885 16819 381 364 0 16803 0
[pid=11229] ppid=11227 vsize=32780 CPUtime=88.65 cores=0,2,4,6
/proc/11229/stat : 11229 (lingeling) R 11227 11229 11229 0 -1 4202496 11218 0 0 0 8864 1 0 0 25 0 1 0 538370445 33566720 7365 33554432000 4194304 4352236 140733255004880 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11229/statm: 8195 7365 129 39 0 7275 0
[pid=11230] ppid=11221 vsize=333796 CPUtime=0.11 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11221 11221 11061 0 -1 4202560 940 0 0 0 7 4 0 0 15 0 1 0 538370447 341807104 16812 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933252 0 0 17 4 0 0 0
/proc/11230/statm: 83449 16812 370 364 0 19364 0
[pid=11232] ppid=11230 vsize=126772 CPUtime=88.51 cores=0,2,4,6
/proc/11232/stat : 11232 (cryptominisat-2) R 11230 11232 11232 0 -1 4202496 34337 0 0 0 8844 7 0 0 25 0 1 0 538370448 129814528 22811 33554432000 4194304 4677096 140735126708864 18446744073709551615 4320272 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11232/statm: 31693 22811 394 118 0 26652 0

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

[pid=11230] ppid=11221 vsize=333796 CPUtime=0.84 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11221 11221 11061 0 -1 4202560 1156 0 0 0 49 35 0 0 15 0 2 0 538370447 341807104 16842 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11230/statm: 83449 16842 399 364 0 19364 0
[pid=11232] ppid=11230 vsize=240788 CPUtime=609.26 cores=0,2,4,6
/proc/11232/stat : 11232 (cryptominisat-2) R 11230 11232 11232 0 -1 4202496 97438 0 0 0 60903 23 0 0 25 0 1 0 538370448 246566912 51830 33554432000 4194304 4677096 140735126708864 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11232/statm: 60197 51830 393 118 0 55156 0
[pid=11230/tid=11261] ppid=11221 vsize=333796 CPUtime=0 cores=0,2,4,6
/proc/11230/task/11261/stat : 11261 (python) S 11221 11221 11061 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 538419195 341807104 16842 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453953608448 0 0 -1 4 0 0 0
[pid=11233] ppid=11221 vsize=344052 CPUtime=1.62 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11221 11221 11061 0 -1 4202560 1014 0 0 0 86 76 0 0 18 0 1 0 538370450 352309248 16825 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933252 0 0 17 6 0 0 0
/proc/11233/statm: 86013 16825 379 364 0 21925 0
[pid=11235] ppid=11233 vsize=42296 CPUtime=1187.78 cores=0,2,4,6
/proc/11235/stat : 11235 (lingeling) R 11233 11235 11235 0 -1 4202496 13597 0 0 0 118773 5 0 0 25 0 1 0 538370451 43311104 9744 33554432000 4194304 4352236 140736501152464 18446744073709551615 4280928 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11235/statm: 10574 9744 129 39 0 9654 0
[pid=11236] ppid=11221 vsize=354308 CPUtime=1.63 cores=0,2,4,6
/proc/11236/stat : 11236 (python) S 11221 11221 11061 0 -1 4202560 1015 0 0 0 89 74 0 0 15 0 1 0 538370453 362811392 16820 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933249 0 0 17 2 0 0 0
/proc/11236/statm: 88577 16820 370 364 0 24486 0
[pid=11238] ppid=11236 vsize=261704 CPUtime=1198.74 cores=0,2,4,6
/proc/11238/stat : 11238 (cryptominisat-2) R 11236 11238 11238 0 -1 4202496 158646 0 0 0 119827 47 0 0 25 0 1 0 538370453 267984896 54800 33554432000 4194304 4677096 140734424262096 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11238/statm: 65426 54800 393 118 0 60385 0
[pid=11251] ppid=11221 vsize=364564 CPUtime=0.13 cores=0,2,4,6
/proc/11251/stat : 11251 (python) S 11221 11221 11061 0 -1 4202560 1126 0 0 0 6 7 0 0 19 0 2 0 538409502 373313536 16854 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11251/statm: 91141 16854 399 364 0 27047 0
[pid=11253] ppid=11251 vsize=33944 CPUtime=99.84 cores=0,2,4,6
/proc/11253/stat : 11253 (SApperloT-base) T 11251 11253 11253 0 -1 4202496 8271 0 0 0 9981 3 0 0 25 0 1 0 538409502 34758656 7909 33554432000 134512640 135674940 4294032144 18446744073709551615 134565320 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11253/statm: 8486 7909 99 284 0 8200 0
[pid=11251/tid=11265] ppid=11221 vsize=364564 CPUtime=0 cores=0,2,4,6
/proc/11251/task/11265/stat : 11265 (python) S 11221 11221 11061 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538419515 373313536 16854 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453941379200 0 0 -1 4 0 0 0
[pid=11262] ppid=11221 vsize=374820 CPUtime=0.65 cores=0,2,4,6
/proc/11262/stat : 11262 (python) S 11221 11221 11061 0 -1 4202560 1173 0 0 0 33 32 0 0 18 0 2 0 538419198 383815680 16858 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11262/statm: 93705 16858 399 364 0 29608 0
[pid=11264] ppid=11262 vsize=82232 CPUtime=487.01 cores=0,2,4,6
/proc/11264/stat : 11264 (precosat) T 11262 11264 11264 0 -1 4202496 22829 0 0 0 48698 3 0 0 25 0 1 0 538419198 84205568 19739 33554432000 4194304 4890832 140736416076880 18446744073709551615 4291474 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/11264/statm: 20558 19739 86 171 0 20385 0
[pid=11262/tid=11281] ppid=11221 vsize=374820 CPUtime=0 cores=0,2,4,6
/proc/11262/task/11281/stat : 11281 (python) S 11221 11221 11061 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538448433 383815680 16858 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453950714112 0 0 -1 4 0 0 0
[pid=11266] ppid=11221 vsize=385076 CPUtime=0.93 cores=0,2,4,6
/proc/11266/stat : 11266 (python) S 11221 11221 11061 0 -1 4202560 997 0 0 0 51 42 0 0 18 0 1 0 538419517 394317824 16832 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933252 0 0 17 2 0 0 0
/proc/11266/statm: 96269 16832 370 364 0 32169 0
[pid=11268] ppid=11266 vsize=40896 CPUtime=707.52 cores=0,2,4,6
/proc/11268/stat : 11268 (lingeling) R 11266 11268 11268 0 -1 4202496 13249 0 0 0 70750 2 0 0 25 0 1 0 538419518 41877504 9394 33554432000 4194304 4352236 140737121898912 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11268/statm: 10224 9394 129 39 0 9304 0
[pid=11292] ppid=11221 vsize=395332 CPUtime=0.13 cores=0,2,4,6
/proc/11292/stat : 11292 (python) S 11221 11221 11061 0 -1 4202560 1175 0 0 0 7 6 0 0 19 0 2 0 538468063 404819968 16872 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11292/statm: 98833 16872 405 364 0 34730 0
[pid=11294] ppid=11292 vsize=32780 CPUtime=99.7 cores=0,2,4,6
/proc/11294/stat : 11294 (lingeling) T 11292 11294 11294 0 -1 4202496 11223 0 0 0 9966 4 0 0 25 0 1 0 538468063 33566720 7365 33554432000 4194304 4352236 140737158884256 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11294/statm: 8195 7365 129 39 0 7275 0
[pid=11292/tid=11347] ppid=11221 vsize=395332 CPUtime=0 cores=0,2,4,6
/proc/11292/task/11347/stat : 11347 (python) S 11221 11221 11061 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538478076 404819968 16872 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453944897984 0 0 -1 2 0 0 0
[pid=11221/tid=11228] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11228/stat : 11228 (python) S 11219 11221 11061 0 -1 4202560 33 938 0 0 0 0 0 0 18 0 9 0 538370445 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=11221/tid=11231] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11231/stat : 11231 (python) S 11219 11221 11061 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 538370448 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 6 0 0 0
[pid=11221/tid=11234] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11234/stat : 11234 (python) S 11219 11221 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 538370450 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11237] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11237/stat : 11237 (python) S 11219 11221 11061 0 -1 4202560 27 938 0 0 0 0 0 0 24 0 9 0 538370453 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11252] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11252/stat : 11252 (python) S 11219 11221 11061 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 538409502 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11263] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11263/stat : 11263 (python) S 11219 11221 11061 0 -1 4202560 33 938 0 0 0 0 0 0 18 0 9 0 538419198 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11267] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11267/stat : 11267 (python) S 11219 11221 11061 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 538419518 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11293] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11293/stat : 11293 (python) S 11219 11221 11061 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 538468063 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 4063548

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

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

[startup+1212.6 s]
/proc/loadavg: 9.10 8.45 6.58 10/232 11358
/proc/meminfo: memFree=26255900/32951124 swapFree=67051468/67111528
[pid=11221] ppid=11219 vsize=405576 CPUtime=13.66 cores=0,2,4,6
/proc/11221/stat : 11221 (python) S 11219 11221 11061 0 -1 4202496 33760 938 1 0 1350 16 0 0 18 0 9 0 538369081 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11221/statm: 101394 18360 1890 364 0 37291 0
[pid=11227] ppid=11221 vsize=333784 CPUtime=0.52 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11221 11221 11061 0 -1 4202560 1222 0 0 0 28 24 0 0 18 0 2 0 538370445 341794816 16858 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11227/statm: 83446 16858 415 364 0 19364 0
[pid=11229] ppid=11227 vsize=37600 CPUtime=390.07 cores=0,2,4,6
/proc/11229/stat : 11229 (lingeling) T 11227 11229 11229 0 -1 4202496 12423 0 0 0 39005 2 0 0 25 0 1 0 538370445 38502400 8570 33554432000 4194304 4352236 140733255004880 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11229/statm: 9400 8570 129 39 0 8480 0
[pid=11227/tid=11242] ppid=11221 vsize=333784 CPUtime=0 cores=0,2,4,6
/proc/11227/task/11242/stat : 11242 (python) S 11221 11221 11061 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538380358 341794816 16858 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453953605760 0 0 -1 6 0 0 0
[pid=11230] ppid=11221 vsize=333796 CPUtime=0.84 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11221 11221 11061 0 -1 4202560 1156 0 0 0 49 35 0 0 15 0 2 0 538370447 341807104 16842 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11230/statm: 83449 16842 399 364 0 19364 0
[pid=11232] ppid=11230 vsize=240788 CPUtime=609.26 cores=0,2,4,6
/proc/11232/stat : 11232 (cryptominisat-2) R 11230 11232 11232 0 -1 4202496 97438 0 0 0 60903 23 0 0 25 0 1 0 538370448 246566912 51830 33554432000 4194304 4677096 140735126708864 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11232/statm: 60197 51830 393 118 0 55156 0
[pid=11230/tid=11261] ppid=11221 vsize=333796 CPUtime=0 cores=0,2,4,6
/proc/11230/task/11261/stat : 11261 (python) S 11221 11221 11061 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 538419195 341807104 16842 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453953608448 0 0 -1 4 0 0 0
[pid=11233] ppid=11221 vsize=344052 CPUtime=1.62 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11221 11221 11061 0 -1 4202560 1014 0 0 0 86 76 0 0 18 0 1 0 538370450 352309248 16825 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933252 0 0 17 6 0 0 0
/proc/11233/statm: 86013 16825 379 364 0 21925 0
[pid=11235] ppid=11233 vsize=42296 CPUtime=1187.78 cores=0,2,4,6
/proc/11235/stat : 11235 (lingeling) R 11233 11235 11235 0 -1 4202496 13597 0 0 0 118773 5 0 0 25 0 1 0 538370451 43311104 9744 33554432000 4194304 4352236 140736501152464 18446744073709551615 4280928 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11235/statm: 10574 9744 129 39 0 9654 0
[pid=11236] ppid=11221 vsize=354308 CPUtime=1.63 cores=0,2,4,6
/proc/11236/stat : 11236 (python) S 11221 11221 11061 0 -1 4202560 1015 0 0 0 89 74 0 0 15 0 1 0 538370453 362811392 16820 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933249 0 0 17 2 0 0 0
/proc/11236/statm: 88577 16820 370 364 0 24486 0
[pid=11238] ppid=11236 vsize=261704 CPUtime=1198.74 cores=0,2,4,6
/proc/11238/stat : 11238 (cryptominisat-2) R 11236 11238 11238 0 -1 4202496 158646 0 0 0 119827 47 0 0 25 0 1 0 538370453 267984896 54800 33554432000 4194304 4677096 140734424262096 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11238/statm: 65426 54800 393 118 0 60385 0
[pid=11251] ppid=11221 vsize=364564 CPUtime=0.13 cores=0,2,4,6
/proc/11251/stat : 11251 (python) S 11221 11221 11061 0 -1 4202560 1126 0 0 0 6 7 0 0 19 0 2 0 538409502 373313536 16854 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11251/statm: 91141 16854 399 364 0 27047 0
[pid=11253] ppid=11251 vsize=33944 CPUtime=99.84 cores=0,2,4,6
/proc/11253/stat : 11253 (SApperloT-base) T 11251 11253 11253 0 -1 4202496 8271 0 0 0 9981 3 0 0 25 0 1 0 538409502 34758656 7909 33554432000 134512640 135674940 4294032144 18446744073709551615 134565320 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11253/statm: 8486 7909 99 284 0 8200 0
[pid=11251/tid=11265] ppid=11221 vsize=364564 CPUtime=0 cores=0,2,4,6
/proc/11251/task/11265/stat : 11265 (python) S 11221 11221 11061 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538419515 373313536 16854 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453941379200 0 0 -1 4 0 0 0
[pid=11262] ppid=11221 vsize=374820 CPUtime=0.65 cores=0,2,4,6
/proc/11262/stat : 11262 (python) S 11221 11221 11061 0 -1 4202560 1173 0 0 0 33 32 0 0 18 0 2 0 538419198 383815680 16858 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11262/statm: 93705 16858 399 364 0 29608 0
[pid=11264] ppid=11262 vsize=82232 CPUtime=487.01 cores=0,2,4,6
/proc/11264/stat : 11264 (precosat) T 11262 11264 11264 0 -1 4202496 22829 0 0 0 48698 3 0 0 25 0 1 0 538419198 84205568 19739 33554432000 4194304 4890832 140736416076880 18446744073709551615 4291474 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/11264/statm: 20558 19739 86 171 0 20385 0
[pid=11262/tid=11281] ppid=11221 vsize=374820 CPUtime=0 cores=0,2,4,6
/proc/11262/task/11281/stat : 11281 (python) S 11221 11221 11061 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538448433 383815680 16858 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453950714112 0 0 -1 4 0 0 0
[pid=11266] ppid=11221 vsize=385076 CPUtime=0.93 cores=0,2,4,6
/proc/11266/stat : 11266 (python) S 11221 11221 11061 0 -1 4202560 997 0 0 0 51 42 0 0 18 0 1 0 538419517 394317824 16832 33554432000 4194304 5683644 140737072741952 18446744073709551615 218370977350 0 0 16781312 514 1739163512350933252 0 0 17 2 0 0 0
/proc/11266/statm: 96269 16832 370 364 0 32169 0
[pid=11268] ppid=11266 vsize=40896 CPUtime=707.52 cores=0,2,4,6
/proc/11268/stat : 11268 (lingeling) R 11266 11268 11268 0 -1 4202496 13249 0 0 0 70750 2 0 0 25 0 1 0 538419518 41877504 9394 33554432000 4194304 4352236 140737121898912 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11268/statm: 10224 9394 129 39 0 9304 0
[pid=11292] ppid=11221 vsize=395332 CPUtime=0.13 cores=0,2,4,6
/proc/11292/stat : 11292 (python) S 11221 11221 11061 0 -1 4202560 1175 0 0 0 7 6 0 0 19 0 2 0 538468063 404819968 16872 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11292/statm: 98833 16872 405 364 0 34730 0
[pid=11294] ppid=11292 vsize=32780 CPUtime=99.7 cores=0,2,4,6
/proc/11294/stat : 11294 (lingeling) T 11292 11294 11294 0 -1 4202496 11223 0 0 0 9966 4 0 0 25 0 1 0 538468063 33566720 7365 33554432000 4194304 4352236 140737158884256 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11294/statm: 8195 7365 129 39 0 7275 0
[pid=11292/tid=11347] ppid=11221 vsize=395332 CPUtime=0 cores=0,2,4,6
/proc/11292/task/11347/stat : 11347 (python) S 11221 11221 11061 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538478076 404819968 16872 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 514 18446604453944897984 0 0 -1 2 0 0 0
[pid=11221/tid=11228] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11228/stat : 11228 (python) S 11219 11221 11061 0 -1 4202560 33 938 0 0 0 0 0 0 18 0 9 0 538370445 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 0 0 0 0
[pid=11221/tid=11231] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11231/stat : 11231 (python) S 11219 11221 11061 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 538370448 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 6 0 0 0
[pid=11221/tid=11234] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11234/stat : 11234 (python) S 11219 11221 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 538370450 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11237] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11237/stat : 11237 (python) S 11219 11221 11061 0 -1 4202560 27 938 0 0 0 0 0 0 24 0 9 0 538370453 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11252] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11252/stat : 11252 (python) S 11219 11221 11061 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 9 0 538409502 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11263] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11263/stat : 11263 (python) S 11219 11221 11061 0 -1 4202560 33 938 0 0 0 0 0 0 18 0 9 0 538419198 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11267] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11267/stat : 11267 (python) S 11219 11221 11061 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 538419518 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
[pid=11221/tid=11293] ppid=11219 vsize=405576 CPUtime=0 cores=0,2,4,6
/proc/11221/task/11293/stat : 11293 (python) S 11219 11221 11061 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 9 0 538468063 415309824 18360 33554432000 4194304 5683644 140737072741952 18446744073709551615 218382780849 0 0 16781312 2 18446604453985333312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 4063548

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11221 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=516945
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=166974
# CPU time returned by wait4() is 13.6839
# while last known CPU time is 4800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1212.66
CPU time (s): 4800.03
CPU user time (s): 4796.02
CPU system time (s): 4.01
CPU usage (%): 395.826
Max. virtual memory (cumulated for all children) (KiB): 4175064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5169
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34732
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= 2909
involuntary context switches= 52

runsolver used 2.96555 second user time and 6.04608 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-01 18:34:23
IDJOB=3317889
IDBENCH=70829
IDSOLVER=1706
FILE ID=node101/3317889-1304267663
RUNJOBID= node101-1304267295-11079
PBS_JOBID= 13173977
Free space on /tmp= 72232 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317889-1304267663/watcher-3317889-1304267663 -o /tmp/evaluation-result-3317889-1304267663/solver-3317889-1304267663 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317889-1304267663.cnf -seed 778475972 -budget 4800 -cores 4

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=778475972

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.841
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.83
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.841
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.841
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:      31039408 kB
Buffers:        216960 kB
Cached:        1196092 kB
SwapCached:      23360 kB
Active:         417532 kB
Inactive:      1204292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31039408 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           35696 kB
Writeback:           8 kB
AnonPages:      206872 kB
Mapped:          15484 kB
Slab:           220568 kB
PageTables:       8912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   689276 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 /tmp at the end= 72184 MiB
End job on node101 at 2011-05-01 18:54:38