Trace number 3484680

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 1199.62

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484926
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.36/0.57	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.57	c INFO: solving HOME/instance-3484680-1307753212.cnf
0.36/0.57	c INFO: computing task features
0.36/0.57	c INFO: computed variable-clause graph statistics
0.36/0.57	c INFO: computed clause balance statistics
0.36/0.59	c INFO: computed variable balance statistics
0.46/0.61	c INFO: computed small-clause counts
0.46/0.61	c INFO: computed Horn-clause counts
0.46/0.61	c INFO: computed variable graph statistics
0.46/0.61	c INFO: collected features for HOME/instance-3484680-1307753212.cnf in 0.04 s
0.46/0.62	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.57)
587.40/587.34	c INFO: running cryptominisat-2.9.0@0 for 613 with 613 remaining (b = 0.50)

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

running on 2 cores: 0,2

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.06 4.06 3.92 4/189 16955
/proc/meminfo: memFree=31040940/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=15380 CPUtime=0 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 886919399 15749120 680 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/16955/statm: 3845 680 322 364 0 332 0

[startup+0.0923249 s]
/proc/loadavg: 4.06 4.06 3.92 4/189 16955
/proc/meminfo: memFree=31040940/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=96948 CPUtime=0.07 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 2822 0 0 0 5 2 0 0 17 0 1 0 886919399 99274752 2523 33554432000 4194304 5683644 140737198760336 18446744073709551615 246511910535 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/16955/statm: 24237 2523 792 364 0 1685 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96948

[startup+0.101393 s]
/proc/loadavg: 4.06 4.06 3.92 4/189 16955
/proc/meminfo: memFree=31040940/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=104216 CPUtime=0.07 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 3038 0 0 0 5 2 0 0 17 0 1 0 886919399 106717184 2725 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/16955/statm: 26054 2725 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.301334 s]
/proc/loadavg: 4.06 4.06 3.92 4/189 16955
/proc/meminfo: memFree=31040940/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=135744 CPUtime=0.22 cores=0,2
/proc/16955/stat : 16955 (python) R 16953 16955 15206 0 -1 4202496 6004 933 1 0 15 7 0 0 17 0 1 0 886919399 139001856 4162 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516833936 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16955/statm: 33936 4162 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135744

[startup+0.700213 s]
/proc/loadavg: 4.06 4.06 3.92 4/189 16955
/proc/meminfo: memFree=31040940/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288540

[startup+1.50113 s]
/proc/loadavg: 4.06 4.06 3.92 5/203 16986
/proc/meminfo: memFree=30948844/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
[pid=16981] ppid=16955 vsize=278296 CPUtime=0 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 886919461 284975104 5486 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854287 0 0 16781312 514 4055566785288601599 0 0 17 0 0 0 0
/proc/16981/statm: 69574 5486 347 364 0 5492 0
[pid=16983] ppid=16981 vsize=7076 CPUtime=0.86 cores=0,2
/proc/16983/stat : 16983 (lingeling) R 16981 16983 16983 0 -1 4202496 1434 0 0 0 86 0 0 0 21 0 1 0 886919462 7245824 965 33554432000 4194304 4352236 140737383201216 18446744073709551615 4331690 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16983/statm: 1769 965 129 39 0 849 0
[pid=16955/tid=16982] ppid=16953 vsize=288540 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 2 0 886919462 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 573912

[startup+3.10081 s]
/proc/loadavg: 4.06 4.06 3.92 5/203 16986
/proc/meminfo: memFree=30941404/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
[pid=16981] ppid=16955 vsize=278296 CPUtime=0 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886919461 284975104 5493 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854287 0 0 16781312 514 4055566785288569092 0 0 17 0 0 0 0
/proc/16981/statm: 69574 5493 354 364 0 5492 0
[pid=16983] ppid=16981 vsize=9384 CPUtime=2.46 cores=0,2
/proc/16983/stat : 16983 (lingeling) R 16981 16983 16983 0 -1 4202496 2619 0 0 0 246 0 0 0 25 0 1 0 886919462 9609216 1542 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16983/statm: 2346 1542 129 39 0 1426 0
[pid=16955/tid=16982] ppid=16953 vsize=288540 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 2 0 886919462 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 576220

