Trace number 3498293

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.04 5013.36

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3303.24
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.55/20.09	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.55/20.09	c INFO: solving HOME/instance-3498293-1307953119.cnf
0.55/20.09	c INFO: computing task features
1.36/20.96	c INFO: computed variable-clause graph statistics
1.36/20.99	c INFO: computed clause balance statistics
5.76/25.37	c INFO: computed variable balance statistics
8.96/28.52	c INFO: computed small-clause counts
8.96/28.56	c INFO: computed Horn-clause counts
20.16/39.78	c INFO: computed variable graph statistics
20.16/39.78	c INFO: collected features for HOME/instance-3498293-1307953119.cnf in 19.66 s
20.25/39.82	c INFO: running SApperloT@0 for 97 with 4980 remaining (b = 0.27)
120.44/139.95	c INFO: running lingeling-276@0 for 97 with 4880 remaining (b = 0.20)
219.64/239.09	c INFO: running lingeling-276@99 for 1164 with 4781 remaining (b = 0.49)
1385.24/1403.26	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3617 remaining (b = 0.64)
3042.26/3058.17	c INFO: running lingeling-276@0 for 291 with 1963 remaining (b = 0.36)
3334.90/3350.49	c INFO: running cryptominisat-2.9.0@0 for 485 with 1671 remaining (b = 0.34)
3826.55/3841.38	c INFO: running cryptominisat-2.9.0@490 for 97 with 1180 remaining (b = 0.09)
3921.68/3936.34	c INFO: running lingeling-276@292 for 97 with 1085 remaining (b = 0.09)
4018.89/4033.46	c INFO: running precosat-570@0 for 388 with 988 remaining (b = 0.29)
4412.89/4426.94	c INFO: running lingeling-276@0 for 291 with 595 remaining (b = 0.21)
4705.68/4719.31	c INFO: running precosat-570@0 for 194 with 303 remaining (b = 0.11)
4902.08/4915.56	c INFO: running cryptominisat-2.9.0@0 for 106 with 106 remaining (b = 0.05)

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 /tmp/evaluation-result-3498293-1307953119/watcher-3498293-1307953119 -o /tmp/evaluation-result-3498293-1307953119/solver-3498293-1307953119 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498293-1307953119.cnf -seed 1079452364 -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: 0.31 0.07 0.02 1/174 19433
/proc/meminfo: memFree=5557300/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/19433/stat : 19433 (runsolver) S 19429 19433 19390 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 26057413 12087296 50 33554432000 4194304 5436572 140735146540432 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/19433/statm: 2951 50 31 304 0 2643 0

[startup+0.09335 s]
/proc/loadavg: 0.31 0.07 0.02 1/174 19433
/proc/meminfo: memFree=5557300/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=1840 CPUtime=0 cores=1,3,5,7
/proc/19433/stat : 19433 (python) D 19429 19433 19390 0 -1 4194304 48 0 0 0 0 0 0 0 21 0 1 0 26057413 1884160 1 33554432000 0 0 140734995486366 18446744073709551615 5057063 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 0
/proc/19433/statm: 460 1 0 0 0 36 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1840

[startup+0.100347 s]
/proc/loadavg: 0.31 0.07 0.02 1/174 19433
/proc/meminfo: memFree=5557300/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=1964 CPUtime=0 cores=1,3,5,7
/proc/19433/stat : 19433 (python) D 19429 19433 19390 0 -1 4194304 76 0 1 0 0 0 0 0 21 0 1 0 26057413 2011136 28 33554432000 4194304 5683644 140734995484288 18446744073709551615 232119157776 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 4
/proc/19433/statm: 491 28 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.300323 s]
/proc/loadavg: 0.31 0.07 0.02 1/174 19433
/proc/meminfo: memFree=5557300/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 612 0 5 0 0 0 0 0 17 0 1 0 26057413 15441920 512 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 11
/proc/19433/statm: 3770 512 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.700236 s]
/proc/loadavg: 0.31 0.07 0.02 1/174 19433
/proc/meminfo: memFree=5557300/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 807 0 5 0 0 0 0 0 15 0 1 0 26057413 15749120 696 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 17
/proc/19433/statm: 3845 696 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+1.50111 s]
/proc/loadavg: 0.31 0.07 0.02 1/178 19437
/proc/meminfo: memFree=5552564/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 931 0 5 0 0 0 0 0 16 0 1 0 26057413 16150528 813 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 42
/proc/19433/statm: 3943 813 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+3.10074 s]
/proc/loadavg: 0.31 0.07 0.02 1/178 19437
/proc/meminfo: memFree=5550152/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/19433/stat : 19433 (python) D 19429 19433 19390 0 -1 4202496 1117 0 5 0 1 0 0 0 15 0 1 0 26057413 16789504 988 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124079872 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 50
/proc/19433/statm: 4099 988 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396
heavy processes:

