Trace number 3317816

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-industrialUNSAT 302.381 116.651

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.9848
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3317816-1304268273.cnf
0.35/0.68	c INFO: computing task features
2.93/3.28	c INFO: computed variable-clause graph statistics
3.02/3.37	c INFO: computed clause balance statistics
14.42/14.77	c INFO: computed variable balance statistics
23.22/23.55	c INFO: computed small-clause counts
23.42/23.71	c INFO: computed Horn-clause counts
54.02/54.35	c INFO: computed variable graph statistics
54.02/54.35	c INFO: collected features for HOME/instance-3317816-1304268273.cnf in 53.57 s
54.02/54.37	c INFO: running lingeling-276@0 for 97 with 4746 remaining (b = 0.22)
54.12/54.40	c INFO: running cryptominisat-2.9.0@0 for 485 with 4746 remaining (b = 0.19)
54.12/54.43	c INFO: running lingeling-276@0 for 1261 with 4746 remaining (b = 0.33)
54.12/54.46	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4746 remaining (b = 0.43)
302.03/116.60	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.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317816-1304268273/watcher-3317816-1304268273 -o /tmp/evaluation-result-3317816-1304268273/solver-3317816-1304268273 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317816-1304268273.cnf -seed 1647509017 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.63 7.44 5.04 5/202 22176
/proc/meminfo: memFree=27992656/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 731 0 0 0 0 0 0 0 20 0 1 0 617058090 15552512 620 33554432000 4194304 5683644 140733588613824 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 3796 622 322 364 0 283 0

[startup+0.043087 s]
/proc/loadavg: 7.63 7.44 5.04 5/202 22176
/proc/meminfo: memFree=27992656/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=18880 CPUtime=0.02 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 1283 0 0 0 2 0 0 0 20 0 1 0 617058090 19333120 1135 33554432000 4194304 5683644 140733588613824 18446744073709551615 4522556 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 4720 1135 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.101072 s]
/proc/loadavg: 7.63 7.44 5.04 5/202 22176
/proc/meminfo: memFree=27992656/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=85624 CPUtime=0.07 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 2631 0 0 0 5 2 0 0 17 0 1 0 617058090 87678976 2349 33554432000 4194304 5683644 140733588613824 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85624

[startup+0.301047 s]
/proc/loadavg: 7.63 7.44 5.04 5/202 22176
/proc/meminfo: memFree=27992656/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/22176/stat : 22176 (python) S 22174 22176 21930 0 -1 4202496 5958 934 1 0 13 5 0 0 17 0 1 0 617058090 139005952 4150 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895486469 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/22176/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700952 s]
/proc/loadavg: 7.63 7.44 5.04 5/202 22176
/proc/meminfo: memFree=27992656/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=293664 CPUtime=0.42 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 13053 934 1 0 29 13 0 0 15 0 1 0 617058090 300711936 10737 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895156248 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 73416 10737 1761 364 0 9340 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 293664

[startup+1.50081 s]
/proc/loadavg: 7.63 7.44 5.04 6/203 22181
/proc/meminfo: memFree=27933748/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=349632 CPUtime=1.22 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 26890 934 1 0 107 15 0 0 16 0 1 0 617058090 358023168 24574 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 87408 24574 1761 364 0 23332 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 349632

[startup+3.10051 s]
/proc/loadavg: 7.42 7.40 5.04 6/203 22181
/proc/meminfo: memFree=27857848/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=445980 CPUtime=2.82 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 70050 934 1 0 261 21 0 0 18 0 1 0 617058090 456683520 48868 33554432000 4194304 5683644 140733588613824 18446744073709551615 47364211539888 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 111495 48868 1814 364 0 47419 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 445980

[startup+6.30089 s]
/proc/loadavg: 7.42 7.40 5.04 6/203 22181
/proc/meminfo: memFree=27814448/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=433152 CPUtime=6.02 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 74842 934 1 0 580 22 0 0 25 0 1 0 617058090 443547648 45673 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895149257 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 108288 45673 1826 364 0 44212 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 433152