[startup+6.30724 s]
/proc/loadavg: 4.06 4.06 3.92 5/203 16986
/proc/meminfo: memFree=30928288/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
[pid=16981] ppid=16955 vsize=278296 CPUtime=0 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 881 0 0 0 0 0 0 0 18 0 1 0 886919461 284975104 5516 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854287 0 0 16781312 514 4055566785288569092 0 0 17 0 0 0 0
/proc/16981/statm: 69574 5516 377 364 0 5492 0
[pid=16983] ppid=16981 vsize=12584 CPUtime=5.66 cores=0,2
/proc/16983/stat : 16983 (lingeling) R 16981 16983 16983 0 -1 4202496 4795 0 0 0 566 0 0 0 25 0 1 0 886919462 12886016 2342 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16983/statm: 3146 2342 129 39 0 2226 0
[pid=16955/tid=16982] ppid=16953 vsize=288540 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 2 0 886919462 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 579420

[startup+12.7011 s]
/proc/loadavg: 4.05 4.06 3.92 5/203 16987
/proc/meminfo: memFree=30924884/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
[pid=16981] ppid=16955 vsize=278296 CPUtime=0.01 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 884 0 0 0 1 0 0 0 18 0 1 0 886919461 284975104 5516 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854287 0 0 16781312 514 9917418960679043332 0 0 17 0 0 0 0
/proc/16981/statm: 69574 5516 377 364 0 5492 0
[pid=16983] ppid=16981 vsize=12460 CPUtime=12.05 cores=0,2
/proc/16983/stat : 16983 (lingeling) R 16981 16983 16983 0 -1 4202496 6972 0 0 0 1204 1 0 0 25 0 1 0 886919462 12759040 2311 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16983/statm: 3115 2311 129 39 0 2195 0
[pid=16955/tid=16982] ppid=16953 vsize=288540 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 2 0 886919462 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 579296

[startup+25.5008 s]
/proc/loadavg: 4.04 4.05 3.92 5/203 16987
/proc/meminfo: memFree=30922728/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
[pid=16981] ppid=16955 vsize=278296 CPUtime=0.02 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 890 0 0 0 2 0 0 0 18 0 1 0 886919461 284975104 5516 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854287 0 0 16781312 514 9917418960679043332 0 0 17 0 0 0 0
/proc/16981/statm: 69574 5516 377 364 0 5492 0
[pid=16983] ppid=16981 vsize=19888 CPUtime=24.84 cores=0,2
/proc/16983/stat : 16983 (lingeling) R 16981 16983 16983 0 -1 4202496 12253 0 0 0 2482 2 0 0 25 0 1 0 886919462 20365312 4168 33554432000 4194304 4352236 140737383201216 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16983/statm: 4972 4168 129 39 0 4052 0
[pid=16955/tid=16982] ppid=16953 vsize=288540 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 2 0 886919462 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 586724

[startup+51.1011 s]
/proc/loadavg: 4.02 4.05 3.92 5/203 16988
/proc/meminfo: memFree=30916420/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
[pid=16981] ppid=16955 vsize=278296 CPUtime=0.05 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 901 0 0 0 4 1 0 0 18 0 1 0 886919461 284975104 5516 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854287 0 0 16781312 514 9917418960679043332 0 0 17 0 0 0 0
/proc/16981/statm: 69574 5516 377 364 0 5492 0
[pid=16983] ppid=16981 vsize=19868 CPUtime=50.41 cores=0,2
/proc/16983/stat : 16983 (lingeling) R 16981 16983 16983 0 -1 4202496 18206 0 0 0 5038 3 0 0 25 0 1 0 886919462 20344832 4163 33554432000 4194304 4352236 140737383201216 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16983/statm: 4967 4163 129 39 0 4047 0
[pid=16955/tid=16982] ppid=16953 vsize=288540 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 2 0 886919462 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 586704