[startup+6.30017 s]
/proc/loadavg: 0.28 0.06 0.02 1/178 19437
/proc/meminfo: memFree=5546900/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=29784 CPUtime=0.05 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 1446 0 10 0 3 2 0 0 16 0 1 0 26057413 30498816 1295 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124075877 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 68
/proc/19433/statm: 7446 1295 443 364 0 816 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29784
heavy processes:

[startup+12.701 s]
/proc/loadavg: 0.34 0.08 0.03 1/178 19437
/proc/meminfo: memFree=5529512/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=119072 CPUtime=0.16 cores=1,3,5,7
/proc/19433/stat : 19433 (python) D 19429 19433 19390 0 -1 4202496 3874 0 38 0 8 8 0 0 16 0 1 0 26057413 121929728 3541 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124075877 0 0 16781312 2 0 0 0 17 7 0 0 111
/proc/19433/statm: 29768 3541 940 364 0 2652 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 119072
heavy processes:

[startup+25.5008 s]
/proc/loadavg: 0.56 0.14 0.05 3/178 19445
/proc/meminfo: memFree=5296620/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=337960 CPUtime=5.96 cores=1,3,5,7
/proc/19433/stat : 19433 (python) R 19429 19433 19390 0 -1 4202496 30666 926 114 9 566 30 0 0 25 0 1 0 26057413 346071040 21876 33554432000 4194304 5683644 140734995484288 18446744073709551615 232123735950 0 0 16781312 2 0 0 0 17 1 0 0 195
/proc/19433/statm: 84490 21876 1827 364 0 20414 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 337960
heavy processes:

[startup+51.1003 s]
/proc/loadavg: 1.05 0.29 0.10 3/181 19449
/proc/meminfo: memFree=5278028/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=343728 CPUtime=20.27 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 31032 926 114 9 1997 30 0 0 25 0 2 0 26057413 351977472 20795 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 195
/proc/19433/statm: 85932 20795 1867 364 0 21850 0
[pid=19446] ppid=19433 vsize=333484 CPUtime=0 cores=1,3,5,7
/proc/19446/stat : 19446 (python) S 19433 19433 19390 0 -1 4202560 960 0 0 0 0 0 0 0 18 0 1 0 26061395 341487616 19304 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124100111 0 0 16781312 514 3675816905236513032 0 0 17 7 0 0 0
/proc/19446/statm: 83371 19304 380 364 0 19289 0
[pid=19448] ppid=19446 vsize=25480 CPUtime=11.26 cores=1,3,5,7
/proc/19448/stat : 19448 (SApperloT-base) R 19446 19448 19448 0 -1 4202496 6247 0 0 0 1125 1 0 0 25 0 1 0 26061396 26091520 5756 33554432000 134512640 135674940 4293829008 18446744073709551615 134551287 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19448/statm: 6370 5756 99 284 0 6084 0
[pid=19433/tid=19447] ppid=19429 vsize=343728 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19447/stat : 19447 (python) S 19429 19433 19390 0 -1 4202560 28 926 0 9 0 0 0 0 25 0 2 0 26061396 351977472 20795 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31.53
Current children cumulated vsize (KiB) 702692
heavy processes:

