Trace number 3498524

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)UNSAT 725.804 725.418

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.29/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.29/0.48	c INFO: solving HOME/instance-3498524-1307957547.cnf
0.29/0.48	c INFO: computing task features
0.37/0.55	c INFO: computed variable-clause graph statistics
0.37/0.55	c INFO: computed clause balance statistics
0.77/0.93	c INFO: computed variable balance statistics
1.07/1.20	c INFO: computed small-clause counts
1.07/1.21	c INFO: computed Horn-clause counts
1.17/1.32	c INFO: computed variable graph statistics
1.17/1.32	c INFO: collected features for HOME/instance-3498524-1307957547.cnf in 0.84 s
1.17/1.35	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.29)
101.27/101.48	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.40)
587.05/586.98	c INFO: running SApperloT@0 for 97 with 4413 remaining (b = 0.16)
687.36/687.12	c INFO: running cryptominisat-2.9.0@0 for 485 with 4313 remaining (b = 0.40)
725.60/725.39	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3498524-1307957547/watcher-3498524-1307957547 -o /var/tmp/evaluation-result-3498524-1307957547/solver-3498524-1307957547 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498524-1307957547.cnf -seed 399058053 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 4/193 22802
/proc/meminfo: memFree=14893152/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 796 0 0 0 0 0 0 0 25 0 1 0 888170072 15753216 681 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/22802/statm: 3846 681 322 364 0 333 0

[startup+0.0301731 s]
/proc/loadavg: 2.00 2.00 1.93 4/193 22802
/proc/meminfo: memFree=14893152/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=18888 CPUtime=0.01 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 1260 0 0 0 1 0 0 0 25 0 1 0 888170072 19341312 1112 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/22802/statm: 4722 1112 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.10017 s]
/proc/loadavg: 2.00 2.00 1.93 4/193 22802
/proc/meminfo: memFree=14893152/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=102012 CPUtime=0.06 cores=1,3,5,7
/proc/22802/stat : 22802 (python) R 22800 22802 22344 0 -1 4202496 3015 0 0 0 4 2 0 0 17 0 1 0 888170072 104460288 2705 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261659783 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22802/statm: 25503 2705 841 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102012

[startup+0.300641 s]
/proc/loadavg: 2.00 2.00 1.93 4/193 22802
/proc/meminfo: memFree=14893152/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=157384 CPUtime=0.22 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 6597 935 1 0 15 7 0 0 17 0 1 0 888170072 161161216 4696 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/22802/statm: 39346 4696 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 157384

[startup+0.701048 s]
/proc/loadavg: 2.00 2.00 1.93 4/193 22802
/proc/meminfo: memFree=14893152/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=282508 CPUtime=0.57 cores=1,3,5,7
/proc/22802/stat : 22802 (python) R 22800 22802 22344 0 -1 4202496 11035 935 1 0 48 9 0 0 17 0 1 0 888170072 289288192 8011 33554432000 4194304 5683644 140733256522960 18446744073709551615 5003920 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22802/statm: 70627 8011 1826 364 0 6551 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 282508

[startup+1.50087 s]
/proc/loadavg: 2.00 2.00 1.93 3/194 22807
/proc/meminfo: memFree=14865268/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.21 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 11494 935 1 0 112 9 0 0 20 0 2 0 888170072 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22802/statm: 72751 7621 1875 364 0 8669 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 291004

[startup+3.10062 s]
/proc/loadavg: 2.00 2.00 1.93 3/197 22810
/proc/meminfo: memFree=14859792/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.21 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 11494 935 1 0 112 9 0 0 20 0 2 0 888170072 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22802/statm: 72751 7621 1875 364 0 8669 0
[pid=22808] ppid=22802 vsize=280760 CPUtime=0 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 888170207 287498240 6101 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636623 0 0 16781312 514 12399949369602736127 0 0 17 5 0 0 0
/proc/22808/statm: 70190 6101 359 364 0 6108 0
[pid=22810] ppid=22808 vsize=7976 CPUtime=1.74 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) R 22808 22810 22810 0 -1 4202496 2008 0 0 0 174 0 0 0 25 0 1 0 888170207 8167424 1164 33554432000 4194304 4352236 140735081920928 18446744073709551615 4277755 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22810/statm: 1994 1164 129 39 0 1074 0
[pid=22802/tid=22809] ppid=22800 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 888170207 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 579740

