Trace number 3484647

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.09 1200.32

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.38/0.86	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.86	c INFO: solving HOME/instance-3484647-1307752009.cnf
0.38/0.86	c INFO: computing task features
0.45/0.97	c INFO: computed variable-clause graph statistics
0.45/0.97	c INFO: computed clause balance statistics
0.95/1.45	c INFO: computed variable balance statistics
1.35/1.84	c INFO: computed small-clause counts
1.35/1.84	c INFO: computed Horn-clause counts
1.35/1.89	c INFO: computed variable graph statistics
1.35/1.89	c INFO: collected features for HOME/instance-3484647-1307752009.cnf in 1.02 s
1.46/1.90	c INFO: running lingeling-276@0 for 582 with 1198 remaining (b = 0.56)
588.17/588.58	c INFO: running cryptominisat-2.9.0@0 for 613 with 613 remaining (b = 0.49)

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

running on 2 cores: 1,3

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: 3.68 3.90 3.60 2/182 16645
/proc/meminfo: memFree=31690792/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=15184 CPUtime=0 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 726 0 0 0 0 0 0 0 17 0 1 0 886799107 15548416 615 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/16645/statm: 3796 615 321 364 0 283 0

[startup+0.071824 s]
/proc/loadavg: 3.68 3.90 3.60 2/182 16645
/proc/meminfo: memFree=31690792/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=36508 CPUtime=0.03 cores=1,3
/proc/16645/stat : 16645 (python) R 16643 16645 15206 0 -1 4202496 1578 0 0 0 3 0 0 0 17 0 1 0 886799107 37384192 1411 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516832256 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/16645/statm: 9127 1411 452 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36508

[startup+0.100794 s]
/proc/loadavg: 3.68 3.90 3.60 2/182 16645
/proc/meminfo: memFree=31690792/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=73784 CPUtime=0.04 cores=1,3
/proc/16645/stat : 16645 (python) R 16643 16645 15206 0 -1 4202496 2143 0 0 0 3 1 0 0 17 0 1 0 886799107 75554816 1895 33554432000 4194304 5683644 140736996573936 18446744073709551615 246511864512 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16645/statm: 18446 1896 530 364 0 1322 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 73784

[startup+0.300726 s]
/proc/loadavg: 3.68 3.90 3.60 2/182 16645
/proc/meminfo: memFree=31690792/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=126796 CPUtime=0.14 cores=1,3
/proc/16645/stat : 16645 (python) R 16643 16645 15206 0 -1 4202496 5386 932 1 0 10 4 0 0 18 0 1 0 886799107 129839104 3995 33554432000 4194304 5683644 140736996573936 18446744073709551615 4918196 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16645/statm: 31699 3995 1003 364 0 2994 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126796

[startup+0.700682 s]
/proc/loadavg: 3.68 3.90 3.60 2/182 16645
/proc/meminfo: memFree=31690792/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=226932 CPUtime=0.31 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 7754 932 1 0 21 10 0 0 16 0 1 0 886799107 232378368 5678 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/16645/statm: 56733 5678 1566 364 0 4271 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 226932

[startup+1.50054 s]
/proc/loadavg: 3.68 3.90 3.60 4/191 16741
/proc/meminfo: memFree=31610576/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=284536 CPUtime=1.05 cores=1,3
/proc/16645/stat : 16645 (python) R 16643 16645 15206 0 -1 4202496 12023 932 1 0 92 13 0 0 16 0 1 0 886799107 291364864 8521 33554432000 4194304 5683644 140736996573936 18446744073709551615 47617873583708 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16645/statm: 71134 8521 1827 364 0 7058 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 284536

[startup+3.10025 s]
/proc/loadavg: 3.68 3.90 3.60 5/194 16744
/proc/meminfo: memFree=31545328/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=294800 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 12394 932 1 0 132 14 0 0 19 0 2 0 886799107 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 73700 8563 1867 364 0 9618 0
[pid=16742] ppid=16645 vsize=284556 CPUtime=0 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886799298 291385344 7045 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854287 0 0 16781312 514 15041707199875252223 0 0 17 1 0 0 0
/proc/16742/statm: 71139 7045 353 364 0 7057 0
[pid=16744] ppid=16742 vsize=9040 CPUtime=1.18 cores=1,3
/proc/16744/stat : 16744 (lingeling) R 16742 16744 16744 0 -1 4202496 1932 0 0 0 118 0 0 0 22 0 1 0 886799298 9256960 1430 33554432000 4194304 4352236 140737091759024 18446744073709551615 4271199 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16744/statm: 2260 1430 129 39 0 1340 0
[pid=16645/tid=16743] ppid=16643 vsize=294800 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886799298 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 588396

