Trace number 3483885

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, 1200 s timeout)? (TO) 1200.07 1190.82

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.45	c INFO: solving HOME/instance-3483885-1307748306.cnf
0.32/0.45	c INFO: computing task features
0.51/0.69	c INFO: computed variable-clause graph statistics
0.51/0.69	c INFO: computed clause balance statistics
1.61/1.75	c INFO: computed variable balance statistics
2.61/2.71	c INFO: computed small-clause counts
2.61/2.72	c INFO: computed Horn-clause counts
2.61/2.74	c INFO: computed variable graph statistics
2.61/2.74	c INFO: collected features for HOME/instance-3483885-1307748306.cnf in 2.28 s
2.61/2.75	c INFO: running lingeling-276@0 for 582 with 1197 remaining (b = 0.54)
586.98/586.46	c INFO: running cryptominisat-2.9.0@0 for 614 with 614 remaining (b = 0.47)

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: 988)

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-3483885-1307748306/watcher-3483885-1307748306 -o /tmp/evaluation-result-3483885-1307748306/solver-3483885-1307748306 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483885-1307748306.cnf -seed 409621536 -budget 1200 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.65 4.23 3.18 4/190 28455
/proc/meminfo: memFree=28843872/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=15384 CPUtime=0 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 821 0 0 0 0 0 0 0 25 0 1 0 886430299 15753216 705 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/28455/statm: 3846 705 334 364 0 333 0

[startup+0.0989111 s]
/proc/loadavg: 4.65 4.23 3.18 4/190 28455
/proc/meminfo: memFree=28843872/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=104616 CPUtime=0.06 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 3100 0 0 0 5 1 0 0 17 0 1 0 886430299 107126784 2779 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/28455/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.101181 s]
/proc/loadavg: 4.65 4.23 3.18 4/190 28455
/proc/meminfo: memFree=28843872/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=104616 CPUtime=0.06 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 3146 0 0 0 5 1 0 0 17 0 1 0 886430299 107126784 2822 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/28455/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.304982 s]
/proc/loadavg: 4.65 4.23 3.18 4/190 28455
/proc/meminfo: memFree=28843872/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=198920 CPUtime=0.23 cores=4,6
/proc/28455/stat : 28455 (python) R 28453 28455 27894 0 -1 4202496 7035 932 1 0 18 5 0 0 17 0 1 0 886430299 203694080 5054 33554432000 4194304 5683644 140733921689648 18446744073709551615 210650555312 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28455/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700919 s]
/proc/loadavg: 4.65 4.23 3.18 4/190 28455
/proc/meminfo: memFree=28843872/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=290852 CPUtime=0.61 cores=4,6
/proc/28455/stat : 28455 (python) R 28453 28455 27894 0 -1 4202496 14254 932 1 0 53 8 0 0 17 0 1 0 886430299 297832448 10098 33554432000 4194304 5683644 140733921689648 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28455/statm: 72713 10098 1826 364 0 8637 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 290852

[startup+1.50077 s]
/proc/loadavg: 4.65 4.23 3.18 5/191 28460
/proc/meminfo: memFree=28810036/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=290852 CPUtime=1.41 cores=4,6
/proc/28455/stat : 28455 (python) R 28453 28455 27894 0 -1 4202496 14254 932 1 0 133 8 0 0 19 0 1 0 886430299 297832448 10098 33554432000 4194304 5683644 140733921689648 18446744073709551615 47125781486743 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28455/statm: 72713 10098 1826 364 0 8637 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 290852

[startup+3.10051 s]
/proc/loadavg: 4.60 4.23 3.18 5/191 28460
/proc/meminfo: memFree=28809668/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=292600 CPUtime=2.65 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 14542 932 1 0 257 8 0 0 23 0 2 0 886430299 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 73150 8013 1867 364 0 9068 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 292600

[startup+6.30094 s]
/proc/loadavg: 4.60 4.23 3.18 5/194 28463
/proc/meminfo: memFree=28808404/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=292600 CPUtime=2.65 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 14542 932 1 0 257 8 0 0 23 0 2 0 886430299 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 73150 8013 1867 364 0 9068 0
[pid=28461] ppid=28455 vsize=283380 CPUtime=0 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 886430574 290181120 6498 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166479 0 0 16781312 514 12843901653450981634 0 0 17 6 0 0 0
/proc/28461/statm: 70845 6498 355 364 0 6763 0
[pid=28463] ppid=28461 vsize=12416 CPUtime=3.53 cores=4,6
/proc/28463/stat : 28463 (lingeling) R 28461 28463 28463 0 -1 4202496 3379 0 0 0 349 4 0 0 25 0 1 0 886430574 12713984 2271 33554432000 4194304 4352236 140733240279360 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28463/statm: 3104 2271 128 39 0 2184 0
[pid=28455/tid=28462] ppid=28453 vsize=292600 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 2 0 886430574 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 588396

