Trace number 3484656

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.06 1200.14

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.63	c INFO: solving HOME/instance-3484656-1307752174.cnf
0.35/0.63	c INFO: computing task features
3.24/3.52	c INFO: computed variable-clause graph statistics
3.34/3.63	c INFO: computed clause balance statistics
15.64/15.93	c INFO: computed variable balance statistics
25.05/25.33	c INFO: computed small-clause counts
25.24/25.54	c INFO: computed Horn-clause counts
103.74/104.05	c INFO: computed variable graph statistics
103.74/104.05	c INFO: collected features for HOME/instance-3484656-1307752174.cnf in 103.35 s
103.74/104.06	c INFO: running lingeling-276@0 for 194 with 1096 remaining (b = 0.74)
299.92/300.28	c INFO: running lingeling-276@0 for 97 with 900 remaining (b = 0.52)
400.01/400.40	c INFO: running lingeling-276@195 for 97 with 800 remaining (b = 0.17)
497.32/497.51	c INFO: running cryptominisat-2.9.0@0 for 703 with 703 remaining (b = 0.48)

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

running on 2 cores: 5,7

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.00 3.98 3.68 5/192 15438
/proc/meminfo: memFree=29334784/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=15184 CPUtime=0 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 729 0 0 0 0 0 0 0 19 0 1 0 867633390 15548416 617 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816234496 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 3796 617 322 364 0 283 0

[startup+0.0885011 s]
/proc/loadavg: 4.00 3.98 3.68 5/192 15438
/proc/meminfo: memFree=29334784/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=84524 CPUtime=0.05 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 2201 0 0 0 4 1 0 0 17 0 1 0 867633390 86552576 1949 33554432000 4194304 5683644 140734484248640 18446744073709551615 220811273704 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 21131 1953 575 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100497 s]
/proc/loadavg: 4.00 3.98 3.68 5/192 15438
/proc/meminfo: memFree=29334784/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=93960 CPUtime=0.05 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 2694 0 0 0 4 1 0 0 17 0 1 0 867633390 96215040 2407 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300461 s]
/proc/loadavg: 4.00 3.98 3.68 5/192 15438
/proc/meminfo: memFree=29334784/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=135748 CPUtime=0.19 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 5971 935 1 0 14 5 0 0 17 0 1 0 867633390 139005952 4148 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816232453 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/15438/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700388 s]
/proc/loadavg: 4.00 3.98 3.68 5/192 15438
/proc/meminfo: memFree=29334784/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=296936 CPUtime=0.44 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 13952 935 1 0 33 11 0 0 15 0 1 0 867633390 304062464 11528 33554432000 4194304 5683644 140734484248640 18446744073709551615 4943863 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 74234 11528 1761 364 0 10158 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 296936

[startup+1.50024 s]
/proc/loadavg: 4.00 3.98 3.68 5/193 15443
/proc/meminfo: memFree=29404488/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=349100 CPUtime=1.24 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 26928 935 1 0 112 12 0 0 16 0 1 0 867633390 357478400 24504 33554432000 4194304 5683644 140734484248640 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 87275 24504 1761 364 0 23199 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 349100

[startup+3.10095 s]
/proc/loadavg: 4.08 4.00 3.69 5/193 15443
/proc/meminfo: memFree=29334552/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=439640 CPUtime=2.84 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 67423 935 1 0 267 17 0 0 18 0 1 0 867633390 450191360 46041 33554432000 4194304 5683644 140734484248640 18446744073709551615 47777981265530 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 109910 46042 1812 364 0 45834 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 439640

[startup+6.30036 s]
/proc/loadavg: 4.08 4.00 3.69 5/193 15443
/proc/meminfo: memFree=29185932/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=445680 CPUtime=6.04 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 70192 935 1 0 587 17 0 0 25 0 1 0 867633390 456376320 48805 33554432000 4194304 5683644 140734484248640 18446744073709551615 47777983628074 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 111420 48805 1826 364 0 47344 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 445680