[startup+6.30066 s]
/proc/loadavg: 3.95 3.95 3.62 5/203 16753
/proc/meminfo: memFree=31538856/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=294800 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 12394 932 1 0 132 14 0 0 19 0 2 0 886799107 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 73700 8563 1867 364 0 9618 0
[pid=16742] ppid=16645 vsize=284556 CPUtime=0 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 886799298 291385344 7068 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854287 0 0 16781312 514 15041707199875219720 0 0 17 1 0 0 0
/proc/16742/statm: 71139 7068 376 364 0 7057 0
[pid=16744] ppid=16742 vsize=10612 CPUtime=4.37 cores=1,3
/proc/16744/stat : 16744 (lingeling) R 16742 16744 16744 0 -1 4202496 2540 0 0 0 437 0 0 0 25 0 1 0 886799298 10866688 1823 33554432000 4194304 4352236 140737091759024 18446744073709551615 4231307 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16744/statm: 2653 1823 129 39 0 1733 0
[pid=16645/tid=16743] ppid=16643 vsize=294800 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886799298 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 589968

[startup+12.7005 s]
/proc/loadavg: 3.95 3.95 3.62 5/203 16754
/proc/meminfo: memFree=31532416/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=294800 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 12394 932 1 0 132 14 0 0 19 0 2 0 886799107 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 73700 8563 1867 364 0 9618 0
[pid=16742] ppid=16645 vsize=284556 CPUtime=0 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 886799298 291385344 7068 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854287 0 0 16781312 514 16385625964559696136 0 0 17 1 0 0 0
/proc/16742/statm: 71139 7068 376 364 0 7057 0
[pid=16744] ppid=16742 vsize=13060 CPUtime=10.76 cores=1,3
/proc/16744/stat : 16744 (lingeling) R 16742 16744 16744 0 -1 4202496 3156 0 0 0 1076 0 0 0 25 0 1 0 886799298 13373440 2435 33554432000 4194304 4352236 140737091759024 18446744073709551615 4329077 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16744/statm: 3265 2435 129 39 0 2345 0
[pid=16645/tid=16743] ppid=16643 vsize=294800 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886799298 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 592416

[startup+25.5012 s]
/proc/loadavg: 3.96 3.95 3.62 5/203 16754
/proc/meminfo: memFree=31527100/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=294800 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 12394 932 1 0 132 14 0 0 19 0 2 0 886799107 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 73700 8563 1867 364 0 9618 0
[pid=16742] ppid=16645 vsize=284556 CPUtime=0.02 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 886799298 291385344 7068 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854287 0 0 16781312 514 16385625964559696136 0 0 17 1 0 0 0
/proc/16742/statm: 71139 7068 376 364 0 7057 0
[pid=16744] ppid=16742 vsize=15052 CPUtime=23.55 cores=1,3
/proc/16744/stat : 16744 (lingeling) R 16742 16744 16744 0 -1 4202496 3660 0 0 0 2355 0 0 0 25 0 1 0 886799298 15413248 2933 33554432000 4194304 4352236 140737091759024 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16744/statm: 3763 2933 129 39 0 2843 0
[pid=16645/tid=16743] ppid=16643 vsize=294800 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886799298 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 594408

[startup+51.1005 s]
/proc/loadavg: 3.97 3.95 3.64 5/203 16755
/proc/meminfo: memFree=31496412/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=294800 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 12394 932 1 0 132 14 0 0 19 0 2 0 886799107 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 73700 8563 1867 364 0 9618 0
[pid=16742] ppid=16645 vsize=284556 CPUtime=0.06 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 906 0 0 0 3 3 0 0 18 0 1 0 886799298 291385344 7068 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854287 0 0 16781312 514 16385625964559696136 0 0 17 1 0 0 0
/proc/16742/statm: 71139 7068 376 364 0 7057 0
[pid=16744] ppid=16742 vsize=23232 CPUtime=49.11 cores=1,3
/proc/16744/stat : 16744 (lingeling) R 16742 16744 16744 0 -1 4202496 7717 0 0 0 4911 0 0 0 25 0 1 0 886799298 23789568 4978 33554432000 4194304 4352236 140737091759024 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16744/statm: 5808 4978 129 39 0 4888 0
[pid=16645/tid=16743] ppid=16643 vsize=294800 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886799298 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 602588

