Trace number 3498540

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) 2652.26 2650.39

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data

0.77/1.56	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.77/1.56	c INFO: solving HOME/instance-3498540-1307958135.cnf
0.77/1.56	c INFO: computing task features
18.06/18.83	c INFO: computed variable-clause graph statistics
18.65/19.42	c INFO: computed clause balance statistics
95.25/96.09	c INFO: computed variable balance statistics
146.56/147.36	c INFO: computed small-clause counts
147.85/148.68	c INFO: computed Horn-clause counts
203.56/204.34	c INFO: computed variable graph statistics
203.56/204.36	c INFO: collected features for HOME/instance-3498540-1307958135.cnf in 201.96 s
203.56/204.38	c INFO: running lingeling-276@0 for 97 with 4798 remaining (b = 0.68)
303.84/304.54	c INFO: running lingeling-276@99 for 388 with 4698 remaining (b = 0.56)
693.71/693.95	c INFO: running lingeling-276@0 for 97 with 4308 remaining (b = 0.65)
794.02/794.11	c INFO: running precosat-570@0 for 97 with 4208 remaining (b = 0.33)
894.21/894.27	c INFO: running cryptominisat-2.9.0@0 for 485 with 4108 remaining (b = 0.31)
1381.81/1381.10	c INFO: running precosat-570@99 for 97 with 3623 remaining (b = 0.12)
1479.03/1478.24	c INFO: running lingeling-276@99 for 388 with 3526 remaining (b = 0.32)
1865.07/1863.71	c INFO: running lingeling-276@0 for 97 with 3141 remaining (b = 0.50)
1965.28/1963.90	c INFO: running glucosER@0 for 291 with 3041 remaining (b = 0.25)
2257.66/2256.30	c INFO: running precosat-570@0 for 97 with 2749 remaining (b = 0.12)
2357.91/2356.49	c INFO: running precosat-570@196 for 97 with 2649 remaining (b = 0.04)
2455.26/2453.63	c INFO: running precosat-570@99 for 97 with 2552 remaining (b = 0.05)
2552.49/2550.78	c INFO: running cryptominisat-2.9.0@0 for 97 with 2455 remaining (b = 0.07)
2651.85/2649.94	c INFO: running precosat-570@0 for 97 with 2356 remaining (b = 0.04)

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

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

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 4/170 12922
/proc/meminfo: memFree=30952496/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (runsolver) R 12920 12922 12590 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 1 0 907412443 12087296 55 33554432000 4194304 5436572 140734106995808 18446744073709551615 5057063 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/12922/statm: 2951 55 36 304 0 2643 0

[startup+0.0771261 s]
/proc/loadavg: 2.05 2.04 2.00 4/170 12922
/proc/meminfo: memFree=30952496/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=15776 CPUtime=0.03 cores=0,2,4,6
/proc/12922/stat : 12922 (python) S 12920 12922 12590 0 -1 4202496 905 0 0 0 0 3 0 0 18 0 1 0 907412443 16154624 784 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/12922/statm: 3944 784 346 364 0 431 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15776

[startup+0.107128 s]
/proc/loadavg: 2.05 2.04 2.00 4/170 12922
/proc/meminfo: memFree=30952496/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=18884 CPUtime=0.05 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 1286 0 0 0 2 3 0 0 17 0 1 0 907412443 19337216 1137 33554432000 4194304 5683644 140733772034848 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18884

[startup+0.30111 s]
/proc/loadavg: 2.05 2.04 2.00 4/170 12922
/proc/meminfo: memFree=30952496/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=124236 CPUtime=0.17 cores=0,2,4,6
/proc/12922/stat : 12922 (python) S 12920 12922 12590 0 -1 4202496 4312 0 1 0 8 9 0 0 17 0 1 0 907412443 127217664 3880 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970550016 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/12922/statm: 31059 3880 997 364 0 2870 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 124236

[startup+0.701068 s]
/proc/loadavg: 2.05 2.04 2.00 4/170 12922
/proc/meminfo: memFree=30952496/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=126300 CPUtime=0.23 cores=0,2,4,6
/proc/12922/stat : 12922 (python) S 12920 12922 12590 0 -1 4202496 4577 465 1 0 8 9 0 6 18 0 1 0 907412443 129331200 3896 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970550016 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/12922/statm: 31575 3896 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 126300