[startup+6.30106 s]
/proc/loadavg: 2.00 2.00 1.93 3/197 22810
/proc/meminfo: memFree=14857784/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.21 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 11494 935 1 0 112 9 0 0 20 0 2 0 888170072 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22802/statm: 72751 7621 1875 364 0 8669 0
[pid=22808] ppid=22802 vsize=280760 CPUtime=0 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 1 0 888170207 287498240 6124 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636623 0 0 16781312 514 12399949369602736127 0 0 17 5 0 0 0
/proc/22808/statm: 70190 6124 382 364 0 6108 0
[pid=22810] ppid=22808 vsize=9896 CPUtime=4.93 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) R 22808 22810 22810 0 -1 4202496 2520 0 0 0 493 0 0 0 25 0 1 0 888170207 10133504 1676 33554432000 4194304 4352236 140735081920928 18446744073709551615 4234447 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22810/statm: 2474 1676 129 39 0 1554 0
[pid=22802/tid=22809] ppid=22800 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 888170207 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 581660

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.93 3/197 22810
/proc/meminfo: memFree=14845620/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.21 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 11494 935 1 0 112 9 0 0 20 0 2 0 888170072 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22802/statm: 72751 7621 1875 364 0 8669 0
[pid=22808] ppid=22802 vsize=280760 CPUtime=0 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 974 0 0 0 0 0 0 0 18 0 1 0 888170207 287498240 6124 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636623 0 0 16781312 514 11469665496308089094 0 0 17 5 0 0 0
/proc/22808/statm: 70190 6124 382 364 0 6108 0
[pid=22810] ppid=22808 vsize=13608 CPUtime=11.33 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) R 22808 22810 22810 0 -1 4202496 3416 0 0 0 1133 0 0 0 25 0 1 0 888170207 13934592 2572 33554432000 4194304 4352236 140735081920928 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22810/statm: 3402 2572 129 39 0 2482 0
[pid=22802/tid=22809] ppid=22800 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 888170207 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 585372

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.93 3/197 22810
/proc/meminfo: memFree=14849996/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.21 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 11494 935 1 0 112 9 0 0 20 0 2 0 888170072 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22802/statm: 72751 7621 1875 364 0 8669 0
[pid=22808] ppid=22802 vsize=280760 CPUtime=0.02 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 980 0 0 0 1 1 0 0 18 0 1 0 888170207 287498240 6124 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636623 0 0 16781312 514 11469665496308089094 0 0 17 5 0 0 0
/proc/22808/statm: 70190 6124 382 364 0 6108 0
[pid=22810] ppid=22808 vsize=14888 CPUtime=24.12 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) R 22808 22810 22810 0 -1 4202496 4248 0 0 0 2412 0 0 0 25 0 1 0 888170207 15245312 2892 33554432000 4194304 4352236 140735081920928 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22810/statm: 3722 2892 129 39 0 2802 0
[pid=22802/tid=22809] ppid=22800 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 888170207 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 586652

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.93 3/197 22811
/proc/meminfo: memFree=14847232/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.21 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 11494 935 1 0 112 9 0 0 20 0 2 0 888170072 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22802/statm: 72751 7621 1875 364 0 8669 0
[pid=22808] ppid=22802 vsize=280760 CPUtime=0.05 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 991 0 0 0 3 2 0 0 18 0 1 0 888170207 287498240 6124 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636623 0 0 16781312 514 11469665496308089094 0 0 17 5 0 0 0
/proc/22808/statm: 70190 6124 382 364 0 6108 0
[pid=22810] ppid=22808 vsize=20008 CPUtime=49.69 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) R 22808 22810 22810 0 -1 4202496 5528 0 0 0 4969 0 0 0 25 0 1 0 888170207 20488192 4172 33554432000 4194304 4352236 140735081920928 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22810/statm: 5002 4172 129 39 0 4082 0
[pid=22802/tid=22809] ppid=22800 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 888170207 297988096 7621 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 591772

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/198 22813
/proc/meminfo: memFree=14839656/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.24 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 11990 935 1 0 115 9 0 0 18 0 2 0 888170072 297988096 7622 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22802/statm: 72751 7622 1876 364 0 8669 0
[pid=22808] ppid=22802 vsize=291004 CPUtime=0.11 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 1172 0 0 0 6 5 0 0 18 0 2 0 888170207 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22808/statm: 72751 6163 416 364 0 8669 0
[pid=22810] ppid=22808 vsize=24104 CPUtime=100.82 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) R 22808 22810 22810 0 -1 4202496 6552 0 0 0 10082 0 0 0 25 0 1 0 888170207 24682496 5196 33554432000 4194304 4352236 140735081920928 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22810/statm: 6026 5196 129 39 0 5106 0
[pid=22808/tid=22813] ppid=22802 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22808/task/22813/stat : 22813 (python) S 22802 22802 22344 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888180218 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604455799781440 0 0 -1 7 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 888170207 297988096 7622 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 606112

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/198 22815
/proc/meminfo: memFree=14834900/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.24 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 11990 935 1 0 115 9 0 0 18 0 2 0 888170072 297988096 7622 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22802/statm: 72751 7622 1876 364 0 8669 0
[pid=22808] ppid=22802 vsize=291004 CPUtime=0.18 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 1196 0 0 0 10 8 0 0 18 0 2 0 888170207 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22808/statm: 72751 6163 416 364 0 8669 0
[pid=22810] ppid=22808 vsize=23084 CPUtime=160.77 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) R 22808 22810 22810 0 -1 4202496 10393 0 0 0 16077 0 0 0 25 0 1 0 888170207 23638016 4941 33554432000 4194304 4352236 140735081920928 18446744073709551615 4234484 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22810/statm: 5771 4941 129 39 0 4851 0
[pid=22808/tid=22813] ppid=22802 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22808/task/22813/stat : 22813 (python) S 22802 22802 22344 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888180218 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604455799781440 0 0 -1 7 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 888170207 297988096 7622 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 605092

