Trace number 3498530

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 601.802 601.042

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.8739
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.32/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.48	c INFO: solving HOME/instance-3498530-1307957678.cnf
0.32/0.48	c INFO: computing task features
1.09/1.26	c INFO: computed variable-clause graph statistics
1.09/1.29	c INFO: computed clause balance statistics
4.50/4.67	c INFO: computed variable balance statistics
7.70/7.81	c INFO: computed small-clause counts
7.70/7.83	c INFO: computed Horn-clause counts
7.90/8.08	c INFO: computed variable graph statistics
7.90/8.08	c INFO: collected features for HOME/instance-3498530-1307957678.cnf in 7.58 s
8.00/8.10	c INFO: running lingeling-276@0 for 97 with 4992 remaining (b = 0.18)
108.18/108.24	c INFO: running cryptominisat-2.9.0@0 for 485 with 4892 remaining (b = 0.21)
596.68/596.02	c INFO: running lingeling-276@100 for 1164 with 4404 remaining (b = 0.39)
601.69/601.01	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-3498530-1307957678/watcher-3498530-1307957678 -o /var/tmp/evaluation-result-3498530-1307957678/solver-3498530-1307957678 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498530-1307957678.cnf -seed 127169451 -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.92 2/200 21949
/proc/meminfo: memFree=9172812/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 796 0 0 0 0 0 0 0 18 0 1 0 888183747 15749120 681 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/21949/statm: 3845 681 322 364 0 332 0

[startup+0.030551 s]
/proc/loadavg: 2.00 2.00 1.92 2/200 21949
/proc/meminfo: memFree=9172812/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=18888 CPUtime=0.02 cores=1,3,5,7
/proc/21949/stat : 21949 (python) R 21947 21949 21443 0 -1 4202496 1269 0 0 0 2 0 0 0 17 0 1 0 888183747 19341312 1120 33554432000 4194304 5683644 140736682997536 18446744073709551615 5006040 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21949/statm: 4722 1120 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100577 s]
/proc/loadavg: 2.00 2.00 1.92 2/200 21949
/proc/meminfo: memFree=9172812/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=104216 CPUtime=0.08 cores=1,3,5,7
/proc/21949/stat : 21949 (python) R 21947 21949 21443 0 -1 4202496 3038 0 0 0 6 2 0 0 17 0 1 0 888183747 106717184 2726 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510295552 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/21949/statm: 26054 2726 847 364 0 1802 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104216

[startup+0.302079 s]
/proc/loadavg: 2.00 2.00 1.92 2/200 21949
/proc/meminfo: memFree=9172812/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=157380 CPUtime=0.24 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 6593 934 1 0 17 7 0 0 17 0 1 0 888183747 161157120 4696 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/21949/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 157380

[startup+0.70043 s]
/proc/loadavg: 2.00 2.00 1.92 2/200 21949
/proc/meminfo: memFree=9172812/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=296208 CPUtime=0.6 cores=1,3,5,7
/proc/21949/stat : 21949 (python) R 21947 21949 21443 0 -1 4202496 13689 934 1 0 50 10 0 0 17 0 1 0 888183747 303316992 11363 33554432000 4194304 5683644 140736682997536 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21949/statm: 74052 11364 1761 364 0 9976 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 296208

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 1.92 3/201 21954
/proc/meminfo: memFree=9113680/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=328900 CPUtime=1.4 cores=1,3,5,7
/proc/21949/stat : 21949 (python) R 21947 21949 21443 0 -1 4202496 30857 934 1 0 128 12 0 0 18 0 1 0 888183747 336793600 19610 33554432000 4194304 5683644 140736682997536 18446744073709551615 46982442590854 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21949/statm: 82225 19610 1826 364 0 18149 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 328900