[startup+1.50088 s]
/proc/loadavg: 2.05 2.04 2.00 2/176 12940
/proc/meminfo: memFree=30805120/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=246308 CPUtime=0.77 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 8177 931 1 0 27 22 13 15 17 0 1 0 907412443 252219392 6060 33554432000 4194304 5683644 140733772034848 18446744073709551615 4572327 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 61577 6061 1621 364 0 4579 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 246308

[startup+3.10065 s]
/proc/loadavg: 2.05 2.04 2.00 3/176 12940
/proc/meminfo: memFree=30606480/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=461748 CPUtime=2.35 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 54355 931 1 0 176 31 13 15 19 0 1 0 907412443 472829952 52021 33554432000 4194304 5683644 140733772034848 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 115437 52022 1761 364 0 51361 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 461748
heavy processes:

[startup+6.30111 s]
/proc/loadavg: 2.20 2.08 2.01 3/176 12940
/proc/meminfo: memFree=30205888/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=650352 CPUtime=5.56 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 102055 931 1 0 490 38 13 15 25 0 1 0 907412443 665960448 99721 33554432000 4194304 5683644 140733772034848 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 162588 99722 1761 364 0 98512 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 650352

[startup+12.701 s]
/proc/loadavg: 2.43 2.13 2.03 3/176 12940
/proc/meminfo: memFree=29388096/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=1003564 CPUtime=11.96 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 188767 931 1 0 1117 51 13 15 25 0 1 0 907412443 1027649536 186433 33554432000 4194304 5683644 140733772034848 18446744073709551615 47780368858448 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 250891 186433 1761 364 0 186815 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 1003564

[startup+25.5008 s]
/proc/loadavg: 3.14 2.30 2.08 3/176 12940
/proc/meminfo: memFree=29131044/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=1069636 CPUtime=24.75 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 500767 931 1 0 2355 92 13 15 25 0 1 0 907412443 1095307264 204794 33554432000 4194304 5683644 140733772034848 18446744073709551615 47780368763829 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 267409 204794 1826 364 0 203333 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 1069636

[startup+51.1004 s]
/proc/loadavg: 3.61 2.48 2.15 3/176 12942
/proc/meminfo: memFree=29132752/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=1069636 CPUtime=50.35 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 500767 931 1 0 4915 92 13 15 25 0 1 0 907412443 1095307264 204794 33554432000 4194304 5683644 140733772034848 18446744073709551615 47780368851799 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 267409 204794 1826 364 0 203333 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 1069636

[startup+102.307 s]
/proc/loadavg: 3.11 2.54 2.18 3/176 12942
/proc/meminfo: memFree=29140892/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=1069636 CPUtime=101.56 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 500768 931 1 0 10036 92 13 15 25 0 1 0 907412443 1095307264 204795 33554432000 4194304 5683644 140733772034848 18446744073709551615 47780368763746 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 267409 204795 1827 364 0 203333 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 1069636

[startup+162.3 s]
/proc/loadavg: 2.40 2.44 2.17 3/176 12944
/proc/meminfo: memFree=29141316/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=1069636 CPUtime=161.55 cores=0,2,4,6
/proc/12922/stat : 12922 (python) R 12920 12922 12590 0 -1 4202496 610286 931 1 0 16022 105 13 15 25 0 1 0 907412443 1095307264 204801 33554432000 4194304 5683644 140733772034848 18446744073709551615 47780368619660 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12922/statm: 267409 204801 1833 364 0 203333 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 1069636