[startup+222.301 s]
/proc/loadavg: 2.06 2.02 1.93 3/198 22817
/proc/meminfo: memFree=14840564/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=291004 CPUtime=1.24 cores=1,3,5,7

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

/proc/22837/stat : 22837 (python) S 22802 22802 22344 0 -1 4202560 917 0 0 0 2 3 0 0 15 0 1 0 888238785 308502528 6121 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636678 0 0 16781312 514 5625893140368949512 0 0 17 7 0 0 0
/proc/22837/statm: 75318 6121 371 364 0 11230 0
[pid=22839] ppid=22837 vsize=90652 CPUtime=32.76 cores=1,3,5,7
/proc/22839/stat : 22839 (cryptominisat-2) R 22837 22839 22839 0 -1 4202496 19115 0 0 0 3274 2 0 0 25 0 1 0 888238785 92827648 13764 33554432000 4194304 4677096 140735438710256 18446744073709551615 4319860 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22839/statm: 22663 13764 392 118 0 17622 0
[pid=22802/tid=22809] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 4 0 888170207 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22831] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22831/stat : 22831 (python) S 22800 22802 22344 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 888228771 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22838] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22838/stat : 22838 (python) S 22800 22802 22344 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 4 0 888238785 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 720.2
Current children cumulated vsize (KiB) 1342100

