Trace number 3498295

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 5000.1 5013.26

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.43/20.34	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.43/20.34	c INFO: solving HOME/instance-3498295-1307953119.cnf
0.43/20.34	c INFO: computing task features
0.50/20.41	c INFO: computed variable-clause graph statistics
0.50/20.42	c INFO: computed clause balance statistics
0.90/20.81	c INFO: computed variable balance statistics
1.10/21.09	c INFO: computed small-clause counts
1.10/21.09	c INFO: computed Horn-clause counts
1.30/21.21	c INFO: computed variable graph statistics
1.30/21.21	c INFO: collected features for HOME/instance-3498295-1307953119.cnf in 0.86 s
1.30/21.27	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
101.56/121.40	c INFO: running lingeling-276@100 for 97 with 4899 remaining (b = 0.14)
196.78/216.52	c INFO: running lingeling-276@0 for 97 with 4803 remaining (b = 0.17)
296.96/316.65	c INFO: running lingeling-276@195 for 388 with 4703 remaining (b = 0.30)
688.81/708.07	c INFO: running cryptominisat-2.9.0@0 for 485 with 4312 remaining (b = 0.32)
1179.71/1198.32	c INFO: running lingeling-276@100 for 97 with 3822 remaining (b = 0.10)
1276.93/1295.44	c INFO: running precosat-570@0 for 194 with 3725 remaining (b = 0.20)
1473.48/1491.70	c INFO: running cryptominisat-2.9.0@0 for 97 with 3529 remaining (b = 0.08)
1571.20/1589.39	c INFO: running precosat-570@196 for 97 with 3431 remaining (b = 0.06)
1668.54/1686.53	c INFO: running cryptominisat-2.9.0@489 for 97 with 3334 remaining (b = 0.06)
1766.50/1784.40	c INFO: running lingeling-276@197 for 388 with 3236 remaining (b = 0.20)
2152.52/2169.85	c INFO: running precosat-570@293 for 97 with 2851 remaining (b = 0.06)
2249.76/2266.99	c INFO: running lingeling-276@0 for 194 with 2754 remaining (b = 0.13)
2446.30/2463.24	c INFO: running cryptominisat-2.9.0@97 for 388 with 2557 remaining (b = 0.17)
2835.34/2851.69	c INFO: running precosat-570@0 for 97 with 2169 remaining (b = 0.08)
2935.66/2951.83	c INFO: running lingeling-276@586 for 485 with 2069 remaining (b = 0.18)
3417.91/3433.41	c INFO: running precosat-570@100 for 194 with 1588 remaining (b = 0.07)
3611.40/3626.65	c INFO: running lingeling-276@0 for 97 with 1394 remaining (b = 0.06)
3711.61/3726.80	c INFO: running cryptominisat-2.9.0@587 for 1294 with 1294 remaining (b = 0.36)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498295-1307953119/watcher-3498295-1307953119 -o /var/tmp/evaluation-result-3498295-1307953119/solver-3498295-1307953119 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498295-1307953119.cnf -seed 1079452364 -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: 0.08 0.02 0.01 3/176 18185
/proc/meminfo: memFree=17164588/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/18185/stat : 18185 (runsolver) S 18181 18185 18140 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 906911305 12087296 51 33554432000 4194304 5436572 140734555165552 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699977015 0 0 17 6 0 0 0
/proc/18185/statm: 2951 51 31 304 0 2643 0

[startup+0.0940149 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 18185
/proc/meminfo: memFree=17164588/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=1964 CPUtime=0 cores=0,2,4,6
/proc/18185/stat : 18185 (python) D 18181 18185 18140 0 -1 4194304 75 0 1 0 0 0 0 0 21 0 1 0 906911305 2011136 28 33554432000 4194304 5683644 140736161380512 18446744073709551615 251809317904 0 0 4096 0 18446744071562234166 0 0 17 6 0 0 4
/proc/18185/statm: 491 28 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.101067 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 18185
/proc/meminfo: memFree=17164588/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=1964 CPUtime=0 cores=0,2,4,6
/proc/18185/stat : 18185 (python) D 18181 18185 18140 0 -1 4194304 75 0 1 0 0 0 0 0 21 0 1 0 906911305 2011136 28 33554432000 4194304 5683644 140736161380512 18446744073709551615 251809317904 0 0 4096 0 18446744071562234166 0 0 17 6 0 0 4
/proc/18185/statm: 491 28 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.301033 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 18185
/proc/meminfo: memFree=17164588/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 611 0 6 0 0 0 0 0 19 0 1 0 906911305 15441920 513 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 10
/proc/18185/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.701021 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 18185
/proc/meminfo: memFree=17164588/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 789 0 6 0 0 0 0 0 16 0 1 0 906911305 15753216 681 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 14
/proc/18185/statm: 3846 681 322 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+1.50083 s]
/proc/loadavg: 0.07 0.02 0.00 2/178 18187
/proc/meminfo: memFree=17159348/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=15916 CPUtime=0 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 940 0 6 0 0 0 0 0 16 0 1 0 906911305 16297984 822 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814236084 0 2147483391 16781312 2 18446744071699962003 0 0 17 4 0 0 22
/proc/18185/statm: 3979 822 357 364 0 466 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15916