[startup+3.101 s]
/proc/loadavg: 2.00 2.00 1.92 3/201 21954
/proc/meminfo: memFree=9099048/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=328900 CPUtime=3 cores=1,3,5,7
/proc/21949/stat : 21949 (python) R 21947 21949 21443 0 -1 4202496 30857 934 1 0 288 12 0 0 21 0 1 0 888183747 336793600 19610 33554432000 4194304 5683644 140736682997536 18446744073709551615 4619674 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21949/statm: 82225 19610 1826 364 0 18149 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 328900

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 1.92 3/201 21954
/proc/meminfo: memFree=9095944/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=328900 CPUtime=6.2 cores=1,3,5,7
/proc/21949/stat : 21949 (python) R 21947 21949 21443 0 -1 4202496 30858 934 1 0 608 12 0 0 25 0 1 0 888183747 336793600 19611 33554432000 4194304 5683644 140736682997536 18446744073709551615 4602964 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21949/statm: 82225 19611 1827 364 0 18149 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 328900

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.92 3/204 21958
/proc/meminfo: memFree=9071644/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=337328 CPUtime=8 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 31836 934 1 0 788 12 0 0 25 0 2 0 888183747 345423872 19203 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 84332 19203 1875 364 0 20250 0
[pid=21955] ppid=21949 vsize=327084 CPUtime=0 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 968 0 0 0 0 0 0 0 18 0 1 0 888184558 334934016 17705 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317583 0 0 16781312 514 4360066634996514815 0 0 17 3 0 0 0
/proc/21955/statm: 81771 17705 381 364 0 17689 0
[pid=21957] ppid=21955 vsize=24328 CPUtime=4.57 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 6262 0 0 0 457 0 0 0 25 0 1 0 888184558 24911872 4742 33554432000 4194304 4352236 140735199218992 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21957/statm: 6082 4742 129 39 0 5162 0
[pid=21949/tid=21956] ppid=21947 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 888184558 345423872 19203 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 688740

[startup+25.501 s]
/proc/loadavg: 2.07 2.02 1.93 3/204 21958
/proc/meminfo: memFree=9076740/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=337328 CPUtime=8 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 31836 934 1 0 788 12 0 0 25 0 2 0 888183747 345423872 19203 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 84332 19203 1875 364 0 20250 0
[pid=21955] ppid=21949 vsize=327084 CPUtime=0.02 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 973 0 0 0 1 1 0 0 18 0 1 0 888184558 334934016 17705 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317583 0 0 16781312 514 17337011385841713416 0 0 17 3 0 0 0
/proc/21955/statm: 81771 17705 381 364 0 17689 0
[pid=21957] ppid=21955 vsize=39052 CPUtime=17.38 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 9943 0 0 0 1737 1 0 0 25 0 1 0 888184558 39989248 8423 33554432000 4194304 4352236 140735199218992 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21957/statm: 9763 8423 129 39 0 8843 0
[pid=21949/tid=21956] ppid=21947 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 888184558 345423872 19203 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 703464

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 1.93 3/204 21959
/proc/meminfo: memFree=9056876/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=337328 CPUtime=8 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 31836 934 1 0 788 12 0 0 25 0 2 0 888183747 345423872 19203 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 84332 19203 1875 364 0 20250 0
[pid=21955] ppid=21949 vsize=327084 CPUtime=0.04 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 981 0 0 0 2 2 0 0 18 0 1 0 888184558 334934016 17705 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317583 0 0 16781312 514 17337011385841713416 0 0 17 3 0 0 0
/proc/21955/statm: 81771 17705 381 364 0 17689 0
[pid=21957] ppid=21955 vsize=39052 CPUtime=42.98 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 10159 0 0 0 4297 1 0 0 25 0 1 0 888184558 39989248 8639 33554432000 4194304 4352236 140735199218992 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21957/statm: 9763 8639 129 39 0 8843 0
[pid=21949/tid=21956] ppid=21947 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 888184558 345423872 19203 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 703464

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.93 3/204 21960
/proc/meminfo: memFree=9064716/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=337328 CPUtime=8 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 31836 934 1 0 788 12 0 0 25 0 2 0 888183747 345423872 19203 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 84332 19203 1875 364 0 20250 0
[pid=21955] ppid=21949 vsize=327084 CPUtime=0.11 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 998 0 0 0 6 5 0 0 18 0 1 0 888184558 334934016 17705 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317583 0 0 16781312 514 17337011385841713416 0 0 17 3 0 0 0
/proc/21955/statm: 81771 17705 381 364 0 17689 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=94.18 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 11972 0 0 0 9417 1 0 0 25 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4209638 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21949/tid=21956] ppid=21947 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 2 0 888184558 345423872 19203 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 711580