[startup+102.306 s]
/proc/loadavg: 1.59 0.55 0.19 3/184 19453
/proc/meminfo: memFree=5114516/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=343728 CPUtime=20.27 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 31032 926 114 9 1997 30 0 0 25 0 2 0 26057413 351977472 20795 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 195
/proc/19433/statm: 85932 20795 1867 364 0 21850 0
[pid=19446] ppid=19433 vsize=333484 CPUtime=0.06 cores=1,3,5,7
/proc/19446/stat : 19446 (python) S 19433 19433 19390 0 -1 4202560 983 0 0 0 3 3 0 0 18 0 1 0 26061395 341487616 19304 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124100111 0 0 16781312 514 3675816905236513032 0 0 17 7 0 0 0
/proc/19446/statm: 83371 19304 380 364 0 19289 0
[pid=19448] ppid=19446 vsize=128580 CPUtime=62.47 cores=1,3,5,7
/proc/19448/stat : 19448 (SApperloT-base) R 19446 19448 19448 0 -1 4202496 32228 0 0 0 6241 6 0 0 25 0 1 0 26061396 131665920 31480 33554432000 134512640 135674940 4293829008 18446744073709551615 134551227 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19448/statm: 32145 31480 99 284 0 31859 0
[pid=19433/tid=19447] ppid=19429 vsize=343728 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19447/stat : 19447 (python) S 19429 19433 19390 0 -1 4202560 28 926 0 9 0 0 0 0 25 0 2 0 26061396 351977472 20795 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 82.8
Current children cumulated vsize (KiB) 805792

[startup+162.301 s]
/proc/loadavg: 1.85 0.81 0.30 3/188 19459
/proc/meminfo: memFree=5020584/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=353984 CPUtime=20.29 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 31780 926 114 9 1999 30 0 0 20 0 3 0 26057413 362479616 20810 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 195
/proc/19433/statm: 88496 20810 1878 364 0 24411 0
[pid=19446] ppid=19433 vsize=343728 CPUtime=0.12 cores=1,3,5,7
/proc/19446/stat : 19446 (python) S 19433 19433 19390 0 -1 4202560 1152 0 0 0 6 6 0 0 19 0 2 0 26061395 351977472 19343 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19446/statm: 85932 19343 414 364 0 21850 0
[pid=19448] ppid=19446 vsize=185548 CPUtime=100.1 cores=1,3,5,7
/proc/19448/stat : 19448 (SApperloT-base) T 19446 19448 19448 0 -1 4202496 46443 0 0 0 10002 8 0 0 25 0 1 0 26061396 190001152 45695 33554432000 134512640 135674940 4293829008 18446744073709551615 134551951 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19448/statm: 46387 45695 99 284 0 46101 0
[pid=19446/tid=19456] ppid=19433 vsize=343728 CPUtime=0 cores=1,3,5,7
/proc/19446/task/19456/stat : 19456 (python) S 19433 19433 19390 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 26071406 351977472 19343 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604454224243648 0 0 -1 5 0 0 0
[pid=19457] ppid=19433 vsize=343740 CPUtime=0.02 cores=1,3,5,7
/proc/19457/stat : 19457 (python) S 19433 19433 19390 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 26071409 351989760 19298 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124100166 0 0 16781312 514 3675816905236513032 0 0 17 7 0 0 0
/proc/19457/statm: 85935 19298 370 364 0 21850 0
[pid=19459] ppid=19457 vsize=36684 CPUtime=22.32 cores=1,3,5,7
/proc/19459/stat : 19459 (lingeling) R 19457 19459 19459 0 -1 4202496 16122 0 0 0 2231 1 0 0 25 0 1 0 26071409 37564416 7830 33554432000 4194304 4352236 140736747309088 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19459/statm: 9171 7830 129 39 0 8251 0
[pid=19433/tid=19447] ppid=19429 vsize=353984 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19447/stat : 19447 (python) S 19429 19433 19390 0 -1 4202560 28 926 0 9 0 0 0 0 25 0 3 0 26061396 362479616 20810 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19458] ppid=19429 vsize=353984 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19458/stat : 19458 (python) S 19429 19433 19390 0 -1 4202560 24 926 0 9 0 0 0 0 20 0 3 0 26071409 362479616 20810 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.85
Current children cumulated vsize (KiB) 1263684