[startup+12.7002 s]
/proc/loadavg: 4.07 4.00 3.69 5/193 15444
/proc/meminfo: memFree=29238136/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=445680 CPUtime=12.44 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 70192 935 1 0 1227 17 0 0 25 0 1 0 867633390 456376320 48805 33554432000 4194304 5683644 140734484248640 18446744073709551615 220815891452 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 111420 48805 1826 364 0 47344 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 445680

[startup+25.5008 s]
/proc/loadavg: 4.13 4.02 3.70 5/193 15444
/proc/meminfo: memFree=29107596/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=445680 CPUtime=25.24 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 70195 935 1 0 2507 17 0 0 25 0 1 0 867633390 456376320 48808 33554432000 4194304 5683644 140734484248640 18446744073709551615 47777981265498 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 111420 48808 1829 364 0 47344 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 445680

[startup+51.1011 s]
/proc/loadavg: 4.08 4.01 3.70 5/193 15445
/proc/meminfo: memFree=29237224/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=445680 CPUtime=50.84 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 70199 935 1 0 5067 17 0 0 25 0 1 0 867633390 456376320 48812 33554432000 4194304 5683644 140734484248640 18446744073709551615 47777980852364 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 111420 48812 1833 364 0 47344 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 445680

[startup+102.307 s]
/proc/loadavg: 4.09 4.02 3.73 5/193 15446
/proc/meminfo: memFree=28886524/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=445680 CPUtime=102.05 cores=5,7
/proc/15438/stat : 15438 (python) R 15436 15438 12976 0 -1 4202496 70199 935 1 0 10188 17 0 0 25 0 1 0 867633390 456376320 48812 33554432000 4194304 5683644 140734484248640 18446744073709551615 47777980852364 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15438/statm: 111420 48812 1833 364 0 47344 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 445680

[startup+162.301 s]
/proc/loadavg: 4.03 4.02 3.74 5/196 15451
/proc/meminfo: memFree=29187876/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=443228 CPUtime=103.8 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 70480 935 1 0 10363 17 0 0 19 0 2 0 867633390 453865472 45670 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15438/statm: 110807 45670 1867 364 0 46725 0
[pid=15447] ppid=15438 vsize=432984 CPUtime=0.07 cores=5,7
/proc/15447/stat : 15447 (python) S 15438 15438 12976 0 -1 4202560 907 0 0 0 4 3 0 0 18 0 1 0 867643797 443375616 44175 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816256527 0 0 16781312 514 3065315272937144584 0 0 17 5 0 0 0
/proc/15447/statm: 108246 44175 376 364 0 44164 0
[pid=15449] ppid=15447 vsize=60540 CPUtime=58.15 cores=5,7
/proc/15449/stat : 15449 (lingeling) R 15447 15449 15449 0 -1 4202496 27853 0 0 0 5812 3 0 0 25 0 1 0 867643798 61992960 14306 33554432000 4194304 4352236 140736108256912 18446744073709551615 4268343 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15449/statm: 15135 14306 129 39 0 14215 0
[pid=15438/tid=15448] ppid=15436 vsize=443228 CPUtime=0 cores=5,7
/proc/15438/task/15448/stat : 15448 (python) S 15436 15438 12976 0 -1 4202560 31 935 0 0 0 0 0 0 19 0 2 0 867643798 453865472 45670 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 936752

[startup+222.301 s]
/proc/loadavg: 4.08 4.03 3.76 5/196 15452
/proc/meminfo: memFree=29182476/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=443228 CPUtime=103.8 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 70480 935 1 0 10363 17 0 0 19 0 2 0 867633390 453865472 45670 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15438/statm: 110807 45670 1867 364 0 46725 0
[pid=15447] ppid=15438 vsize=432984 CPUtime=0.13 cores=5,7
/proc/15447/stat : 15447 (python) S 15438 15438 12976 0 -1 4202560 931 0 0 0 7 6 0 0 18 0 1 0 867643797 443375616 44175 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816256527 0 0 16781312 514 3065315272937144584 0 0 17 5 0 0 0
/proc/15447/statm: 108246 44175 376 364 0 44164 0
[pid=15449] ppid=15447 vsize=63852 CPUtime=118.08 cores=5,7
/proc/15449/stat : 15449 (lingeling) R 15447 15449 15449 0 -1 4202496 28681 0 0 0 11805 3 0 0 25 0 1 0 867643798 65384448 15134 33554432000 4194304 4352236 140736108256912 18446744073709551615 4278726 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15449/statm: 15963 15134 129 39 0 15043 0
[pid=15438/tid=15448] ppid=15436 vsize=443228 CPUtime=0 cores=5,7
/proc/15438/task/15448/stat : 15448 (python) S 15436 15438 12976 0 -1 4202560 31 935 0 0 0 0 0 0 19 0 2 0 867643798 453865472 45670 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 940064