[startup+12.7007 s]
/proc/loadavg: 7.05 7.32 5.04 6/203 22181
/proc/meminfo: memFree=27812920/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=433152 CPUtime=12.42 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 74842 934 1 0 1220 22 0 0 25 0 1 0 617058090 443547648 45673 33554432000 4194304 5683644 140733588613824 18446744073709551615 47364211831520 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 108288 45673 1826 364 0 44212 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 433152

[startup+25.5003 s]
/proc/loadavg: 6.73 7.25 5.04 6/203 22181
/proc/meminfo: memFree=27777840/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=439568 CPUtime=25.22 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 76453 934 1 0 2500 22 0 0 25 0 1 0 617058090 450117632 47284 33554432000 4194304 5683644 140733588613824 18446744073709551615 4562996 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 109892 47284 1833 364 0 45816 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 439568

[startup+51.1004 s]
/proc/loadavg: 6.21 7.08 5.04 6/203 22182
/proc/meminfo: memFree=27739560/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=439568 CPUtime=50.82 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 76453 934 1 0 5060 22 0 0 25 0 1 0 617058090 450117632 47284 33554432000 4194304 5683644 140733588613824 18446744073709551615 47364211554444 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22176/statm: 109892 47284 1833 364 0 45816 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 439568

[startup+102.308 s]
/proc/loadavg: 7.26 7.21 5.20 9/215 22195
/proc/meminfo: memFree=26691556/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=467856 CPUtime=54.18 cores=1,3,5,7
/proc/22176/stat : 22176 (python) S 22174 22176 21930 0 -1 4202496 79177 934 1 0 5393 25 0 0 20 0 5 0 617058090 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22176/statm: 116964 44161 1881 364 0 52873 0
[pid=22183] ppid=22176 vsize=426844 CPUtime=0.06 cores=1,3,5,7
/proc/22183/stat : 22183 (python) S 22176 22176 21930 0 -1 4202560 1004 0 0 0 2 4 0 0 18 0 1 0 617063528 437088256 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510543 0 0 16781312 514 15273887767482827014 0 0 17 1 0 0 0
/proc/22183/statm: 106711 42646 382 364 0 42629 0
[pid=22185] ppid=22183 vsize=49924 CPUtime=47.47 cores=1,3,5,7
/proc/22185/stat : 22185 (lingeling) R 22183 22185 22185 0 -1 4202496 20950 0 0 0 4743 4 0 0 25 0 1 0 617063529 51122176 11650 33554432000 4194304 4352236 140735744213504 18446744073709551615 4207631 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22185/statm: 12481 11650 129 39 0 11561 0
[pid=22186] ppid=22176 vsize=437100 CPUtime=0.06 cores=1,3,5,7
/proc/22186/stat : 22186 (python) S 22176 22176 21930 0 -1 4202560 954 0 0 0 3 3 0 0 15 0 1 0 617063531 447590400 42638 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 5633730459251736840 0 0 17 7 0 0 0
/proc/22186/statm: 109275 42638 370 364 0 45190 0
[pid=22188] ppid=22186 vsize=603752 CPUtime=47.88 cores=1,3,5,7
/proc/22188/stat : 22188 (cryptominisat-2) R 22186 22188 22188 0 -1 4202496 127453 0 0 0 4765 23 0 0 25 0 1 0 617063531 618242048 118240 33554432000 4194304 4677096 140736830123696 18446744073709551615 4320307 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22188/statm: 150938 118240 388 118 0 145897 0
[pid=22189] ppid=22176 vsize=447356 CPUtime=0.07 cores=1,3,5,7
/proc/22189/stat : 22189 (python) S 22176 22176 21930 0 -1 4202560 918 0 0 0 3 4 0 0 18 0 1 0 617063533 458092544 42642 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 5 0 0 0
/proc/22189/statm: 111839 42642 370 364 0 47751 0
[pid=22191] ppid=22189 vsize=45996 CPUtime=47.79 cores=1,3,5,7
/proc/22191/stat : 22191 (lingeling) R 22189 22191 22191 0 -1 4202496 20325 0 0 0 4775 4 0 0 25 0 1 0 617063534 47099904 10669 33554432000 4194304 4352236 140733662489104 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22191/statm: 11499 10669 129 39 0 10579 0
[pid=22192] ppid=22176 vsize=457612 CPUtime=0.06 cores=1,3,5,7
/proc/22192/stat : 22192 (python) S 22176 22176 21930 0 -1 4202560 953 0 0 0 2 4 0 0 15 0 1 0 617063536 468594688 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 4595989394724192520 0 0 17 7 0 0 0
/proc/22192/statm: 114403 42646 370 364 0 50312 0
[pid=22194] ppid=22192 vsize=617676 CPUtime=47.76 cores=1,3,5,7
/proc/22194/stat : 22194 (cryptominisat-2) R 22192 22194 22194 0 -1 4202496 130359 0 0 0 4753 23 0 0 25 0 1 0 617063537 632500224 121221 33554432000 4194304 4677096 140736157455680 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22194/statm: 154419 121221 391 118 0 149378 0
[pid=22176/tid=22184] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22184/stat : 22184 (python) S 22174 22176 21930 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617063528 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 1 0 0 0
[pid=22176/tid=22187] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22187/stat : 22187 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063531 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 3 0 0 0
[pid=22176/tid=22190] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22190/stat : 22190 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063534 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 5 0 0 0
[pid=22176/tid=22193] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22193/stat : 22193 (python) S 22174 22176 21930 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 617063537 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 245.33
Current children cumulated vsize (KiB) 3554116

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