[startup+102.301 s]
/proc/loadavg: 3.99 3.96 3.65 5/203 16756
/proc/meminfo: memFree=31483640/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=294800 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 12394 932 1 0 132 14 0 0 19 0 2 0 886799107 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 73700 8563 1867 364 0 9618 0
[pid=16742] ppid=16645 vsize=284556 CPUtime=0.12 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 930 0 0 0 6 6 0 0 18 0 1 0 886799298 291385344 7068 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854287 0 0 16781312 514 16385625964559696136 0 0 17 1 0 0 0
/proc/16742/statm: 71139 7068 376 364 0 7057 0
[pid=16744] ppid=16742 vsize=24768 CPUtime=100.27 cores=1,3
/proc/16744/stat : 16744 (lingeling) R 16742 16744 16744 0 -1 4202496 14181 0 0 0 10026 1 0 0 25 0 1 0 886799298 25362432 5362 33554432000 4194304 4352236 140737091759024 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/16744/statm: 6192 5362 129 39 0 5272 0
[pid=16645/tid=16743] ppid=16643 vsize=294800 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886799298 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 604124

[startup+162.301 s]
/proc/loadavg: 4.15 4.00 3.68 5/203 16758
/proc/meminfo: memFree=31473692/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=294800 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 12394 932 1 0 132 14 0 0 19 0 2 0 886799107 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 73700 8563 1867 364 0 9618 0
[pid=16742] ppid=16645 vsize=284556 CPUtime=0.21 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 948 0 0 0 10 11 0 0 18 0 1 0 886799298 291385344 7068 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854287 0 0 16781312 514 16385625964559696136 0 0 17 1 0 0 0
/proc/16742/statm: 71139 7068 376 364 0 7057 0
[pid=16744] ppid=16742 vsize=26316 CPUtime=160.18 cores=1,3
/proc/16744/stat : 16744 (lingeling) R 16742 16744 16744 0 -1 4202496 22267 0 0 0 16017 1 0 0 25 0 1 0 886799298 26947584 5781 33554432000 4194304 4352236 140737091759024 18446744073709551615 4328119 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/16744/statm: 6579 5781 129 39 0 5659 0
[pid=16645/tid=16743] ppid=16643 vsize=294800 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886799298 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 605672

[startup+222.3 s]
/proc/loadavg: 4.05 4.00 3.70 5/203 16759
/proc/meminfo: memFree=31464736/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=294800 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 12394 932 1 0 132 14 0 0 19 0 2 0 886799107 301875200 8563 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 73700 8563 1867 364 0 9618 0
[pid=16742] ppid=16645 vsize=284556 CPUtime=0.28 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 967 0 0 0 13 15 0 0 18 0 1 0 886799298 291385344 7068 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854287 0 0 16781312 514 16385625964559696136 0 0 17 1 0 0 0

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

[pid=16771] ppid=16645 vsize=294812 CPUtime=0.62 cores=1,3
/proc/16771/stat : 16771 (python) S 16645 16645 15206 0 -1 4202560 992 0 0 0 32 30 0 0 15 0 1 0 886857966 301887488 7066 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854342 0 0 16781312 514 16385625964559696136 0 0 17 1 0 0 0
/proc/16771/statm: 73703 7066 370 364 0 9618 0
[pid=16773] ppid=16771 vsize=124932 CPUtime=413.16 cores=1,3
/proc/16773/stat : 16773 (cryptominisat-2) R 16771 16773 16773 0 -1 4202496 113501 0 0 0 41289 27 0 0 25 0 1 0 886857967 127930368 23172 33554432000 4194304 4677096 140735815305296 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16773/statm: 31233 23172 390 118 0 26192 0
[pid=16645/tid=16743] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 886799298 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
[pid=16645/tid=16772] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16772/stat : 16772 (python) S 16643 16645 15206 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886857966 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 1060772