[startup+282.3 s]
/proc/loadavg: 4.03 4.02 3.77 5/196 15454
/proc/meminfo: memFree=28977676/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=443228 CPUtime=103.8 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 70480 935 1 0 10363 17 0 0 19 0 2 0 867633390 453865472 45670 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15438/statm: 110807 45670 1867 364 0 46725 0
[pid=15447] ppid=15438 vsize=432984 CPUtime=0.21 cores=5,7
/proc/15447/stat : 15447 (python) S 15438 15438 12976 0 -1 4202560 950 0 0 0 11 10 0 0 18 0 1 0 867643797 443375616 44175 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816256527 0 0 16781312 514 3065315272937144584 0 0 17 5 0 0 0
/proc/15447/statm: 108246 44175 376 364 0 44164 0
[pid=15449] ppid=15447 vsize=63852 CPUtime=178.01 cores=5,7
/proc/15449/stat : 15449 (lingeling) R 15447 15449 15449 0 -1 4202496 28681 0 0 0 17798 3 0 0 25 0 1 0 867643798 65384448 15134 33554432000 4194304 4352236 140736108256912 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15449/statm: 15963 15134 129 39 0 15043 0
[pid=15438/tid=15448] ppid=15436 vsize=443228 CPUtime=0 cores=5,7
/proc/15438/task/15448/stat : 15448 (python) S 15436 15438 12976 0 -1 4202560 31 935 0 0 0 0 0 0 19 0 2 0 867643798 453865472 45670 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 940064

