Trace number 3498541

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)? (MO) 3823.52 3819.78

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.644
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.37/0.79	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.79	c INFO: solving HOME/instance-3498541-1307958135.cnf
0.37/0.79	c INFO: computing task features
19.15/19.52	c INFO: computed variable-clause graph statistics
19.74/20.16	c INFO: computed clause balance statistics
116.40/116.86	c INFO: computed variable balance statistics
178.30/178.77	c INFO: computed small-clause counts
179.21/179.61	c INFO: computed Horn-clause counts
197.51/197.93	c INFO: computed variable graph statistics
197.51/197.95	c INFO: collected features for HOME/instance-3498541-1307958135.cnf in 196.27 s
197.51/197.98	c INFO: running lingeling-276@0 for 97 with 4803 remaining (b = 0.59)
297.72/298.14	c INFO: running SApperloT@0 for 97 with 4703 remaining (b = 0.09)
397.94/398.30	c INFO: running lingeling-276@99 for 485 with 4604 remaining (b = 0.39)
885.89/885.81	c INFO: running lingeling-276@0 for 97 with 4116 remaining (b = 0.51)
986.09/985.98	c INFO: running cryptominisat-2.9.0@0 for 485 with 4016 remaining (b = 0.36)
1477.78/1476.95	c INFO: running lingeling-276@99 for 388 with 3526 remaining (b = 0.27)
1863.81/1862.42	c INFO: running lingeling-276@0 for 97 with 3141 remaining (b = 0.44)
1964.02/1962.59	c INFO: running precosat-570@0 for 194 with 3041 remaining (b = 0.19)
2160.56/2158.87	c INFO: running precosat-570@195 for 97 with 2845 remaining (b = 0.07)
2255.89/2254.00	c INFO: running precosat-570@0 for 97 with 2750 remaining (b = 0.10)
2356.08/2354.17	c INFO: running precosat-570@291 for 97 with 2650 remaining (b = 0.03)
2453.42/2451.31	c INFO: running precosat-570@99 for 97 with 2553 remaining (b = 0.04)
2550.64/2548.45	c INFO: running glucosER@0 for 194 with 2456 remaining (b = 0.09)
2747.18/2744.71	c INFO: running glucosER@196 for 97 with 2260 remaining (b = 0.05)
2842.39/2839.83	c INFO: running lingeling-276@586 for 679 with 2165 remaining (b = 0.19)
3522.91/3519.52	c INFO: running cryptominisat-2.9.0@0 for 1485 with 1485 remaining (b = 0.37)

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 12931
/proc/meminfo: memFree=30951564/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 617 0 0 0 0 0 0 0 23 0 1 0 907412446 15441920 513 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970548224 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/12931/statm: 3771 517 302 364 0 258 0