[startup+102.301 s]
/proc/loadavg: 4.06 4.05 3.93 5/203 16989
/proc/meminfo: memFree=30890396/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
[pid=16981] ppid=16955 vsize=278296 CPUtime=0.13 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 923 0 0 0 8 5 0 0 18 0 1 0 886919461 284975104 5516 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854287 0 0 16781312 514 9917418960679043332 0 0 17 0 0 0 0
/proc/16981/statm: 69574 5516 377 364 0 5492 0
[pid=16983] ppid=16981 vsize=24092 CPUtime=101.53 cores=0,2
/proc/16983/stat : 16983 (lingeling) R 16981 16983 16983 0 -1 4202496 30654 0 0 0 10149 4 0 0 25 0 1 0 886919462 24670208 5219 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16983/statm: 6023 5219 129 39 0 5103 0
[pid=16955/tid=16982] ppid=16953 vsize=288540 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 2 0 886919462 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 590928

[startup+162.301 s]
/proc/loadavg: 4.02 4.04 3.93 5/203 16991
/proc/meminfo: memFree=30878456/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=288540 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 9690 933 1 0 35 13 0 0 19 0 2 0 886919399 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 72135 7010 1867 364 0 8053 0
[pid=16981] ppid=16955 vsize=278296 CPUtime=0.21 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 941 0 0 0 13 8 0 0 18 0 1 0 886919461 284975104 5516 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854287 0 0 16781312 514 9917418960679043332 0 0 17 0 0 0 0
/proc/16981/statm: 69574 5516 377 364 0 5492 0
[pid=16983] ppid=16981 vsize=25116 CPUtime=161.47 cores=0,2
/proc/16983/stat : 16983 (lingeling) R 16981 16983 16983 0 -1 4202496 46654 0 0 0 16141 6 0 0 25 0 1 0 886919462 25718784 5475 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16983/statm: 6279 5475 129 39 0 5359 0
[pid=16955/tid=16982] ppid=16953 vsize=288540 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 2 0 886919462 295464960 7010 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 591952


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

[pid=17016] ppid=16955 vsize=288924 CPUtime=0.53 cores=0,2
/proc/17016/stat : 17016 (python) S 16955 16955 15206 0 -1 4202560 992 0 0 0 30 23 0 0 15 0 1 0 886978134 295858176 5607 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854342 0 0 16781312 514 9917418960679043331 0 0 17 0 0 0 0
/proc/17016/statm: 72231 5607 371 364 0 8146 0
[pid=17018] ppid=17016 vsize=88684 CPUtime=354.63 cores=0,2
/proc/17018/stat : 17018 (cryptominisat-2) R 17016 17018 17018 0 -1 4202496 124147 0 0 0 35429 34 0 0 25 0 1 0 886978135 90812416 13780 33554432000 4194304 4677096 140734341586016 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17018/statm: 22171 13780 386 118 0 17130 0
[pid=16955/tid=16982] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 3 0 886919462 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
[pid=16955/tid=17017] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/17017/stat : 17017 (python) S 16953 16955 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886978135 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 942.6
Current children cumulated vsize (KiB) 1017568