[startup+12.7009 s]
/proc/loadavg: 4.81 4.29 3.21 5/194 28463
/proc/meminfo: memFree=28805068/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=292600 CPUtime=2.65 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 14542 932 1 0 257 8 0 0 23 0 2 0 886430299 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 73150 8013 1867 364 0 9068 0
[pid=28461] ppid=28455 vsize=283380 CPUtime=0 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 870 0 0 0 0 0 0 0 18 0 1 0 886430574 290181120 6521 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166479 0 0 16781312 514 12843901653450981634 0 0 17 6 0 0 0
/proc/28461/statm: 70845 6521 378 364 0 6763 0
[pid=28463] ppid=28461 vsize=12416 CPUtime=9.91 cores=4,6
/proc/28463/stat : 28463 (lingeling) R 28461 28463 28463 0 -1 4202496 3379 0 0 0 981 10 0 0 25 0 1 0 886430574 12713984 2271 33554432000 4194304 4352236 140733240279360 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28463/statm: 3104 2271 128 39 0 2184 0
[pid=28455/tid=28462] ppid=28453 vsize=292600 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 2 0 886430574 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 588396

[startup+25.5007 s]
/proc/loadavg: 4.69 4.28 3.22 5/194 28463
/proc/meminfo: memFree=28797748/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=292600 CPUtime=2.65 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 14542 932 1 0 257 8 0 0 23 0 2 0 886430299 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 73150 8013 1867 364 0 9068 0
[pid=28461] ppid=28455 vsize=283380 CPUtime=0.02 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 880 0 0 0 1 1 0 0 18 0 1 0 886430574 290181120 6521 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166479 0 0 16781312 514 5655219310210023682 0 0 17 6 0 0 0
/proc/28461/statm: 70845 6521 378 364 0 6763 0
[pid=28463] ppid=28461 vsize=20636 CPUtime=22.71 cores=4,6
/proc/28463/stat : 28463 (lingeling) R 28461 28463 28463 0 -1 4202496 5434 0 0 0 2257 14 0 0 25 0 1 0 886430574 21131264 4326 33554432000 4194304 4352236 140733240279360 18446744073709551615 4328375 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28463/statm: 5159 4326 128 39 0 4239 0
[pid=28455/tid=28462] ppid=28453 vsize=292600 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 2 0 886430574 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 596616

[startup+51.1004 s]
/proc/loadavg: 4.45 4.26 3.24 5/194 28463
/proc/meminfo: memFree=28796384/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=292600 CPUtime=2.65 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 14542 932 1 0 257 8 0 0 23 0 2 0 886430299 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 73150 8013 1867 364 0 9068 0
[pid=28461] ppid=28455 vsize=283380 CPUtime=0.05 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 891 0 0 0 3 2 0 0 18 0 1 0 886430574 290181120 6521 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166479 0 0 16781312 514 5655219310210023682 0 0 17 6 0 0 0
/proc/28461/statm: 70845 6521 378 364 0 6763 0
[pid=28463] ppid=28461 vsize=22232 CPUtime=48.31 cores=4,6
/proc/28463/stat : 28463 (lingeling) R 28461 28463 28463 0 -1 4202496 5833 0 0 0 4803 28 0 0 25 0 1 0 886430574 22765568 4725 33554432000 4194304 4352236 140733240279360 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28463/statm: 5558 4725 128 39 0 4638 0
[pid=28455/tid=28462] ppid=28453 vsize=292600 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 2 0 886430574 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 598212

