Trace number 3317805

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4800.23 1221.55

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.219
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

Solver Data

0.59/15.33	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.59/15.33	c INFO: solving HOME/instance-3317805-1304267286.cnf
0.59/15.33	c INFO: computing task features
0.96/15.77	c INFO: computed variable-clause graph statistics
0.96/15.78	c INFO: computed clause balance statistics
3.26/18.06	c INFO: computed variable balance statistics
4.86/19.70	c INFO: computed small-clause counts
4.97/19.71	c INFO: computed Horn-clause counts
6.17/20.96	c INFO: computed variable graph statistics
6.17/20.96	c INFO: collected features for HOME/instance-3317805-1304267286.cnf in 5.62 s
6.17/20.99	c INFO: running lingeling-276@0 for 97 with 4794 remaining (b = 0.30)
6.26/21.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 4794 remaining (b = 0.31)
6.26/21.04	c INFO: running lingeling-276@0 for 1261 with 4794 remaining (b = 0.46)
6.26/21.07	c INFO: running lingeling-276@0 for 1261 with 4794 remaining (b = 0.40)
405.92/121.15	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4694 remaining (b = 0.48)
1963.98/511.24	c INFO: running SApperloT@0 for 97 with 4304 remaining (b = 0.03)
2364.12/611.40	c INFO: running precosat-570@0 for 388 with 4203 remaining (b = 0.18)
3939.45/1005.91	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3809 remaining (b = 0.43)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 5315
/proc/meminfo: memFree=30536788/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/5315/stat : 5315 (runsolver) S 5309 5315 5278 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 1 0 538328816 12083200 51 33554432000 4194304 5434984 140734962789264 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 5 0 0 0
/proc/5315/statm: 2950 51 31 303 0 2644 0