[startup+1002.3 s]
/proc/loadavg: 1.42 2.82 3.50 2/180 17117
/proc/meminfo: memFree=31650960/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=299168 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 10465 933 1 0 35 13 0 0 20 0 3 0 886919399 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 74792 7110 1870 364 0 10707 0
[pid=16981] ppid=16955 vsize=288540 CPUtime=0.81 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 1187 0 0 0 47 34 0 0 19 0 2 0 886919461 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16981/statm: 72135 5559 415 364 0 8053 0
[pid=16983] ppid=16981 vsize=52252 CPUtime=586.15 cores=0,2
/proc/16983/stat : 16983 (lingeling) T 16981 16983 16983 0 -1 4202496 130558 0 0 0 58599 16 0 0 25 0 1 0 886919462 53506048 12259 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328395 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16983/statm: 13063 12259 129 39 0 12143 0
[pid=16981/tid=17015] ppid=16955 vsize=288540 CPUtime=0 cores=0,2
/proc/16981/task/17015/stat : 17015 (python) S 16955 16955 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886978134 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 514 18446604453856953472 0 0 -1 2 0 0 0
[pid=17016] ppid=16955 vsize=288924 CPUtime=0.61 cores=0,2
/proc/17016/stat : 17016 (python) S 16955 16955 15206 0 -1 4202560 992 0 0 0 34 27 0 0 15 0 1 0 886978134 295858176 5607 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854342 0 0 16781312 514 9917418960679043331 0 0 17 0 0 0 0
/proc/17016/statm: 72231 5607 371 364 0 8146 0
[pid=17018] ppid=17016 vsize=89204 CPUtime=414.57 cores=0,2
/proc/17018/stat : 17018 (cryptominisat-2) R 17016 17018 17018 0 -1 4202496 143209 0 0 0 41419 38 0 0 25 0 1 0 886978135 91344896 13875 33554432000 4194304 4677096 140734341586016 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17018/statm: 22301 13875 386 118 0 17260 0
[pid=16955/tid=16982] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 3 0 886919462 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
[pid=16955/tid=17017] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/17017/stat : 17017 (python) S 16953 16955 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886978135 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.62
Current children cumulated vsize (KiB) 1018088

[startup+1062.31 s]
/proc/loadavg: 1.15 2.49 3.34 2/180 17122
/proc/meminfo: memFree=31651128/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=299168 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 10465 933 1 0 35 13 0 0 20 0 3 0 886919399 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 74792 7110 1870 364 0 10707 0
[pid=16981] ppid=16955 vsize=288540 CPUtime=0.81 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 1187 0 0 0 47 34 0 0 19 0 2 0 886919461 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16981/statm: 72135 5559 415 364 0 8053 0
[pid=16983] ppid=16981 vsize=52252 CPUtime=586.15 cores=0,2
/proc/16983/stat : 16983 (lingeling) T 16981 16983 16983 0 -1 4202496 130558 0 0 0 58599 16 0 0 25 0 1 0 886919462 53506048 12259 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328395 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16983/statm: 13063 12259 129 39 0 12143 0
[pid=16981/tid=17015] ppid=16955 vsize=288540 CPUtime=0 cores=0,2
/proc/16981/task/17015/stat : 17015 (python) S 16955 16955 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886978134 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 514 18446604453856953472 0 0 -1 2 0 0 0
[pid=17016] ppid=16955 vsize=288924 CPUtime=0.69 cores=0,2
/proc/17016/stat : 17016 (python) S 16955 16955 15206 0 -1 4202560 992 0 0 0 38 31 0 0 15 0 1 0 886978134 295858176 5607 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854342 0 0 16781312 514 9917418960679043331 0 0 17 0 0 0 0
/proc/17016/statm: 72231 5607 371 364 0 8146 0
[pid=17018] ppid=17016 vsize=89736 CPUtime=474.54 cores=0,2
/proc/17018/stat : 17018 (cryptominisat-2) R 17016 17018 17018 0 -1 4202496 159192 0 0 0 47413 41 0 0 25 0 1 0 886978135 91889664 13798 33554432000 4194304 4677096 140734341586016 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17018/statm: 22434 13798 386 118 0 17393 0
[pid=16955/tid=16982] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 3 0 886919462 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
[pid=16955/tid=17017] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/17017/stat : 17017 (python) S 16953 16955 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886978135 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.67
Current children cumulated vsize (KiB) 1018620