[startup+102.307 s]
/proc/loadavg: 4.18 4.21 3.28 5/197 28468
/proc/meminfo: memFree=28194384/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=292600 CPUtime=2.65 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 14542 932 1 0 257 8 0 0 23 0 2 0 886430299 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 73150 8013 1867 364 0 9068 0
[pid=28461] ppid=28455 vsize=283380 CPUtime=0.12 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 913 0 0 0 6 6 0 0 18 0 1 0 886430574 290181120 6521 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166479 0 0 16781312 514 5655219310210023682 0 0 17 6 0 0 0
/proc/28461/statm: 70845 6521 378 364 0 6763 0
[pid=28463] ppid=28461 vsize=30080 CPUtime=99.51 cores=4,6
/proc/28463/stat : 28463 (lingeling) R 28461 28463 28463 0 -1 4202496 9843 0 0 0 9922 29 0 0 25 0 1 0 886430574 30801920 6687 33554432000 4194304 4352236 140733240279360 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28463/statm: 7520 6687 128 39 0 6600 0
[pid=28455/tid=28462] ppid=28453 vsize=292600 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 2 0 886430574 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 606060

[startup+162.301 s]
/proc/loadavg: 4.06 4.17 3.32 5/194 28513
/proc/meminfo: memFree=28879960/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=292600 CPUtime=2.65 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 14542 932 1 0 257 8 0 0 23 0 2 0 886430299 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 73150 8013 1867 364 0 9068 0
[pid=28461] ppid=28455 vsize=283380 CPUtime=0.2 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 931 0 0 0 11 9 0 0 18 0 1 0 886430574 290181120 6521 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166479 0 0 16781312 514 5655219310210023682 0 0 17 6 0 0 0
/proc/28461/statm: 70845 6521 378 364 0 6763 0
[pid=28463] ppid=28461 vsize=34180 CPUtime=159.5 cores=4,6
/proc/28463/stat : 28463 (lingeling) R 28461 28463 28463 0 -1 4202496 15476 0 0 0 15919 31 0 0 25 0 1 0 886430574 35000320 7712 33554432000 4194304 4352236 140733240279360 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28463/statm: 8545 7712 128 39 0 7625 0
[pid=28455/tid=28462] ppid=28453 vsize=292600 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 2 0 886430574 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 610160

[startup+222.301 s]
/proc/loadavg: 4.52 4.33 3.44 5/194 28515
/proc/meminfo: memFree=28543472/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=292600 CPUtime=2.65 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 14542 932 1 0 257 8 0 0 23 0 2 0 886430299 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 73150 8013 1867 364 0 9068 0
[pid=28461] ppid=28455 vsize=283380 CPUtime=0.27 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 951 0 0 0 14 13 0 0 18 0 1 0 886430574 290181120 6521 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166479 0 0 16781312 514 5655219310210023682 0 0 17 6 0 0 0
/proc/28461/statm: 70845 6521 378 364 0 6763 0
[pid=28463] ppid=28461 vsize=42372 CPUtime=219.48 cores=4,6
/proc/28463/stat : 28463 (lingeling) R 28461 28463 28463 0 -1 4202496 20532 0 0 0 21911 37 0 0 25 0 1 0 886430574 43388928 9760 33554432000 4194304 4352236 140733240279360 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28463/statm: 10593 9760 128 39 0 9673 0
[pid=28455/tid=28462] ppid=28453 vsize=292600 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 2 0 886430574 299622400 8013 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 618352

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

[pid=28538] ppid=28455 vsize=293516 CPUtime=8.39 cores=4,6
/proc/28538/stat : 28538 (python) S 28455 28455 27894 0 -1 4202560 980 0 0 0 551 288 0 0 15 0 1 0 886488945 300560384 6610 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166534 0 0 16781312 514 5655219310210023683 0 0 17 4 0 0 0
/proc/28538/statm: 73379 6610 373 364 0 9294 0
[pid=28540] ppid=28538 vsize=154320 CPUtime=415.04 cores=4,6
/proc/28540/stat : 28540 (cryptominisat-2) R 28538 28540 28540 0 -1 4202496 168469 0 0 0 41445 59 0 0 25 0 1 0 886488946 158023680 30216 33554432000 4194304 4677096 140737099349216 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28540/statm: 38580 30216 391 118 0 33539 0
[pid=28455/tid=28462] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 3 0 886430574 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
[pid=28455/tid=28539] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28539/stat : 28539 (python) S 28453 28455 27894 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886488945 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1010.48
Current children cumulated vsize (KiB) 1095756