[startup+222.301 s]
/proc/loadavg: 2.15 2.35 2.16 3/182 12952
/proc/meminfo: memFree=29613196/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=707284 CPUtime=203.65 cores=0,2,4,6
/proc/12922/stat : 12922 (python) S 12920 12922 12590 0 -1 4202496 610646 931 1 0 20229 108 13 15 25 0 2 0 907412443 724258816 111684 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12922/statm: 176821 111684 1867 364 0 112739 0
[pid=12950] ppid=12922 vsize=697040 CPUtime=0.02 cores=0,2,4,6
/proc/12950/stat : 12950 (python) S 12922 12922 12590 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 907432882 713768960 110194 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970570255 0 0 16781312 514 13320697719715496196 0 0 17 2 0 0 0
/proc/12950/statm: 174260 110194 381 364 0 110178 0
[pid=12952] ppid=12950 vsize=198748 CPUtime=17.88 cores=0,2,4,6
/proc/12952/stat : 12952 (lingeling) R 12950 12952 12952 0 -1 4202496 75898 0 0 0 1775 13 0 0 25 0 1 0 907432883 203517952 48857 33554432000 4194304 4352236 140736946613584 18446744073709551615 4231006 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12952/statm: 49687 48857 129 39 0 48767 0
[pid=12922/tid=12951] ppid=12920 vsize=707284 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12951/stat : 12951 (python) S 12920 12922 12590 0 -1 4202560 27 931 0 0 0 0 13 15 25 0 2 0 907432883 724258816 111684 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 1603072

[startup+282.301 s]
/proc/loadavg: 2.05 2.29 2.15 3/182 12954
/proc/meminfo: memFree=29620620/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=707284 CPUtime=203.65 cores=0,2,4,6
/proc/12922/stat : 12922 (python) S 12920 12922 12590 0 -1 4202496 610646 931 1 0 20229 108 13 15 25 0 2 0 907412443 724258816 111684 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12922/statm: 176821 111684 1867 364 0 112739 0
[pid=12950] ppid=12922 vsize=697040 CPUtime=0.09 cores=0,2,4,6
/proc/12950/stat : 12950 (python) S 12922 12922 12590 0 -1 4202560 999 0 0 0 5 4 0 0 18 0 1 0 907432882 713768960 110194 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970570255 0 0 16781312 514 13320697719715496196 0 0 17 2 0 0 0
/proc/12950/statm: 174260 110194 381 364 0 110178 0
[pid=12952] ppid=12950 vsize=208400 CPUtime=77.88 cores=0,2,4,6
/proc/12952/stat : 12952 (lingeling) R 12950 12952 12952 0 -1 4202496 98841 0 0 0 7773 15 0 0 25 0 1 0 907432883 213401600 51270 33554432000 4194304 4352236 140736946613584 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12952/statm: 52100 51270 129 39 0 51180 0
[pid=12922/tid=12951] ppid=12920 vsize=707284 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12951/stat : 12951 (python) S 12920 12922 12590 0 -1 4202560 27 931 0 0 0 0 13 15 25 0 2 0 907432883 724258816 111684 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 281.62
Current children cumulated vsize (KiB) 1612724

[startup+342.301 s]
/proc/loadavg: 2.02 2.23 2.14 3/187 12961
/proc/meminfo: memFree=29414356/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=707284 CPUtime=203.68 cores=0,2,4,6
/proc/12922/stat : 12922 (python) S 12920 12922 12590 0 -1 4202496 611133 931 1 0 20231 109 13 15 18 0 2 0 907412443 724258816 111693 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12922/statm: 176821 111693 1876 364 0 112739 0
[pid=12950] ppid=12922 vsize=707284 CPUtime=0.17 cores=0,2,4,6
/proc/12950/stat : 12950 (python) S 12922 12922 12590 0 -1 4202560 1179 0 0 0 10 7 0 0 18 0 2 0 907432882 724258816 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12950/statm: 176821 110233 415 364 0 112739 0
[pid=12952] ppid=12950 vsize=200928 CPUtime=137.86 cores=0,2,4,6
/proc/12952/stat : 12952 (lingeling) R 12950 12952 12952 0 -1 4202496 132736 0 0 0 13767 19 0 0 25 0 1 0 907432883 205750272 49402 33554432000 4194304 4352236 140736946613584 18446744073709551615 4257285 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12952/statm: 50232 49402 129 39 0 49312 0
[pid=12950/tid=12959] ppid=12922 vsize=707284 CPUtime=0 cores=0,2,4,6
/proc/12950/task/12959/stat : 12959 (python) S 12922 12922 12590 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907442895 724258816 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453715992896 0 0 -1 2 0 0 0
[pid=12922/tid=12951] ppid=12920 vsize=707284 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12951/stat : 12951 (python) S 12920 12922 12590 0 -1 4202560 27 931 0 0 0 0 13 15 18 0 2 0 907432883 724258816 111693 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 341.71
Current children cumulated vsize (KiB) 1615496