[startup+162.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/208 21966
/proc/meminfo: memFree=8985900/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=347584 CPUtime=8.03 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 32629 934 1 0 791 12 0 0 19 0 3 0 888183747 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 86896 19210 1878 364 0 22811 0
[pid=21955] ppid=21949 vsize=337328 CPUtime=0.11 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 1161 0 0 0 6 5 0 0 19 0 2 0 888184558 345423872 17743 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21955/statm: 84332 17743 414 364 0 20250 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=100.09 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) T 21955 21957 21957 0 -1 4202496 11972 0 0 0 10008 1 0 0 25 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21955/tid=21961] ppid=21949 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21955/task/21961/stat : 21961 (python) S 21949 21949 21443 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888194569 345423872 17743 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471107719552 0 0 -1 3 0 0 0
[pid=21962] ppid=21949 vsize=337340 CPUtime=0.09 cores=1,3,5,7
/proc/21962/stat : 21962 (python) S 21949 21949 21443 0 -1 4202560 950 0 0 0 5 4 0 0 15 0 1 0 888194571 345436160 17698 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317638 0 0 16781312 514 17337011385841713416 0 0 17 7 0 0 0
/proc/21962/statm: 84335 17698 370 364 0 20250 0
[pid=21964] ppid=21962 vsize=96480 CPUtime=54.04 cores=1,3,5,7
/proc/21964/stat : 21964 (cryptominisat-2) R 21962 21964 21964 0 -1 4202496 38883 0 0 0 5398 6 0 0 25 0 1 0 888194572 98795520 17291 33554432000 4194304 4677096 140733516636608 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21964/statm: 24120 17291 390 118 0 19079 0
[pid=21949/tid=21956] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 3 0 888184558 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21963/stat : 21963 (python) S 21947 21949 21443 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 888194571 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 1165900

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/208 21967
/proc/meminfo: memFree=8967888/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=347584 CPUtime=8.03 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 32629 934 1 0 791 12 0 0 19 0 3 0 888183747 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 86896 19210 1878 364 0 22811 0
[pid=21955] ppid=21949 vsize=337328 CPUtime=0.11 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 1161 0 0 0 6 5 0 0 19 0 2 0 888184558 345423872 17743 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21955/statm: 84332 17743 414 364 0 20250 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=100.09 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) T 21955 21957 21957 0 -1 4202496 11972 0 0 0 10008 1 0 0 25 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21955/tid=21961] ppid=21949 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21955/task/21961/stat : 21961 (python) S 21949 21949 21443 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888194569 345423872 17743 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471107719552 0 0 -1 3 0 0 0

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

/proc/loadavg: 1.56 1.88 1.89 2/179 22048
/proc/meminfo: memFree=11269528/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=347584 CPUtime=8.03 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 32629 934 1 0 791 12 0 0 19 0 3 0 888183747 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 86896 19210 1878 364 0 22811 0
[pid=21955] ppid=21949 vsize=337328 CPUtime=0.11 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 1161 0 0 0 6 5 0 0 19 0 2 0 888184558 345423872 17743 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21955/statm: 84332 17743 414 364 0 20250 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=100.09 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) T 21955 21957 21957 0 -1 4202496 11972 0 0 0 10008 1 0 0 25 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21955/tid=21961] ppid=21949 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21955/task/21961/stat : 21961 (python) S 21949 21949 21443 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888194569 345423872 17743 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471107719552 0 0 -1 3 0 0 0
[pid=21962] ppid=21949 vsize=337340 CPUtime=0.7 cores=1,3,5,7
/proc/21962/stat : 21962 (python) S 21949 21949 21443 0 -1 4202560 1015 0 0 0 40 30 0 0 15 0 1 0 888194571 345436160 17698 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317638 0 0 16781312 514 4445228758370058504 0 0 17 5 0 0 0
/proc/21962/statm: 84335 17698 370 364 0 20250 0
[pid=21964] ppid=21962 vsize=145576 CPUtime=486.85 cores=1,3,5,7
/proc/21964/stat : 21964 (cryptominisat-2) R 21962 21964 21964 0 -1 4202496 183370 0 0 0 48650 35 0 0 25 0 1 0 888194572 149069824 29639 33554432000 4194304 4677096 140733516636608 18446744073709551615 4320209 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21964/statm: 36394 29639 390 118 0 31353 0
[pid=21949/tid=21956] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 3 0 888184558 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21963/stat : 21963 (python) S 21947 21949 21443 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 888194571 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 595.78
Current children cumulated vsize (KiB) 1214996