[startup+723.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/208 22840
/proc/meminfo: memFree=14734036/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=311516 CPUtime=1.29 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 13086 935 1 0 119 10 0 0 19 0 4 0 888170072 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22802/statm: 77879 7634 1880 364 0 13791 0
[pid=22808] ppid=22802 vsize=291004 CPUtime=0.68 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 1213 0 0 0 35 33 0 0 18 0 2 0 888170207 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22808/statm: 72751 6163 416 364 0 8669 0
[pid=22810] ppid=22808 vsize=33348 CPUtime=585.19 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) T 22808 22810 22810 0 -1 4202496 53279 0 0 0 58513 6 0 0 25 0 1 0 888170207 34148352 7507 33554432000 4194304 4352236 140735081920928 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/22810/statm: 8337 7507 129 39 0 7417 0
[pid=22808/tid=22813] ppid=22802 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22808/task/22813/stat : 22813 (python) S 22802 22802 22344 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 888180218 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604455799781440 0 0 -1 7 0 0 0
[pid=22830] ppid=22802 vsize=291016 CPUtime=0.12 cores=1,3,5,7
/proc/22830/stat : 22830 (python) S 22802 22802 22344 0 -1 4202560 1095 0 0 0 5 7 0 0 19 0 2 0 888228771 298000384 6147 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22830/statm: 72754 6147 400 364 0 8669 0
[pid=22832] ppid=22830 vsize=23292 CPUtime=100.11 cores=1,3,5,7
/proc/22832/stat : 22832 (SApperloT-base) T 22830 22832 22832 0 -1 4202496 5482 0 0 0 10010 1 0 0 25 0 1 0 888228771 23851008 5220 33554432000 134512640 135674940 4290443424 18446744073709551615 134556454 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22832/statm: 5823 5220 99 284 0 5537 0
[pid=22830/tid=22836] ppid=22802 vsize=291016 CPUtime=0 cores=1,3,5,7
/proc/22830/task/22836/stat : 22836 (python) S 22802 22802 22344 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 888238783 298000384 6147 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604471134345344 0 0 -1 1 0 0 0
[pid=22837] ppid=22802 vsize=301272 CPUtime=0.05 cores=1,3,5,7
/proc/22837/stat : 22837 (python) S 22802 22802 22344 0 -1 4202560 918 0 0 0 2 3 0 0 15 0 1 0 888238785 308502528 6121 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636678 0 0 16781312 514 4476530480023306504 0 0 17 7 0 0 0
/proc/22837/statm: 75318 6121 371 364 0 11230 0
[pid=22839] ppid=22837 vsize=90684 CPUtime=35.95 cores=1,3,5,7
/proc/22839/stat : 22839 (cryptominisat-2) R 22837 22839 22839 0 -1 4202496 19843 0 0 0 3593 2 0 0 25 0 1 0 888238785 92860416 13608 33554432000 4194304 4677096 140735438710256 18446744073709551615 4337979 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22839/statm: 22671 13608 392 118 0 17630 0
[pid=22802/tid=22809] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 4 0 888170207 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22831] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22831/stat : 22831 (python) S 22800 22802 22344 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 888228771 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22838] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22838/stat : 22838 (python) S 22800 22802 22344 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 4 0 888238785 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 723.39
Current children cumulated vsize (KiB) 1342132