[startup+108.701 s]
/proc/loadavg: 7.32 7.22 5.22 9/215 22196
/proc/meminfo: memFree=26510760/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=467856 CPUtime=54.18 cores=1,3,5,7
/proc/22176/stat : 22176 (python) S 22174 22176 21930 0 -1 4202496 79177 934 1 0 5393 25 0 0 20 0 5 0 617058090 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22176/statm: 116964 44161 1881 364 0 52873 0
[pid=22183] ppid=22176 vsize=426844 CPUtime=0.07 cores=1,3,5,7
/proc/22183/stat : 22183 (python) S 22176 22176 21930 0 -1 4202560 1007 0 0 0 3 4 0 0 18 0 1 0 617063528 437088256 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510543 0 0 16781312 514 15273887767482827014 0 0 17 1 0 0 0
/proc/22183/statm: 106711 42646 382 364 0 42629 0
[pid=22185] ppid=22183 vsize=48516 CPUtime=53.81 cores=1,3,5,7
/proc/22185/stat : 22185 (lingeling) R 22183 22185 22185 0 -1 4202496 20950 0 0 0 5377 4 0 0 25 0 1 0 617063529 49680384 11298 33554432000 4194304 4352236 140735744213504 18446744073709551615 4276680 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22185/statm: 12129 11298 129 39 0 11209 0
[pid=22186] ppid=22176 vsize=437100 CPUtime=0.08 cores=1,3,5,7
/proc/22186/stat : 22186 (python) S 22176 22176 21930 0 -1 4202560 957 0 0 0 4 4 0 0 15 0 1 0 617063531 447590400 42638 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 7 0 0 0
/proc/22186/statm: 109275 42638 370 364 0 45190 0
[pid=22188] ppid=22186 vsize=690412 CPUtime=54.27 cores=1,3,5,7
/proc/22188/stat : 22188 (cryptominisat-2) R 22186 22188 22188 0 -1 4202496 145981 0 0 0 5401 26 0 0 25 0 1 0 617063531 706981888 136768 33554432000 4194304 4677096 140736830123696 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22188/statm: 172603 136768 391 118 0 167562 0
[pid=22189] ppid=22176 vsize=447356 CPUtime=0.07 cores=1,3,5,7
/proc/22189/stat : 22189 (python) S 22176 22176 21930 0 -1 4202560 920 0 0 0 3 4 0 0 18 0 1 0 617063533 458092544 42642 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 5 0 0 0
/proc/22189/statm: 111839 42642 370 364 0 47751 0
[pid=22191] ppid=22189 vsize=45992 CPUtime=54.18 cores=1,3,5,7
/proc/22191/stat : 22191 (lingeling) R 22189 22191 22191 0 -1 4202496 20325 0 0 0 5414 4 0 0 25 0 1 0 617063534 47095808 10668 33554432000 4194304 4352236 140733662489104 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22191/statm: 11498 10668 129 39 0 10578 0
[pid=22192] ppid=22176 vsize=457612 CPUtime=0.07 cores=1,3,5,7
/proc/22192/stat : 22192 (python) S 22176 22176 21930 0 -1 4202560 955 0 0 0 2 5 0 0 15 0 1 0 617063536 468594688 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 7 0 0 0
/proc/22192/statm: 114403 42646 370 364 0 50312 0
[pid=22194] ppid=22192 vsize=795448 CPUtime=54.15 cores=1,3,5,7
/proc/22194/stat : 22194 (cryptominisat-2) R 22192 22194 22194 0 -1 4202496 168013 0 0 0 5384 31 0 0 25 0 1 0 617063537 814538752 158875 33554432000 4194304 4677096 140736157455680 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22194/statm: 198862 158875 391 118 0 193821 0
[pid=22176/tid=22184] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22184/stat : 22184 (python) S 22174 22176 21930 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617063528 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 1 0 0 0
[pid=22176/tid=22187] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22187/stat : 22187 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063531 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 3 0 0 0
[pid=22176/tid=22190] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22190/stat : 22190 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063534 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 5 0 0 0
[pid=22176/tid=22193] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22193/stat : 22193 (python) S 22174 22176 21930 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 617063537 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 270.88

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