[startup+3.1005 s]
/proc/loadavg: 0.07 0.02 0.00 2/178 18187
/proc/meminfo: memFree=17155168/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/18185/stat : 18185 (python) D 18181 18185 18140 0 -1 4202496 1117 0 6 0 1 0 0 0 16 0 1 0 906911305 16793600 989 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814236005 0 0 16781312 2 0 0 0 17 4 0 0 32
/proc/18185/statm: 4100 989 413 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400
heavy processes:

[startup+6.30102 s]
/proc/loadavg: 0.07 0.02 0.00 2/178 18187
/proc/meminfo: memFree=17154764/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=29792 CPUtime=0.04 cores=0,2,4,6
/proc/18185/stat : 18185 (python) D 18181 18185 18140 0 -1 4202496 1445 0 11 0 3 1 0 0 16 0 1 0 906911305 30507008 1296 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814236005 0 0 16781312 2 0 0 0 17 4 0 0 47
/proc/18185/statm: 7448 1296 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 0.29 0.06 0.02 2/178 18188
/proc/meminfo: memFree=17137584/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=119076 CPUtime=0.13 cores=0,2,4,6
/proc/18185/stat : 18185 (python) D 18181 18185 18140 0 -1 4202496 3874 0 39 0 9 4 0 0 16 0 1 0 906911305 121933824 3543 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814236005 0 0 16781312 2 0 0 0 17 4 0 0 81
/proc/18185/statm: 29769 3543 940 364 0 2653 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 119076
heavy processes:

[startup+25.5008 s]
/proc/loadavg: 0.55 0.13 0.04 4/181 18199
/proc/meminfo: memFree=16952468/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=291188 CPUtime=1.33 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 11399 923 117 9 119 14 0 0 17 0 2 0 906911305 298176512 7699 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 172
/proc/18185/statm: 72797 7699 1875 364 0 8715 0
[pid=18197] ppid=18185 vsize=280944 CPUtime=0 cores=0,2,4,6
/proc/18197/stat : 18197 (python) S 18185 18185 18140 0 -1 4202560 965 0 0 0 0 0 0 0 15 0 1 0 906913432 287686656 6201 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814260239 0 0 16781312 514 4163248830944378879 0 0 17 2 0 0 0
/proc/18197/statm: 70236 6201 381 364 0 6154 0
[pid=18199] ppid=18197 vsize=9180 CPUtime=4.21 cores=0,2,4,6
/proc/18199/stat : 18199 (lingeling) R 18197 18199 18199 0 -1 4202496 2673 0 0 0 421 0 0 0 25 0 1 0 906913433 9400320 1497 33554432000 4194304 4352236 140736961504720 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18199/statm: 2295 1497 129 39 0 1375 0
[pid=18185/tid=18198] ppid=18181 vsize=291188 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18198/stat : 18198 (python) S 18181 18185 18140 0 -1 4202560 30 923 0 9 0 0 0 0 18 0 2 0 906913432 298176512 7699 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 581312
heavy processes:

[startup+51.1005 s]
/proc/loadavg: 1.12 0.29 0.10 4/181 18200
/proc/meminfo: memFree=16948884/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=291188 CPUtime=1.33 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 11399 923 117 9 119 14 0 0 17 0 2 0 906911305 298176512 7699 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 172
/proc/18185/statm: 72797 7699 1875 364 0 8715 0
[pid=18197] ppid=18185 vsize=280944 CPUtime=0.03 cores=0,2,4,6
/proc/18197/stat : 18197 (python) S 18185 18185 18140 0 -1 4202560 977 0 0 0 2 1 0 0 15 0 1 0 906913432 287686656 6202 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814260239 0 0 16781312 514 4837692832539967748 0 0 17 2 0 0 0
/proc/18197/statm: 70236 6202 382 364 0 6154 0
[pid=18199] ppid=18197 vsize=14448 CPUtime=29.81 cores=0,2,4,6
/proc/18199/stat : 18199 (lingeling) R 18197 18199 18199 0 -1 4202496 8790 0 0 0 2980 1 0 0 25 0 1 0 906913433 14794752 2782 33554432000 4194304 4352236 140736961504720 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18199/statm: 3612 2782 129 39 0 2692 0
[pid=18185/tid=18198] ppid=18181 vsize=291188 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18198/stat : 18198 (python) S 18181 18185 18140 0 -1 4202560 30 923 0 9 0 0 0 0 18 0 2 0 906913432 298176512 7699 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 31.17
Current children cumulated vsize (KiB) 586580
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.65 0.58 0.20 4/184 18204
/proc/meminfo: memFree=16882188/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=291188 CPUtime=1.33 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 11399 923 117 9 119 14 0 0 17 0 2 0 906911305 298176512 7699 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 172
/proc/18185/statm: 72797 7699 1875 364 0 8715 0
[pid=18197] ppid=18185 vsize=280944 CPUtime=0.09 cores=0,2,4,6
/proc/18197/stat : 18197 (python) S 18185 18185 18140 0 -1 4202560 1001 0 0 0 5 4 0 0 15 0 1 0 906913432 287686656 6202 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814260239 0 0 16781312 514 4837692832539967748 0 0 17 2 0 0 0
/proc/18197/statm: 70236 6202 382 364 0 6154 0
[pid=18199] ppid=18197 vsize=20088 CPUtime=81.02 cores=0,2,4,6
/proc/18199/stat : 18199 (lingeling) R 18197 18199 18199 0 -1 4202496 18104 0 0 0 8100 2 0 0 25 0 1 0 906913433 20570112 4224 33554432000 4194304 4352236 140736961504720 18446744073709551615 4231232 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18199/statm: 5022 4224 129 39 0 4102 0
[pid=18185/tid=18198] ppid=18181 vsize=291188 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18198/stat : 18198 (python) S 18181 18185 18140 0 -1 4202560 30 923 0 9 0 0 0 0 18 0 2 0 906913432 298176512 7699 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 82.44
Current children cumulated vsize (KiB) 592220

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.31 4/185 18207
/proc/meminfo: memFree=16862408/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=291188 CPUtime=1.36 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 11903 923 117 9 122 14 0 0 18 0 2 0 906911305 298176512 7700 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 172
/proc/18185/statm: 72797 7700 1876 364 0 8715 0
[pid=18197] ppid=18185 vsize=291188 CPUtime=0.16 cores=0,2,4,6
/proc/18197/stat : 18197 (python) S 18185 18185 18140 0 -1 4202560 1189 0 0 0 8 8 0 0 15 0 2 0 906913432 298176512 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18197/statm: 72797 6241 416 364 0 8715 0
[pid=18199] ppid=18197 vsize=20088 CPUtime=140.99 cores=0,2,4,6
/proc/18199/stat : 18199 (lingeling) R 18197 18199 18199 0 -1 4202496 28088 0 0 0 14096 3 0 0 25 0 1 0 906913433 20570112 4224 33554432000 4194304 4352236 140736961504720 18446744073709551615 4279518 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18199/statm: 5022 4224 129 39 0 4102 0
[pid=18197/tid=18206] ppid=18185 vsize=291188 CPUtime=0 cores=0,2,4,6
/proc/18197/task/18206/stat : 18206 (python) S 18185 18185 18140 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 906923443 298176512 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453882025152 0 0 -1 2 0 0 0
[pid=18185/tid=18198] ppid=18181 vsize=291188 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18198/stat : 18198 (python) S 18181 18185 18140 0 -1 4202560 30 923 0 9 0 0 0 0 18 0 2 0 906913432 298176512 7700 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 142.51
Current children cumulated vsize (KiB) 602464

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.42 4/189 18212
/proc/meminfo: memFree=16855160/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=301444 CPUtime=1.38 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 12212 923 117 9 124 14 0 0 20 0 3 0 906911305 308678656 7706 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 172
/proc/18185/statm: 75361 7706 1878 364 0 11276 0
[pid=18197] ppid=18185 vsize=291188 CPUtime=0.22 cores=0,2,4,6
/proc/18197/stat : 18197 (python) S 18185 18185 18140 0 -1 4202560 1207 0 0 0 11 11 0 0 16 0 2 0 906913432 298176512 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18197/statm: 72797 6241 416 364 0 8715 0
[pid=18199] ppid=18197 vsize=21368 CPUtime=195.2 cores=0,2,4,6
/proc/18199/stat : 18199 (lingeling) T 18197 18199 18199 0 -1 4202496 31800 0 0 0 19516 4 0 0 25 0 1 0 906913433 21880832 4544 33554432000 4194304 4352236 140736961504720 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18199/statm: 5342 4544 129 39 0 4422 0
[pid=18197/tid=18206] ppid=18185 vsize=291188 CPUtime=0 cores=0,2,4,6
/proc/18197/task/18206/stat : 18206 (python) S 18185 18185 18140 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 906923443 298176512 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453882025152 0 0 -1 2 0 0 0
[pid=18210] ppid=18185 vsize=291200 CPUtime=0 cores=0,2,4,6
/proc/18210/stat : 18210 (python) S 18185 18185 18140 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 906932957 298188800 6195 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814260294 0 0 16781312 514 4606957847844978948 0 0 17 4 0 0 0
/proc/18210/statm: 72800 6195 371 364 0 8715 0
[pid=18212] ppid=18210 vsize=9228 CPUtime=5.76 cores=0,2,4,6
/proc/18212/stat : 18212 (lingeling) R 18210 18212 18212 0 -1 4202496 2555 0 0 0 576 0 0 0 25 0 1 0 906932957 9449472 1477 33554432000 4194304 4352236 140735060314800 18446744073709551615 4327806 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/18212/statm: 2307 1477 129 39 0 1387 0
[pid=18185/tid=18198] ppid=18181 vsize=301444 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18198/stat : 18198 (python) S 18181 18185 18140 0 -1 4202560 30 923 0 9 0 0 0 0 18 0 3 0 906913432 308678656 7706 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 2 0 0 0
[pid=18185/tid=18211] ppid=18181 vsize=301444 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18211/stat : 18211 (python) S 18181 18185 18140 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 3 0 906932957 308678656 7706 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.56

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