[startup+1062.3 s]
/proc/loadavg: 4.02 4.06 3.90 5/212 16842
/proc/meminfo: memFree=30315620/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=305056 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 13207 932 1 0 132 14 0 0 19 0 3 0 886799107 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 76264 8570 1870 364 0 12179 0
[pid=16742] ppid=16645 vsize=294800 CPUtime=0.78 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 1201 0 0 0 40 38 0 0 19 0 2 0 886799298 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16742/statm: 73700 7111 414 364 0 9618 0
[pid=16744] ppid=16742 vsize=41172 CPUtime=586.03 cores=1,3
/proc/16744/stat : 16744 (lingeling) T 16742 16744 16744 0 -1 4202496 84125 0 0 0 58594 9 0 0 25 0 1 0 886799298 42160128 9495 33554432000 4194304 4352236 140737091759024 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16744/statm: 10293 9495 129 39 0 9373 0
[pid=16742/tid=16770] ppid=16645 vsize=294800 CPUtime=0 cores=1,3
/proc/16742/task/16770/stat : 16770 (python) S 16645 16645 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886857966 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 514 18446604469299765504 0 0 -1 3 0 0 0
[pid=16771] ppid=16645 vsize=294812 CPUtime=0.71 cores=1,3
/proc/16771/stat : 16771 (python) S 16645 16645 15206 0 -1 4202560 992 0 0 0 37 34 0 0 15 0 1 0 886857966 301887488 7066 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854342 0 0 16781312 514 8243526860894339336 0 0 17 1 0 0 0
/proc/16771/statm: 73703 7066 370 364 0 9618 0
[pid=16773] ppid=16771 vsize=125380 CPUtime=473.08 cores=1,3
/proc/16773/stat : 16773 (cryptominisat-2) R 16771 16773 16773 0 -1 4202496 121757 0 0 0 47278 30 0 0 25 0 1 0 886857967 128389120 24693 33554432000 4194304 4677096 140735815305296 18446744073709551615 4310232 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16773/statm: 31345 24693 390 118 0 26304 0
[pid=16645/tid=16743] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 886799298 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
[pid=16645/tid=16772] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16772/stat : 16772 (python) S 16643 16645 15206 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886857966 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 1061220

[startup+1122.3 s]
/proc/loadavg: 4.00 4.05 3.91 5/215 16846
/proc/meminfo: memFree=30511340/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=305056 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 13207 932 1 0 132 14 0 0 19 0 3 0 886799107 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 76264 8570 1870 364 0 12179 0
[pid=16742] ppid=16645 vsize=294800 CPUtime=0.78 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 1201 0 0 0 40 38 0 0 19 0 2 0 886799298 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16742/statm: 73700 7111 414 364 0 9618 0
[pid=16744] ppid=16742 vsize=41172 CPUtime=586.03 cores=1,3
/proc/16744/stat : 16744 (lingeling) T 16742 16744 16744 0 -1 4202496 84125 0 0 0 58594 9 0 0 25 0 1 0 886799298 42160128 9495 33554432000 4194304 4352236 140737091759024 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16744/statm: 10293 9495 129 39 0 9373 0
[pid=16742/tid=16770] ppid=16645 vsize=294800 CPUtime=0 cores=1,3
/proc/16742/task/16770/stat : 16770 (python) S 16645 16645 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886857966 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 514 18446604469299765504 0 0 -1 3 0 0 0
[pid=16771] ppid=16645 vsize=294812 CPUtime=0.8 cores=1,3
/proc/16771/stat : 16771 (python) S 16645 16645 15206 0 -1 4202560 992 0 0 0 41 39 0 0 15 0 1 0 886857966 301887488 7066 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854342 0 0 16781312 514 8243526860894339336 0 0 17 1 0 0 0
/proc/16771/statm: 73703 7066 370 364 0 9618 0
[pid=16773] ppid=16771 vsize=126068 CPUtime=533 cores=1,3
/proc/16773/stat : 16773 (cryptominisat-2) R 16771 16773 16773 0 -1 4202496 131764 0 0 0 53267 33 0 0 25 0 1 0 886857967 129093632 24018 33554432000 4194304 4677096 140735815305296 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16773/statm: 31517 24018 390 118 0 26476 0
[pid=16645/tid=16743] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 886799298 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
[pid=16645/tid=16772] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16772/stat : 16772 (python) S 16643 16645 15206 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886857966 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 1061908