/proc/22176/stat : 22176 (python) S 22174 22176 21930 0 -1 4202496 79177 934 1 0 5393 25 0 0 20 0 5 0 617058090 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22176/statm: 116964 44161 1881 364 0 52873 0
[pid=22183] ppid=22176 vsize=426844 CPUtime=0.07 cores=1,3,5,7
/proc/22183/stat : 22183 (python) S 22176 22176 21930 0 -1 4202560 1009 0 0 0 3 4 0 0 18 0 1 0 617063528 437088256 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510543 0 0 16781312 514 15273887767482827014 0 0 17 1 0 0 0
/proc/22183/statm: 106711 42646 382 364 0 42629 0
[pid=22185] ppid=22183 vsize=48508 CPUtime=60.14 cores=1,3,5,7
/proc/22185/stat : 22185 (lingeling) R 22183 22185 22185 0 -1 4202496 20950 0 0 0 6010 4 0 0 25 0 1 0 617063529 49672192 11296 33554432000 4194304 4352236 140735744213504 18446744073709551615 4327859 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22185/statm: 12127 11296 129 39 0 11207 0
[pid=22186] ppid=22176 vsize=437100 CPUtime=0.08 cores=1,3,5,7
/proc/22186/stat : 22186 (python) S 22176 22176 21930 0 -1 4202560 959 0 0 0 4 4 0 0 15 0 1 0 617063531 447590400 42638 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 7 0 0 0
/proc/22186/statm: 109275 42638 370 364 0 45190 0
[pid=22188] ppid=22186 vsize=855260 CPUtime=60.66 cores=1,3,5,7
/proc/22188/stat : 22188 (cryptominisat-2) R 22186 22188 22188 0 -1 4202496 179943 0 0 0 6034 32 0 0 25 0 1 0 617063531 875786240 170730 33554432000 4194304 4677096 140736830123696 18446744073709551615 4236634 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22188/statm: 213815 170730 391 118 0 208774 0
[pid=22189] ppid=22176 vsize=447356 CPUtime=0.08 cores=1,3,5,7
/proc/22189/stat : 22189 (python) S 22176 22176 21930 0 -1 4202560 923 0 0 0 4 4 0 0 18 0 1 0 617063533 458092544 42642 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 5 0 0 0
/proc/22189/statm: 111839 42642 370 364 0 47751 0
[pid=22191] ppid=22189 vsize=52128 CPUtime=60.57 cores=1,3,5,7
/proc/22191/stat : 22191 (lingeling) R 22189 22191 22191 0 -1 4202496 21350 0 0 0 6053 4 0 0 25 0 1 0 617063534 53379072 11691 33554432000 4194304 4352236 140733662489104 18446744073709551615 4233996 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/22191/statm: 13032 11691 129 39 0 12112 0
[pid=22192] ppid=22176 vsize=457612 CPUtime=0.09 cores=1,3,5,7
/proc/22192/stat : 22192 (python) S 22176 22176 21930 0 -1 4202560 959 0 0 0 3 6 0 0 15 0 1 0 617063536 468594688 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 4595989394724192520 0 0 17 7 0 0 0
/proc/22192/statm: 114403 42646 370 364 0 50312 0
[pid=22194] ppid=22192 vsize=902056 CPUtime=60.54 cores=1,3,5,7
/proc/22194/stat : 22194 (cryptominisat-2) R 22192 22194 22194 0 -1 4202496 190531 0 0 0 6019 35 0 0 25 0 1 0 617063537 923705344 181393 33554432000 4194304 4677096 140736157455680 18446744073709551615 4586776 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22194/statm: 225514 181393 391 118 0 220473 0
[pid=22176/tid=22184] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22184/stat : 22184 (python) S 22174 22176 21930 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617063528 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 1 0 0 0
[pid=22176/tid=22187] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22187/stat : 22187 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063531 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 3 0 0 0
[pid=22176/tid=22190] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22190/stat : 22190 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063534 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 5 0 0 0
[pid=22176/tid=22193] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22193/stat : 22193 (python) S 22174 22176 21930 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 617063537 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 296.41
Current children cumulated vsize (KiB) 4094720