[startup+342.3 s]
/proc/loadavg: 4.01 4.02 3.78 5/200 15459
/proc/meminfo: memFree=28986384/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=453484 CPUtime=103.82 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 71288 935 1 0 10364 18 0 0 19 0 3 0 867633390 464367616 45677 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15438/statm: 113371 45677 1870 364 0 49286 0
[pid=15447] ppid=15438 vsize=443228 CPUtime=0.23 cores=5,7
/proc/15447/stat : 15447 (python) S 15438 15438 12976 0 -1 4202560 1182 0 0 0 12 11 0 0 19 0 2 0 867643797 453865472 44218 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15447/statm: 110807 44218 414 364 0 46725 0
[pid=15449] ppid=15447 vsize=63852 CPUtime=195.97 cores=5,7
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 28681 0 0 0 19594 3 0 0 25 0 1 0 867643798 65384448 15134 33554432000 4194304 4352236 140736108256912 18446744073709551615 4328423 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/15449/statm: 15963 15134 129 39 0 15043 0
[pid=15447/tid=15455] ppid=15438 vsize=443228 CPUtime=0 cores=5,7
/proc/15447/task/15455/stat : 15455 (python) S 15438 15438 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867663418 453865472 44218 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604471137113920 0 0 -1 7 0 0 0
[pid=15456] ppid=15438 vsize=443240 CPUtime=0.04 cores=5,7
/proc/15456/stat : 15456 (python) S 15438 15438 12976 0 -1 4202560 911 0 0 0 2 2 0 0 18 0 1 0 867663419 453877760 44173 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816256582 0 0 16781312 514 3065315272937144584 0 0 17 5 0 0 0
/proc/15456/statm: 110810 44173 370 364 0 46725 0
[pid=15458] ppid=15456 vsize=60540 CPUtime=41.94 cores=5,7
/proc/15458/stat : 15458 (lingeling) R 15456 15458 15458 0 -1 4202496 27856 0 0 0 4191 3 0 0 25 0 1 0 867663419 61992960 14305 33554432000 4194304 4352236 140734005102912 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15458/statm: 15135 14305 129 39 0 14215 0
[pid=15438/tid=15448] ppid=15436 vsize=453484 CPUtime=0 cores=5,7
/proc/15438/task/15448/stat : 15448 (python) S 15436 15438 12976 0 -1 4202560 31 935 0 0 0 0 0 0 19 0 3 0 867643798 464367616 45677 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 3.16 3.69 3.78 4/198 15812
/proc/meminfo: memFree=28288764/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=463740 CPUtime=103.83 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 72103 935 1 0 10365 18 0 0 20 0 4 0 867633390 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15438/statm: 115935 45683 1872 364 0 51847 0
[pid=15447] ppid=15438 vsize=443228 CPUtime=0.35 cores=5,7
/proc/15447/stat : 15447 (python) S 15438 15438 12976 0 -1 4202560 1198 0 0 0 19 16 0 0 18 0 2 0 867643797 453865472 44219 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15447/statm: 110807 44219 415 364 0 46725 0
[pid=15449] ppid=15447 vsize=68460 CPUtime=293.07 cores=5,7
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 29833 0 0 0 29304 3 0 0 25 0 1 0 867643798 70103040 16286 33554432000 4194304 4352236 140736108256912 18446744073709551615 4280928 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15449/statm: 17115 16286 129 39 0 16195 0
[pid=15447/tid=15455] ppid=15438 vsize=443228 CPUtime=0 cores=5,7
/proc/15447/task/15455/stat : 15455 (python) S 15438 15438 12976 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 867663418 453865472 44219 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604471137113920 0 0 -1 5 0 0 0
[pid=15456] ppid=15438 vsize=443240 CPUtime=0.12 cores=5,7
/proc/15456/stat : 15456 (python) S 15438 15438 12976 0 -1 4202560 1087 0 0 0 6 6 0 0 18 0 2 0 867663419 453877760 44203 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15456/statm: 110810 44203 399 364 0 46725 0
[pid=15458] ppid=15456 vsize=60540 CPUtime=99.97 cores=5,7
/proc/15458/stat : 15458 (lingeling) T 15456 15458 15458 0 -1 4202496 27856 0 0 0 9994 3 0 0 25 0 1 0 867663419 61992960 14305 33554432000 4194304 4352236 140734005102912 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15458/statm: 15135 14305 129 39 0 14215 0
[pid=15456/tid=15462] ppid=15438 vsize=443240 CPUtime=0 cores=5,7
/proc/15456/task/15462/stat : 15462 (python) S 15438 15438 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867673430 453877760 44203 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604462300263424 0 0 -1 7 0 0 0
[pid=15474] ppid=15438 vsize=453496 CPUtime=0.89 cores=5,7
/proc/15474/stat : 15474 (python) S 15438 15438 12976 0 -1 4202560 978 0 0 0 40 49 0 0 15 0 1 0 867683142 464379904 44177 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816256582 0 0 16781312 514 3065315272937144583 0 0 17 5 0 0 0
/proc/15474/statm: 113374 44177 370 364 0 49286 0
[pid=15476] ppid=15474 vsize=2542652 CPUtime=624.02 cores=5,7
/proc/15476/stat : 15476 (cryptominisat-2) R 15474 15476 15476 0 -1 4202496 676001 0 0 0 62294 108 0 0 25 0 1 0 867683142 2603675648 498347 33554432000 4194304 4677096 140737262976336 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15476/statm: 635663 498347 393 118 0 630622 0
[pid=15438/tid=15448] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15448/stat : 15448 (python) S 15436 15438 12976 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 4 0 867643798 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
[pid=15438/tid=15457] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15457/stat : 15457 (python) S 15436 15438 12976 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 867663419 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
[pid=15438/tid=15475] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15475/stat : 15475 (python) S 15436 15438 12976 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 867683142 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 4475356