[startup+222.301 s]
/proc/loadavg: 1.94 1.03 0.41 3/189 19462
/proc/meminfo: memFree=5008608/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=353984 CPUtime=20.29 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 31780 926 114 9 1999 30 0 0 20 0 3 0 26057413 362479616 20810 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 195
/proc/19433/statm: 88496 20810 1878 364 0 24411 0
[pid=19446] ppid=19433 vsize=343728 CPUtime=0.12 cores=1,3,5,7
/proc/19446/stat : 19446 (python) S 19433 19433 19390 0 -1 4202560 1152 0 0 0 6 6 0 0 19 0 2 0 26061395 351977472 19343 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19446/statm: 85932 19343 414 364 0 21850 0
[pid=19448] ppid=19446 vsize=185548 CPUtime=100.1 cores=1,3,5,7
/proc/19448/stat : 19448 (SApperloT-base) T 19446 19448 19448 0 -1 4202496 46443 0 0 0 10002 8 0 0 25 0 1 0 26061396 190001152 45695 33554432000 134512640 135674940 4293829008 18446744073709551615 134551951 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19448/statm: 46387 45695 99 284 0 46101 0
[pid=19446/tid=19456] ppid=19433 vsize=343728 CPUtime=0 cores=1,3,5,7
/proc/19446/task/19456/stat : 19456 (python) S 19433 19433 19390 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 26071406 351977472 19343 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604454224243648 0 0 -1 5 0 0 0
[pid=19457] ppid=19433 vsize=343740 CPUtime=0.09 cores=1,3,5,7
/proc/19457/stat : 19457 (python) S 19433 19433 19390 0 -1 4202560 925 0 0 0 5 4 0 0 18 0 1 0 26071409 351989760 19298 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124100166 0 0 16781312 514 3675816905236513032 0 0 17 3 0 0 0
/proc/19457/statm: 85935 19298 370 364 0 21850 0
[pid=19459] ppid=19457 vsize=31532 CPUtime=82.33 cores=1,3,5,7
/proc/19459/stat : 19459 (lingeling) R 19457 19459 19459 0 -1 4202496 17401 0 0 0 8231 2 0 0 25 0 1 0 26071409 32288768 7053 33554432000 4194304 4352236 140736747309088 18446744073709551615 4276744 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19459/statm: 7883 7053 129 39 0 6963 0
[pid=19433/tid=19447] ppid=19429 vsize=353984 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19447/stat : 19447 (python) S 19429 19433 19390 0 -1 4202560 28 926 0 9 0 0 0 0 25 0 3 0 26061396 362479616 20810 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19458] ppid=19429 vsize=353984 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19458/stat : 19458 (python) S 19429 19433 19390 0 -1 4202560 24 926 0 9 0 0 0 0 20 0 3 0 26071409 362479616 20810 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.93

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