[startup+724.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/208 22840
/proc/meminfo: memFree=14734532/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=311516 CPUtime=1.29 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 13086 935 1 0 119 10 0 0 19 0 4 0 888170072 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22802/statm: 77879 7634 1880 364 0 13791 0
[pid=22808] ppid=22802 vsize=291004 CPUtime=0.68 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 1213 0 0 0 35 33 0 0 18 0 2 0 888170207 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22808/statm: 72751 6163 416 364 0 8669 0
[pid=22810] ppid=22808 vsize=33348 CPUtime=585.19 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) T 22808 22810 22810 0 -1 4202496 53279 0 0 0 58513 6 0 0 25 0 1 0 888170207 34148352 7507 33554432000 4194304 4352236 140735081920928 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/22810/statm: 8337 7507 129 39 0 7417 0
[pid=22808/tid=22813] ppid=22802 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22808/task/22813/stat : 22813 (python) S 22802 22802 22344 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 888180218 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604455799781440 0 0 -1 7 0 0 0
[pid=22830] ppid=22802 vsize=291016 CPUtime=0.12 cores=1,3,5,7
/proc/22830/stat : 22830 (python) S 22802 22802 22344 0 -1 4202560 1095 0 0 0 5 7 0 0 19 0 2 0 888228771 298000384 6147 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22830/statm: 72754 6147 400 364 0 8669 0
[pid=22832] ppid=22830 vsize=23292 CPUtime=100.11 cores=1,3,5,7
/proc/22832/stat : 22832 (SApperloT-base) T 22830 22832 22832 0 -1 4202496 5482 0 0 0 10010 1 0 0 25 0 1 0 888228771 23851008 5220 33554432000 134512640 135674940 4290443424 18446744073709551615 134556454 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22832/statm: 5823 5220 99 284 0 5537 0
[pid=22830/tid=22836] ppid=22802 vsize=291016 CPUtime=0 cores=1,3,5,7
/proc/22830/task/22836/stat : 22836 (python) S 22802 22802 22344 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 888238783 298000384 6147 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604471134345344 0 0 -1 1 0 0 0
[pid=22837] ppid=22802 vsize=301272 CPUtime=0.06 cores=1,3,5,7
/proc/22837/stat : 22837 (python) S 22802 22802 22344 0 -1 4202560 925 0 0 0 3 3 0 0 15 0 1 0 888238785 308502528 6121 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636678 0 0 16781312 514 5625893140368949512 0 0 17 7 0 0 0
/proc/22837/statm: 75318 6121 371 364 0 11230 0
[pid=22839] ppid=22837 vsize=90728 CPUtime=37.55 cores=1,3,5,7
/proc/22839/stat : 22839 (cryptominisat-2) R 22837 22839 22839 0 -1 4202496 20306 0 0 0 3753 2 0 0 25 0 1 0 888238785 92905472 13427 33554432000 4194304 4677096 140735438710256 18446744073709551615 4320291 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22839/statm: 22682 13427 392 118 0 17641 0
[pid=22802/tid=22809] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 4 0 888170207 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22831] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22831/stat : 22831 (python) S 22800 22802 22344 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 888228771 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22838] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22838/stat : 22838 (python) S 22800 22802 22344 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 4 0 888238785 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 725
Current children cumulated vsize (KiB) 1342176