[startup+1182.3 s]
/proc/loadavg: 3.09 3.58 3.73 4/198 15814
/proc/meminfo: memFree=28189708/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=463740 CPUtime=103.83 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 72103 935 1 0 10365 18 0 0 20 0 4 0 867633390 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15438/statm: 115935 45683 1872 364 0 51847 0
[pid=15447] ppid=15438 vsize=443228 CPUtime=0.35 cores=5,7
/proc/15447/stat : 15447 (python) S 15438 15438 12976 0 -1 4202560 1198 0 0 0 19 16 0 0 18 0 2 0 867643797 453865472 44219 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15447/statm: 110807 44219 415 364 0 46725 0
[pid=15449] ppid=15447 vsize=68460 CPUtime=293.07 cores=5,7
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 29833 0 0 0 29304 3 0 0 25 0 1 0 867643798 70103040 16286 33554432000 4194304 4352236 140736108256912 18446744073709551615 4280928 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15449/statm: 17115 16286 129 39 0 16195 0
[pid=15447/tid=15455] ppid=15438 vsize=443228 CPUtime=0 cores=5,7
/proc/15447/task/15455/stat : 15455 (python) S 15438 15438 12976 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 867663418 453865472 44219 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604471137113920 0 0 -1 5 0 0 0
[pid=15456] ppid=15438 vsize=443240 CPUtime=0.12 cores=5,7
/proc/15456/stat : 15456 (python) S 15438 15438 12976 0 -1 4202560 1087 0 0 0 6 6 0 0 18 0 2 0 867663419 453877760 44203 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15456/statm: 110810 44203 399 364 0 46725 0
[pid=15458] ppid=15456 vsize=60540 CPUtime=99.97 cores=5,7
/proc/15458/stat : 15458 (lingeling) T 15456 15458 15458 0 -1 4202496 27856 0 0 0 9994 3 0 0 25 0 1 0 867663419 61992960 14305 33554432000 4194304 4352236 140734005102912 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15458/statm: 15135 14305 129 39 0 14215 0
[pid=15456/tid=15462] ppid=15438 vsize=443240 CPUtime=0 cores=5,7
/proc/15456/task/15462/stat : 15462 (python) S 15438 15438 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867673430 453877760 44203 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604462300263424 0 0 -1 7 0 0 0
[pid=15474] ppid=15438 vsize=453496 CPUtime=0.96 cores=5,7
/proc/15474/stat : 15474 (python) S 15438 15438 12976 0 -1 4202560 978 0 0 0 44 52 0 0 15 0 1 0 867683142 464379904 44177 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816256582 0 0 16781312 514 3065315272937144583 0 0 17 5 0 0 0
/proc/15474/statm: 113374 44177 370 364 0 49286 0
[pid=15476] ppid=15474 vsize=2669036 CPUtime=683.95 cores=5,7
/proc/15476/stat : 15476 (cryptominisat-2) R 15474 15476 15476 0 -1 4202496 701881 0 0 0 68280 115 0 0 25 0 1 0 867683142 2733092864 516769 33554432000 4194304 4677096 140737262976336 18446744073709551615 220815933195 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15476/statm: 667259 516769 393 118 0 662218 0
[pid=15438/tid=15448] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15448/stat : 15448 (python) S 15436 15438 12976 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 4 0 867643798 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
[pid=15438/tid=15457] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15457/stat : 15457 (python) S 15436 15438 12976 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 867663419 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
[pid=15438/tid=15475] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15475/stat : 15475 (python) S 15436 15438 12976 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 867683142 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 4601740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.11 s]
/proc/loadavg: 3.07 3.55 3.72 4/198 15814
/proc/meminfo: memFree=28189820/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=463740 CPUtime=103.83 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 72103 935 1 0 10365 18 0 0 20 0 4 0 867633390 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15438/statm: 115935 45683 1872 364 0 51847 0
[pid=15447] ppid=15438 vsize=443228 CPUtime=0.35 cores=5,7
/proc/15447/stat : 15447 (python) S 15438 15438 12976 0 -1 4202560 1198 0 0 0 19 16 0 0 18 0 2 0 867643797 453865472 44219 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15447/statm: 110807 44219 415 364 0 46725 0
[pid=15449] ppid=15447 vsize=68460 CPUtime=293.07 cores=5,7
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 29833 0 0 0 29304 3 0 0 25 0 1 0 867643798 70103040 16286 33554432000 4194304 4352236 140736108256912 18446744073709551615 4280928 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15449/statm: 17115 16286 129 39 0 16195 0
[pid=15447/tid=15455] ppid=15438 vsize=443228 CPUtime=0 cores=5,7
/proc/15447/task/15455/stat : 15455 (python) S 15438 15438 12976 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 867663418 453865472 44219 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604471137113920 0 0 -1 5 0 0 0
[pid=15456] ppid=15438 vsize=443240 CPUtime=0.12 cores=5,7
/proc/15456/stat : 15456 (python) S 15438 15438 12976 0 -1 4202560 1087 0 0 0 6 6 0 0 18 0 2 0 867663419 453877760 44203 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15456/statm: 110810 44203 399 364 0 46725 0
[pid=15458] ppid=15456 vsize=60540 CPUtime=99.97 cores=5,7
/proc/15458/stat : 15458 (lingeling) T 15456 15458 15458 0 -1 4202496 27856 0 0 0 9994 3 0 0 25 0 1 0 867663419 61992960 14305 33554432000 4194304 4352236 140734005102912 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15458/statm: 15135 14305 129 39 0 14215 0
[pid=15456/tid=15462] ppid=15438 vsize=443240 CPUtime=0 cores=5,7
/proc/15456/task/15462/stat : 15462 (python) S 15438 15438 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867673430 453877760 44203 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604462300263424 0 0 -1 7 0 0 0
[pid=15474] ppid=15438 vsize=453496 CPUtime=0.98 cores=5,7
/proc/15474/stat : 15474 (python) S 15438 15438 12976 0 -1 4202560 978 0 0 0 44 54 0 0 15 0 1 0 867683142 464379904 44177 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816256582 0 0 16781312 514 3065315272937144583 0 0 17 5 0 0 0
/proc/15474/statm: 113374 44177 370 364 0 49286 0
[pid=15476] ppid=15474 vsize=2695220 CPUtime=701.74 cores=5,7
/proc/15476/stat : 15476 (cryptominisat-2) R 15474 15476 15476 0 -1 4202496 710416 0 0 0 70057 117 0 0 25 0 1 0 867683142 2759905280 516375 33554432000 4194304 4677096 140737262976336 18446744073709551615 220815932921 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15476/statm: 673805 516375 393 118 0 668764 0
[pid=15438/tid=15448] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15448/stat : 15448 (python) S 15436 15438 12976 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 4 0 867643798 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
[pid=15438/tid=15457] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15457/stat : 15457 (python) S 15436 15438 12976 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 867663419 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
[pid=15438/tid=15475] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15475/stat : 15475 (python) S 15436 15438 12976 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 867683142 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 4627924

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

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