[startup+115.901 s]
/proc/loadavg: 7.37 7.23 5.23 9/215 22196
/proc/meminfo: memFree=26225308/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=467856 CPUtime=54.18 cores=1,3,5,7
/proc/22176/stat : 22176 (python) S 22174 22176 21930 0 -1 4202496 79177 934 1 0 5393 25 0 0 20 0 5 0 617058090 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22176/statm: 116964 44161 1881 364 0 52873 0
[pid=22183] ppid=22176 vsize=426844 CPUtime=0.07 cores=1,3,5,7
/proc/22183/stat : 22183 (python) S 22176 22176 21930 0 -1 4202560 1009 0 0 0 3 4 0 0 18 0 1 0 617063528 437088256 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510543 0 0 16781312 514 15273887767482827014 0 0 17 1 0 0 0
/proc/22183/statm: 106711 42646 382 364 0 42629 0
[pid=22185] ppid=22183 vsize=48508 CPUtime=60.93 cores=1,3,5,7
/proc/22185/stat : 22185 (lingeling) R 22183 22185 22185 0 -1 4202496 20950 0 0 0 6089 4 0 0 25 0 1 0 617063529 49672192 11296 33554432000 4194304 4352236 140735744213504 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22185/statm: 12127 11296 129 39 0 11207 0
[pid=22186] ppid=22176 vsize=437100 CPUtime=0.09 cores=1,3,5,7
/proc/22186/stat : 22186 (python) S 22176 22176 21930 0 -1 4202560 961 0 0 0 5 4 0 0 15 0 1 0 617063531 447590400 42638 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 7 0 0 0
/proc/22186/statm: 109275 42638 370 364 0 45190 0
[pid=22188] ppid=22186 vsize=876976 CPUtime=61.46 cores=1,3,5,7
/proc/22188/stat : 22188 (cryptominisat-2) R 22186 22188 22188 0 -1 4202496 184391 0 0 0 6114 32 0 0 25 0 1 0 617063531 898023424 175178 33554432000 4194304 4677096 140736830123696 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22188/statm: 219244 175178 391 118 0 214203 0
[pid=22189] ppid=22176 vsize=447356 CPUtime=0.37 cores=1,3,5,7
/proc/22189/stat : 22189 (python) R 22176 22176 21930 0 -1 4202560 927 0 0 0 25 12 0 0 17 0 1 0 617063533 458092544 42642 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907320639 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/22189/statm: 111839 42642 370 364 0 47751 0
[pid=22191] ppid=22189 vsize=0 CPUtime=61.07 cores=1,3,5,7
/proc/22191/stat : 22191 (lingeling) R 22189 22191 22191 0 -1 4202500 21353 0 0 0 6103 4 0 0 25 0 1 0 617063534 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22191/statm: 0 0 0 0 0 0 0
[pid=22192] ppid=22176 vsize=457612 CPUtime=0.09 cores=1,3,5,7
/proc/22192/stat : 22192 (python) S 22176 22176 21930 0 -1 4202560 959 0 0 0 3 6 0 0 15 0 1 0 617063536 468594688 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 4595989394724192520 0 0 17 7 0 0 0
/proc/22192/statm: 114403 42646 370 364 0 50312 0
[pid=22194] ppid=22192 vsize=902056 CPUtime=61.34 cores=1,3,5,7
/proc/22194/stat : 22194 (cryptominisat-2) R 22192 22194 22194 0 -1 4202496 190531 0 0 0 6099 35 0 0 25 0 1 0 617063537 923705344 181393 33554432000 4194304 4677096 140736157455680 18446744073709551615 4468071 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22194/statm: 225514 181393 391 118 0 220473 0
[pid=22176/tid=22184] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22184/stat : 22184 (python) S 22174 22176 21930 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617063528 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 1 0 0 0
[pid=22176/tid=22187] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22187/stat : 22187 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063531 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 3 0 0 0
[pid=22176/tid=22190] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22190/stat : 22190 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063534 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 5 0 0 0
[pid=22176/tid=22193] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22193/stat : 22193 (python) S 22174 22176 21930 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 617063537 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 299.6
Current children cumulated vsize (KiB) 4064308