[startup+725.101 s]
/proc/loadavg: 2.00 2.00 1.94 3/208 22840
/proc/meminfo: memFree=14734284/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=311516 CPUtime=1.29 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 13086 935 1 0 119 10 0 0 19 0 4 0 888170072 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22802/statm: 77879 7634 1880 364 0 13791 0
[pid=22808] ppid=22802 vsize=291004 CPUtime=0.68 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 1213 0 0 0 35 33 0 0 18 0 2 0 888170207 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22808/statm: 72751 6163 416 364 0 8669 0
[pid=22810] ppid=22808 vsize=33348 CPUtime=585.19 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) T 22808 22810 22810 0 -1 4202496 53279 0 0 0 58513 6 0 0 25 0 1 0 888170207 34148352 7507 33554432000 4194304 4352236 140735081920928 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/22810/statm: 8337 7507 129 39 0 7417 0
[pid=22808/tid=22813] ppid=22802 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22808/task/22813/stat : 22813 (python) S 22802 22802 22344 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 888180218 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604455799781440 0 0 -1 7 0 0 0
[pid=22830] ppid=22802 vsize=291016 CPUtime=0.12 cores=1,3,5,7
/proc/22830/stat : 22830 (python) S 22802 22802 22344 0 -1 4202560 1095 0 0 0 5 7 0 0 19 0 2 0 888228771 298000384 6147 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22830/statm: 72754 6147 400 364 0 8669 0
[pid=22832] ppid=22830 vsize=23292 CPUtime=100.11 cores=1,3,5,7
/proc/22832/stat : 22832 (SApperloT-base) T 22830 22832 22832 0 -1 4202496 5482 0 0 0 10010 1 0 0 25 0 1 0 888228771 23851008 5220 33554432000 134512640 135674940 4290443424 18446744073709551615 134556454 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22832/statm: 5823 5220 99 284 0 5537 0
[pid=22830/tid=22836] ppid=22802 vsize=291016 CPUtime=0 cores=1,3,5,7
/proc/22830/task/22836/stat : 22836 (python) S 22802 22802 22344 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 888238783 298000384 6147 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604471134345344 0 0 -1 1 0 0 0
[pid=22837] ppid=22802 vsize=301272 CPUtime=0.06 cores=1,3,5,7
/proc/22837/stat : 22837 (python) S 22802 22802 22344 0 -1 4202560 925 0 0 0 3 3 0 0 15 0 1 0 888238785 308502528 6121 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636678 0 0 16781312 514 5625893140368949512 0 0 17 7 0 0 0
/proc/22837/statm: 75318 6121 371 364 0 11230 0
[pid=22839] ppid=22837 vsize=90728 CPUtime=37.95 cores=1,3,5,7
/proc/22839/stat : 22839 (cryptominisat-2) R 22837 22839 22839 0 -1 4202496 20368 0 0 0 3793 2 0 0 25 0 1 0 888238785 92905472 13489 33554432000 4194304 4677096 140735438710256 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22839/statm: 22682 13489 392 118 0 17641 0
[pid=22802/tid=22809] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 4 0 888170207 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22831] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22831/stat : 22831 (python) S 22800 22802 22344 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 888228771 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22838] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22838/stat : 22838 (python) S 22800 22802 22344 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 4 0 888238785 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 725.4
Current children cumulated vsize (KiB) 1342176

[startup+725.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/208 22840
/proc/meminfo: memFree=14734284/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=311516 CPUtime=1.29 cores=1,3,5,7
/proc/22802/stat : 22802 (python) S 22800 22802 22344 0 -1 4202496 13086 935 1 0 119 10 0 0 19 0 4 0 888170072 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22802/statm: 77879 7634 1880 364 0 13791 0
[pid=22808] ppid=22802 vsize=291004 CPUtime=0.68 cores=1,3,5,7
/proc/22808/stat : 22808 (python) S 22802 22802 22344 0 -1 4202560 1213 0 0 0 35 33 0 0 18 0 2 0 888170207 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22808/statm: 72751 6163 416 364 0 8669 0
[pid=22810] ppid=22808 vsize=33348 CPUtime=585.19 cores=1,3,5,7
/proc/22810/stat : 22810 (lingeling) T 22808 22810 22810 0 -1 4202496 53279 0 0 0 58513 6 0 0 25 0 1 0 888170207 34148352 7507 33554432000 4194304 4352236 140735081920928 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/22810/statm: 8337 7507 129 39 0 7417 0
[pid=22808/tid=22813] ppid=22802 vsize=291004 CPUtime=0 cores=1,3,5,7
/proc/22808/task/22813/stat : 22813 (python) S 22802 22802 22344 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 888180218 297988096 6163 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604455799781440 0 0 -1 7 0 0 0
[pid=22830] ppid=22802 vsize=291016 CPUtime=0.12 cores=1,3,5,7
/proc/22830/stat : 22830 (python) S 22802 22802 22344 0 -1 4202560 1095 0 0 0 5 7 0 0 19 0 2 0 888228771 298000384 6147 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22830/statm: 72754 6147 400 364 0 8669 0
[pid=22832] ppid=22830 vsize=23292 CPUtime=100.11 cores=1,3,5,7
/proc/22832/stat : 22832 (SApperloT-base) T 22830 22832 22832 0 -1 4202496 5482 0 0 0 10010 1 0 0 25 0 1 0 888228771 23851008 5220 33554432000 134512640 135674940 4290443424 18446744073709551615 134556454 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22832/statm: 5823 5220 99 284 0 5537 0
[pid=22830/tid=22836] ppid=22802 vsize=291016 CPUtime=0 cores=1,3,5,7
/proc/22830/task/22836/stat : 22836 (python) S 22802 22802 22344 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 888238783 298000384 6147 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 514 18446604471134345344 0 0 -1 1 0 0 0
[pid=22837] ppid=22802 vsize=301272 CPUtime=0.06 cores=1,3,5,7
/proc/22837/stat : 22837 (python) S 22802 22802 22344 0 -1 4202560 925 0 0 0 3 3 0 0 15 0 1 0 888238785 308502528 6121 33554432000 4194304 5683644 140733256522960 18446744073709551615 254261636678 0 0 16781312 514 5625893140368949512 0 0 17 7 0 0 0
/proc/22837/statm: 75318 6121 371 364 0 11230 0
[pid=22839] ppid=22837 vsize=90728 CPUtime=38.15 cores=1,3,5,7
/proc/22839/stat : 22839 (cryptominisat-2) R 22837 22839 22839 0 -1 4202496 20395 0 0 0 3813 2 0 0 25 0 1 0 888238785 92905472 13516 33554432000 4194304 4677096 140735438710256 18446744073709551615 4319417 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22839/statm: 22682 13516 392 118 0 17641 0
[pid=22802/tid=22809] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22809/stat : 22809 (python) S 22800 22802 22344 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 4 0 888170207 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22831] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22831/stat : 22831 (python) S 22800 22802 22344 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 888228771 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
[pid=22802/tid=22838] ppid=22800 vsize=311516 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22838/stat : 22838 (python) S 22800 22802 22344 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 4 0 888238785 318992384 7634 33554432000 4194304 5683644 140733256522960 18446744073709551615 254273440177 0 0 16781312 2 18446604471162826816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 725.6
Current children cumulated vsize (KiB) 1342176