/proc/19580/stat : 19580 (cryptominisat-2) T 19578 19580 19580 0 -1 4202496 385769 0 0 0 58527 54 0 0 25 0 1 0 26392463 1269542912 249242 33554432000 4194304 4677096 140734799189776 18446744073709551615 4320016 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/19580/statm: 309947 249242 419 118 0 304906 0
[pid=19578/tid=19599] ppid=19433 vsize=374508 CPUtime=0 cores=1,3,5,7
/proc/19578/task/19599/stat : 19599 (python) S 19433 19433 19390 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 26441551 383496192 19341 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471163472640 0 0 -1 3 0 0 0
[pid=19608] ppid=19433 vsize=384764 CPUtime=0.53 cores=1,3,5,7
/proc/19608/stat : 19608 (python) S 19433 19433 19390 0 -1 4202560 1133 0 0 0 28 25 0 0 19 0 2 0 26460760 393998336 19344 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19608/statm: 96191 19344 399 364 0 32094 0
[pid=19610] ppid=19608 vsize=153284 CPUtime=393.46 cores=1,3,5,7
/proc/19610/stat : 19610 (precosat) T 19608 19610 19610 0 -1 4202496 77206 0 0 0 39339 7 0 0 25 0 1 0 26460760 156962816 37500 33554432000 4194304 4890832 140735453167424 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/19610/statm: 38321 37500 86 171 0 38148 0
[pid=19608/tid=19627] ppid=19433 vsize=384764 CPUtime=0 cores=1,3,5,7
/proc/19608/task/19627/stat : 19627 (python) S 19433 19433 19390 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 26500107 393998336 19344 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471139934656 0 0 -1 1 0 0 0
[pid=19628] ppid=19433 vsize=395020 CPUtime=0.38 cores=1,3,5,7
/proc/19628/stat : 19628 (python) S 19433 19433 19390 0 -1 4202560 1132 0 0 0 19 19 0 0 19 0 2 0 26500108 404500480 19348 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19628/statm: 98755 19348 399 364 0 34655 0
[pid=19630] ppid=19628 vsize=34440 CPUtime=292.33 cores=1,3,5,7
/proc/19630/stat : 19630 (lingeling) T 19628 19630 19630 0 -1 4202496 19109 0 0 0 29231 2 0 0 25 0 1 0 26500108 35266560 7525 33554432000 4194304 4352236 140736243672400 18446744073709551615 4207589 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19630/statm: 8610 7525 129 39 0 7690 0
[pid=19628/tid=19639] ppid=19433 vsize=395020 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (python) S 19433 19433 19390 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 26529343 404500480 19348 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471139937344 0 0 -1 3 0 0 0
[pid=19640] ppid=19433 vsize=405276 CPUtime=0.25 cores=1,3,5,7
/proc/19640/stat : 19640 (python) S 19433 19433 19390 0 -1 4202560 1184 0 0 0 13 12 0 0 19 0 2 0 26529344 415002624 19358 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19640/statm: 101319 19358 405 364 0 37216 0
[pid=19642] ppid=19640 vsize=130784 CPUtime=196.2 cores=1,3,5,7
/proc/19642/stat : 19642 (precosat) T 19640 19642 19642 0 -1 4202496 48551 0 0 0 19614 6 0 0 25 0 1 0 26529345 133922816 31354 33554432000 4194304 4890832 140737053158640 18446744073709551615 4229367 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/19642/statm: 32696 31354 86 171 0 32523 0
[pid=19640/tid=19647] ppid=19433 vsize=405276 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (python) S 19433 19433 19390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 26548968 415002624 19358 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471161647232 0 0 -1 1 0 0 0
[pid=19648] ppid=19433 vsize=415532 CPUtime=0.16 cores=1,3,5,7
/proc/19648/stat : 19648 (python) S 19433 19433 19390 0 -1 4202560 957 0 0 0 8 8 0 0 15 0 1 0 26548969 425504768 19326 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124100166 0 0 16781312 514 14276243697291985157 0 0 17 3 0 0 0
/proc/19648/statm: 103883 19326 370 364 0 39777 0
[pid=19650] ppid=19648 vsize=1205220 CPUtime=97.73 cores=1,3,5,7
/proc/19650/stat : 19650 (cryptominisat-2) R 19648 19650 19650 0 -1 4202496 245731 0 0 0 9741 32 0 0 25 0 1 0 26548970 1234145280 239024 33554432000 4194304 4677096 140736989967824 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19650/statm: 301305 239024 391 118 0 296264 0
[pid=19433/tid=19447] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19447/stat : 19447 (python) S 19429 19433 19390 0 -1 4202560 28 926 0 9 0 0 0 0 25 0 10 0 26061396 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19458] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19458/stat : 19458 (python) S 19429 19433 19390 0 -1 4202560 25 926 0 9 0 0 0 0 18 0 10 0 26071409 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 1 0 0 0
[pid=19433/tid=19499] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19499/stat : 19499 (python) S 19429 19433 19390 0 -1 4202560 30 926 0 9 0 0 0 0 20 0 10 0 26197740 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19563] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19563/stat : 19563 (python) S 19429 19433 19390 0 -1 4202560 34 926 0 9 0 0 0 0 18 0 10 0 26363230 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19579] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19579/stat : 19579 (python) S 19429 19433 19390 0 -1 4202560 25 926 0 9 0 0 0 0 18 0 10 0 26392463 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 3 0 0 0
[pid=19433/tid=19609] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19609/stat : 19609 (python) S 19429 19433 19390 0 -1 4202560 29 926 0 9 0 0 0 0 20 0 10 0 26460760 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 1 0 0 0
[pid=19433/tid=19629] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19629/stat : 19629 (python) S 19429 19433 19390 0 -1 4202560 27 926 0 9 0 0 0 0 20 0 10 0 26500108 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19641] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19641/stat : 19641 (python) S 19429 19433 19390 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 10 0 26529344 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19649] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19649/stat : 19649 (python) S 19429 19433 19390 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 10 0 26548969 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 8395804

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

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