[startup+1062.3 s]
/proc/loadavg: 6.18 4.78 4.03 5/203 28692
/proc/meminfo: memFree=24718880/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=303216 CPUtime=2.66 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 15345 932 1 0 258 8 0 0 19 0 3 0 886430299 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 75804 8110 1870 364 0 11719 0
[pid=28461] ppid=28455 vsize=293624 CPUtime=0.75 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 1182 0 0 0 42 33 0 0 19 0 2 0 886430574 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 73406 6563 415 364 0 9324 0
[pid=28463] ppid=28461 vsize=51080 CPUtime=583.64 cores=4,6
/proc/28463/stat : 28463 (lingeling) T 28461 28463 28463 0 -1 4202496 37397 0 0 0 58325 39 0 0 25 0 1 0 886430574 52305920 11937 33554432000 4194304 4352236 140733240279360 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/28463/statm: 12770 11937 128 39 0 11850 0
[pid=28461/tid=28537] ppid=28455 vsize=293624 CPUtime=0 cores=4,6
/proc/28461/task/28537/stat : 28537 (python) S 28455 28455 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886488945 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 514 18446604451608179840 0 0 -1 6 0 0 0
[pid=28538] ppid=28455 vsize=293516 CPUtime=9.07 cores=4,6
/proc/28538/stat : 28538 (python) R 28455 28455 27894 0 -1 4202560 980 0 0 0 588 319 0 0 15 0 1 0 886488945 300560384 6610 33554432000 4194304 5683644 140733921689648 18446744073709551615 4317575 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/28538/statm: 73379 6610 373 364 0 9294 0
[pid=28540] ppid=28538 vsize=154712 CPUtime=474.9 cores=4,6
/proc/28540/stat : 28540 (cryptominisat-2) R 28538 28540 28540 0 -1 4202496 184487 0 0 0 47418 72 0 0 25 0 1 0 886488946 158425088 30997 33554432000 4194304 4677096 140737099349216 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/28540/statm: 38678 30997 391 118 0 33637 0
[pid=28455/tid=28462] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 3 0 886430574 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
[pid=28455/tid=28539] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28539/stat : 28539 (python) S 28453 28455 27894 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886488945 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1071.02
Current children cumulated vsize (KiB) 1096148

[startup+1122.3 s]
/proc/loadavg: 4.96 4.71 4.05 5/203 28694
/proc/meminfo: memFree=24741008/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=303216 CPUtime=2.66 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 15345 932 1 0 258 8 0 0 19 0 3 0 886430299 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 75804 8110 1870 364 0 11719 0
[pid=28461] ppid=28455 vsize=293624 CPUtime=0.75 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 1182 0 0 0 42 33 0 0 19 0 2 0 886430574 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 73406 6563 415 364 0 9324 0
[pid=28463] ppid=28461 vsize=51080 CPUtime=583.64 cores=4,6
/proc/28463/stat : 28463 (lingeling) T 28461 28463 28463 0 -1 4202496 37397 0 0 0 58325 39 0 0 25 0 1 0 886430574 52305920 11937 33554432000 4194304 4352236 140733240279360 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/28463/statm: 12770 11937 128 39 0 11850 0
[pid=28461/tid=28537] ppid=28455 vsize=293624 CPUtime=0 cores=4,6
/proc/28461/task/28537/stat : 28537 (python) S 28455 28455 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886488945 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 514 18446604451608179840 0 0 -1 6 0 0 0
[pid=28538] ppid=28455 vsize=293516 CPUtime=9.63 cores=4,6
/proc/28538/stat : 28538 (python) S 28455 28455 27894 0 -1 4202560 980 0 0 0 621 342 0 0 15 0 1 0 886488945 300560384 6610 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166534 0 0 16781312 514 4445536621625835779 0 0 17 4 0 0 0
/proc/28538/statm: 73379 6610 373 364 0 9294 0
[pid=28540] ppid=28538 vsize=156024 CPUtime=534.85 cores=4,6
/proc/28540/stat : 28540 (cryptominisat-2) R 28538 28540 28540 0 -1 4202496 201630 0 0 0 53403 82 0 0 25 0 1 0 886488946 159768576 32034 33554432000 4194304 4677096 140737099349216 18446744073709551615 4465833 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28540/statm: 39006 32034 391 118 0 33965 0
[pid=28455/tid=28462] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 3 0 886430574 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
[pid=28455/tid=28539] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28539/stat : 28539 (python) S 28453 28455 27894 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886488945 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1131.53
Current children cumulated vsize (KiB) 1097460