[startup+725.401 s]
/proc/loadavg: 2.00 2.00 1.94 3/208 22840
/proc/meminfo: memFree=14734284/32951124 swapFree=67057920/67111528
[pid=22802] ppid=22800 vsize=311468 CPUtime=725.76 cores=1,3,5,7
/proc/22802/stat : 22802 (python) R 22800 22802 22344 0 -1 4202496 15252 83626 1 0 119 10 72392 55 17 0 1 0 888170072 318943232 7627 33554432000 4194304 5683644 140733256522960 18446744073709551615 4516304 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22802/statm: 77867 7627 1873 364 0 13791 0
Current children cumulated CPU time (s) 725.76
Current children cumulated vsize (KiB) 311468

Child status: 0
Real time (s): 725.418
CPU time (s): 725.804
CPU user time (s): 725.132
CPU system time (s): 0.671897
CPU usage (%): 100.053
Max. virtual memory (cumulated for all children) (KiB): 1342176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 725.132
system time used= 0.671897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101542
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= 1964
involuntary context switches= 2405

runsolver used 1.17782 second user time and 2.77858 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-13 11:32:27
IDJOB=3498524
IDBENCH=87988
IDSOLVER=1991
FILE ID=node140/3498524-1307957547
RUNJOBID= node140-1307953114-22363
PBS_JOBID= 13559688
Free space on /var/tmp= 2880 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.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 /var/tmp/evaluation-result-3498524-1307957547/watcher-3498524-1307957547 -o /var/tmp/evaluation-result-3498524-1307957547/solver-3498524-1307957547 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498524-1307957547.cnf -seed 399058053 -budget 5000

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=399058053

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14893580 kB
Buffers:         99768 kB
Cached:       17039836 kB
SwapCached:       6672 kB
Active:        2047452 kB
Inactive:     15374788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14893580 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           32292 kB
Writeback:           0 kB
AnonPages:      280880 kB
Mapped:          20024 kB
Slab:           564604 kB
PageTables:       7848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   735796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2848 MiB
End job on node140 at 2011-06-13 11:44:33