[startup+5013.3 s]
/proc/loadavg: 2.00 2.00 1.95 2/211 19655
/proc/meminfo: memFree=5449488/32950928 swapFree=67111364/67111528
[pid=19433] ppid=19429 vsize=425776 CPUtime=20.43 cores=1,3,5,7
/proc/19433/stat : 19433 (python) S 19429 19433 19390 0 -1 4202496 37597 926 114 9 2009 34 0 0 19 0 10 0 26057413 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 195
/proc/19433/statm: 106444 20852 1892 364 0 42338 0
[pid=19446] ppid=19433 vsize=343728 CPUtime=0.12 cores=1,3,5,7
/proc/19446/stat : 19446 (python) S 19433 19433 19390 0 -1 4202560 1152 0 0 0 6 6 0 0 19 0 2 0 26061395 351977472 19343 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19446/statm: 85932 19343 414 364 0 21850 0
[pid=19448] ppid=19446 vsize=185548 CPUtime=100.1 cores=1,3,5,7
/proc/19448/stat : 19448 (SApperloT-base) T 19446 19448 19448 0 -1 4202496 46443 0 0 0 10002 8 0 0 25 0 1 0 26061396 190001152 45695 33554432000 134512640 135674940 4293829008 18446744073709551615 134551951 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19448/statm: 46387 45695 99 284 0 46101 0
[pid=19446/tid=19456] ppid=19433 vsize=343728 CPUtime=0 cores=1,3,5,7
/proc/19446/task/19456/stat : 19456 (python) S 19433 19433 19390 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 26071406 351977472 19343 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604454224243648 0 0 -1 5 0 0 0
[pid=19457] ppid=19433 vsize=343740 CPUtime=1.47 cores=1,3,5,7
/proc/19457/stat : 19457 (python) S 19433 19433 19390 0 -1 4202560 1145 0 0 0 78 69 0 0 18 0 2 0 26071409 351989760 19328 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19457/statm: 85935 19328 399 364 0 21850 0
[pid=19459] ppid=19457 vsize=66980 CPUtime=1263.28 cores=1,3,5,7
/proc/19459/stat : 19459 (lingeling) T 19457 19459 19459 0 -1 4202496 99839 0 0 0 126316 12 0 0 25 0 1 0 26071409 68587520 15947 33554432000 4194304 4352236 140736747309088 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19459/statm: 16745 15947 129 39 0 15825 0
[pid=19457/tid=19463] ppid=19433 vsize=343740 CPUtime=0 cores=1,3,5,7
/proc/19457/task/19463/stat : 19463 (python) S 19433 19433 19390 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 26081320 351989760 19328 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471121740992 0 0 -1 3 0 0 0
[pid=19498] ppid=19433 vsize=353996 CPUtime=2.2 cores=1,3,5,7
/proc/19498/stat : 19498 (python) S 19433 19433 19390 0 -1 4202560 1183 0 0 0 118 102 0 0 16 0 2 0 26197739 362491904 19333 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19498/statm: 88499 19333 400 364 0 24411 0
[pid=19500] ppid=19498 vsize=1533696 CPUtime=1654.83 cores=1,3,5,7
/proc/19500/stat : 19500 (cryptominisat-2) T 19498 19500 19500 0 -1 4202496 659775 0 1 0 165365 118 0 0 25 0 1 0 26197740 1570504704 290876 33554432000 4194304 4677096 140737363093712 18446744073709551615 4319558 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 8
/proc/19500/statm: 383424 290876 391 118 0 378383 0
[pid=19498/tid=19561] ppid=19433 vsize=353996 CPUtime=0 cores=1,3,5,7
/proc/19498/task/19561/stat : 19561 (python) S 19433 19433 19390 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 26363229 362491904 19333 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471163471744 0 0 -1 1 0 0 0
[pid=19562] ppid=19433 vsize=364252 CPUtime=0.48 cores=1,3,5,7
/proc/19562/stat : 19562 (python) S 19433 19433 19390 0 -1 4202560 1150 0 0 0 24 24 0 0 18 0 2 0 26363230 372994048 19336 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19562/statm: 91063 19336 399 364 0 26972 0
[pid=19564] ppid=19562 vsize=39472 CPUtime=389.4 cores=1,3,5,7
/proc/19564/stat : 19564 (lingeling) T 19562 19564 19564 0 -1 4202496 20926 0 0 0 38938 2 0 0 25 0 1 0 26363231 40419328 9038 33554432000 4194304 4352236 140735802657568 18446744073709551615 4281184 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/19564/statm: 9868 9038 129 39 0 8948 0
[pid=19562/tid=19577] ppid=19433 vsize=364252 CPUtime=0 cores=1,3,5,7
/proc/19562/task/19577/stat : 19577 (python) S 19433 19433 19390 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 26392461 372994048 19336 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471128904128 0 0 -1 5 0 0 0
[pid=19578] ppid=19433 vsize=374508 CPUtime=0.88 cores=1,3,5,7
/proc/19578/stat : 19578 (python) S 19433 19433 19390 0 -1 4202560 1187 0 0 0 45 43 0 0 15 0 2 0 26392463 383496192 19341 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19578/statm: 93627 19341 400 364 0 29533 0
[pid=19580] ppid=19578 vsize=1239788 CPUtime=585.81 cores=1,3,5,7
/proc/19580/stat : 19580 (cryptominisat-2) T 19578 19580 19580 0 -1 4202496 385769 0 0 0 58527 54 0 0 25 0 1 0 26392463 1269542912 249242 33554432000 4194304 4677096 140734799189776 18446744073709551615 4320016 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/19580/statm: 309947 249242 419 118 0 304906 0
[pid=19578/tid=19599] ppid=19433 vsize=374508 CPUtime=0 cores=1,3,5,7
/proc/19578/task/19599/stat : 19599 (python) S 19433 19433 19390 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 26441551 383496192 19341 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471163472640 0 0 -1 3 0 0 0
[pid=19608] ppid=19433 vsize=384764 CPUtime=0.53 cores=1,3,5,7
/proc/19608/stat : 19608 (python) S 19433 19433 19390 0 -1 4202560 1133 0 0 0 28 25 0 0 19 0 2 0 26460760 393998336 19344 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19608/statm: 96191 19344 399 364 0 32094 0
[pid=19610] ppid=19608 vsize=153284 CPUtime=393.46 cores=1,3,5,7
/proc/19610/stat : 19610 (precosat) T 19608 19610 19610 0 -1 4202496 77206 0 0 0 39339 7 0 0 25 0 1 0 26460760 156962816 37500 33554432000 4194304 4890832 140735453167424 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/19610/statm: 38321 37500 86 171 0 38148 0
[pid=19608/tid=19627] ppid=19433 vsize=384764 CPUtime=0 cores=1,3,5,7
/proc/19608/task/19627/stat : 19627 (python) S 19433 19433 19390 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 26500107 393998336 19344 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471139934656 0 0 -1 1 0 0 0
[pid=19628] ppid=19433 vsize=395020 CPUtime=0.38 cores=1,3,5,7
/proc/19628/stat : 19628 (python) S 19433 19433 19390 0 -1 4202560 1132 0 0 0 19 19 0 0 19 0 2 0 26500108 404500480 19348 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19628/statm: 98755 19348 399 364 0 34655 0
[pid=19630] ppid=19628 vsize=34440 CPUtime=292.33 cores=1,3,5,7
/proc/19630/stat : 19630 (lingeling) T 19628 19630 19630 0 -1 4202496 19109 0 0 0 29231 2 0 0 25 0 1 0 26500108 35266560 7525 33554432000 4194304 4352236 140736243672400 18446744073709551615 4207589 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/19630/statm: 8610 7525 129 39 0 7690 0
[pid=19628/tid=19639] ppid=19433 vsize=395020 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (python) S 19433 19433 19390 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 26529343 404500480 19348 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471139937344 0 0 -1 3 0 0 0
[pid=19640] ppid=19433 vsize=405276 CPUtime=0.25 cores=1,3,5,7
/proc/19640/stat : 19640 (python) S 19433 19433 19390 0 -1 4202560 1184 0 0 0 13 12 0 0 19 0 2 0 26529344 415002624 19358 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19640/statm: 101319 19358 405 364 0 37216 0
[pid=19642] ppid=19640 vsize=130784 CPUtime=196.2 cores=1,3,5,7
/proc/19642/stat : 19642 (precosat) T 19640 19642 19642 0 -1 4202496 48551 0 0 0 19614 6 0 0 25 0 1 0 26529345 133922816 31354 33554432000 4194304 4890832 140737053158640 18446744073709551615 4229367 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/19642/statm: 32696 31354 86 171 0 32523 0
[pid=19640/tid=19647] ppid=19433 vsize=405276 CPUtime=0 cores=1,3,5,7
/proc/19640/task/19647/stat : 19647 (python) S 19433 19433 19390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 26548968 415002624 19358 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 514 18446604471161647232 0 0 -1 1 0 0 0
[pid=19648] ppid=19433 vsize=415532 CPUtime=0.16 cores=1,3,5,7
/proc/19648/stat : 19648 (python) S 19433 19433 19390 0 -1 4202560 957 0 0 0 8 8 0 0 15 0 1 0 26548969 425504768 19326 33554432000 4194304 5683644 140734995484288 18446744073709551615 232124100166 0 0 16781312 514 14276243697291985157 0 0 17 3 0 0 0
/proc/19648/statm: 103883 19326 370 364 0 39777 0
[pid=19650] ppid=19648 vsize=1205220 CPUtime=97.73 cores=1,3,5,7
/proc/19650/stat : 19650 (cryptominisat-2) R 19648 19650 19650 0 -1 4202496 245731 0 0 0 9741 32 0 0 25 0 1 0 26548970 1234145280 239024 33554432000 4194304 4677096 140736989967824 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19650/statm: 301305 239024 391 118 0 296264 0
[pid=19433/tid=19447] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19447/stat : 19447 (python) S 19429 19433 19390 0 -1 4202560 28 926 0 9 0 0 0 0 25 0 10 0 26061396 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19458] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19458/stat : 19458 (python) S 19429 19433 19390 0 -1 4202560 25 926 0 9 0 0 0 0 18 0 10 0 26071409 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 1 0 0 0
[pid=19433/tid=19499] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19499/stat : 19499 (python) S 19429 19433 19390 0 -1 4202560 30 926 0 9 0 0 0 0 20 0 10 0 26197740 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19563] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19563/stat : 19563 (python) S 19429 19433 19390 0 -1 4202560 34 926 0 9 0 0 0 0 18 0 10 0 26363230 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19579] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19579/stat : 19579 (python) S 19429 19433 19390 0 -1 4202560 25 926 0 9 0 0 0 0 18 0 10 0 26392463 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 3 0 0 0
[pid=19433/tid=19609] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19609/stat : 19609 (python) S 19429 19433 19390 0 -1 4202560 29 926 0 9 0 0 0 0 20 0 10 0 26460760 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 1 0 0 0
[pid=19433/tid=19629] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19629/stat : 19629 (python) S 19429 19433 19390 0 -1 4202560 27 926 0 9 0 0 0 0 20 0 10 0 26500108 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19641] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19641/stat : 19641 (python) S 19429 19433 19390 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 10 0 26529344 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 7 0 0 0
[pid=19433/tid=19649] ppid=19429 vsize=425776 CPUtime=0 cores=1,3,5,7
/proc/19433/task/19649/stat : 19649 (python) S 19429 19433 19390 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 10 0 26548969 435994624 20852 33554432000 4194304 5683644 140734995484288 18446744073709551615 232135903665 0 0 16781312 2 18446604471140153152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 8395804

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19433 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=93945
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=351946
# CPU time returned by wait4() is 20.4459
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5013.36
CPU time (s): 5000.04
CPU user time (s): 4994.21
CPU system time (s): 5.83
CPU usage (%): 99.7342
Max. virtual memory (cumulated for all children) (KiB): 8395804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.0939
system time used= 0.351946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38530
page faults= 123
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21887
involuntary context switches= 136

runsolver used 9.31958 second user time and 21.7877 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 10:18:40
IDJOB=3498293
IDBENCH=70799
IDSOLVER=1991
FILE ID=node124/3498293-1307953119
RUNJOBID= node124-1307953119-19409
PBS_JOBID= 13559704
Free space on /tmp= 2076 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.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 /tmp/evaluation-result-3498293-1307953119/watcher-3498293-1307953119 -o /tmp/evaluation-result-3498293-1307953119/solver-3498293-1307953119 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498293-1307953119.cnf -seed 1079452364 -budget 5000

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1079452364

node124.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.855
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.71
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.855
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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5558464 kB
Buffers:        120844 kB
Cached:       26348788 kB
SwapCached:          0 kB
Active:       11491924 kB
Inactive:     15039880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5558464 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           79288 kB
Writeback:           0 kB
AnonPages:       62332 kB
Mapped:          15716 kB
Slab:           796668 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186044 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= 2012 MiB
End job on node124 at 2011-06-13 11:42:21