[startup+1182.3 s]
/proc/loadavg: 4.35 4.57 4.04 5/203 28696
/proc/meminfo: memFree=24370088/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=303216 CPUtime=2.66 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 15345 932 1 0 258 8 0 0 19 0 3 0 886430299 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 75804 8110 1870 364 0 11719 0
[pid=28461] ppid=28455 vsize=293624 CPUtime=0.75 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 1182 0 0 0 42 33 0 0 19 0 2 0 886430574 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 73406 6563 415 364 0 9324 0
[pid=28463] ppid=28461 vsize=51080 CPUtime=583.64 cores=4,6
/proc/28463/stat : 28463 (lingeling) T 28461 28463 28463 0 -1 4202496 37397 0 0 0 58325 39 0 0 25 0 1 0 886430574 52305920 11937 33554432000 4194304 4352236 140733240279360 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/28463/statm: 12770 11937 128 39 0 11850 0
[pid=28461/tid=28537] ppid=28455 vsize=293624 CPUtime=0 cores=4,6
/proc/28461/task/28537/stat : 28537 (python) S 28455 28455 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886488945 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 514 18446604451608179840 0 0 -1 6 0 0 0
[pid=28538] ppid=28455 vsize=293516 CPUtime=9.71 cores=4,6
/proc/28538/stat : 28538 (python) S 28455 28455 27894 0 -1 4202560 980 0 0 0 625 346 0 0 15 0 1 0 886488945 300560384 6610 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166534 0 0 16781312 514 5655219310210023683 0 0 17 4 0 0 0
/proc/28538/statm: 73379 6610 373 364 0 9294 0
[pid=28540] ppid=28538 vsize=156412 CPUtime=594.79 cores=4,6
/proc/28540/stat : 28540 (cryptominisat-2) R 28538 28540 28540 0 -1 4202496 218881 0 0 0 59393 86 0 0 25 0 1 0 886488946 160165888 31825 33554432000 4194304 4677096 140737099349216 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28540/statm: 39103 31825 391 118 0 34062 0
[pid=28455/tid=28462] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 3 0 886430574 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
[pid=28455/tid=28539] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28539/stat : 28539 (python) S 28453 28455 27894 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886488945 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1191.55
Current children cumulated vsize (KiB) 1097848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1190.8 s]
/proc/loadavg: 4.32 4.56 4.04 5/203 28696
/proc/meminfo: memFree=24355608/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=303216 CPUtime=2.66 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 15345 932 1 0 258 8 0 0 19 0 3 0 886430299 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 75804 8110 1870 364 0 11719 0
[pid=28461] ppid=28455 vsize=293624 CPUtime=0.75 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 1182 0 0 0 42 33 0 0 19 0 2 0 886430574 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 73406 6563 415 364 0 9324 0
[pid=28463] ppid=28461 vsize=51080 CPUtime=583.64 cores=4,6
/proc/28463/stat : 28463 (lingeling) T 28461 28463 28463 0 -1 4202496 37397 0 0 0 58325 39 0 0 25 0 1 0 886430574 52305920 11937 33554432000 4194304 4352236 140733240279360 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/28463/statm: 12770 11937 128 39 0 11850 0
[pid=28461/tid=28537] ppid=28455 vsize=293624 CPUtime=0 cores=4,6
/proc/28461/task/28537/stat : 28537 (python) S 28455 28455 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886488945 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 514 18446604451608179840 0 0 -1 6 0 0 0
[pid=28538] ppid=28455 vsize=293516 CPUtime=9.73 cores=4,6
/proc/28538/stat : 28538 (python) S 28455 28455 27894 0 -1 4202560 980 0 0 0 626 347 0 0 16 0 1 0 886488945 300560384 6610 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166534 0 0 16781312 514 5655219310210023683 0 0 17 4 0 0 0
/proc/28538/statm: 73379 6610 373 364 0 9294 0
[pid=28540] ppid=28538 vsize=229360 CPUtime=603.29 cores=4,6
/proc/28540/stat : 28540 (cryptominisat-2) R 28538 28540 28540 0 -1 4202496 220335 0 0 0 60242 87 0 0 25 0 1 0 886488946 234864640 33279 33554432000 4194304 4677096 140737099349216 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28540/statm: 57340 33279 391 118 0 52299 0
[pid=28455/tid=28462] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 3 0 886430574 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
[pid=28455/tid=28539] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28539/stat : 28539 (python) S 28453 28455 27894 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886488945 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1170796

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

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