[pid=18247] ppid=18185 vsize=311712 CPUtime=0.52 cores=0,2,4,6
/proc/18247/stat : 18247 (python) S 18185 18185 18140 0 -1 4202560 1151 0 0 0 30 22 0 0 18 0 2 0 907040850 319193088 6233 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18247/statm: 77928 6233 400 364 0 13837 0
[pid=18249] ppid=18247 vsize=49088 CPUtime=390.46 cores=0,2,4,6
/proc/18249/stat : 18249 (precosat) T 18247 18249 18249 0 -1 4202496 13591 0 0 0 39043 3 0 0 25 0 1 0 907040850 50266112 11983 33554432000 4194304 4890832 140737237895280 18446744073709551615 4238686 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/18249/statm: 12272 11983 86 171 0 12099 0
[pid=18247/tid=18262] ppid=18185 vsize=311712 CPUtime=0 cores=0,2,4,6
/proc/18247/task/18262/stat : 18262 (python) S 18185 18185 18140 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907060473 319193088 6233 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453976632064 0 0 -1 4 0 0 0
[pid=18263] ppid=18185 vsize=321968 CPUtime=0.81 cores=0,2,4,6
/proc/18263/stat : 18263 (python) S 18185 18185 18140 0 -1 4202560 1186 0 0 0 49 32 0 0 15 0 2 0 907060475 329695232 6238 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18263/statm: 80492 6238 401 364 0 16398 0
[pid=18265] ppid=18263 vsize=108964 CPUtime=486.09 cores=0,2,4,6
/proc/18265/stat : 18265 (cryptominisat-2) T 18263 18265 18265 0 -1 4202496 146368 0 0 0 48580 29 0 0 25 0 1 0 907060475 111579136 19495 33554432000 4194304 4677096 140734101294416 18446744073709551615 4320251 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/18265/statm: 27241 19495 392 118 0 22200 0
[pid=18263/tid=18269] ppid=18185 vsize=321968 CPUtime=0 cores=0,2,4,6
/proc/18263/task/18269/stat : 18269 (python) S 18185 18185 18140 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907070242 329695232 6238 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453884117248 0 0 -1 0 0 0 0
[pid=18288] ppid=18185 vsize=332224 CPUtime=0.25 cores=0,2,4,6
/proc/18288/stat : 18288 (python) S 18185 18185 18140 0 -1 4202560 1144 0 0 0 14 11 0 0 19 0 2 0 907138004 340197376 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18288/statm: 83056 6241 400 364 0 18959 0
[pid=18290] ppid=18288 vsize=25880 CPUtime=196.22 cores=0,2,4,6
/proc/18290/stat : 18290 (lingeling) T 18288 18290 18290 0 -1 4202496 34368 0 0 0 19618 4 0 0 25 0 1 0 907138004 26501120 5672 33554432000 4194304 4352236 140736547665216 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18290/statm: 6470 5672 129 39 0 5550 0
[pid=18288/tid=18296] ppid=18185 vsize=332224 CPUtime=0 cores=0,2,4,6
/proc/18288/task/18296/stat : 18296 (python) S 18185 18185 18140 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 907157628 340197376 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604442986059584 0 0 -1 2 0 0 0
[pid=18319] ppid=18185 vsize=342480 CPUtime=0.39 cores=0,2,4,6
/proc/18319/stat : 18319 (python) S 18185 18185 18140 0 -1 4202560 1148 0 0 0 21 18 0 0 18 0 2 0 907196474 350699520 6245 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18319/statm: 85620 6245 400 364 0 21520 0
[pid=18321] ppid=18319 vsize=43968 CPUtime=293.35 cores=0,2,4,6
/proc/18321/stat : 18321 (precosat) T 18319 18321 18321 0 -1 4202496 12319 0 0 0 29333 2 0 0 25 0 1 0 907196475 45023232 10753 33554432000 4194304 4890832 140734258445216 18446744073709551615 4238604 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/18321/statm: 10992 10753 86 171 0 10819 0
[pid=18319/tid=18325] ppid=18185 vsize=342480 CPUtime=0 cores=0,2,4,6
/proc/18319/task/18325/stat : 18325 (python) S 18185 18185 18140 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907206487 350699520 6245 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453874711424 0 0 -1 4 0 0 0
[pid=18353] ppid=18185 vsize=352952 CPUtime=0.14 cores=0,2,4,6
/proc/18353/stat : 18353 (python) S 18185 18185 18140 0 -1 4202560 1168 0 0 0 7 7 0 0 19 0 2 0 907273970 361422848 6277 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18353/statm: 88238 6277 406 364 0 24135 0
[pid=18355] ppid=18353 vsize=20088 CPUtime=100.11 cores=0,2,4,6
/proc/18355/stat : 18355 (lingeling) T 18353 18355 18355 0 -1 4202496 22941 0 0 0 10009 2 0 0 25 0 1 0 907273971 20570112 4191 33554432000 4194304 4352236 140733220778528 18446744073709551615 4328004 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18355/statm: 5022 4191 129 39 0 4102 0
[pid=18353/tid=18359] ppid=18185 vsize=352952 CPUtime=0 cores=0,2,4,6
/proc/18353/task/18359/stat : 18359 (python) S 18185 18185 18140 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907283984 361422848 6277 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604442986058688 0 0 -1 4 0 0 0
[pid=18185/tid=18198] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18198/stat : 18198 (python) S 18181 18185 18140 0 -1 4202560 36 923 0 9 0 0 0 0 18 0 9 0 906913432 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 2 0 0 0
[pid=18185/tid=18211] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18211/stat : 18211 (python) S 18181 18185 18140 0 -1 4202560 33 923 0 9 0 0 0 0 18 0 9 0 906932957 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 4 0 0 0
[pid=18185/tid=18228] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18228/stat : 18228 (python) S 18181 18185 18140 0 -1 4202560 36 923 0 9 0 0 0 0 18 0 9 0 906982112 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 4 0 0 0
[pid=18185/tid=18248] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18248/stat : 18248 (python) S 18181 18185 18140 0 -1 4202560 31 923 0 9 0 0 0 0 18 0 9 0 907040850 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 0 0 0 0
[pid=18185/tid=18264] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18264/stat : 18264 (python) S 18181 18185 18140 0 -1 4202560 36 923 0 9 0 0 0 0 18 0 9 0 907060475 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 6 0 0 0
[pid=18185/tid=18289] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18289/stat : 18289 (python) S 18181 18185 18140 0 -1 4202560 32 923 0 9 0 0 0 0 20 0 9 0 907138004 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 0 0 0 0
[pid=18185/tid=18320] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18320/stat : 18320 (python) S 18181 18185 18140 0 -1 4202560 31 923 0 9 0 0 0 0 18 0 9 0 907196475 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 0 0 0 0
[pid=18185/tid=18354] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18354/stat : 18354 (python) S 18181 18185 18140 0 -1 4202560 31 923 0 9 0 0 0 0 20 0 9 0 907273971 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4949.12
Current children cumulated vsize (KiB) 3372180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5013.2 s]
/proc/loadavg: 2.00 2.01 1.96 3/238 18401
/proc/meminfo: memFree=11420352/32950928 swapFree=67050636/67111528
[pid=18185] ppid=18181 vsize=363196 CPUtime=1.67 cores=0,2,4,6
/proc/18185/stat : 18185 (python) S 18181 18185 18140 0 -1 4202496 17917 923 117 9 151 16 0 0 18 0 9 0 906911305 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 172
/proc/18185/statm: 90799 7764 1890 364 0 26696 0
[pid=18197] ppid=18185 vsize=291188 CPUtime=1.33 cores=0,2,4,6
/proc/18197/stat : 18197 (python) S 18185 18185 18140 0 -1 4202560 1209 0 0 0 72 61 0 0 16 0 2 0 906913432 298176512 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18197/statm: 72797 6241 416 364 0 8715 0
[pid=18199] ppid=18197 vsize=34940 CPUtime=1068.17 cores=0,2,4,6
/proc/18199/stat : 18199 (lingeling) T 18197 18199 18199 0 -1 4202496 101945 0 0 0 106803 14 0 0 25 0 1 0 906913433 35778560 7937 33554432000 4194304 4352236 140736961504720 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18199/statm: 8735 7937 129 39 0 7815 0
[pid=18197/tid=18206] ppid=18185 vsize=291188 CPUtime=0 cores=0,2,4,6
/proc/18197/task/18206/stat : 18206 (python) S 18185 18185 18140 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 906923443 298176512 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453882025152 0 0 -1 2 0 0 0
[pid=18210] ppid=18185 vsize=291200 CPUtime=0.73 cores=0,2,4,6
/proc/18210/stat : 18210 (python) S 18185 18185 18140 0 -1 4202560 1121 0 0 0 43 30 0 0 18 0 2 0 906932957 298188800 6225 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18210/statm: 72800 6225 400 364 0 8715 0
[pid=18212] ppid=18210 vsize=29496 CPUtime=582.64 cores=0,2,4,6
/proc/18212/stat : 18212 (lingeling) T 18210 18212 18212 0 -1 4202496 64518 0 0 0 58254 10 0 0 25 0 1 0 906932957 30203904 6576 33554432000 4194304 4352236 140735060314800 18446744073709551615 4328004 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18212/statm: 7374 6576 129 39 0 6454 0
[pid=18210/tid=18216] ppid=18185 vsize=291200 CPUtime=0 cores=0,2,4,6
/proc/18210/task/18216/stat : 18216 (python) S 18185 18185 18140 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 906942968 298188800 6225 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453985334208 0 0 -1 0 0 0 0
[pid=18227] ppid=18185 vsize=301456 CPUtime=2.77 cores=0,2,4,6
/proc/18227/stat : 18227 (python) S 18185 18185 18140 0 -1 4202560 1193 0 0 0 158 119 0 0 15 0 2 0 906982112 308690944 6230 33554432000 4194304 5683644 140736161380512 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18227/statm: 75364 6230 401 364 0 11276 0
[pid=18229] ppid=18227 vsize=166260 CPUtime=1874.45 cores=0,2,4,6
/proc/18229/stat : 18229 (cryptominisat-2) R 18227 18229 18229 0 -1 4202496 303133 0 2 0 187372 73 0 0 25 0 1 0 906982112 170250240 36068 33554432000 4194304 4677096 140736654651712 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 4
/proc/18229/statm: 41565 36068 392 118 0 36524 0
[pid=18227/tid=18243] ppid=18185 vsize=301456 CPUtime=0 cores=0,2,4,6
/proc/18227/task/18243/stat : 18243 (python) S 18185 18185 18140 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 907031135 308690944 6230 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453902493568 0 0 -1 4 0 0 0
[pid=18247] ppid=18185 vsize=311712 CPUtime=0.52 cores=0,2,4,6
/proc/18247/stat : 18247 (python) S 18185 18185 18140 0 -1 4202560 1151 0 0 0 30 22 0 0 18 0 2 0 907040850 319193088 6233 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18247/statm: 77928 6233 400 364 0 13837 0
[pid=18249] ppid=18247 vsize=49088 CPUtime=390.46 cores=0,2,4,6
/proc/18249/stat : 18249 (precosat) T 18247 18249 18249 0 -1 4202496 13591 0 0 0 39043 3 0 0 25 0 1 0 907040850 50266112 11983 33554432000 4194304 4890832 140737237895280 18446744073709551615 4238686 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/18249/statm: 12272 11983 86 171 0 12099 0
[pid=18247/tid=18262] ppid=18185 vsize=311712 CPUtime=0 cores=0,2,4,6
/proc/18247/task/18262/stat : 18262 (python) S 18185 18185 18140 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907060473 319193088 6233 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453976632064 0 0 -1 4 0 0 0
[pid=18263] ppid=18185 vsize=321968 CPUtime=0.81 cores=0,2,4,6
/proc/18263/stat : 18263 (python) S 18185 18185 18140 0 -1 4202560 1186 0 0 0 49 32 0 0 15 0 2 0 907060475 329695232 6238 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18263/statm: 80492 6238 401 364 0 16398 0
[pid=18265] ppid=18263 vsize=108964 CPUtime=486.09 cores=0,2,4,6
/proc/18265/stat : 18265 (cryptominisat-2) T 18263 18265 18265 0 -1 4202496 146368 0 0 0 48580 29 0 0 25 0 1 0 907060475 111579136 19495 33554432000 4194304 4677096 140734101294416 18446744073709551615 4320251 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/18265/statm: 27241 19495 392 118 0 22200 0
[pid=18263/tid=18269] ppid=18185 vsize=321968 CPUtime=0 cores=0,2,4,6
/proc/18263/task/18269/stat : 18269 (python) S 18185 18185 18140 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907070242 329695232 6238 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453884117248 0 0 -1 0 0 0 0
[pid=18288] ppid=18185 vsize=332224 CPUtime=0.25 cores=0,2,4,6
/proc/18288/stat : 18288 (python) S 18185 18185 18140 0 -1 4202560 1144 0 0 0 14 11 0 0 19 0 2 0 907138004 340197376 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18288/statm: 83056 6241 400 364 0 18959 0
[pid=18290] ppid=18288 vsize=25880 CPUtime=196.22 cores=0,2,4,6
/proc/18290/stat : 18290 (lingeling) T 18288 18290 18290 0 -1 4202496 34368 0 0 0 19618 4 0 0 25 0 1 0 907138004 26501120 5672 33554432000 4194304 4352236 140736547665216 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18290/statm: 6470 5672 129 39 0 5550 0
[pid=18288/tid=18296] ppid=18185 vsize=332224 CPUtime=0 cores=0,2,4,6
/proc/18288/task/18296/stat : 18296 (python) S 18185 18185 18140 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 907157628 340197376 6241 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604442986059584 0 0 -1 2 0 0 0
[pid=18319] ppid=18185 vsize=342480 CPUtime=0.39 cores=0,2,4,6
/proc/18319/stat : 18319 (python) S 18185 18185 18140 0 -1 4202560 1148 0 0 0 21 18 0 0 18 0 2 0 907196474 350699520 6245 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18319/statm: 85620 6245 400 364 0 21520 0
[pid=18321] ppid=18319 vsize=43968 CPUtime=293.35 cores=0,2,4,6
/proc/18321/stat : 18321 (precosat) T 18319 18321 18321 0 -1 4202496 12319 0 0 0 29333 2 0 0 25 0 1 0 907196475 45023232 10753 33554432000 4194304 4890832 140734258445216 18446744073709551615 4238604 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/18321/statm: 10992 10753 86 171 0 10819 0
[pid=18319/tid=18325] ppid=18185 vsize=342480 CPUtime=0 cores=0,2,4,6
/proc/18319/task/18325/stat : 18325 (python) S 18185 18185 18140 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907206487 350699520 6245 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604453874711424 0 0 -1 4 0 0 0
[pid=18353] ppid=18185 vsize=352952 CPUtime=0.14 cores=0,2,4,6
/proc/18353/stat : 18353 (python) S 18185 18185 18140 0 -1 4202560 1168 0 0 0 7 7 0 0 19 0 2 0 907273970 361422848 6277 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18353/statm: 88238 6277 406 364 0 24135 0
[pid=18355] ppid=18353 vsize=20088 CPUtime=100.11 cores=0,2,4,6
/proc/18355/stat : 18355 (lingeling) T 18353 18355 18355 0 -1 4202496 22941 0 0 0 10009 2 0 0 25 0 1 0 907273971 20570112 4191 33554432000 4194304 4352236 140733220778528 18446744073709551615 4328004 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18355/statm: 5022 4191 129 39 0 4102 0
[pid=18353/tid=18359] ppid=18185 vsize=352952 CPUtime=0 cores=0,2,4,6
/proc/18353/task/18359/stat : 18359 (python) S 18185 18185 18140 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907283984 361422848 6277 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 514 18446604442986058688 0 0 -1 4 0 0 0
[pid=18185/tid=18198] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18198/stat : 18198 (python) S 18181 18185 18140 0 -1 4202560 36 923 0 9 0 0 0 0 18 0 9 0 906913432 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 2 0 0 0
[pid=18185/tid=18211] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18211/stat : 18211 (python) S 18181 18185 18140 0 -1 4202560 33 923 0 9 0 0 0 0 18 0 9 0 906932957 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 4 0 0 0
[pid=18185/tid=18228] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18228/stat : 18228 (python) S 18181 18185 18140 0 -1 4202560 36 923 0 9 0 0 0 0 18 0 9 0 906982112 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 4 0 0 0
[pid=18185/tid=18248] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18248/stat : 18248 (python) S 18181 18185 18140 0 -1 4202560 31 923 0 9 0 0 0 0 18 0 9 0 907040850 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 0 0 0 0
[pid=18185/tid=18264] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18264/stat : 18264 (python) S 18181 18185 18140 0 -1 4202560 36 923 0 9 0 0 0 0 18 0 9 0 907060475 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 6 0 0 0
[pid=18185/tid=18289] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18289/stat : 18289 (python) S 18181 18185 18140 0 -1 4202560 32 923 0 9 0 0 0 0 20 0 9 0 907138004 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 0 0 0 0
[pid=18185/tid=18320] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18320/stat : 18320 (python) S 18181 18185 18140 0 -1 4202560 31 923 0 9 0 0 0 0 18 0 9 0 907196475 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 0 0 0 0
[pid=18185/tid=18354] ppid=18181 vsize=363196 CPUtime=0 cores=0,2,4,6
/proc/18185/task/18354/stat : 18354 (python) S 18181 18185 18140 0 -1 4202560 31 923 0 9 0 0 0 0 20 0 9 0 907273971 371912704 7764 33554432000 4194304 5683644 140736161380512 18446744073709551615 251826063793 0 0 16781312 2 18446604453857018176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 3387060

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 18185 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=515769
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=171973
# CPU time returned by wait4() is 1.68774
# while last known CPU time is 5000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5013.26
CPU time (s): 5000.1
CPU user time (s): 4995.57
CPU system time (s): 4.53
CPU usage (%): 99.7375
Max. virtual memory (cumulated for all children) (KiB): 3445896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.51577
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18844
page faults= 126
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25046
involuntary context switches= 40

runsolver used 14.8687 second user time and 29.2456 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-13 10:18:40
IDJOB=3498295
IDBENCH=70810
IDSOLVER=1991
FILE ID=node126/3498295-1307953119
RUNJOBID= node126-1307953119-18158
PBS_JOBID= 13559702
Free space on /var/tmp= 2892 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498295-1307953119/watcher-3498295-1307953119 -o /var/tmp/evaluation-result-3498295-1307953119/solver-3498295-1307953119 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498295-1307953119.cnf -seed 1079452364 -budget 5000

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=1079452364

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17165364 kB
Buffers:         33012 kB
Cached:       15169460 kB
SwapCached:      14604 kB
Active:         185924 kB
Inactive:     15036236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17165364 kB
SwapTotal:    67111528 kB
SwapFree:     67050636 kB
Dirty:           74744 kB
Writeback:           0 kB
AnonPages:       17788 kB
Mapped:           8704 kB
Slab:           498256 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2820 MiB
End job on node126 at 2011-06-13 11:42:21