[startup+0.010168 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 12931
/proc/meminfo: memFree=30951564/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/12931/stat : 12931 (python) S 12929 12931 12590 0 -1 4202496 728 0 0 0 0 0 0 0 23 0 1 0 907412446 15548416 617 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/12931/statm: 3796 617 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.101157 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 12931
/proc/meminfo: memFree=30951564/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=50336 CPUtime=0.05 cores=1,3,5,7
/proc/12931/stat : 12931 (python) S 12929 12931 12590 0 -1 4202496 2011 0 0 0 4 1 0 0 17 0 1 0 907412446 51544064 1770 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/12931/statm: 12584 1770 480 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50336

[startup+0.302163 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 12931
/proc/meminfo: memFree=30951564/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=128860 CPUtime=0.17 cores=1,3,5,7
/proc/12931/stat : 12931 (python) S 12929 12931 12590 0 -1 4202496 5593 934 1 0 12 5 0 0 17 0 1 0 907412446 131952640 4020 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/12931/statm: 32215 4020 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 128860

[startup+0.705157 s]
/proc/loadavg: 2.05 2.04 2.00 3/175 12931
/proc/meminfo: memFree=30951564/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=246176 CPUtime=0.37 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 8135 934 1 0 24 13 0 0 15 0 1 0 907412446 252084224 6024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970242768 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 61544 6024 1621 364 0 4546 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 246176

[startup+1.50087 s]
/proc/loadavg: 2.05 2.04 2.00 3/176 12940
/proc/meminfo: memFree=30802764/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=422912 CPUtime=1.14 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 45139 934 1 0 94 20 0 0 16 0 1 0 907412446 433061888 42808 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970236677 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 105728 42808 1761 364 0 41652 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 422912

[startup+3.10065 s]
/proc/loadavg: 2.05 2.04 2.00 4/176 12940
/proc/meminfo: memFree=30602760/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=521188 CPUtime=2.74 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 69841 934 1 0 251 23 0 0 18 0 1 0 907412446 533696512 67510 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970211013 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 130297 67510 1761 364 0 66221 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 521188

[startup+6.3011 s]
/proc/loadavg: 2.20 2.08 2.01 3/176 12940
/proc/meminfo: memFree=30201672/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=725712 CPUtime=5.94 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 118577 934 1 0 564 30 0 0 25 0 1 0 907412446 743129088 116246 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970211013 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 181428 116246 1761 364 0 117352 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 725712

[startup+12.701 s]
/proc/loadavg: 2.43 2.13 2.03 3/176 12940
/proc/meminfo: memFree=29383880/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=1135332 CPUtime=12.34 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 222744 934 1 0 1191 43 0 0 25 0 1 0 907412446 1162579968 220413 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970211013 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 283833 220413 1761 364 0 219757 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1135332

[startup+25.5008 s]
/proc/loadavg: 3.14 2.30 2.08 3/176 12940
/proc/meminfo: memFree=29131116/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=1257912 CPUtime=25.14 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 588569 934 1 0 2427 87 0 0 25 0 1 0 907412446 1288101888 251863 33554432000 4194304 5683644 140736584693536 18446744073709551615 47786150197278 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 1257912

[startup+51.1004 s]
/proc/loadavg: 3.61 2.48 2.15 3/176 12942
/proc/meminfo: memFree=29132752/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=1257912 CPUtime=50.73 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 588569 934 1 0 4986 87 0 0 25 0 1 0 907412446 1288101888 251863 33554432000 4194304 5683644 140736584693536 18446744073709551615 47786150139907 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 1257912

[startup+102.306 s]
/proc/loadavg: 3.11 2.54 2.18 3/176 12942
/proc/meminfo: memFree=29140892/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=1257912 CPUtime=101.91 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 588569 934 1 0 10104 87 0 0 25 0 1 0 907412446 1288101888 251863 33554432000 4194304 5683644 140736584693536 18446744073709551615 47786149941835 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 1257912

[startup+162.3 s]
/proc/loadavg: 2.40 2.44 2.17 3/176 12944
/proc/meminfo: memFree=29141316/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=1257912 CPUtime=161.9 cores=1,3,5,7
/proc/12931/stat : 12931 (python) R 12929 12931 12590 0 -1 4202496 588570 934 1 0 16103 87 0 0 25 0 1 0 907412446 1288101888 251864 33554432000 4194304 5683644 140736584693536 18446744073709551615 4303056 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12931/statm: 314478 251864 1827 364 0 250402 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 1257912

[startup+222.301 s]
/proc/loadavg: 2.15 2.35 2.16 3/182 12952
/proc/meminfo: memFree=29613196/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=776416 CPUtime=197.6 cores=1,3,5,7
/proc/12931/stat : 12931 (python) S 12929 12931 12590 0 -1 4202496 687106 934 1 0 19658 102 0 0 19 0 2 0 907412446 795049984 128975 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12931/statm: 194104 128975 1875 364 0 130022 0
[pid=12947] ppid=12931 vsize=766172 CPUtime=0.03 cores=1,3,5,7
/proc/12947/stat : 12947 (python) S 12931 12931 12590 0 -1 4202560 973 0 0 0 1 2 0 0 18 0 1 0 907432245 784560128 127477 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970570255 0 0 16781312 514 1257454274082734344 0 0 17 5 0 0 0
/proc/12947/statm: 191543 127477 381 364 0 127461 0
[pid=12949] ppid=12947 vsize=174376 CPUtime=24.26 cores=1,3,5,7
/proc/12949/stat : 12949 (lingeling) R 12947 12949 12949 0 -1 4202496 92612 0 0 0 2410 16 0 0 25 0 1 0 907432246 178561024 42764 33554432000 4194304 4352236 140736861676688 18446744073709551615 4294560 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12949/statm: 43594 42764 129 39 0 42674 0
[pid=12931/tid=12948] ppid=12929 vsize=776416 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12948/stat : 12948 (python) S 12929 12931 12590 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 907432246 795049984 128975 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 221.89
Current children cumulated vsize (KiB) 1716964

[startup+282.301 s]
/proc/loadavg: 2.05 2.29 2.15 3/182 12954
/proc/meminfo: memFree=29620620/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=776416 CPUtime=197.6 cores=1,3,5,7
/proc/12931/stat : 12931 (python) S 12929 12931 12590 0 -1 4202496 687106 934 1 0 19658 102 0 0 19 0 2 0 907412446 795049984 128975 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12931/statm: 194104 128975 1875 364 0 130022 0
[pid=12947] ppid=12931 vsize=766172 CPUtime=0.1 cores=1,3,5,7
/proc/12947/stat : 12947 (python) S 12931 12931 12590 0 -1 4202560 992 0 0 0 3 7 0 0 18 0 1 0 907432245 784560128 127477 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970570255 0 0 16781312 514 1257454274082734344 0 0 17 5 0 0 0
/proc/12947/statm: 191543 127477 381 364 0 127461 0
[pid=12949] ppid=12947 vsize=178584 CPUtime=84.21 cores=1,3,5,7
/proc/12949/stat : 12949 (lingeling) R 12947 12949 12949 0 -1 4202496 164599 0 0 0 8396 25 0 0 25 0 1 0 907432246 182870016 43816 33554432000 4194304 4352236 140736861676688 18446744073709551615 4328677 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12949/statm: 44646 43816 129 39 0 43726 0
[pid=12931/tid=12948] ppid=12929 vsize=776416 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12948/stat : 12948 (python) S 12929 12931 12590 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 907432246 795049984 128975 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 1721172

[startup+342.301 s]
/proc/loadavg: 2.02 2.23 2.14 3/187 12961
/proc/meminfo: memFree=29414356/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=786672 CPUtime=197.63 cores=1,3,5,7
/proc/12931/stat : 12931 (python) S 12929 12931 12590 0 -1 4202496 687868 934 1 0 19660 103 0 0 20 0 3 0 907412446 805552128 128982 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12931/statm: 196668 128982 1878 364 0 132583 0
[pid=12947] ppid=12931 vsize=776416 CPUtime=0.12 cores=1,3,5,7
/proc/12947/stat : 12947 (python) S 12931 12931 12590 0 -1 4202560 1157 0 0 0 4 8 0 0 19 0 2 0 907432245 795049984 127515 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12947/statm: 194104 127515 414 364 0 130022 0
[pid=12949] ppid=12947 vsize=179604 CPUtime=100.02 cores=1,3,5,7
/proc/12949/stat : 12949 (lingeling) T 12947 12949 12949 0 -1 4202496 181239 0 0 0 9975 27 0 0 25 0 1 0 907432246 183914496 44071 33554432000 4194304 4352236 140736861676688 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/12949/statm: 44901 44071 129 39 0 43981 0
[pid=12947/tid=12955] ppid=12931 vsize=776416 CPUtime=0 cores=1,3,5,7
/proc/12947/task/12955/stat : 12955 (python) S 12931 12931 12590 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907442258 795049984 127515 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 7 0 0 0
[pid=12956] ppid=12931 vsize=776428 CPUtime=0.05 cores=1,3,5,7
/proc/12956/stat : 12956 (python) S 12931 12931 12590 0 -1 4202560 907 0 0 0 2 3 0 0 18 0 1 0 907442260 795062272 127470 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970570310 0 0 16781312 514 1257454274082734344 0 0 17 5 0 0 0
/proc/12956/statm: 194107 127470 370 364 0 130022 0
[pid=12958] ppid=12956 vsize=241800 CPUtime=44.09 cores=1,3,5,7
/proc/12958/stat : 12958 (SApperloT-base) R 12956 12958 12958 0 -1 4202496 54122 0 0 0 4398 11 0 0 25 0 1 0 907442262 247603200 51480 33554432000 134512640 135674940 4292822320 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 60450 51480 100 284 0 60164 0
[pid=12931/tid=12948] ppid=12929 vsize=786672 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12948/stat : 12948 (python) S 12929 12931 12590 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 907432246 805552128 128982 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 7 0 0 0
[pid=12931/tid=12957] ppid=12929 vsize=786672 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12957/stat : 12957 (python) S 12929 12931 12590 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 907442261 805552128 128982 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 341.91
Current children cumulated vsize (KiB) 2760920

[startup+402.301 s]
/proc/loadavg: 2.00 2.19 2.12 3/188 12962
/proc/meminfo: memFree=29389288/32951132 swapFree=67052544/67111528

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

/proc/13037/stat : 13037 (lingeling) T 13035 13037 13037 0 -1 4202496 167361 0 0 0 9989 22 0 0 25 0 1 0 907598690 188317696 45146 33554432000 4194304 4352236 140736133619216 18446744073709551615 4234441 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/13037/statm: 45976 45146 129 39 0 45056 0
[pid=13035/tid=13043] ppid=12931 vsize=807196 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13043/stat : 13043 (python) S 12931 12931 12590 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 907608704 826568704 127512 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604470990684608 0 0 -1 1 0 0 0
[pid=13044] ppid=12931 vsize=817452 CPUtime=0.53 cores=1,3,5,7
/proc/13044/stat : 13044 (python) S 12931 12931 12590 0 -1 4202560 1155 0 0 0 29 24 0 0 18 0 2 0 907608706 837070848 127516 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13044/statm: 204363 127516 399 364 0 140266 0
[pid=13046] ppid=13044 vsize=724892 CPUtime=388.46 cores=1,3,5,7
/proc/13046/stat : 13046 (precosat) T 13044 13046 13046 0 -1 4202496 185380 0 0 0 38818 28 0 0 25 0 1 0 907608707 742289408 180210 33554432000 4194304 4890832 140735090224384 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/13046/statm: 181223 180210 86 171 0 181050 0
[pid=13044/tid=13057] ppid=12931 vsize=817452 CPUtime=0 cores=1,3,5,7
/proc/13044/task/13057/stat : 13057 (python) S 12931 12931 12590 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907628332 837070848 127516 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604471137257536 0 0 -1 1 0 0 0
[pid=13060] ppid=12931 vsize=827708 CPUtime=0.27 cores=1,3,5,7
/proc/13060/stat : 13060 (python) S 12931 12931 12590 0 -1 4202560 1145 0 0 0 13 14 0 0 18 0 2 0 907637847 847572992 127520 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13060/statm: 206927 127520 399 364 0 142827 0
[pid=13062] ppid=13060 vsize=724896 CPUtime=197.23 cores=1,3,5,7
/proc/13062/stat : 13062 (precosat) T 13060 13062 13062 0 -1 4202496 185207 0 0 0 19695 28 0 0 25 0 1 0 907637848 742293504 180034 33554432000 4194304 4890832 140736243383024 18446744073709551615 4295000 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/13062/statm: 181224 180034 86 171 0 181051 0
[pid=13060/tid=13070] ppid=12931 vsize=827708 CPUtime=0 cores=1,3,5,7
/proc/13060/task/13070/stat : 13070 (python) S 12931 12931 12590 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 907647862 847572992 127520 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604460090902720 0 0 -1 7 0 0 0
[pid=13077] ppid=12931 vsize=837964 CPUtime=0.36 cores=1,3,5,7
/proc/13077/stat : 13077 (python) S 12931 12931 12590 0 -1 4202560 1191 0 0 0 19 17 0 0 18 0 2 0 907667291 858075136 127530 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13077/statm: 209491 127530 405 364 0 145388 0
[pid=13079] ppid=13077 vsize=403164 CPUtime=291.3 cores=1,3,5,7
/proc/13079/stat : 13079 (glucoser_static) T 13077 13079 13079 0 -1 4202496 96366 0 0 0 29117 13 0 0 25 0 1 0 907667293 412839936 96034 33554432000 134512640 134580299 4293509824 18446744073709551615 134553432 0 0 16781312 8388611 18446744071562691360 0 0 17 1 0 0 0
/proc/13079/statm: 100791 96034 243 17 0 100119 0
[pid=13077/tid=13119] ppid=12931 vsize=837964 CPUtime=0 cores=1,3,5,7
/proc/13077/task/13119/stat : 13119 (python) S 12931 12931 12590 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907686917 858075136 127530 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604460090901824 0 0 -1 1 0 0 0
[pid=13140] ppid=12931 vsize=848220 CPUtime=0.43 cores=1,3,5,7
/proc/13140/stat : 13140 (python) S 12931 12931 12590 0 -1 4202560 999 0 0 0 23 20 0 0 15 0 1 0 907764399 868577280 127498 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970570310 0 0 16781312 514 17396802832455139590 0 0 17 1 0 0 0
/proc/13140/statm: 212055 127498 370 364 0 147949 0
[pid=13142] ppid=13140 vsize=2601076 CPUtime=300.15 cores=1,3,5,7
/proc/13142/stat : 13142 (cryptominisat-2) R 13140 13142 13142 0 -1 4202496 565577 0 0 0 29942 73 0 0 25 0 1 0 907764400 2663501824 500925 33554432000 4194304 4677096 140735290061808 18446744073709551615 4569200 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13142/statm: 650269 500925 391 118 0 645228 0
[pid=12931/tid=12948] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12948/stat : 12948 (python) S 12929 12931 12590 0 -1 4202560 37 934 0 0 0 0 0 0 15 0 10 0 907432246 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 7 0 0 0
[pid=12931/tid=12957] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12957/stat : 12957 (python) S 12929 12931 12590 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 907442261 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=12985] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12985/stat : 12985 (python) S 12929 12931 12590 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 10 0 907501029 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=12995] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12995/stat : 12995 (python) S 12929 12931 12590 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 10 0 907511046 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13036] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13036/stat : 13036 (python) S 12929 12931 12590 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 10 0 907598690 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13045] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13045/stat : 13045 (python) S 12929 12931 12590 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 10 0 907608707 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13061] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13061/stat : 13061 (python) S 12929 12931 12590 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 10 0 907637848 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13078] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13078/stat : 13078 (python) S 12929 12931 12590 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 10 0 907667293 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13141] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13141/stat : 13141 (python) S 12929 12931 12590 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 10 0 907764400 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3823.52
Current children cumulated vsize (KiB) 15921612

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

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