[startup+116.301 s]
/proc/loadavg: 7.37 7.23 5.23 9/215 22196
/proc/meminfo: memFree=26225308/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=467856 CPUtime=54.18 cores=1,3,5,7
/proc/22176/stat : 22176 (python) S 22174 22176 21930 0 -1 4202496 79177 934 1 0 5393 25 0 0 20 0 5 0 617058090 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22176/statm: 116964 44161 1881 364 0 52873 0
[pid=22183] ppid=22176 vsize=426844 CPUtime=0.07 cores=1,3,5,7
/proc/22183/stat : 22183 (python) S 22176 22176 21930 0 -1 4202560 1009 0 0 0 3 4 0 0 18 0 1 0 617063528 437088256 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510543 0 0 16781312 514 15273887767482827014 0 0 17 1 0 0 0
/proc/22183/statm: 106711 42646 382 364 0 42629 0
[pid=22185] ppid=22183 vsize=48508 CPUtime=61.33 cores=1,3,5,7
/proc/22185/stat : 22185 (lingeling) R 22183 22185 22185 0 -1 4202496 20950 0 0 0 6129 4 0 0 25 0 1 0 617063529 49672192 11296 33554432000 4194304 4352236 140735744213504 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22185/statm: 12127 11296 129 39 0 11207 0
[pid=22186] ppid=22176 vsize=437100 CPUtime=0.09 cores=1,3,5,7
/proc/22186/stat : 22186 (python) S 22176 22176 21930 0 -1 4202560 961 0 0 0 5 4 0 0 15 0 1 0 617063531 447590400 42638 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 7 0 0 0
/proc/22186/statm: 109275 42638 370 364 0 45190 0
[pid=22188] ppid=22186 vsize=887220 CPUtime=61.87 cores=1,3,5,7
/proc/22188/stat : 22188 (cryptominisat-2) R 22186 22188 22188 0 -1 4202496 186528 0 0 0 6154 33 0 0 25 0 1 0 617063531 908513280 177315 33554432000 4194304 4677096 140736830123696 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22188/statm: 221805 177315 391 118 0 216764 0
[pid=22189] ppid=22176 vsize=447356 CPUtime=0.77 cores=1,3,5,7
/proc/22189/stat : 22189 (python) R 22176 22176 21930 0 -1 4202560 927 0 0 0 54 23 0 0 17 0 1 0 617063533 458092544 42642 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907320639 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/22189/statm: 111839 42642 370 364 0 47751 0
[pid=22191] ppid=22189 vsize=0 CPUtime=61.07 cores=1,3,5,7
/proc/22191/stat : 22191 (lingeling) R 22189 22191 22191 0 -1 4202500 21353 0 0 0 6103 4 0 0 25 0 1 0 617063534 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22191/statm: 0 0 0 0 0 0 0
[pid=22192] ppid=22176 vsize=457612 CPUtime=0.09 cores=1,3,5,7
/proc/22192/stat : 22192 (python) S 22176 22176 21930 0 -1 4202560 959 0 0 0 3 6 0 0 15 0 1 0 617063536 468594688 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 4595989394724192520 0 0 17 7 0 0 0
/proc/22192/statm: 114403 42646 370 364 0 50312 0
[pid=22194] ppid=22192 vsize=902056 CPUtime=61.74 cores=1,3,5,7
/proc/22194/stat : 22194 (cryptominisat-2) R 22192 22194 22194 0 -1 4202496 190531 0 0 0 6139 35 0 0 25 0 1 0 617063537 923705344 181393 33554432000 4194304 4677096 140736157455680 18446744073709551615 4586888 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22194/statm: 225514 181393 391 118 0 220473 0
[pid=22176/tid=22184] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22184/stat : 22184 (python) S 22174 22176 21930 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617063528 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 1 0 0 0
[pid=22176/tid=22187] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22187/stat : 22187 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063531 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 3 0 0 0
[pid=22176/tid=22190] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22190/stat : 22190 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063534 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 5 0 0 0
[pid=22176/tid=22193] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22193/stat : 22193 (python) S 22174 22176 21930 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 617063537 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 301.21
Current children cumulated vsize (KiB) 4074552