[startup+598.301 s]
/proc/loadavg: 1.52 1.87 1.89 2/180 22049
/proc/meminfo: memFree=11267536/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=347584 CPUtime=8.05 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 33150 934 1 0 793 12 0 0 18 0 3 0 888183747 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 86896 19210 1878 364 0 22811 0
[pid=21955] ppid=21949 vsize=337328 CPUtime=0.12 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 1169 0 0 0 7 5 0 0 18 0 2 0 888184558 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21955/statm: 84332 17744 415 364 0 20250 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=102.37 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 11972 0 0 0 10236 1 0 0 21 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21955/tid=21961] ppid=21949 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21955/task/21961/stat : 21961 (python) S 21949 21949 21443 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888194569 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471107719552 0 0 -1 3 0 0 0
[pid=21962] ppid=21949 vsize=337340 CPUtime=0.7 cores=1,3,5,7
/proc/21962/stat : 21962 (python) S 21949 21949 21443 0 -1 4202560 1166 0 0 0 40 30 0 0 16 0 2 0 888194571 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21962/statm: 84335 17728 399 364 0 20250 0
[pid=21964] ppid=21962 vsize=145576 CPUtime=487.75 cores=1,3,5,7
/proc/21964/stat : 21964 (cryptominisat-2) T 21962 21964 21964 0 -1 4202496 183517 0 0 0 48740 35 0 0 25 0 1 0 888194572 149069824 29786 33554432000 4194304 4677096 140733516636608 18446744073709551615 4320203 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/21964/statm: 36394 29786 390 118 0 31353 0
[pid=21962/tid=22049] ppid=21949 vsize=337340 CPUtime=0 cores=1,3,5,7
/proc/21962/task/22049/stat : 22049 (python) S 21949 21949 21443 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 888243347 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471116608704 0 0 -1 5 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 3 0 888184558 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21963/stat : 21963 (python) S 21947 21949 21443 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 888194571 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 598.99
Current children cumulated vsize (KiB) 1214996

[startup+599.901 s]
/proc/loadavg: 1.52 1.87 1.89 2/180 22049
/proc/meminfo: memFree=11267660/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=347584 CPUtime=8.05 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 33150 934 1 0 793 12 0 0 18 0 3 0 888183747 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 86896 19210 1878 364 0 22811 0
[pid=21955] ppid=21949 vsize=337328 CPUtime=0.12 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 1169 0 0 0 7 5 0 0 18 0 2 0 888184558 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21955/statm: 84332 17744 415 364 0 20250 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=103.97 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 11972 0 0 0 10396 1 0 0 25 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21955/tid=21961] ppid=21949 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21955/task/21961/stat : 21961 (python) S 21949 21949 21443 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888194569 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471107719552 0 0 -1 3 0 0 0
[pid=21962] ppid=21949 vsize=337340 CPUtime=0.7 cores=1,3,5,7
/proc/21962/stat : 21962 (python) S 21949 21949 21443 0 -1 4202560 1166 0 0 0 40 30 0 0 16 0 2 0 888194571 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21962/statm: 84335 17728 399 364 0 20250 0
[pid=21964] ppid=21962 vsize=145576 CPUtime=487.75 cores=1,3,5,7
/proc/21964/stat : 21964 (cryptominisat-2) T 21962 21964 21964 0 -1 4202496 183517 0 0 0 48740 35 0 0 25 0 1 0 888194572 149069824 29786 33554432000 4194304 4677096 140733516636608 18446744073709551615 4320203 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/21964/statm: 36394 29786 390 118 0 31353 0
[pid=21962/tid=22049] ppid=21949 vsize=337340 CPUtime=0 cores=1,3,5,7
/proc/21962/task/22049/stat : 22049 (python) S 21949 21949 21443 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 888243347 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471116608704 0 0 -1 5 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 3 0 888184558 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21963/stat : 21963 (python) S 21947 21949 21443 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 888194571 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 600.59
Current children cumulated vsize (KiB) 1214996