[startup+1122.3 s]
/proc/loadavg: 1.05 2.22 3.19 2/180 17123
/proc/meminfo: memFree=31649968/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=299168 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 10465 933 1 0 35 13 0 0 20 0 3 0 886919399 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 74792 7110 1870 364 0 10707 0
[pid=16981] ppid=16955 vsize=288540 CPUtime=0.81 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 1187 0 0 0 47 34 0 0 19 0 2 0 886919461 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16981/statm: 72135 5559 415 364 0 8053 0
[pid=16983] ppid=16981 vsize=52252 CPUtime=586.15 cores=0,2
/proc/16983/stat : 16983 (lingeling) T 16981 16983 16983 0 -1 4202496 130558 0 0 0 58599 16 0 0 25 0 1 0 886919462 53506048 12259 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328395 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16983/statm: 13063 12259 129 39 0 12143 0
[pid=16981/tid=17015] ppid=16955 vsize=288540 CPUtime=0 cores=0,2
/proc/16981/task/17015/stat : 17015 (python) S 16955 16955 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886978134 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 514 18446604453856953472 0 0 -1 2 0 0 0
[pid=17016] ppid=16955 vsize=288924 CPUtime=0.76 cores=0,2
/proc/17016/stat : 17016 (python) S 16955 16955 15206 0 -1 4202560 992 0 0 0 42 34 0 0 15 0 1 0 886978134 295858176 5607 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854342 0 0 16781312 514 9917418960679043331 0 0 17 0 0 0 0
/proc/17016/statm: 72231 5607 371 364 0 8146 0
[pid=17018] ppid=17016 vsize=90252 CPUtime=534.5 cores=0,2
/proc/17018/stat : 17018 (cryptominisat-2) R 17016 17018 17018 0 -1 4202496 172486 0 0 0 53405 45 0 0 25 0 1 0 886978135 92418048 14203 33554432000 4194304 4677096 140734341586016 18446744073709551615 246516530844 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17018/statm: 22563 14203 386 118 0 17522 0
[pid=16955/tid=16982] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 3 0 886919462 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
[pid=16955/tid=17017] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/17017/stat : 17017 (python) S 16953 16955 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886978135 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.7
Current children cumulated vsize (KiB) 1019136