[startup+1190.8 s]
/proc/loadavg: 4.32 4.56 4.04 5/203 28696
/proc/meminfo: memFree=24355608/32951132 swapFree=67061148/67111528
[pid=28455] ppid=28453 vsize=303216 CPUtime=2.66 cores=4,6
/proc/28455/stat : 28455 (python) S 28453 28455 27894 0 -1 4202496 15345 932 1 0 258 8 0 0 19 0 3 0 886430299 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28455/statm: 75804 8110 1870 364 0 11719 0
[pid=28461] ppid=28455 vsize=293624 CPUtime=0.75 cores=4,6
/proc/28461/stat : 28461 (python) S 28455 28455 27894 0 -1 4202560 1182 0 0 0 42 33 0 0 19 0 2 0 886430574 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28461/statm: 73406 6563 415 364 0 9324 0
[pid=28463] ppid=28461 vsize=51080 CPUtime=583.64 cores=4,6
/proc/28463/stat : 28463 (lingeling) T 28461 28463 28463 0 -1 4202496 37397 0 0 0 58325 39 0 0 25 0 1 0 886430574 52305920 11937 33554432000 4194304 4352236 140733240279360 18446744073709551615 4276696 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/28463/statm: 12770 11937 128 39 0 11850 0
[pid=28461/tid=28537] ppid=28455 vsize=293624 CPUtime=0 cores=4,6
/proc/28461/task/28537/stat : 28537 (python) S 28455 28455 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886488945 300670976 6563 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 514 18446604451608179840 0 0 -1 6 0 0 0
[pid=28538] ppid=28455 vsize=293516 CPUtime=9.73 cores=4,6
/proc/28538/stat : 28538 (python) S 28455 28455 27894 0 -1 4202560 980 0 0 0 626 347 0 0 16 0 1 0 886488945 300560384 6610 33554432000 4194304 5683644 140733921689648 18446744073709551615 210647166534 0 0 16781312 514 5655219310210023683 0 0 17 4 0 0 0
/proc/28538/statm: 73379 6610 373 364 0 9294 0
[pid=28540] ppid=28538 vsize=229360 CPUtime=603.29 cores=4,6
/proc/28540/stat : 28540 (cryptominisat-2) R 28538 28540 28540 0 -1 4202496 220335 0 0 0 60242 87 0 0 25 0 1 0 886488946 234864640 33279 33554432000 4194304 4677096 140737099349216 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28540/statm: 57340 33279 391 118 0 52299 0
[pid=28455/tid=28462] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28462/stat : 28462 (python) S 28453 28455 27894 0 -1 4202560 29 932 0 0 0 0 0 0 23 0 3 0 886430574 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
[pid=28455/tid=28539] ppid=28453 vsize=303216 CPUtime=0 cores=4,6
/proc/28455/task/28539/stat : 28539 (python) S 28453 28455 27894 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886488945 310493184 8110 33554432000 4194304 5683644 140733921689648 18446744073709551615 210658970033 0 0 16781312 2 18446604451608178944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1170796

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28455 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=586606
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=89986
# CPU time returned by wait4() is 2.67659
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1190.82
CPU time (s): 1200.07
CPU user time (s): 1194.93
CPU system time (s): 5.14
CPU usage (%): 100.776
Max. virtual memory (cumulated for all children) (KiB): 1182704

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

runsolver used 2.11568 second user time and 4.42333 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-11 01:25:07
IDJOB=3483885
IDBENCH=71078
IDSOLVER=1976
FILE ID=node129/3483885-1307748306
RUNJOBID= node129-1307747008-27913
PBS_JOBID= 13550828
Free space on /tmp= 74020 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483885-1307748306/watcher-3483885-1307748306 -o /tmp/evaluation-result-3483885-1307748306/solver-3483885-1307748306 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483885-1307748306.cnf -seed 409621536 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=409621536

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.831
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.831
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.83
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.831
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.75
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.831
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:     32951132 kB
MemFree:      28844424 kB
Buffers:        389700 kB
Cached:        3085780 kB
SwapCached:      13132 kB
Active:        1431276 kB
Inactive:      2419616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28844424 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           82012 kB
Writeback:          32 kB
AnonPages:      372644 kB
Mapped:          15424 kB
Slab:           189096 kB
PageTables:       8400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   704184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73776 MiB
End job on node129 at 2011-06-11 01:45:00