[startup+1200.11 s]
/proc/loadavg: 3.07 3.55 3.72 4/198 15814
/proc/meminfo: memFree=28189820/32951124 swapFree=67062492/67111528
[pid=15438] ppid=15436 vsize=463740 CPUtime=103.83 cores=5,7
/proc/15438/stat : 15438 (python) S 15436 15438 12976 0 -1 4202496 72103 935 1 0 10365 18 0 0 20 0 4 0 867633390 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15438/statm: 115935 45683 1872 364 0 51847 0
[pid=15447] ppid=15438 vsize=443228 CPUtime=0.35 cores=5,7
/proc/15447/stat : 15447 (python) S 15438 15438 12976 0 -1 4202560 1198 0 0 0 19 16 0 0 18 0 2 0 867643797 453865472 44219 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15447/statm: 110807 44219 415 364 0 46725 0
[pid=15449] ppid=15447 vsize=68460 CPUtime=293.07 cores=5,7
/proc/15449/stat : 15449 (lingeling) T 15447 15449 15449 0 -1 4202496 29833 0 0 0 29304 3 0 0 25 0 1 0 867643798 70103040 16286 33554432000 4194304 4352236 140736108256912 18446744073709551615 4280928 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15449/statm: 17115 16286 129 39 0 16195 0
[pid=15447/tid=15455] ppid=15438 vsize=443228 CPUtime=0 cores=5,7
/proc/15447/task/15455/stat : 15455 (python) S 15438 15438 12976 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 867663418 453865472 44219 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604471137113920 0 0 -1 5 0 0 0
[pid=15456] ppid=15438 vsize=443240 CPUtime=0.12 cores=5,7
/proc/15456/stat : 15456 (python) S 15438 15438 12976 0 -1 4202560 1087 0 0 0 6 6 0 0 18 0 2 0 867663419 453877760 44203 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15456/statm: 110810 44203 399 364 0 46725 0
[pid=15458] ppid=15456 vsize=60540 CPUtime=99.97 cores=5,7
/proc/15458/stat : 15458 (lingeling) T 15456 15458 15458 0 -1 4202496 27856 0 0 0 9994 3 0 0 25 0 1 0 867663419 61992960 14305 33554432000 4194304 4352236 140734005102912 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15458/statm: 15135 14305 129 39 0 14215 0
[pid=15456/tid=15462] ppid=15438 vsize=443240 CPUtime=0 cores=5,7
/proc/15456/task/15462/stat : 15462 (python) S 15438 15438 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867673430 453877760 44203 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 514 18446604462300263424 0 0 -1 7 0 0 0
[pid=15474] ppid=15438 vsize=453496 CPUtime=0.98 cores=5,7
/proc/15474/stat : 15474 (python) S 15438 15438 12976 0 -1 4202560 978 0 0 0 44 54 0 0 15 0 1 0 867683142 464379904 44177 33554432000 4194304 5683644 140734484248640 18446744073709551615 220816256582 0 0 16781312 514 3065315272937144583 0 0 17 5 0 0 0
/proc/15474/statm: 113374 44177 370 364 0 49286 0
[pid=15476] ppid=15474 vsize=2695220 CPUtime=701.74 cores=5,7
/proc/15476/stat : 15476 (cryptominisat-2) R 15474 15476 15476 0 -1 4202496 710416 0 0 0 70057 117 0 0 25 0 1 0 867683142 2759905280 516375 33554432000 4194304 4677096 140737262976336 18446744073709551615 220815932921 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15476/statm: 673805 516375 393 118 0 668764 0
[pid=15438/tid=15448] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15448/stat : 15448 (python) S 15436 15438 12976 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 4 0 867643798 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
[pid=15438/tid=15457] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15457/stat : 15457 (python) S 15436 15438 12976 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 867663419 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
[pid=15438/tid=15475] ppid=15436 vsize=463740 CPUtime=0 cores=5,7
/proc/15438/task/15475/stat : 15475 (python) S 15436 15438 12976 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 867683142 474869760 45683 33554432000 4194304 5683644 140734484248640 18446744073709551615 220828060081 0 0 16781312 2 18446604462300264320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 4627924

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15438 and gives
#  childrusage.ru_utime.tv_sec=103
#  childrusage.ru_utime.tv_usec=654242
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=196970
# CPU time returned by wait4() is 103.851
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.14
CPU time (s): 1200.06
CPU user time (s): 1197.89
CPU system time (s): 2.17
CPU usage (%): 99.9931
Max. virtual memory (cumulated for all children) (KiB): 4627924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.654
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73039
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= 2865
involuntary context switches= 174

runsolver used 1.9417 second user time and 5.03823 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 02:29:35
IDJOB=3484656
IDBENCH=84248
IDSOLVER=1976
FILE ID=node147/3484656-1307752174
RUNJOBID= node147-1307750792-14895
PBS_JOBID= 13550813
Free space on /tmp= 73668 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.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-3484656-1307752174/watcher-3484656-1307752174 -o /tmp/evaluation-result-3484656-1307752174/solver-3484656-1307752174 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484656-1307752174.cnf -seed 1026283201 -budget 1200

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1026283201

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29335336 kB
Buffers:        116288 kB
Cached:        1089972 kB
SwapCached:      10296 kB
Active:        2913140 kB
Inactive:       543404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29335336 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:          255256 kB
Writeback:           0 kB
AnonPages:     2248292 kB
Mapped:          16488 kB
Slab:            84996 kB
PageTables:      14108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3563060 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= 73696 MiB
End job on node147 at 2011-06-11 02:49:37