[startup+116.501 s]
/proc/loadavg: 7.50 7.26 5.25 10/215 22196
/proc/meminfo: memFree=26247132/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=467856 CPUtime=54.18 cores=1,3,5,7
/proc/22176/stat : 22176 (python) S 22174 22176 21930 0 -1 4202496 79177 934 1 0 5393 25 0 0 20 0 5 0 617058090 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22176/statm: 116964 44161 1881 364 0 52873 0
[pid=22183] ppid=22176 vsize=426844 CPUtime=0.07 cores=1,3,5,7
/proc/22183/stat : 22183 (python) S 22176 22176 21930 0 -1 4202560 1009 0 0 0 3 4 0 0 18 0 1 0 617063528 437088256 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510543 0 0 16781312 514 15273887767482827014 0 0 17 1 0 0 0
/proc/22183/statm: 106711 42646 382 364 0 42629 0
[pid=22185] ppid=22183 vsize=48508 CPUtime=61.53 cores=1,3,5,7
/proc/22185/stat : 22185 (lingeling) R 22183 22185 22185 0 -1 4202496 20950 0 0 0 6149 4 0 0 25 0 1 0 617063529 49672192 11296 33554432000 4194304 4352236 140735744213504 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22185/statm: 12127 11296 129 39 0 11207 0
[pid=22186] ppid=22176 vsize=437100 CPUtime=0.09 cores=1,3,5,7
/proc/22186/stat : 22186 (python) S 22176 22176 21930 0 -1 4202560 961 0 0 0 5 4 0 0 15 0 1 0 617063531 447590400 42638 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 15273887767482827016 0 0 17 7 0 0 0
/proc/22186/statm: 109275 42638 370 364 0 45190 0
[pid=22188] ppid=22186 vsize=893800 CPUtime=62.07 cores=1,3,5,7
/proc/22188/stat : 22188 (cryptominisat-2) R 22186 22188 22188 0 -1 4202496 187868 0 0 0 6174 33 0 0 25 0 1 0 617063531 915251200 178655 33554432000 4194304 4677096 140736830123696 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22188/statm: 223450 178655 391 118 0 218409 0
[pid=22189] ppid=22176 vsize=447356 CPUtime=0.98 cores=1,3,5,7
/proc/22189/stat : 22189 (python) R 22176 22176 21930 0 -1 4202560 927 0 0 0 68 30 0 0 18 0 1 0 617063533 458092544 42642 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907320639 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/22189/statm: 111839 42642 370 364 0 47751 0
[pid=22191] ppid=22189 vsize=0 CPUtime=61.07 cores=1,3,5,7
/proc/22191/stat : 22191 (lingeling) R 22189 22191 22191 0 -1 4202500 21353 0 0 0 6103 4 0 0 25 0 1 0 617063534 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22191/statm: 0 0 0 0 0 0 0
[pid=22192] ppid=22176 vsize=457612 CPUtime=0.09 cores=1,3,5,7
/proc/22192/stat : 22192 (python) S 22176 22176 21930 0 -1 4202560 959 0 0 0 3 6 0 0 15 0 1 0 617063536 468594688 42646 33554432000 4194304 5683644 140733588613824 18446744073709551615 231895510598 0 0 16781312 514 4595989394724192520 0 0 17 7 0 0 0
/proc/22192/statm: 114403 42646 370 364 0 50312 0
[pid=22194] ppid=22192 vsize=902056 CPUtime=61.95 cores=1,3,5,7
/proc/22194/stat : 22194 (cryptominisat-2) R 22192 22194 22194 0 -1 4202496 190531 0 0 0 6160 35 0 0 25 0 1 0 617063537 923705344 181393 33554432000 4194304 4677096 140736157455680 18446744073709551615 4586852 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22194/statm: 225514 181393 391 118 0 220473 0
[pid=22176/tid=22184] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22184/stat : 22184 (python) S 22174 22176 21930 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 617063528 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 1 0 0 0
[pid=22176/tid=22187] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22187/stat : 22187 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063531 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 3 0 0 0
[pid=22176/tid=22190] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22190/stat : 22190 (python) S 22174 22176 21930 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 617063534 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 5 0 0 0
[pid=22176/tid=22193] ppid=22174 vsize=467856 CPUtime=0 cores=1,3,5,7
/proc/22176/task/22193/stat : 22193 (python) S 22174 22176 21930 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 617063537 479084544 44161 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 2 18446604469808769216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 302.03
Current children cumulated vsize (KiB) 4081132