[startup+402.301 s]
/proc/loadavg: 2.00 2.19 2.12 3/188 12962
/proc/meminfo: memFree=29389288/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=707284 CPUtime=203.68 cores=0,2,4,6
/proc/12922/stat : 12922 (python) S 12920 12922 12590 0 -1 4202496 611133 931 1 0 20231 109 13 15 18 0 2 0 907412443 724258816 111693 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12922/statm: 176821 111693 1876 364 0 112739 0
[pid=12950] ppid=12922 vsize=707284 CPUtime=0.23 cores=0,2,4,6
/proc/12950/stat : 12950 (python) S 12922 12922 12590 0 -1 4202560 1198 0 0 0 14 9 0 0 18 0 2 0 907432882 724258816 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12950/statm: 176821 110233 415 364 0 112739 0
[pid=12952] ppid=12950 vsize=222556 CPUtime=197.86 cores=0,2,4,6

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

[pid=12988/tid=13017] ppid=12922 vsize=727808 CPUtime=0 cores=0,2,4,6
/proc/12988/task/13017/stat : 13017 (python) S 12922 12922 12590 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907550551 745275392 110225 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453850080384 0 0 -1 4 0 0 0
[pid=13038] ppid=12922 vsize=738064 CPUtime=0.15 cores=0,2,4,6
/proc/13038/stat : 13038 (python) S 12922 12922 12590 0 -1 4202560 1108 0 0 0 7 8 0 0 19 0 2 0 907598815 755777536 110229 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13038/statm: 184516 110229 399 364 0 120422 0
[pid=13040] ppid=13038 vsize=197576 CPUtime=100.13 cores=0,2,4,6
/proc/13040/stat : 13040 (lingeling) T 13038 13040 13040 0 -1 4202496 115445 0 0 0 9999 14 0 0 25 0 1 0 907598816 202317824 48564 33554432000 4194304 4352236 140735090759568 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/13040/statm: 49394 48564 129 39 0 48474 0
[pid=13038/tid=13047] ppid=12922 vsize=738064 CPUtime=0 cores=0,2,4,6
/proc/13038/task/13047/stat : 13047 (python) S 12922 12922 12590 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907608832 755777536 110229 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453784003776 0 0 -1 6 0 0 0
[pid=13048] ppid=12922 vsize=748320 CPUtime=0.4 cores=0,2,4,6
/proc/13048/stat : 13048 (python) S 12922 12922 12590 0 -1 4202560 1151 0 0 0 21 19 0 0 19 0 2 0 907608834 766279680 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13048/statm: 187080 110233 399 364 0 122983 0
[pid=13050] ppid=13048 vsize=320076 CPUtime=291.96 cores=0,2,4,6
/proc/13050/stat : 13050 (glucoser_static) T 13048 13050 13050 0 -1 4202496 77021 0 14 0 29180 16 0 0 25 0 1 0 907608835 327757824 76757 33554432000 134512640 134580299 4294877664 18446744073709551615 134543257 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 37
/proc/13050/statm: 80019 76757 243 17 0 79347 0
[pid=13048/tid=13063] ppid=12922 vsize=748320 CPUtime=0 cores=0,2,4,6
/proc/13048/task/13063/stat : 13063 (python) S 12922 12922 12590 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907638071 766279680 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604446366990784 0 0 -1 2 0 0 0
[pid=13064] ppid=12922 vsize=824112 CPUtime=0.31 cores=0,2,4,6
/proc/13064/stat : 13064 (python) S 12922 12922 12590 0 -1 4202560 1121 0 0 0 15 16 0 0 15 0 2 0 907638073 843890688 110243 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13064/statm: 206028 110243 399 364 0 141928 0
[pid=13066] ppid=13064 vsize=615152 CPUtime=197.18 cores=0,2,4,6
/proc/13066/stat : 13066 (precosat) T 13064 13066 13066 0 -1 4202496 156055 0 0 0 19692 26 0 0 25 0 1 0 907638074 629915648 152418 33554432000 4194304 4890832 140736402461840 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/13066/statm: 153788 152418 86 171 0 153615 0
[pid=13064/tid=13071] ppid=12922 vsize=824112 CPUtime=0 cores=0,2,4,6
/proc/13064/task/13071/stat : 13071 (python) S 12922 12922 12590 0 -1 4202560 53 0 0 0 0 0 0 0 18 0 2 0 907648090 843890688 110243 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453715994688 0 0 -1 6 0 0 0
[pid=13080] ppid=12922 vsize=768832 CPUtime=0.13 cores=0,2,4,6
/proc/13080/stat : 13080 (python) S 12922 12922 12590 0 -1 4202560 980 0 0 0 7 6 0 0 15 0 1 0 907667522 787283968 110217 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970570310 0 0 16781312 514 13320697719715496194 0 0 17 0 0 0 0
/proc/13080/statm: 192208 110217 376 364 0 128105 0
[pid=13082] ppid=13080 vsize=1704036 CPUtime=71.48 cores=0,2,4,6
/proc/13082/stat : 13082 (cryptominisat-2) R 13080 13082 13082 0 -1 4202496 367469 0 0 0 7103 45 0 0 25 0 1 0 907667523 1744932864 353641 33554432000 4194304 4677096 140735950306480 18446744073709551615 4462753 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13082/statm: 426009 353641 391 118 0 420968 0
[pid=12922/tid=12951] ppid=12920 vsize=779076 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12951/stat : 12951 (python) S 12920 12922 12590 0 -1 4202560 27 931 0 0 0 0 13 15 18 0 9 0 907432883 797773824 111735 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
[pid=12922/tid=12972] ppid=12920 vsize=779076 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12972/stat : 12972 (python) S 12920 12922 12590 0 -1 4202560 30 931 0 0 0 0 13 15 18 0 9 0 907481839 797773824 111735 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 4 0 0 0
[pid=12922/tid=12980] ppid=12920 vsize=779076 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12980/stat : 12980 (python) S 12920 12922 12590 0 -1 4202560 40 931 0 0 0 0 13 15 18 0 9 0 907491855 797773824 111735 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 4 0 0 0
[pid=12922/tid=12989] ppid=12920 vsize=779076 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12989/stat : 12989 (python) S 12920 12922 12590 0 -1 4202560 28 931 0 0 0 0 13 15 20 0 9 0 907501872 797773824 111735 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 0 0 0 0
[pid=12922/tid=13039] ppid=12920 vsize=779076 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13039/stat : 13039 (python) S 12920 12922 12590 0 -1 4202560 28 931 0 0 0 0 13 15 20 0 9 0 907598816 797773824 111735 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
[pid=12922/tid=13049] ppid=12920 vsize=779076 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13049/stat : 13049 (python) S 12920 12922 12590 0 -1 4202560 28 931 0 0 0 0 13 15 20 0 9 0 907608835 797773824 111735 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
[pid=12922/tid=13065] ppid=12920 vsize=779076 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13065/stat : 13065 (python) S 12920 12922 12590 0 -1 4202560 29 931 0 0 0 0 13 15 18 0 9 0 907638074 797773824 111735 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 0 0 0 0
[pid=12922/tid=13081] ppid=12920 vsize=779076 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13081/stat : 13081 (python) S 12920 12922 12590 0 -1 4202560 31 931 0 0 0 0 13 15 20 0 9 0 907667523 797773824 111735 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2624.21
Current children cumulated vsize (KiB) 15613352



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2650.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/242 13088
/proc/meminfo: memFree=17748248/32951132 swapFree=67052544/67111528
[pid=12922] ppid=12920 vsize=789332 CPUtime=204 cores=0,2,4,6
/proc/12922/stat : 12922 (python) S 12920 12922 12590 0 -1 4202496 617229 931 1 0 20254 118 13 15 20 0 10 0 907412443 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12922/statm: 197333 111741 1892 364 0 133227 0
[pid=12950] ppid=12922 vsize=707284 CPUtime=0.58 cores=0,2,4,6
/proc/12950/stat : 12950 (python) S 12922 12922 12590 0 -1 4202560 1208 0 0 0 32 26 0 0 18 0 2 0 907432882 724258816 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12950/statm: 176821 110233 415 364 0 112739 0
[pid=12952] ppid=12950 vsize=219296 CPUtime=489.5 cores=0,2,4,6
/proc/12952/stat : 12952 (lingeling) T 12950 12952 12952 0 -1 4202496 246308 0 0 0 48919 31 0 0 25 0 1 0 907432883 224559104 53994 33554432000 4194304 4352236 140736946613584 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/12952/statm: 54824 53994 129 39 0 53904 0
[pid=12950/tid=12959] ppid=12922 vsize=707284 CPUtime=0 cores=0,2,4,6
/proc/12950/task/12959/stat : 12959 (python) S 12922 12922 12590 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907442895 724258816 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453715992896 0 0 -1 2 0 0 0
[pid=12971] ppid=12922 vsize=707296 CPUtime=0.64 cores=0,2,4,6
/proc/12971/stat : 12971 (python) S 12922 12922 12590 0 -1 4202560 1136 0 0 0 36 28 0 0 18 0 2 0 907481838 724271104 110217 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12971/statm: 176824 110217 399 364 0 112739 0
[pid=12973] ppid=12971 vsize=223560 CPUtime=485.55 cores=0,2,4,6
/proc/12973/stat : 12973 (lingeling) T 12971 12973 12973 0 -1 4202496 230981 0 0 0 48526 29 0 0 25 0 1 0 907481840 228925440 55060 33554432000 4194304 4352236 140733902068832 18446744073709551615 4328090 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/12973/statm: 55890 55060 129 39 0 54970 0
[pid=12971/tid=12978] ppid=12922 vsize=707296 CPUtime=0 cores=0,2,4,6
/proc/12971/task/12978/stat : 12978 (python) S 12922 12922 12590 0 -1 4202560 53 0 0 0 0 0 0 0 18 0 2 0 907491852 724271104 110217 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604451703917248 0 0 -1 0 0 0 0
[pid=12979] ppid=12922 vsize=717552 CPUtime=0.39 cores=0,2,4,6
/proc/12979/stat : 12979 (python) S 12922 12922 12590 0 -1 4202560 1146 0 0 0 19 20 0 0 18 0 2 0 907491854 734773248 110221 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12979/statm: 179388 110221 399 364 0 115300 0
[pid=12981] ppid=12979 vsize=616004 CPUtime=294.35 cores=0,2,4,6
/proc/12981/stat : 12981 (precosat) T 12979 12981 12981 0 -1 4202496 156150 0 0 0 29411 24 0 0 25 0 1 0 907491856 630788096 152493 33554432000 4194304 4890832 140734755592672 18446744073709551615 4238673 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/12981/statm: 154001 152493 86 171 0 153828 0
[pid=12979/tid=12987] ppid=12922 vsize=717552 CPUtime=0 cores=0,2,4,6
/proc/12979/task/12987/stat : 12987 (python) S 12922 12922 12590 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907501869 734773248 110221 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453781079104 0 0 -1 0 0 0 0
[pid=12988] ppid=12922 vsize=727808 CPUtime=0.71 cores=0,2,4,6
/proc/12988/stat : 12988 (python) S 12922 12922 12590 0 -1 4202560 1165 0 0 0 38 33 0 0 16 0 2 0 907501871 745275392 110225 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12988/statm: 181952 110225 399 364 0 117861 0
[pid=12990] ppid=12988 vsize=4999308 CPUtime=486.78 cores=0,2,4,6
/proc/12990/stat : 12990 (cryptominisat-2) T 12988 12990 12990 0 -1 4202496 1019902 0 0 0 48543 135 0 0 25 0 1 0 907501872 5119291392 951193 33554432000 4194304 4677096 140734276769136 18446744073709551615 4462753 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/12990/statm: 1249827 951193 392 118 0 1244786 0
[pid=12988/tid=13017] ppid=12922 vsize=727808 CPUtime=0 cores=0,2,4,6
/proc/12988/task/13017/stat : 13017 (python) S 12922 12922 12590 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907550551 745275392 110225 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453850080384 0 0 -1 4 0 0 0
[pid=13038] ppid=12922 vsize=738064 CPUtime=0.15 cores=0,2,4,6
/proc/13038/stat : 13038 (python) S 12922 12922 12590 0 -1 4202560 1108 0 0 0 7 8 0 0 19 0 2 0 907598815 755777536 110229 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13038/statm: 184516 110229 399 364 0 120422 0
[pid=13040] ppid=13038 vsize=197576 CPUtime=100.13 cores=0,2,4,6
/proc/13040/stat : 13040 (lingeling) T 13038 13040 13040 0 -1 4202496 115445 0 0 0 9999 14 0 0 25 0 1 0 907598816 202317824 48564 33554432000 4194304 4352236 140735090759568 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/13040/statm: 49394 48564 129 39 0 48474 0
[pid=13038/tid=13047] ppid=12922 vsize=738064 CPUtime=0 cores=0,2,4,6
/proc/13038/task/13047/stat : 13047 (python) S 12922 12922 12590 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907608832 755777536 110229 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453784003776 0 0 -1 6 0 0 0
[pid=13048] ppid=12922 vsize=748320 CPUtime=0.4 cores=0,2,4,6
/proc/13048/stat : 13048 (python) S 12922 12922 12590 0 -1 4202560 1151 0 0 0 21 19 0 0 19 0 2 0 907608834 766279680 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13048/statm: 187080 110233 399 364 0 122983 0
[pid=13050] ppid=13048 vsize=320076 CPUtime=291.96 cores=0,2,4,6
/proc/13050/stat : 13050 (glucoser_static) T 13048 13050 13050 0 -1 4202496 77021 0 14 0 29180 16 0 0 25 0 1 0 907608835 327757824 76757 33554432000 134512640 134580299 4294877664 18446744073709551615 134543257 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 37
/proc/13050/statm: 80019 76757 243 17 0 79347 0
[pid=13048/tid=13063] ppid=12922 vsize=748320 CPUtime=0 cores=0,2,4,6
/proc/13048/task/13063/stat : 13063 (python) S 12922 12922 12590 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907638071 766279680 110233 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604446366990784 0 0 -1 2 0 0 0
[pid=13064] ppid=12922 vsize=824112 CPUtime=0.31 cores=0,2,4,6
/proc/13064/stat : 13064 (python) S 12922 12922 12590 0 -1 4202560 1121 0 0 0 15 16 0 0 15 0 2 0 907638073 843890688 110243 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13064/statm: 206028 110243 399 364 0 141928 0
[pid=13066] ppid=13064 vsize=615152 CPUtime=197.18 cores=0,2,4,6
/proc/13066/stat : 13066 (precosat) T 13064 13066 13066 0 -1 4202496 156055 0 0 0 19692 26 0 0 25 0 1 0 907638074 629915648 152418 33554432000 4194304 4890832 140736402461840 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/13066/statm: 153788 152418 86 171 0 153615 0
[pid=13064/tid=13071] ppid=12922 vsize=824112 CPUtime=0 cores=0,2,4,6
/proc/13064/task/13071/stat : 13071 (python) S 12922 12922 12590 0 -1 4202560 53 0 0 0 0 0 0 0 18 0 2 0 907648090 843890688 110243 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453715994688 0 0 -1 6 0 0 0
[pid=13080] ppid=12922 vsize=768832 CPUtime=0.18 cores=0,2,4,6
/proc/13080/stat : 13080 (python) S 12922 12922 12590 0 -1 4202560 1151 0 0 0 10 8 0 0 16 0 2 0 907667522 787283968 110247 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13080/statm: 192208 110247 405 364 0 128105 0
[pid=13082] ppid=13080 vsize=1749756 CPUtime=99.11 cores=0,2,4,6
/proc/13082/stat : 13082 (cryptominisat-2) T 13080 13082 13082 0 -1 4202496 379976 0 0 0 9864 47 0 0 25 0 1 0 907667523 1791750144 366148 33554432000 4194304 4677096 140735950306480 18446744073709551615 4319571 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/13082/statm: 437439 366148 391 118 0 432398 0
[pid=13080/tid=13085] ppid=12922 vsize=768832 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13085/stat : 13085 (python) S 12922 12922 12590 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907677436 787283968 110247 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 514 18446604453837879360 0 0 -1 0 0 0 0
[pid=13086] ppid=12922 vsize=779088 CPUtime=0.01 cores=0,2,4,6
/proc/13086/stat : 13086 (python) S 12922 12922 12590 0 -1 4202560 765 0 0 0 0 1 0 0 19 0 1 0 907677438 797786112 110188 33554432000 4194304 5683644 140733772034848 18446744073709551615 242970570310 0 0 16781312 514 4201097869463126015 0 0 17 6 0 0 0
/proc/13086/statm: 194772 110188 343 364 0 130666 0
[pid=13088] ppid=13086 vsize=86984 CPUtime=0.33 cores=0,2,4,6
/proc/13088/stat : 13088 (precosat) R 13086 13088 13088 0 -1 4202496 21174 0 0 0 30 3 0 0 21 0 1 0 907677439 89071616 20908 33554432000 4194304 4890832 140734052867632 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/13088/statm: 21746 20908 65 171 0 21573 0
[pid=12922/tid=12951] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12951/stat : 12951 (python) S 12920 12922 12590 0 -1 4202560 27 931 0 0 0 0 13 15 18 0 10 0 907432883 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
[pid=12922/tid=12972] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12972/stat : 12972 (python) S 12920 12922 12590 0 -1 4202560 30 931 0 0 0 0 13 15 18 0 10 0 907481839 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 4 0 0 0
[pid=12922/tid=12980] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12980/stat : 12980 (python) S 12920 12922 12590 0 -1 4202560 40 931 0 0 0 0 13 15 18 0 10 0 907491855 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 4 0 0 0
[pid=12922/tid=12989] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/12989/stat : 12989 (python) S 12920 12922 12590 0 -1 4202560 28 931 0 0 0 0 13 15 20 0 10 0 907501872 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 0 0 0 0
[pid=12922/tid=13039] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13039/stat : 13039 (python) S 12920 12922 12590 0 -1 4202560 28 931 0 0 0 0 13 15 20 0 10 0 907598816 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
[pid=12922/tid=13049] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13049/stat : 13049 (python) S 12920 12922 12590 0 -1 4202560 28 931 0 0 0 0 13 15 20 0 10 0 907608835 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 6 0 0 0
[pid=12922/tid=13065] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13065/stat : 13065 (python) S 12920 12922 12590 0 -1 4202560 29 931 0 0 0 0 13 15 18 0 10 0 907638074 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 0 0 0 0
[pid=12922/tid=13081] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13081/stat : 13081 (python) S 12920 12922 12590 0 -1 4202560 31 931 0 0 0 0 13 15 20 0 10 0 907667523 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 2 0 0 0
[pid=12922/tid=13087] ppid=12920 vsize=789332 CPUtime=0.28 cores=0,2,4,6
/proc/12922/task/13087/stat : 13087 (python) S 12920 12922 12590 0 -1 4202560 25 931 0 0 0 0 13 15 20 0 10 0 907677439 808275968 111741 33554432000 4194304 5683644 140733772034848 18446744073709551615 242982373809 0 0 16781312 2 18446604453866630208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2652.26
Current children cumulated vsize (KiB) 16535400

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12922 and gives
#  childrusage.ru_utime.tv_sec=202
#  childrusage.ru_utime.tv_usec=679188
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=361792
# CPU time returned by wait4() is 204.041
# while last known CPU time is 2652.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 2650.39
CPU time (s): 2652.26
CPU user time (s): 2646.09
CPU system time (s): 6.17
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 16535400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.679
system time used= 1.36179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 618494
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2882
involuntary context switches= 481

runsolver used 6.41103 second user time and 12.6061 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 11:42:17
IDJOB=3498540
IDBENCH=88165
IDSOLVER=1991
FILE ID=node128/3498540-1307958135
RUNJOBID= node128-1307953119-12608
PBS_JOBID= 13559700
Free space on /tmp= 73892 MiB

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

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
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:      30985304 kB
Buffers:        323712 kB
Cached:        1383280 kB
SwapCached:      11368 kB
Active:         739092 kB
Inactive:       987476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30985304 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:          227912 kB
Writeback:           0 kB
AnonPages:       17296 kB
Mapped:           9624 kB
Slab:           174100 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   192176 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= 73824 MiB
End job on node128 at 2011-06-13 12:26:30