[startup+1182.3 s]
/proc/loadavg: 4.09 4.06 3.92 5/215 16848
/proc/meminfo: memFree=30509936/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=305056 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 13207 932 1 0 132 14 0 0 19 0 3 0 886799107 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 76264 8570 1870 364 0 12179 0
[pid=16742] ppid=16645 vsize=294800 CPUtime=0.78 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 1201 0 0 0 40 38 0 0 19 0 2 0 886799298 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16742/statm: 73700 7111 414 364 0 9618 0
[pid=16744] ppid=16742 vsize=41172 CPUtime=586.03 cores=1,3
/proc/16744/stat : 16744 (lingeling) T 16742 16744 16744 0 -1 4202496 84125 0 0 0 58594 9 0 0 25 0 1 0 886799298 42160128 9495 33554432000 4194304 4352236 140737091759024 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16744/statm: 10293 9495 129 39 0 9373 0
[pid=16742/tid=16770] ppid=16645 vsize=294800 CPUtime=0 cores=1,3
/proc/16742/task/16770/stat : 16770 (python) S 16645 16645 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886857966 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 514 18446604469299765504 0 0 -1 3 0 0 0
[pid=16771] ppid=16645 vsize=294812 CPUtime=0.88 cores=1,3
/proc/16771/stat : 16771 (python) S 16645 16645 15206 0 -1 4202560 992 0 0 0 46 42 0 0 15 0 1 0 886857966 301887488 7066 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854342 0 0 16781312 514 8243526860894339336 0 0 17 1 0 0 0
/proc/16771/statm: 73703 7066 370 364 0 9618 0
[pid=16773] ppid=16771 vsize=136472 CPUtime=592.93 cores=1,3
/proc/16773/stat : 16773 (cryptominisat-2) R 16771 16773 16773 0 -1 4202496 142922 0 0 0 59256 37 0 0 25 0 1 0 886857967 139747328 26966 33554432000 4194304 4677096 140735815305296 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16773/statm: 34118 26966 390 118 0 29077 0
[pid=16645/tid=16743] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 886799298 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
[pid=16645/tid=16772] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16772/stat : 16772 (python) S 16643 16645 15206 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886857966 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 1072312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 4.06 4.06 3.92 5/215 16848
/proc/meminfo: memFree=30493188/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=305056 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 13207 932 1 0 132 14 0 0 19 0 3 0 886799107 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 76264 8570 1870 364 0 12179 0
[pid=16742] ppid=16645 vsize=294800 CPUtime=0.78 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 1201 0 0 0 40 38 0 0 19 0 2 0 886799298 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16742/statm: 73700 7111 414 364 0 9618 0
[pid=16744] ppid=16742 vsize=41172 CPUtime=586.03 cores=1,3
/proc/16744/stat : 16744 (lingeling) T 16742 16744 16744 0 -1 4202496 84125 0 0 0 58594 9 0 0 25 0 1 0 886799298 42160128 9495 33554432000 4194304 4352236 140737091759024 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16744/statm: 10293 9495 129 39 0 9373 0
[pid=16742/tid=16770] ppid=16645 vsize=294800 CPUtime=0 cores=1,3
/proc/16742/task/16770/stat : 16770 (python) S 16645 16645 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886857966 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 514 18446604469299765504 0 0 -1 3 0 0 0
[pid=16771] ppid=16645 vsize=294812 CPUtime=0.91 cores=1,3
/proc/16771/stat : 16771 (python) S 16645 16645 15206 0 -1 4202560 992 0 0 0 47 44 0 0 15 0 1 0 886857966 301887488 7066 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854342 0 0 16781312 514 8243526860894339336 0 0 17 1 0 0 0
/proc/16771/statm: 73703 7066 370 364 0 9618 0
[pid=16773] ppid=16771 vsize=136672 CPUtime=610.91 cores=1,3
/proc/16773/stat : 16773 (cryptominisat-2) R 16771 16773 16773 0 -1 4202496 146099 0 0 0 61053 38 0 0 25 0 1 0 886857967 139952128 26353 33554432000 4194304 4677096 140735815305296 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16773/statm: 34168 26353 390 118 0 29127 0
[pid=16645/tid=16743] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 886799298 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
[pid=16645/tid=16772] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16772/stat : 16772 (python) S 16643 16645 15206 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886857966 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1072512

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

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