[startup+600.701 s]
/proc/loadavg: 1.52 1.87 1.89 2/180 22049
/proc/meminfo: memFree=11267288/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=347584 CPUtime=8.05 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 33150 934 1 0 793 12 0 0 18 0 3 0 888183747 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 86896 19210 1878 364 0 22811 0
[pid=21955] ppid=21949 vsize=337328 CPUtime=0.12 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 1169 0 0 0 7 5 0 0 18 0 2 0 888184558 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21955/statm: 84332 17744 415 364 0 20250 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=104.77 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 11972 0 0 0 10476 1 0 0 25 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4328986 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21955/tid=21961] ppid=21949 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21955/task/21961/stat : 21961 (python) S 21949 21949 21443 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888194569 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471107719552 0 0 -1 3 0 0 0
[pid=21962] ppid=21949 vsize=337340 CPUtime=0.7 cores=1,3,5,7
/proc/21962/stat : 21962 (python) S 21949 21949 21443 0 -1 4202560 1166 0 0 0 40 30 0 0 16 0 2 0 888194571 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21962/statm: 84335 17728 399 364 0 20250 0
[pid=21964] ppid=21962 vsize=145576 CPUtime=487.75 cores=1,3,5,7
/proc/21964/stat : 21964 (cryptominisat-2) T 21962 21964 21964 0 -1 4202496 183517 0 0 0 48740 35 0 0 25 0 1 0 888194572 149069824 29786 33554432000 4194304 4677096 140733516636608 18446744073709551615 4320203 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/21964/statm: 36394 29786 390 118 0 31353 0
[pid=21962/tid=22049] ppid=21949 vsize=337340 CPUtime=0 cores=1,3,5,7
/proc/21962/task/22049/stat : 22049 (python) S 21949 21949 21443 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 888243347 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471116608704 0 0 -1 5 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 3 0 888184558 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21963/stat : 21963 (python) S 21947 21949 21443 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 888194571 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 601.39
Current children cumulated vsize (KiB) 1214996

[startup+600.901 s]
/proc/loadavg: 1.52 1.87 1.89 2/180 22049
/proc/meminfo: memFree=11267288/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=347584 CPUtime=8.05 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 33150 934 1 0 793 12 0 0 18 0 3 0 888183747 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 86896 19210 1878 364 0 22811 0
[pid=21955] ppid=21949 vsize=337328 CPUtime=0.12 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 1169 0 0 0 7 5 0 0 18 0 2 0 888184558 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21955/statm: 84332 17744 415 364 0 20250 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=104.97 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 11972 0 0 0 10496 1 0 0 25 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21955/tid=21961] ppid=21949 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21955/task/21961/stat : 21961 (python) S 21949 21949 21443 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888194569 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471107719552 0 0 -1 3 0 0 0
[pid=21962] ppid=21949 vsize=337340 CPUtime=0.7 cores=1,3,5,7
/proc/21962/stat : 21962 (python) S 21949 21949 21443 0 -1 4202560 1166 0 0 0 40 30 0 0 16 0 2 0 888194571 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21962/statm: 84335 17728 399 364 0 20250 0
[pid=21964] ppid=21962 vsize=145576 CPUtime=487.75 cores=1,3,5,7
/proc/21964/stat : 21964 (cryptominisat-2) T 21962 21964 21964 0 -1 4202496 183517 0 0 0 48740 35 0 0 25 0 1 0 888194572 149069824 29786 33554432000 4194304 4677096 140733516636608 18446744073709551615 4320203 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/21964/statm: 36394 29786 390 118 0 31353 0
[pid=21962/tid=22049] ppid=21949 vsize=337340 CPUtime=0 cores=1,3,5,7
/proc/21962/task/22049/stat : 22049 (python) S 21949 21949 21443 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 888243347 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471116608704 0 0 -1 5 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 3 0 888184558 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21963/stat : 21963 (python) S 21947 21949 21443 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 888194571 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 601.59
Current children cumulated vsize (KiB) 1214996