[startup+1182.3 s]
/proc/loadavg: 1.02 1.99 3.05 2/180 17125
/proc/meminfo: memFree=31652176/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=299168 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 10465 933 1 0 35 13 0 0 20 0 3 0 886919399 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 74792 7110 1870 364 0 10707 0
[pid=16981] ppid=16955 vsize=288540 CPUtime=0.81 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 1187 0 0 0 47 34 0 0 19 0 2 0 886919461 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16981/statm: 72135 5559 415 364 0 8053 0
[pid=16983] ppid=16981 vsize=52252 CPUtime=586.15 cores=0,2
/proc/16983/stat : 16983 (lingeling) T 16981 16983 16983 0 -1 4202496 130558 0 0 0 58599 16 0 0 25 0 1 0 886919462 53506048 12259 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328395 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16983/statm: 13063 12259 129 39 0 12143 0
[pid=16981/tid=17015] ppid=16955 vsize=288540 CPUtime=0 cores=0,2
/proc/16981/task/17015/stat : 17015 (python) S 16955 16955 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886978134 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 514 18446604453856953472 0 0 -1 2 0 0 0
[pid=17016] ppid=16955 vsize=288924 CPUtime=0.84 cores=0,2
/proc/17016/stat : 17016 (python) S 16955 16955 15206 0 -1 4202560 992 0 0 0 47 37 0 0 15 0 1 0 886978134 295858176 5607 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854342 0 0 16781312 514 9917418960679043331 0 0 17 0 0 0 0
/proc/17016/statm: 72231 5607 371 364 0 8146 0
[pid=17018] ppid=17016 vsize=90644 CPUtime=594.46 cores=0,2
/proc/17018/stat : 17018 (cryptominisat-2) R 17016 17018 17018 0 -1 4202496 185304 0 0 0 59398 48 0 0 25 0 1 0 886978135 92819456 13575 33554432000 4194304 4677096 140734341586016 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17018/statm: 22661 13575 386 118 0 17620 0
[pid=16955/tid=16982] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 3 0 886919462 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
[pid=16955/tid=17017] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/17017/stat : 17017 (python) S 16953 16955 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886978135 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.74
Current children cumulated vsize (KiB) 1019528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 1.01 1.94 3.01 2/180 17125
/proc/meminfo: memFree=31653904/32951124 swapFree=67063556/67111528
[pid=16955] ppid=16953 vsize=299168 CPUtime=0.48 cores=0,2
/proc/16955/stat : 16955 (python) S 16953 16955 15206 0 -1 4202496 10465 933 1 0 35 13 0 0 20 0 3 0 886919399 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16955/statm: 74792 7110 1870 364 0 10707 0
[pid=16981] ppid=16955 vsize=288540 CPUtime=0.81 cores=0,2
/proc/16981/stat : 16981 (python) S 16955 16955 15206 0 -1 4202560 1187 0 0 0 47 34 0 0 19 0 2 0 886919461 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16981/statm: 72135 5559 415 364 0 8053 0
[pid=16983] ppid=16981 vsize=52252 CPUtime=586.15 cores=0,2
/proc/16983/stat : 16983 (lingeling) T 16981 16983 16983 0 -1 4202496 130558 0 0 0 58599 16 0 0 25 0 1 0 886919462 53506048 12259 33554432000 4194304 4352236 140737383201216 18446744073709551615 4328395 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16983/statm: 13063 12259 129 39 0 12143 0
[pid=16981/tid=17015] ppid=16955 vsize=288540 CPUtime=0 cores=0,2
/proc/16981/task/17015/stat : 17015 (python) S 16955 16955 15206 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886978134 295464960 5559 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 514 18446604453856953472 0 0 -1 2 0 0 0
[pid=17016] ppid=16955 vsize=288924 CPUtime=0.87 cores=0,2
/proc/17016/stat : 17016 (python) S 16955 16955 15206 0 -1 4202560 992 0 0 0 48 39 0 0 15 0 1 0 886978134 295858176 5607 33554432000 4194304 5683644 140737198760336 18446744073709551615 246516854342 0 0 16781312 514 9917418960679043331 0 0 17 0 0 0 0
/proc/17016/statm: 72231 5607 371 364 0 8146 0
[pid=17018] ppid=17016 vsize=90656 CPUtime=611.75 cores=0,2
/proc/17018/stat : 17018 (cryptominisat-2) R 17016 17018 17018 0 -1 4202496 189267 0 0 0 61127 48 0 0 25 0 1 0 886978135 92831744 13140 33554432000 4194304 4677096 140734341586016 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17018/statm: 22664 13140 386 118 0 17623 0
[pid=16955/tid=16982] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/16982/stat : 16982 (python) S 16953 16955 15206 0 -1 4202560 31 933 0 0 0 0 0 0 19 0 3 0 886919462 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
[pid=16955/tid=17017] ppid=16953 vsize=299168 CPUtime=0 cores=0,2
/proc/16955/task/17017/stat : 17017 (python) S 16953 16955 15206 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886978135 306348032 7110 33554432000 4194304 5683644 140737198760336 18446744073709551615 246528657841 0 0 16781312 2 18446604453862488128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1019540

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16955 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=358945
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 0.499923
# 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): 1199.62
CPU time (s): 1200.06
CPU user time (s): 1198.56
CPU system time (s): 1.5
CPU usage (%): 100.036
Max. virtual memory (cumulated for all children) (KiB): 1089400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.358945
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11398
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= 6423
involuntary context switches= 33

runsolver used 2.21666 second user time and 4.44732 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 02:46:52
IDJOB=3484680
IDBENCH=87943
IDSOLVER=1976
FILE ID=node134/3484680-1307753212
RUNJOBID= node134-1307750805-16434
PBS_JOBID= 13550824
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.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-3484680-1307753212/watcher-3484680-1307753212 -o /tmp/evaluation-result-3484680-1307753212/solver-3484680-1307753212 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484680-1307753212.cnf -seed 730358941 -budget 1200

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=730358941

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:      31050064 kB
Buffers:        280140 kB
Cached:         810508 kB
SwapCached:      10284 kB
Active:        1196536 kB
Inactive:       497908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31050064 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           65680 kB
Writeback:           0 kB
AnonPages:      600832 kB
Mapped:          15728 kB
Slab:           139064 kB
PageTables:       7812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1219212 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= 74088 MiB
End job on node134 at 2011-06-11 03:06:54