[startup+1200.3 s]
/proc/loadavg: 4.06 4.06 3.92 5/215 16848
/proc/meminfo: memFree=30493188/32951124 swapFree=67063556/67111528
[pid=16645] ppid=16643 vsize=305056 CPUtime=1.46 cores=1,3
/proc/16645/stat : 16645 (python) S 16643 16645 15206 0 -1 4202496 13207 932 1 0 132 14 0 0 19 0 3 0 886799107 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16645/statm: 76264 8570 1870 364 0 12179 0
[pid=16742] ppid=16645 vsize=294800 CPUtime=0.78 cores=1,3
/proc/16742/stat : 16742 (python) S 16645 16645 15206 0 -1 4202560 1201 0 0 0 40 38 0 0 19 0 2 0 886799298 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16742/statm: 73700 7111 414 364 0 9618 0
[pid=16744] ppid=16742 vsize=41172 CPUtime=586.03 cores=1,3
/proc/16744/stat : 16744 (lingeling) T 16742 16744 16744 0 -1 4202496 84125 0 0 0 58594 9 0 0 25 0 1 0 886799298 42160128 9495 33554432000 4194304 4352236 140737091759024 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16744/statm: 10293 9495 129 39 0 9373 0
[pid=16742/tid=16770] ppid=16645 vsize=294800 CPUtime=0 cores=1,3
/proc/16742/task/16770/stat : 16770 (python) S 16645 16645 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886857966 301875200 7111 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 514 18446604469299765504 0 0 -1 3 0 0 0
[pid=16771] ppid=16645 vsize=294812 CPUtime=0.91 cores=1,3
/proc/16771/stat : 16771 (python) S 16645 16645 15206 0 -1 4202560 992 0 0 0 47 44 0 0 15 0 1 0 886857966 301887488 7066 33554432000 4194304 5683644 140736996573936 18446744073709551615 246516854342 0 0 16781312 514 8243526860894339336 0 0 17 1 0 0 0
/proc/16771/statm: 73703 7066 370 364 0 9618 0
[pid=16773] ppid=16771 vsize=136672 CPUtime=610.91 cores=1,3
/proc/16773/stat : 16773 (cryptominisat-2) R 16771 16773 16773 0 -1 4202496 146099 0 0 0 61053 38 0 0 25 0 1 0 886857967 139952128 26353 33554432000 4194304 4677096 140735815305296 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16773/statm: 34168 26353 390 118 0 29127 0
[pid=16645/tid=16743] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16743/stat : 16743 (python) S 16643 16645 15206 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 886799298 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
[pid=16645/tid=16772] ppid=16643 vsize=305056 CPUtime=0 cores=1,3
/proc/16645/task/16772/stat : 16772 (python) S 16643 16645 15206 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886857966 312377344 8570 33554432000 4194304 5683644 140736996573936 18446744073709551615 246528657841 0 0 16781312 2 18446604469299768192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1072512

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16645 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=330797
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 1.47777
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.32
CPU time (s): 1200.09
CPU user time (s): 1198.66
CPU system time (s): 1.43
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 1142132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3308
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14139
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= 11304
involuntary context switches= 16

runsolver used 2.04769 second user time and 4.94925 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 02:26:49
IDJOB=3484647
IDBENCH=84180
IDSOLVER=1976
FILE ID=node134/3484647-1307752009
RUNJOBID= node134-1307750805-16436
PBS_JOBID= 13550824
Free space on /tmp= 74028 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.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-3484647-1307752009/watcher-3484647-1307752009 -o /tmp/evaluation-result-3484647-1307752009/solver-3484647-1307752009 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484647-1307752009.cnf -seed 583001715 -budget 1200

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=583001715

node134.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.67
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.83
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	: 7186.06
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.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31691396 kB
Buffers:        277488 kB
Cached:         757496 kB
SwapCached:      10284 kB
Active:         568640 kB
Inactive:       487748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31691396 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           35820 kB
Writeback:           4 kB
AnonPages:       18664 kB
Mapped:          10224 kB
Slab:           137968 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73916 MiB
End job on node134 at 2011-06-11 02:46:51