[startup+3819.7 s]
/proc/loadavg: 1.00 1.01 1.26 2/205 13150
/proc/meminfo: memFree=23853716/32951132 swapFree=67052544/67111528
[pid=12931] ppid=12929 vsize=858464 CPUtime=197.96 cores=1,3,5,7
/proc/12931/stat : 12931 (python) S 12929 12931 12590 0 -1 4202496 694041 934 1 0 19684 112 0 0 20 0 10 0 907412446 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12931/statm: 214616 129024 1892 364 0 150510 0
[pid=12947] ppid=12931 vsize=776416 CPUtime=1.49 cores=1,3,5,7
/proc/12947/stat : 12947 (python) S 12931 12931 12590 0 -1 4202560 1201 0 0 0 77 72 0 0 18 0 2 0 907432245 795049984 127516 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12947/statm: 194104 127516 415 364 0 130022 0
[pid=12949] ppid=12947 vsize=191704 CPUtime=1267.09 cores=1,3,5,7
/proc/12949/stat : 12949 (lingeling) T 12947 12949 12949 0 -1 4202496 572846 0 0 0 126638 71 0 0 25 0 1 0 907432246 196304896 47096 33554432000 4194304 4352236 140736861676688 18446744073709551615 4234291 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/12949/statm: 47926 47096 129 39 0 47006 0
[pid=12947/tid=12955] ppid=12931 vsize=776416 CPUtime=0 cores=1,3,5,7
/proc/12947/task/12955/stat : 12955 (python) S 12931 12931 12590 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907442258 795049984 127516 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604471108076800 0 0 -1 7 0 0 0
[pid=12956] ppid=12931 vsize=776428 CPUtime=0.13 cores=1,3,5,7
/proc/12956/stat : 12956 (python) S 12931 12931 12590 0 -1 4202560 1080 0 0 0 6 7 0 0 19 0 2 0 907442260 795062272 127500 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12956/statm: 194107 127500 399 364 0 130022 0
[pid=12958] ppid=12956 vsize=243736 CPUtime=100.02 cores=1,3,5,7
/proc/12958/stat : 12958 (SApperloT-base) T 12956 12958 12958 0 -1 4202496 54537 0 0 0 9991 11 0 0 25 0 1 0 907442262 249585664 51895 33554432000 134512640 135674940 4292822320 18446744073709551615 134581620 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12958/statm: 60934 51895 100 284 0 60648 0
[pid=12956/tid=12962] ppid=12931 vsize=776428 CPUtime=0 cores=1,3,5,7
/proc/12956/task/12962/stat : 12962 (python) S 12931 12931 12590 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907452274 795062272 127500 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604471082434944 0 0 -1 7 0 0 0
[pid=12984] ppid=12931 vsize=786684 CPUtime=0.65 cores=1,3,5,7
/proc/12984/stat : 12984 (python) S 12931 12931 12590 0 -1 4202560 1149 0 0 0 36 29 0 0 18 0 2 0 907501028 805564416 127504 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12984/statm: 196671 127504 399 364 0 132583 0
[pid=12986] ppid=12984 vsize=188164 CPUtime=485.56 cores=1,3,5,7
/proc/12986/stat : 12986 (lingeling) T 12984 12986 12986 0 -1 4202496 382712 0 0 0 48511 45 0 0 25 0 1 0 907501029 192679936 46211 33554432000 4194304 4352236 140735489452256 18446744073709551615 4231284 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/12986/statm: 47041 46211 129 39 0 46121 0
[pid=12984/tid=12993] ppid=12931 vsize=786684 CPUtime=0 cores=1,3,5,7
/proc/12984/task/12993/stat : 12993 (python) S 12931 12931 12590 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 907511042 805564416 127504 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604471082437632 0 0 -1 1 0 0 0
[pid=12994] ppid=12931 vsize=796940 CPUtime=0.71 cores=1,3,5,7
/proc/12994/stat : 12994 (python) S 12931 12931 12590 0 -1 4202560 1165 0 0 0 40 31 0 0 17 0 2 0 907511045 816066560 127508 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12994/statm: 199235 127508 399 364 0 135144 0
[pid=12996] ppid=12994 vsize=2526604 CPUtime=490.93 cores=1,3,5,7
/proc/12996/stat : 12996 (cryptominisat-2) T 12994 12996 12996 0 -1 4202496 647870 0 0 0 49010 83 0 0 25 0 1 0 907511046 2587242496 517453 33554432000 4194304 4677096 140733386405056 18446744073709551615 4320650 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/12996/statm: 631651 517453 391 118 0 626610 0
[pid=12994/tid=13024] ppid=12931 vsize=796940 CPUtime=0 cores=1,3,5,7
/proc/12994/task/13024/stat : 13024 (python) S 12931 12931 12590 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 907560140 816066560 127508 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604470990686400 0 0 -1 5 0 0 0
[pid=13035] ppid=12931 vsize=807196 CPUtime=0.14 cores=1,3,5,7
/proc/13035/stat : 13035 (python) S 12931 12931 12590 0 -1 4202560 1107 0 0 0 7 7 0 0 19 0 2 0 907598688 826568704 127512 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13035/statm: 201799 127512 399 364 0 137705 0
[pid=13037] ppid=13035 vsize=183904 CPUtime=100.11 cores=1,3,5,7
/proc/13037/stat : 13037 (lingeling) T 13035 13037 13037 0 -1 4202496 167361 0 0 0 9989 22 0 0 25 0 1 0 907598690 188317696 45146 33554432000 4194304 4352236 140736133619216 18446744073709551615 4234441 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/13037/statm: 45976 45146 129 39 0 45056 0
[pid=13035/tid=13043] ppid=12931 vsize=807196 CPUtime=0 cores=1,3,5,7
/proc/13035/task/13043/stat : 13043 (python) S 12931 12931 12590 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 907608704 826568704 127512 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604470990684608 0 0 -1 1 0 0 0
[pid=13044] ppid=12931 vsize=817452 CPUtime=0.53 cores=1,3,5,7
/proc/13044/stat : 13044 (python) S 12931 12931 12590 0 -1 4202560 1155 0 0 0 29 24 0 0 18 0 2 0 907608706 837070848 127516 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13044/statm: 204363 127516 399 364 0 140266 0
[pid=13046] ppid=13044 vsize=724892 CPUtime=388.46 cores=1,3,5,7
/proc/13046/stat : 13046 (precosat) T 13044 13046 13046 0 -1 4202496 185380 0 0 0 38818 28 0 0 25 0 1 0 907608707 742289408 180210 33554432000 4194304 4890832 140735090224384 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/13046/statm: 181223 180210 86 171 0 181050 0
[pid=13044/tid=13057] ppid=12931 vsize=817452 CPUtime=0 cores=1,3,5,7
/proc/13044/task/13057/stat : 13057 (python) S 12931 12931 12590 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907628332 837070848 127516 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604471137257536 0 0 -1 1 0 0 0
[pid=13060] ppid=12931 vsize=827708 CPUtime=0.27 cores=1,3,5,7
/proc/13060/stat : 13060 (python) S 12931 12931 12590 0 -1 4202560 1145 0 0 0 13 14 0 0 18 0 2 0 907637847 847572992 127520 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13060/statm: 206927 127520 399 364 0 142827 0
[pid=13062] ppid=13060 vsize=724896 CPUtime=197.23 cores=1,3,5,7
/proc/13062/stat : 13062 (precosat) T 13060 13062 13062 0 -1 4202496 185207 0 0 0 19695 28 0 0 25 0 1 0 907637848 742293504 180034 33554432000 4194304 4890832 140736243383024 18446744073709551615 4295000 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/13062/statm: 181224 180034 86 171 0 181051 0
[pid=13060/tid=13070] ppid=12931 vsize=827708 CPUtime=0 cores=1,3,5,7
/proc/13060/task/13070/stat : 13070 (python) S 12931 12931 12590 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 907647862 847572992 127520 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604460090902720 0 0 -1 7 0 0 0
[pid=13077] ppid=12931 vsize=837964 CPUtime=0.36 cores=1,3,5,7
/proc/13077/stat : 13077 (python) S 12931 12931 12590 0 -1 4202560 1191 0 0 0 19 17 0 0 18 0 2 0 907667291 858075136 127530 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13077/statm: 209491 127530 405 364 0 145388 0
[pid=13079] ppid=13077 vsize=403164 CPUtime=291.3 cores=1,3,5,7
/proc/13079/stat : 13079 (glucoser_static) T 13077 13079 13079 0 -1 4202496 96366 0 0 0 29117 13 0 0 25 0 1 0 907667293 412839936 96034 33554432000 134512640 134580299 4293509824 18446744073709551615 134553432 0 0 16781312 8388611 18446744071562691360 0 0 17 1 0 0 0
/proc/13079/statm: 100791 96034 243 17 0 100119 0
[pid=13077/tid=13119] ppid=12931 vsize=837964 CPUtime=0 cores=1,3,5,7
/proc/13077/task/13119/stat : 13119 (python) S 12931 12931 12590 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907686917 858075136 127530 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 514 18446604460090901824 0 0 -1 1 0 0 0
[pid=13140] ppid=12931 vsize=848220 CPUtime=0.43 cores=1,3,5,7
/proc/13140/stat : 13140 (python) S 12931 12931 12590 0 -1 4202560 999 0 0 0 23 20 0 0 15 0 1 0 907764399 868577280 127498 33554432000 4194304 5683644 140736584693536 18446744073709551615 242970570310 0 0 16781312 514 17396802832455139590 0 0 17 1 0 0 0
/proc/13140/statm: 212055 127498 370 364 0 147949 0
[pid=13142] ppid=13140 vsize=2601076 CPUtime=300.15 cores=1,3,5,7
/proc/13142/stat : 13142 (cryptominisat-2) R 13140 13142 13142 0 -1 4202496 565577 0 0 0 29942 73 0 0 25 0 1 0 907764400 2663501824 500925 33554432000 4194304 4677096 140735290061808 18446744073709551615 4569200 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13142/statm: 650269 500925 391 118 0 645228 0
[pid=12931/tid=12948] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12948/stat : 12948 (python) S 12929 12931 12590 0 -1 4202560 37 934 0 0 0 0 0 0 15 0 10 0 907432246 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 7 0 0 0
[pid=12931/tid=12957] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12957/stat : 12957 (python) S 12929 12931 12590 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 907442261 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=12985] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12985/stat : 12985 (python) S 12929 12931 12590 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 10 0 907501029 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=12995] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/12995/stat : 12995 (python) S 12929 12931 12590 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 10 0 907511046 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13036] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13036/stat : 13036 (python) S 12929 12931 12590 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 10 0 907598690 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13045] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13045/stat : 13045 (python) S 12929 12931 12590 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 10 0 907608707 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13061] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13061/stat : 13061 (python) S 12929 12931 12590 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 10 0 907637848 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13078] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13078/stat : 13078 (python) S 12929 12931 12590 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 10 0 907667293 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 5 0 0 0
[pid=12931/tid=13141] ppid=12929 vsize=858464 CPUtime=0 cores=1,3,5,7
/proc/12931/task/13141/stat : 13141 (python) S 12929 12931 12590 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 10 0 907764400 879067136 129024 33554432000 4194304 5683644 140736584693536 18446744073709551615 242982373809 0 0 16781312 2 18446604471147381824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3823.52
Current children cumulated vsize (KiB) 15921612

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12931 and gives
#  childrusage.ru_utime.tv_sec=196
#  childrusage.ru_utime.tv_usec=847074
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=154824
# CPU time returned by wait4() is 198.002
# while last known CPU time is 3823.52
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3819.78
CPU time (s): 3823.52
CPU user time (s): 3816.45
CPU system time (s): 7.07
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 15921612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.847
system time used= 1.15482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 694982
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= 4619
involuntary context switches= 1069

runsolver used 10.3094 second user time and 25.1002 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 11:42:18
IDJOB=3498541
IDBENCH=88167
IDSOLVER=1991
FILE ID=node128/3498541-1307958135
RUNJOBID= node128-1307953119-12609
PBS_JOBID= 13559700
Free space on /tmp= 73856 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.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-3498541-1307958135/watcher-3498541-1307958135 -o /tmp/evaluation-result-3498541-1307958135/solver-3498541-1307958135 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498541-1307958135.cnf -seed 588316473 -budget 5000

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=588316473

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30952124 kB
Buffers:        323984 kB
Cached:        1414824 kB
SwapCached:      11368 kB
Active:         784296 kB
Inactive:       975008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30952124 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:          259728 kB
Writeback:           0 kB
AnonPages:       18024 kB
Mapped:          10096 kB
Slab:           175144 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   226036 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73948 MiB
End job on node128 at 2011-06-13 12:46:00