[startup+0.0222821 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 5315
/proc/meminfo: memFree=30536788/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/5315/stat : 5315 (runsolver) S 5309 5315 5278 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 538328816 12083200 54 33554432000 4194304 5434984 140734962789264 18446744073709551615 5055495 0 2147483391 4096 24578 18446744071699199166 0 0 17 5 0 0 0
/proc/5315/statm: 2950 54 34 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.100246 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 5315
/proc/meminfo: memFree=30536788/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=14252 CPUtime=0 cores=1,3,5,7
/proc/5315/stat : 5315 (python) D 5309 5315 5278 0 -1 4194304 195 0 3 0 0 0 0 0 17 0 1 0 538328816 14594048 133 33554432000 4194304 5683644 140735359531264 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 7 0 0 4
/proc/5315/statm: 3563 133 105 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.300211 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 5315
/proc/meminfo: memFree=30536788/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=15084 CPUtime=0 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 615 0 5 0 0 0 0 0 16 0 1 0 538328816 15446016 516 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089694132 0 2147483391 16781312 2 18446744071699945619 0 0 17 7 0 0 9
/proc/5315/statm: 3771 516 302 364 0 258 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15084

[startup+0.700141 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 5315
/proc/meminfo: memFree=30536788/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 790 0 5 0 0 0 0 0 16 0 1 0 538328816 15749120 681 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 11
/proc/5315/statm: 3845 681 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+1.501 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 5317
/proc/meminfo: memFree=30529028/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=29788 CPUtime=0.05 cores=1,3,5,7
/proc/5315/stat : 5315 (python) D 5309 5315 5278 0 -1 4202496 1446 0 10 0 3 2 0 0 16 0 1 0 538328816 30502912 1296 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 7 0 0 15
/proc/5315/statm: 7447 1296 443 364 0 817 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29788

[startup+3.10072 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 5317
/proc/meminfo: memFree=30522996/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=93960 CPUtime=0.11 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 2672 0 22 0 5 6 0 0 16 0 1 0 538328816 96215040 2407 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 21
/proc/5315/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 93960
heavy processes:

[startup+6.30015 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 5317
/proc/meminfo: memFree=30508648/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=115428 CPUtime=0.17 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 3564 0 34 0 7 10 0 0 16 0 1 0 538328816 118198272 3237 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 49
/proc/5315/statm: 28857 3237 889 364 0 2358 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 115428
heavy processes:

[startup+12.701 s]
/proc/loadavg: 0.07 0.02 0.00 1/178 5325
/proc/meminfo: memFree=30482540/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=190252 CPUtime=0.4 cores=1,3,5,7
/proc/5315/stat : 5315 (python) D 5309 5315 5278 0 -1 4202496 6761 928 69 8 19 21 0 0 15 0 1 0 538328816 194818048 4884 33554432000 4194304 5683644 140735359531264 18446744073709551615 248084778518 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 124
/proc/5315/statm: 47563 4884 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 190252
heavy processes:

[startup+25.5008 s]
/proc/loadavg: 0.74 0.16 0.05 7/190 5338
/proc/meminfo: memFree=30232156/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=346808 CPUtime=6.33 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 23029 928 111 8 600 33 0 0 25 0 5 0 538328816 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 155
/proc/5315/statm: 86702 13899 1881 364 0 22611 0
[pid=5327] ppid=5315 vsize=305796 CPUtime=0 cores=1,3,5,7
/proc/5327/stat : 5327 (python) S 5315 5315 5278 0 -1 4202560 983 0 0 0 0 0 0 0 18 0 1 0 538330915 313135104 12382 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718287 0 0 16781312 514 4496989917515055368 0 0 17 1 0 0 0
/proc/5327/statm: 76449 12382 380 364 0 12367 0
[pid=5329] ppid=5327 vsize=16384 CPUtime=4.48 cores=1,3,5,7
/proc/5329/stat : 5329 (lingeling) R 5327 5329 5329 0 -1 4202496 5630 0 0 0 448 0 0 0 25 0 1 0 538330916 16777216 3011 33554432000 4194304 4352236 140735559852816 18446744073709551615 4278591 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5329/statm: 4096 3011 129 39 0 3176 0
[pid=5330] ppid=5315 vsize=316052 CPUtime=0 cores=1,3,5,7
/proc/5330/stat : 5330 (python) S 5315 5315 5278 0 -1 4202560 913 0 0 0 0 0 0 0 15 0 1 0 538330918 323637248 12376 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 941872450973434120 0 0 17 1 0 0 0
/proc/5330/statm: 79013 12376 370 364 0 14928 0
[pid=5332] ppid=5330 vsize=134248 CPUtime=4.45 cores=1,3,5,7
/proc/5332/stat : 5332 (cryptominisat-2) R 5330 5332 5332 0 -1 4202496 27188 0 0 0 441 4 0 0 25 0 1 0 538330918 137469952 24161 33554432000 4194304 4677096 140737478207328 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5332/statm: 33562 24161 391 118 0 28521 0
[pid=5333] ppid=5315 vsize=326308 CPUtime=0 cores=1,3,5,7
/proc/5333/stat : 5333 (python) S 5315 5315 5278 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 538330920 334139392 12380 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 4437971706748829960 0 0 17 7 0 0 0
/proc/5333/statm: 81577 12380 370 364 0 17489 0
[pid=5335] ppid=5333 vsize=16384 CPUtime=4.41 cores=1,3,5,7
/proc/5335/stat : 5335 (lingeling) R 5333 5335 5335 0 -1 4202496 5632 0 0 0 440 1 0 0 25 0 1 0 538330921 16777216 3011 33554432000 4194304 4352236 140736713456032 18446744073709551615 4208072 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/5335/statm: 4096 3011 129 39 0 3176 0
[pid=5336] ppid=5315 vsize=336564 CPUtime=0 cores=1,3,5,7
/proc/5336/stat : 5336 (python) S 5315 5315 5278 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 538330923 344641536 12384 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 12073121187513729288 0 0 17 5 0 0 0
/proc/5336/statm: 84141 12384 370 364 0 20050 0
[pid=5338] ppid=5336 vsize=16384 CPUtime=4.4 cores=1,3,5,7
/proc/5338/stat : 5338 (lingeling) R 5336 5338 5338 0 -1 4202496 5631 0 0 0 440 0 0 0 25 0 1 0 538330923 16777216 3011 33554432000 4194304 4352236 140735848884400 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5338/statm: 4096 3011 129 39 0 3176 0
[pid=5315/tid=5328] ppid=5309 vsize=346808 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5328/stat : 5328 (python) S 5309 5315 5278 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 5 0 538330916 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 1 0 0 0
[pid=5315/tid=5331] ppid=5309 vsize=346808 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5331/stat : 5331 (python) S 5309 5315 5278 0 -1 4202560 22 928 0 8 0 0 0 0 25 0 5 0 538330918 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 1 0 0 0
[pid=5315/tid=5334] ppid=5309 vsize=346808 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5334/stat : 5334 (python) S 5309 5315 5278 0 -1 4202560 22 928 0 8 0 0 0 0 25 0 5 0 538330921 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 7 0 0 0
[pid=5315/tid=5337] ppid=5309 vsize=346808 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5337/stat : 5337 (python) S 5309 5315 5278 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 5 0 538330923 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 1814928

[startup+51.1012 s]
/proc/loadavg: 3.28 0.81 0.27 10/202 5350
/proc/meminfo: memFree=29940296/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=346808 CPUtime=6.33 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 23029 928 111 8 600 33 0 0 25 0 5 0 538328816 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 155
/proc/5315/statm: 86702 13899 1881 364 0 22611 0
[pid=5327] ppid=5315 vsize=305796 CPUtime=0.04 cores=1,3,5,7
/proc/5327/stat : 5327 (python) S 5315 5315 5278 0 -1 4202560 996 0 0 0 2 2 0 0 18 0 1 0 538330915 313135104 12383 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718287 0 0 16781312 514 15964205147865710856 0 0 17 1 0 0 0
/proc/5327/statm: 76449 12383 381 364 0 12367 0
[pid=5329] ppid=5327 vsize=20196 CPUtime=30.08 cores=1,3,5,7
/proc/5329/stat : 5329 (lingeling) R 5327 5329 5329 0 -1 4202496 7056 0 0 0 3008 0 0 0 25 0 1 0 538330916 20680704 4048 33554432000 4194304 4352236 140735559852816 18446744073709551615 4328554 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5329/statm: 5049 4048 129 39 0 4129 0
[pid=5330] ppid=5315 vsize=316052 CPUtime=0.05 cores=1,3,5,7
/proc/5330/stat : 5330 (python) S 5315 5315 5278 0 -1 4202560 937 0 0 0 3 2 0 0 15 0 1 0 538330918 323637248 12376 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 941872450973434120 0 0 17 1 0 0 0
/proc/5330/statm: 79013 12376 370 364 0 14928 0
[pid=5332] ppid=5330 vsize=185488 CPUtime=29.97 cores=1,3,5,7
/proc/5332/stat : 5332 (cryptominisat-2) R 5330 5332 5332 0 -1 4202496 50970 0 0 0 2989 8 0 0 25 0 1 0 538330918 189939712 35843 33554432000 4194304 4677096 140737478207328 18446744073709551615 4454543 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5332/statm: 46372 35843 393 118 0 41331 0
[pid=5333] ppid=5315 vsize=326308 CPUtime=0.03 cores=1,3,5,7
/proc/5333/stat : 5333 (python) S 5315 5315 5278 0 -1 4202560 913 0 0 0 2 1 0 0 18 0 1 0 538330920 334139392 12380 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 7 0 0 0
/proc/5333/statm: 81577 12380 370 364 0 17489 0
[pid=5335] ppid=5333 vsize=20660 CPUtime=29.82 cores=1,3,5,7
/proc/5335/stat : 5335 (lingeling) R 5333 5335 5335 0 -1 4202496 7346 0 0 0 2981 1 0 0 25 0 1 0 538330921 21155840 4335 33554432000 4194304 4352236 140736713456032 18446744073709551615 4328498 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/5335/statm: 5165 4335 129 39 0 4245 0
[pid=5336] ppid=5315 vsize=336564 CPUtime=0.04 cores=1,3,5,7
/proc/5336/stat : 5336 (python) S 5315 5315 5278 0 -1 4202560 914 0 0 0 2 2 0 0 18 0 1 0 538330923 344641536 12384 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 5 0 0 0
/proc/5336/statm: 84141 12384 370 364 0 20050 0
[pid=5338] ppid=5336 vsize=22576 CPUtime=29.97 cores=1,3,5,7
/proc/5338/stat : 5338 (lingeling) R 5336 5338 5338 0 -1 4202496 7824 0 0 0 2997 0 0 0 25 0 1 0 538330923 23117824 4814 33554432000 4194304 4352236 140735848884400 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5338/statm: 5644 4814 129 39 0 4724 0
[pid=5315/tid=5328] ppid=5309 vsize=346808 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5328/stat : 5328 (python) S 5309 5315 5278 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 5 0 538330916 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 1 0 0 0
[pid=5315/tid=5331] ppid=5309 vsize=346808 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5331/stat : 5331 (python) S 5309 5315 5278 0 -1 4202560 22 928 0 8 0 0 0 0 25 0 5 0 538330918 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 1 0 0 0
[pid=5315/tid=5334] ppid=5309 vsize=346808 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5334/stat : 5334 (python) S 5309 5315 5278 0 -1 4202560 22 928 0 8 0 0 0 0 25 0 5 0 538330921 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 7 0 0 0
[pid=5315/tid=5337] ppid=5309 vsize=346808 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5337/stat : 5337 (python) S 5309 5315 5278 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 5 0 538330923 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 126.33
Current children cumulated vsize (KiB) 1880448

[startup+102.307 s]
/proc/loadavg: 4.54 1.55 0.55 6/190 5384
/proc/meminfo: memFree=30069404/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=346808 CPUtime=6.33 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 23029 928 111 8 600 33 0 0 25 0 5 0 538328816 355131392 13899 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 155
/proc/5315/statm: 86702 13899 1881 364 0 22611 0
[pid=5327] ppid=5315 vsize=305796 CPUtime=0.09 cores=1,3,5,7
/proc/5327/stat : 5327 (python) S 5315 5315 5278 0 -1 4202560 1015 0 0 0 5 4 0 0 18 0 1 0 538330915 313135104 12383 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718287 0 0 16781312 514 15964205147865710856 0 0 17 1 0 0 0
/proc/5327/statm: 76449 12383 381 364 0 12367 0
[pid=5329] ppid=5327 vsize=22300 CPUtime=81.29 cores=1,3,5,7
/proc/5329/stat : 5329 (lingeling) R 5327 5329 5329 0 -1 4202496 8074 0 0 0 8129 0 0 0 25 0 1 0 538330916 22835200 4745 33554432000 4194304 4352236 140735559852816 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5329/statm: 5575 4745 129 39 0 4655 0
[pid=5330] ppid=5315 vsize=316052 CPUtime=0.12 cores=1,3,5,7
/proc/5330/stat : 5330 (python) S 5315 5315 5278 0 -1 4202560 957 0 0 0 7 5 0 0 15 0 1 0 538330918 323637248 12376 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 1 0 0 0
/proc/5330/statm: 79013 12376 370 364 0 14928 0

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

Current children cumulated vsize (KiB) 4298032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1221.5 s]
/proc/loadavg: 8.08 7.98 5.84 10/238 5462
/proc/meminfo: memFree=27135868/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=377576 CPUtime=6.43 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 26080 928 111 8 609 34 0 0 18 0 8 0 538328816 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 155
/proc/5315/statm: 94394 13918 1888 364 0 30294 0
[pid=5327] ppid=5315 vsize=316040 CPUtime=0.13 cores=1,3,5,7
/proc/5327/stat : 5327 (python) S 5315 5315 5278 0 -1 4202560 1178 0 0 0 7 6 0 0 19 0 2 0 538330915 323624960 12421 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5327/statm: 79010 12421 414 364 0 14928 0
[pid=5329] ppid=5327 vsize=22812 CPUtime=100.11 cores=1,3,5,7
/proc/5329/stat : 5329 (lingeling) T 5327 5329 5329 0 -1 4202496 8202 0 0 0 10011 0 0 0 25 0 1 0 538330916 23359488 4873 33554432000 4194304 4352236 140735559852816 18446744073709551615 4328055 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/5329/statm: 5703 4873 129 39 0 4783 0
[pid=5327/tid=5397] ppid=5315 vsize=316040 CPUtime=0 cores=1,3,5,7
/proc/5327/task/5397/stat : 5397 (python) S 5315 5315 5278 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538340929 323624960 12421 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 514 18446604471139599488 0 0 -1 1 0 0 0
[pid=5330] ppid=5315 vsize=316052 CPUtime=0.99 cores=1,3,5,7
/proc/5330/stat : 5330 (python) S 5315 5315 5278 0 -1 4202560 1182 0 0 0 53 46 0 0 15 0 2 0 538330918 323637248 12407 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5330/statm: 79013 12407 400 364 0 14928 0
[pid=5332] ppid=5330 vsize=635876 CPUtime=704.67 cores=1,3,5,7
/proc/5332/stat : 5332 (cryptominisat-2) R 5330 5332 5332 0 -1 4202496 372558 0 0 0 70379 88 0 0 25 0 1 0 538330918 651137024 114753 33554432000 4194304 4677096 140737478207328 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5332/statm: 158969 114753 393 118 0 153928 0
[pid=5330/tid=5421] ppid=5315 vsize=316052 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5421/stat : 5421 (python) S 5315 5315 5278 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538379938 323637248 12407 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 514 18446604471125857344 0 0 -1 1 0 0 0
[pid=5333] ppid=5315 vsize=326308 CPUtime=1.66 cores=1,3,5,7
/proc/5333/stat : 5333 (python) S 5315 5315 5278 0 -1 4202560 972 0 0 0 91 75 0 0 18 0 1 0 538330920 334139392 12380 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 7 0 0 0
/proc/5333/statm: 81577 12380 370 364 0 17489 0
[pid=5335] ppid=5333 vsize=51124 CPUtime=1190.88 cores=1,3,5,7
/proc/5335/stat : 5335 (lingeling) R 5333 5335 5335 0 -1 4202496 37525 0 0 0 119080 8 0 0 25 0 1 0 538330921 52350976 11951 33554432000 4194304 4352236 140736713456032 18446744073709551615 4276530 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/5335/statm: 12781 11951 129 39 0 11861 0
[pid=5336] ppid=5315 vsize=336564 CPUtime=1.63 cores=1,3,5,7
/proc/5336/stat : 5336 (python) S 5315 5315 5278 0 -1 4202560 973 0 0 0 90 73 0 0 18 0 1 0 538330923 344641536 12384 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 5 0 0 0
/proc/5336/statm: 84141 12384 370 364 0 20050 0
[pid=5338] ppid=5336 vsize=40264 CPUtime=1200.32 cores=1,3,5,7
/proc/5338/stat : 5338 (lingeling) R 5336 5338 5338 0 -1 4202496 23773 0 0 0 120030 2 0 0 25 0 1 0 538330923 41230336 9236 33554432000 4194304 4352236 140735848884400 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5338/statm: 10066 9236 129 39 0 9146 0
[pid=5398] ppid=5315 vsize=346820 CPUtime=1.56 cores=1,3,5,7
/proc/5398/stat : 5398 (python) S 5315 5315 5278 0 -1 4202560 1032 0 0 0 83 73 0 0 15 0 1 0 538340931 355143680 12388 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 5 0 0 0
/proc/5398/statm: 86705 12388 370 364 0 22611 0
[pid=5400] ppid=5398 vsize=505172 CPUtime=1098.64 cores=1,3,5,7
/proc/5400/stat : 5400 (cryptominisat-2) R 5398 5400 5400 0 -1 4202496 553513 0 0 0 109706 158 0 0 25 0 1 0 538340932 517296128 111225 33554432000 4194304 4677096 140734076533504 18446744073709551615 248089394714 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5400/statm: 126293 111225 393 118 0 121252 0
[pid=5422] ppid=5315 vsize=357076 CPUtime=0.14 cores=1,3,5,7
/proc/5422/stat : 5422 (python) S 5315 5315 5278 0 -1 4202560 1131 0 0 0 7 7 0 0 19 0 2 0 538379941 365645824 12422 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5422/statm: 89269 12422 399 364 0 25172 0
[pid=5424] ppid=5422 vsize=86696 CPUtime=99.71 cores=1,3,5,7
/proc/5424/stat : 5424 (SApperloT-base) T 5422 5424 5424 0 -1 4202496 21487 0 0 0 9959 12 0 0 25 0 1 0 538379941 88776704 21125 33554432000 134512640 135674940 4293603328 18446744073709551615 134564611 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5424/statm: 21674 21125 100 284 0 21388 0
[pid=5422/tid=5431] ppid=5315 vsize=357076 CPUtime=0 cores=1,3,5,7
/proc/5422/task/5431/stat : 5431 (python) S 5315 5315 5278 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538389954 365645824 12422 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 514 18446604454224046912 0 0 -1 5 0 0 0
[pid=5432] ppid=5315 vsize=367332 CPUtime=0.54 cores=1,3,5,7
/proc/5432/stat : 5432 (python) S 5315 5315 5278 0 -1 4202560 1168 0 0 0 28 26 0 0 19 0 2 0 538389956 376147968 12426 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5432/statm: 91833 12426 399 364 0 27733 0
[pid=5434] ppid=5432 vsize=60272 CPUtime=392.82 cores=1,3,5,7
/proc/5434/stat : 5434 (precosat) T 5432 5434 5434 0 -1 4202496 19806 0 0 0 39278 4 0 0 25 0 1 0 538389956 61718528 14769 33554432000 4194304 4890832 140737298222576 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/5434/statm: 15068 14769 86 171 0 14895 0
[pid=5432/tid=5451] ppid=5315 vsize=367332 CPUtime=0 cores=1,3,5,7
/proc/5432/task/5451/stat : 5451 (python) S 5315 5315 5278 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538429405 376147968 12426 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 514 18446604471122821440 0 0 -1 5 0 0 0
[pid=5315/tid=5328] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5328/stat : 5328 (python) S 5309 5315 5278 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 8 0 538330916 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 1 0 0 0
[pid=5315/tid=5331] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5331/stat : 5331 (python) S 5309 5315 5278 0 -1 4202560 27 928 0 8 0 0 0 0 18 0 8 0 538330918 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 1 0 0 0
[pid=5315/tid=5334] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5334/stat : 5334 (python) S 5309 5315 5278 0 -1 4202560 22 928 0 8 0 0 0 0 25 0 8 0 538330921 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 7 0 0 0
[pid=5315/tid=5337] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5337/stat : 5337 (python) S 5309 5315 5278 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 8 0 538330923 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 5 0 0 0
[pid=5315/tid=5399] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5399/stat : 5399 (python) S 5309 5315 5278 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 538340932 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 5 0 0 0
[pid=5315/tid=5423] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5423/stat : 5423 (python) S 5309 5315 5278 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 538379941 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 5 0 0 0
[pid=5315/tid=5433] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5433/stat : 5433 (python) S 5309 5315 5278 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 538389956 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 4145984

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

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

[startup+1221.5 s]
/proc/loadavg: 8.08 7.98 5.84 10/238 5462
/proc/meminfo: memFree=27135868/32950928 swapFree=67111428/67111528
[pid=5315] ppid=5309 vsize=377576 CPUtime=6.43 cores=1,3,5,7
/proc/5315/stat : 5315 (python) S 5309 5315 5278 0 -1 4202496 26080 928 111 8 609 34 0 0 18 0 8 0 538328816 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 155
/proc/5315/statm: 94394 13918 1888 364 0 30294 0
[pid=5327] ppid=5315 vsize=316040 CPUtime=0.13 cores=1,3,5,7
/proc/5327/stat : 5327 (python) S 5315 5315 5278 0 -1 4202560 1178 0 0 0 7 6 0 0 19 0 2 0 538330915 323624960 12421 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5327/statm: 79010 12421 414 364 0 14928 0
[pid=5329] ppid=5327 vsize=22812 CPUtime=100.11 cores=1,3,5,7
/proc/5329/stat : 5329 (lingeling) T 5327 5329 5329 0 -1 4202496 8202 0 0 0 10011 0 0 0 25 0 1 0 538330916 23359488 4873 33554432000 4194304 4352236 140735559852816 18446744073709551615 4328055 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/5329/statm: 5703 4873 129 39 0 4783 0
[pid=5327/tid=5397] ppid=5315 vsize=316040 CPUtime=0 cores=1,3,5,7
/proc/5327/task/5397/stat : 5397 (python) S 5315 5315 5278 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538340929 323624960 12421 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 514 18446604471139599488 0 0 -1 1 0 0 0
[pid=5330] ppid=5315 vsize=316052 CPUtime=0.99 cores=1,3,5,7
/proc/5330/stat : 5330 (python) S 5315 5315 5278 0 -1 4202560 1182 0 0 0 53 46 0 0 15 0 2 0 538330918 323637248 12407 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5330/statm: 79013 12407 400 364 0 14928 0
[pid=5332] ppid=5330 vsize=635876 CPUtime=704.67 cores=1,3,5,7
/proc/5332/stat : 5332 (cryptominisat-2) R 5330 5332 5332 0 -1 4202496 372558 0 0 0 70379 88 0 0 25 0 1 0 538330918 651137024 114753 33554432000 4194304 4677096 140737478207328 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5332/statm: 158969 114753 393 118 0 153928 0
[pid=5330/tid=5421] ppid=5315 vsize=316052 CPUtime=0 cores=1,3,5,7
/proc/5330/task/5421/stat : 5421 (python) S 5315 5315 5278 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538379938 323637248 12407 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 514 18446604471125857344 0 0 -1 1 0 0 0
[pid=5333] ppid=5315 vsize=326308 CPUtime=1.66 cores=1,3,5,7
/proc/5333/stat : 5333 (python) S 5315 5315 5278 0 -1 4202560 972 0 0 0 91 75 0 0 18 0 1 0 538330920 334139392 12380 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 7 0 0 0
/proc/5333/statm: 81577 12380 370 364 0 17489 0
[pid=5335] ppid=5333 vsize=51124 CPUtime=1190.88 cores=1,3,5,7
/proc/5335/stat : 5335 (lingeling) R 5333 5335 5335 0 -1 4202496 37525 0 0 0 119080 8 0 0 25 0 1 0 538330921 52350976 11951 33554432000 4194304 4352236 140736713456032 18446744073709551615 4276530 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/5335/statm: 12781 11951 129 39 0 11861 0
[pid=5336] ppid=5315 vsize=336564 CPUtime=1.63 cores=1,3,5,7
/proc/5336/stat : 5336 (python) S 5315 5315 5278 0 -1 4202560 973 0 0 0 90 73 0 0 18 0 1 0 538330923 344641536 12384 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 5 0 0 0
/proc/5336/statm: 84141 12384 370 364 0 20050 0
[pid=5338] ppid=5336 vsize=40264 CPUtime=1200.32 cores=1,3,5,7
/proc/5338/stat : 5338 (lingeling) R 5336 5338 5338 0 -1 4202496 23773 0 0 0 120030 2 0 0 25 0 1 0 538330923 41230336 9236 33554432000 4194304 4352236 140735848884400 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/5338/statm: 10066 9236 129 39 0 9146 0
[pid=5398] ppid=5315 vsize=346820 CPUtime=1.56 cores=1,3,5,7
/proc/5398/stat : 5398 (python) S 5315 5315 5278 0 -1 4202560 1032 0 0 0 83 73 0 0 15 0 1 0 538340931 355143680 12388 33554432000 4194304 5683644 140735359531264 18446744073709551615 248089718342 0 0 16781312 514 15964205147865710856 0 0 17 5 0 0 0
/proc/5398/statm: 86705 12388 370 364 0 22611 0
[pid=5400] ppid=5398 vsize=505172 CPUtime=1098.64 cores=1,3,5,7
/proc/5400/stat : 5400 (cryptominisat-2) R 5398 5400 5400 0 -1 4202496 553513 0 0 0 109706 158 0 0 25 0 1 0 538340932 517296128 111225 33554432000 4194304 4677096 140734076533504 18446744073709551615 248089394714 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5400/statm: 126293 111225 393 118 0 121252 0
[pid=5422] ppid=5315 vsize=357076 CPUtime=0.14 cores=1,3,5,7
/proc/5422/stat : 5422 (python) S 5315 5315 5278 0 -1 4202560 1131 0 0 0 7 7 0 0 19 0 2 0 538379941 365645824 12422 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5422/statm: 89269 12422 399 364 0 25172 0
[pid=5424] ppid=5422 vsize=86696 CPUtime=99.71 cores=1,3,5,7
/proc/5424/stat : 5424 (SApperloT-base) T 5422 5424 5424 0 -1 4202496 21487 0 0 0 9959 12 0 0 25 0 1 0 538379941 88776704 21125 33554432000 134512640 135674940 4293603328 18446744073709551615 134564611 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5424/statm: 21674 21125 100 284 0 21388 0
[pid=5422/tid=5431] ppid=5315 vsize=357076 CPUtime=0 cores=1,3,5,7
/proc/5422/task/5431/stat : 5431 (python) S 5315 5315 5278 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538389954 365645824 12422 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 514 18446604454224046912 0 0 -1 5 0 0 0
[pid=5432] ppid=5315 vsize=367332 CPUtime=0.54 cores=1,3,5,7
/proc/5432/stat : 5432 (python) S 5315 5315 5278 0 -1 4202560 1168 0 0 0 28 26 0 0 19 0 2 0 538389956 376147968 12426 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5432/statm: 91833 12426 399 364 0 27733 0
[pid=5434] ppid=5432 vsize=60272 CPUtime=392.82 cores=1,3,5,7
/proc/5434/stat : 5434 (precosat) T 5432 5434 5434 0 -1 4202496 19806 0 0 0 39278 4 0 0 25 0 1 0 538389956 61718528 14769 33554432000 4194304 4890832 140737298222576 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/5434/statm: 15068 14769 86 171 0 14895 0
[pid=5432/tid=5451] ppid=5315 vsize=367332 CPUtime=0 cores=1,3,5,7
/proc/5432/task/5451/stat : 5451 (python) S 5315 5315 5278 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538429405 376147968 12426 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 514 18446604471122821440 0 0 -1 5 0 0 0
[pid=5315/tid=5328] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5328/stat : 5328 (python) S 5309 5315 5278 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 8 0 538330916 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 1 0 0 0
[pid=5315/tid=5331] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5331/stat : 5331 (python) S 5309 5315 5278 0 -1 4202560 27 928 0 8 0 0 0 0 18 0 8 0 538330918 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 1 0 0 0
[pid=5315/tid=5334] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5334/stat : 5334 (python) S 5309 5315 5278 0 -1 4202560 22 928 0 8 0 0 0 0 25 0 8 0 538330921 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 7 0 0 0
[pid=5315/tid=5337] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5337/stat : 5337 (python) S 5309 5315 5278 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 8 0 538330923 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 5 0 0 0
[pid=5315/tid=5399] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5399/stat : 5399 (python) S 5309 5315 5278 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 538340932 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 5 0 0 0
[pid=5315/tid=5423] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5423/stat : 5423 (python) S 5309 5315 5278 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 538379941 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 5 0 0 0
[pid=5315/tid=5433] ppid=5309 vsize=377576 CPUtime=0 cores=1,3,5,7
/proc/5315/task/5433/stat : 5433 (python) S 5309 5315 5278 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 8 0 538389956 386637824 13918 33554432000 4194304 5683644 140735359531264 18446744073709551615 248101521841 0 0 16781312 2 18446604471149065152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 4145984

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5315 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=109071
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=355945
# CPU time returned by wait4() is 6.46502
# while last known CPU time is 4800.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1221.55
CPU time (s): 4800.23
CPU user time (s): 4794.11
CPU system time (s): 6.12
CPU usage (%): 392.961
Max. virtual memory (cumulated for all children) (KiB): 4299056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.10907
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27040
page faults= 119
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22630
involuntary context switches= 109

runsolver used 2.6336 second user time and 5.42317 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-01 18:28:07
IDJOB=3317805
IDBENCH=20529
IDSOLVER=1706
FILE ID=node123/3317805-1304267286
RUNJOBID= node123-1304267283-5297
PBS_JOBID= 13173956
Free space on /tmp= 73468 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317805-1304267286/watcher-3317805-1304267286 -o /tmp/evaluation-result-3317805-1304267286/solver-3317805-1304267286 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317805-1304267286.cnf -seed 344144970 -budget 4800 -cores 4

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=344144970

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30537472 kB
Buffers:        348844 kB
Cached:        1648804 kB
SwapCached:        100 kB
Active:         210880 kB
Inactive:      1850936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30537472 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           71264 kB
Writeback:           0 kB
AnonPages:       63852 kB
Mapped:          14548 kB
Slab:           286388 kB
PageTables:       4612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73404 MiB
End job on node123 at 2011-05-01 18:48:34