[startup+601.001 s]
/proc/loadavg: 1.52 1.87 1.89 2/180 22049
/proc/meminfo: memFree=11267288/32951124 swapFree=67054264/67111528
[pid=21949] ppid=21947 vsize=347584 CPUtime=8.05 cores=1,3,5,7
/proc/21949/stat : 21949 (python) S 21947 21949 21443 0 -1 4202496 33150 934 1 0 793 12 0 0 18 0 3 0 888183747 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21949/statm: 86896 19210 1878 364 0 22811 0
[pid=21955] ppid=21949 vsize=337328 CPUtime=0.12 cores=1,3,5,7
/proc/21955/stat : 21955 (python) S 21949 21949 21443 0 -1 4202560 1169 0 0 0 7 5 0 0 18 0 2 0 888184558 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233510317638 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21955/statm: 84332 17744 415 364 0 20250 0
[pid=21957] ppid=21955 vsize=47168 CPUtime=105.07 cores=1,3,5,7
/proc/21957/stat : 21957 (lingeling) R 21955 21957 21957 0 -1 4202496 11972 0 0 0 10506 1 0 0 25 0 1 0 888184558 48300032 10452 33554432000 4194304 4352236 140735199218992 18446744073709551615 4329043 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21957/statm: 11792 10452 129 39 0 10872 0
[pid=21955/tid=21961] ppid=21949 vsize=337328 CPUtime=0 cores=1,3,5,7
/proc/21955/task/21961/stat : 21961 (python) S 21949 21949 21443 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888194569 345423872 17744 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471107719552 0 0 -1 3 0 0 0
[pid=21962] ppid=21949 vsize=337340 CPUtime=0.7 cores=1,3,5,7
/proc/21962/stat : 21962 (python) S 21949 21949 21443 0 -1 4202560 1166 0 0 0 40 30 0 0 16 0 2 0 888194571 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21962/statm: 84335 17728 399 364 0 20250 0
[pid=21964] ppid=21962 vsize=145576 CPUtime=487.75 cores=1,3,5,7
/proc/21964/stat : 21964 (cryptominisat-2) T 21962 21964 21964 0 -1 4202496 183517 0 0 0 48740 35 0 0 25 0 1 0 888194572 149069824 29786 33554432000 4194304 4677096 140733516636608 18446744073709551615 4320203 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/21964/statm: 36394 29786 390 118 0 31353 0
[pid=21962/tid=22049] ppid=21949 vsize=337340 CPUtime=0 cores=1,3,5,7
/proc/21962/task/22049/stat : 22049 (python) S 21949 21949 21443 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 888243347 345436160 17728 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 514 18446604471116608704 0 0 -1 5 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21956/stat : 21956 (python) S 21947 21949 21443 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 3 0 888184558 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=347584 CPUtime=0 cores=1,3,5,7
/proc/21949/task/21963/stat : 21963 (python) S 21947 21949 21443 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 888194571 355926016 19210 33554432000 4194304 5683644 140736682997536 18446744073709551615 233522121137 0 0 16781312 2 18446604471159510976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 601.69
Current children cumulated vsize (KiB) 1214996

Child status: 0
Real time (s): 601.042
CPU time (s): 601.802
CPU user time (s): 600.906
CPU system time (s): 0.895863
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 1232080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 600.906
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241462
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= 1908
involuntary context switches= 1057

runsolver used 0.936857 second user time and 2.34364 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-13 11:34:39
IDJOB=3498530
IDBENCH=88066
IDSOLVER=1991
FILE ID=node145/3498530-1307957678
RUNJOBID= node145-1307953113-21462
PBS_JOBID= 13559683
Free space on /var/tmp= 2864 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.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-3498530-1307957678/watcher-3498530-1307957678 -o /var/tmp/evaluation-result-3498530-1307957678/solver-3498530-1307957678 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498530-1307957678.cnf -seed 127169451 -budget 5000

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=127169451

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9173116 kB
Buffers:        111772 kB
Cached:       20640104 kB
SwapCached:       9712 kB
Active:        7651292 kB
Inactive:     15398472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9173116 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:           35728 kB
Writeback:           0 kB
AnonPages:     2295452 kB
Mapped:          19352 kB
Slab:           651776 kB
PageTables:      15432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4048572 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= 2876 MiB
End job on node145 at 2011-06-13 11:44:40