[startup+116.608 s]
/proc/loadavg: 7.50 7.26 5.25 10/215 22196
/proc/meminfo: memFree=26247132/32950928 swapFree=67111356/67111528
[pid=22176] ppid=22174 vsize=467796 CPUtime=302.31 cores=1,3,5,7
/proc/22176/stat : 22176 (python) R 22174 22176 21930 0 -1 4202496 81337 426202 1 0 5394 25 24680 132 17 0 2 0 617058090 479023104 44153 33554432000 4194304 5683644 140733588613824 18446744073709551615 5114145 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/22176/statm: 116949 44153 1873 364 0 52873 0
[pid=22176/tid=22184] ppid=22174 vsize=467796 CPUtime=248.12 cores=1,3,5,7
/proc/22176/task/22184/stat : 22184 (python) S 22174 22176 21930 0 -1 4202560 30 426202 0 0 0 0 24680 132 18 0 2 0 617063528 479023104 44153 33554432000 4194304 5683644 140733588613824 18446744073709551615 231907314097 0 0 16781312 0 18446604469808769216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 302.31
Current children cumulated vsize (KiB) 467796

Child status: 0
Real time (s): 116.651
CPU time (s): 302.381
CPU user time (s): 300.777
CPU system time (s): 1.60376
CPU usage (%): 259.219
Max. virtual memory (cumulated for all children) (KiB): 4110448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.777
system time used= 1.60376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526375
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= 3291
involuntary context switches= 2273

runsolver used 0.198969 second user time and 0.500923 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-01 18:44:34
IDJOB=3317816
IDBENCH=71019
IDSOLVER=1706
FILE ID=node114/3317816-1304268273
RUNJOBID= node114-1304267292-21950
PBS_JOBID= 13173965
Free space on /tmp= 73428 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317816-1304268273/watcher-3317816-1304268273 -o /tmp/evaluation-result-3317816-1304268273/solver-3317816-1304268273 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317816-1304268273.cnf -seed 1647509017 -budget 4800 -cores 4

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1647509017

node114.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.848
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.69
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.848
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.15
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.848
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.848
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.73
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.848
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.848
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.75
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.848
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.74
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.848
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:     32950928 kB
MemFree:      27992936 kB
Buffers:       1127268 kB
Cached:        2002400 kB
SwapCached:        168 kB
Active:        1618648 kB
Inactive:      2819064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27992936 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           46568 kB
Writeback:           0 kB
AnonPages:     1307428 kB
Mapped:          21896 kB
Slab:           447696 kB
PageTables:      12364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2247292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73400 MiB
End job on node114 at 2011-05-01 18:46:31