Trace number 3498528

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 733.336 732.526

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.46	c INFO: solving HOME/instance-3498528-1307957658.cnf
0.32/0.46	c INFO: computing task features
0.40/0.51	c INFO: computed variable-clause graph statistics
0.40/0.51	c INFO: computed clause balance statistics
0.60/0.77	c INFO: computed variable balance statistics
0.80/0.96	c INFO: computed small-clause counts
0.80/0.96	c INFO: computed Horn-clause counts
0.91/1.03	c INFO: computed variable graph statistics
0.91/1.03	c INFO: collected features for HOME/instance-3498528-1307957658.cnf in 0.56 s
0.91/1.05	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.29)
101.12/101.18	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
587.18/586.69	c INFO: running SApperloT@0 for 97 with 4413 remaining (b = 0.16)
687.50/686.82	c INFO: running cryptominisat-2.9.0@0 for 485 with 4313 remaining (b = 0.40)
733.14/732.50	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-3498528-1307957658/watcher-3498528-1307957658 -o /var/tmp/evaluation-result-3498528-1307957658/solver-3498528-1307957658 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498528-1307957658.cnf -seed 72374424 -budget 5000 

running on 4 cores: 0,2,4,6

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.03 2.02 1.95 2/201 2576
/proc/meminfo: memFree=11313828/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/2576/stat : 2576 (python) R 2574 2576 2096 0 -1 4202496 713 0 0 0 0 0 0 0 25 0 1 0 888181683 15548416 603 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2576/statm: 3797 607 319 364 0 284 0

[startup+0.0122511 s]
/proc/loadavg: 2.03 2.02 1.95 2/201 2576
/proc/meminfo: memFree=11313828/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/2576/stat : 2576 (python) R 2574 2576 2096 0 -1 4202496 999 0 0 0 0 0 0 0 25 0 1 0 888181683 16629760 870 33554432000 4194304 5683644 140733592360144 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2576/statm: 4060 870 368 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.10027 s]
/proc/loadavg: 2.03 2.02 1.95 2/201 2576
/proc/meminfo: memFree=11313828/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/2576/stat : 2576 (python) R 2574 2576 2096 0 -1 4202496 3070 0 0 0 5 2 0 0 17 0 1 0 888181683 106733568 2750 33554432000 4194304 5683644 140733592360144 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2576/statm: 26057 2751 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300227 s]
/proc/loadavg: 2.03 2.02 1.95 2/201 2576
/proc/meminfo: memFree=11313828/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=187688 CPUtime=0.23 cores=0,2,4,6
/proc/2576/stat : 2576 (python) R 2574 2576 2096 0 -1 4202496 6830 932 1 0 17 6 0 0 17 0 1 0 888181683 192192512 4883 33554432000 4194304 5683644 140733592360144 18446744073709551615 220811312775 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2576/statm: 46922 4883 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.701172 s]
/proc/loadavg: 2.03 2.02 1.95 2/201 2576
/proc/meminfo: memFree=11313828/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=281396 CPUtime=0.6 cores=0,2,4,6
/proc/2576/stat : 2576 (python) R 2574 2576 2096 0 -1 4202496 10178 932 1 0 52 8 0 0 17 0 1 0 888181683 288149504 7760 33554432000 4194304 5683644 140733592360144 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2576/statm: 70349 7760 1826 364 0 6273 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 281396

[startup+1.50102 s]
/proc/loadavg: 2.03 2.02 1.95 3/202 2581
/proc/meminfo: memFree=11288796/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290280 CPUtime=0.97 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 10649 932 1 0 88 9 0 0 20 0 2 0 888181683 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2576/statm: 72570 7473 1875 364 0 8488 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 290280

[startup+3.10068 s]
/proc/loadavg: 2.03 2.02 1.95 3/205 2584
/proc/meminfo: memFree=11284060/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290280 CPUtime=0.97 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 10649 932 1 0 88 9 0 0 20 0 2 0 888181683 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2576/statm: 72570 7473 1875 364 0 8488 0
[pid=2582] ppid=2576 vsize=280036 CPUtime=0 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 804 0 0 0 0 0 0 0 18 0 1 0 888181788 286756864 5953 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256527 0 0 16781312 514 4438116017649975556 0 0 17 2 0 0 0
/proc/2582/statm: 70009 5953 359 364 0 5927 0
[pid=2584] ppid=2582 vsize=7556 CPUtime=2.03 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) R 2582 2584 2584 0 -1 4202496 1928 0 0 0 203 0 0 0 25 0 1 0 888181789 7737344 1090 33554432000 4194304 4352236 140736671055712 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2584/statm: 1889 1090 128 39 0 969 0
[pid=2576/tid=2583] ppid=2574 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 888181789 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 577872

[startup+6.30109 s]
/proc/loadavg: 2.03 2.02 1.95 3/205 2584
/proc/meminfo: memFree=11282288/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290280 CPUtime=0.97 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 10649 932 1 0 88 9 0 0 20 0 2 0 888181683 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2576/statm: 72570 7473 1875 364 0 8488 0
[pid=2582] ppid=2576 vsize=280036 CPUtime=0 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 960 0 0 0 0 0 0 0 18 0 1 0 888181788 286756864 5975 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256527 0 0 16781312 514 4438116017649975556 0 0 17 2 0 0 0
/proc/2582/statm: 70009 5975 381 364 0 5927 0
[pid=2584] ppid=2582 vsize=7556 CPUtime=5.23 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) R 2582 2584 2584 0 -1 4202496 2472 0 0 0 523 0 0 0 25 0 1 0 888181789 7737344 1090 33554432000 4194304 4352236 140736671055712 18446744073709551615 4281197 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2584/statm: 1889 1090 128 39 0 969 0
[pid=2576/tid=2583] ppid=2574 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 888181789 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 577872

[startup+12.7009 s]
/proc/loadavg: 2.02 2.02 1.95 3/205 2584
/proc/meminfo: memFree=11280824/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290280 CPUtime=0.97 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 10649 932 1 0 88 9 0 0 20 0 2 0 888181683 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2576/statm: 72570 7473 1875 364 0 8488 0
[pid=2582] ppid=2576 vsize=280036 CPUtime=0 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 963 0 0 0 0 0 0 0 18 0 1 0 888181788 286756864 5975 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256527 0 0 16781312 514 14498969564412346628 0 0 17 2 0 0 0
/proc/2582/statm: 70009 5975 381 364 0 5927 0
[pid=2584] ppid=2582 vsize=9484 CPUtime=11.63 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) R 2582 2584 2584 0 -1 4202496 3914 0 0 0 1163 0 0 0 25 0 1 0 888181789 9711616 1572 33554432000 4194304 4352236 140736671055712 18446744073709551615 4328456 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2584/statm: 2371 1572 128 39 0 1451 0
[pid=2576/tid=2583] ppid=2574 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 888181789 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 579800

[startup+25.5006 s]
/proc/loadavg: 2.02 2.02 1.95 3/205 2585
/proc/meminfo: memFree=11279408/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290280 CPUtime=0.97 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 10649 932 1 0 88 9 0 0 20 0 2 0 888181683 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2576/statm: 72570 7473 1875 364 0 8488 0
[pid=2582] ppid=2576 vsize=280036 CPUtime=0.02 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 967 0 0 0 1 1 0 0 18 0 1 0 888181788 286756864 5976 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256527 0 0 16781312 514 14498969564412346628 0 0 17 2 0 0 0
/proc/2582/statm: 70009 5976 382 364 0 5927 0
[pid=2584] ppid=2582 vsize=10128 CPUtime=24.43 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) R 2582 2584 2584 0 -1 4202496 4939 0 0 0 2443 0 0 0 25 0 1 0 888181789 10371072 1733 33554432000 4194304 4352236 140736671055712 18446744073709551615 4329176 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2584/statm: 2532 1733 128 39 0 1612 0
[pid=2576/tid=2583] ppid=2574 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 888181789 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 580444

[startup+51.1009 s]
/proc/loadavg: 2.01 2.02 1.95 3/205 2585
/proc/meminfo: memFree=11276532/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290280 CPUtime=0.97 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 10649 932 1 0 88 9 0 0 20 0 2 0 888181683 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2576/statm: 72570 7473 1875 364 0 8488 0
[pid=2582] ppid=2576 vsize=280036 CPUtime=0.04 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 975 0 0 0 2 2 0 0 18 0 1 0 888181788 286756864 5976 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256527 0 0 16781312 514 14498969564412346628 0 0 17 2 0 0 0
/proc/2582/statm: 70009 5976 382 364 0 5927 0
[pid=2584] ppid=2582 vsize=14488 CPUtime=50.03 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) R 2582 2584 2584 0 -1 4202496 8653 0 0 0 5002 1 0 0 25 0 1 0 888181789 14835712 2823 33554432000 4194304 4352236 140736671055712 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2584/statm: 3622 2823 128 39 0 2702 0
[pid=2576/tid=2583] ppid=2574 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 888181789 297246720 7473 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 584804

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 1.95 3/206 2588
/proc/meminfo: memFree=11265920/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290640 CPUtime=0.99 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 11132 932 1 0 90 9 0 0 18 0 2 0 888181683 297615360 7532 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2576/statm: 72660 7532 1876 364 0 8578 0
[pid=2582] ppid=2576 vsize=290280 CPUtime=0.11 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 1152 0 0 0 6 5 0 0 18 0 2 0 888181788 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2582/statm: 72570 6015 416 364 0 8488 0
[pid=2584] ppid=2582 vsize=14104 CPUtime=101.22 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) R 2582 2584 2584 0 -1 4202496 14445 0 0 0 10120 2 0 0 25 0 1 0 888181789 14442496 2727 33554432000 4194304 4352236 140736671055712 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2584/statm: 3526 2727 128 39 0 2606 0
[pid=2582/tid=2588] ppid=2576 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2588/stat : 2588 (python) S 2576 2576 2096 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888191799 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 4 0 0 0
[pid=2576/tid=2583] ppid=2574 vsize=290640 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 888181789 297615360 7532 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 595024

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/206 2589
/proc/meminfo: memFree=11253116/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290640 CPUtime=0.99 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 11132 932 1 0 90 9 0 0 18 0 2 0 888181683 297615360 7532 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2576/statm: 72660 7532 1876 364 0 8578 0
[pid=2582] ppid=2576 vsize=290280 CPUtime=0.19 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 1174 0 0 0 10 9 0 0 18 0 2 0 888181788 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2582/statm: 72570 6015 416 364 0 8488 0
[pid=2584] ppid=2582 vsize=21912 CPUtime=161.21 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) R 2582 2584 2584 0 -1 4202496 21869 0 0 0 16118 3 0 0 25 0 1 0 888181789 22437888 4679 33554432000 4194304 4352236 140736671055712 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2584/statm: 5478 4679 128 39 0 4558 0
[pid=2582/tid=2588] ppid=2576 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2588/stat : 2588 (python) S 2576 2576 2096 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888191799 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 4 0 0 0
[pid=2576/tid=2583] ppid=2574 vsize=290640 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 888181789 297615360 7532 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 602832

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/206 2591
/proc/meminfo: memFree=11255920/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=290640 CPUtime=0.99 cores=0,2,4,6

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

/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 888181789 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
[pid=2576/tid=2628] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2628/stat : 2628 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 888240352 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
[pid=2576/tid=2634] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2634/stat : 2634 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 888250365 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 723.82
Current children cumulated vsize (KiB) 1290800

[startup+729.501 s]
/proc/loadavg: 1.03 1.45 1.72 2/180 2636
/proc/meminfo: memFree=12606400/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=311152 CPUtime=1.03 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 12239 932 1 0 94 9 0 0 20 0 4 0 888181683 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2576/statm: 77788 7544 1880 364 0 13700 0
[pid=2582] ppid=2576 vsize=290280 CPUtime=0.69 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 1204 0 0 0 41 28 0 0 18 0 2 0 888181788 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2582/statm: 72570 6015 416 364 0 8488 0
[pid=2584] ppid=2582 vsize=27932 CPUtime=585.6 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) T 2582 2584 2584 0 -1 4202496 54574 0 0 0 58553 7 0 0 25 0 1 0 888181789 28602368 6184 33554432000 4194304 4352236 140736671055712 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2584/statm: 6983 6184 128 39 0 6063 0
[pid=2582/tid=2588] ppid=2576 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2588/stat : 2588 (python) S 2576 2576 2096 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 888191799 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 4 0 0 0
[pid=2627] ppid=2576 vsize=290652 CPUtime=0.11 cores=0,2,4,6
/proc/2627/stat : 2627 (python) S 2576 2576 2096 0 -1 4202560 1084 0 0 0 6 5 0 0 19 0 2 0 888240352 297627648 6057 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2627/statm: 72663 6057 400 364 0 8578 0
[pid=2629] ppid=2627 vsize=13484 CPUtime=100.09 cores=0,2,4,6
/proc/2629/stat : 2629 (SApperloT-base) T 2627 2629 2629 0 -1 4202496 3287 0 0 0 10009 0 0 0 25 0 1 0 888240353 13807616 2986 33554432000 134512640 135674940 4287264864 18446744073709551615 134559672 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2629/statm: 3371 2986 100 284 0 3085 0
[pid=2627/tid=2632] ppid=2576 vsize=290652 CPUtime=0 cores=0,2,4,6
/proc/2627/task/2632/stat : 2632 (python) S 2576 2576 2096 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 888250363 297627648 6057 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453926163392 0 0 -1 2 0 0 0
[pid=2633] ppid=2576 vsize=300908 CPUtime=0.06 cores=0,2,4,6
/proc/2633/stat : 2633 (python) S 2576 2576 2096 0 -1 4202560 939 0 0 0 4 2 0 0 15 0 1 0 888250365 308129792 6031 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256582 0 0 16781312 514 9418588131638083844 0 0 17 2 0 0 0
/proc/2633/statm: 75227 6031 371 364 0 11139 0
[pid=2635] ppid=2633 vsize=56540 CPUtime=42.66 cores=0,2,4,6
/proc/2635/stat : 2635 (cryptominisat-2) R 2633 2635 2635 0 -1 4202496 20667 0 0 0 4261 5 0 0 25 0 1 0 888250366 57896960 7138 33554432000 4194304 4677096 140733634789664 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2635/statm: 14135 7138 391 118 0 9094 0
[pid=2576/tid=2583] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 888181789 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
[pid=2576/tid=2628] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2628/stat : 2628 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 888240352 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
[pid=2576/tid=2634] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2634/stat : 2634 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 888250365 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 730.24
Current children cumulated vsize (KiB) 1290948

[startup+731.102 s]
/proc/loadavg: 1.03 1.44 1.72 2/180 2636
/proc/meminfo: memFree=12605904/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=311152 CPUtime=1.03 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 12239 932 1 0 94 9 0 0 20 0 4 0 888181683 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2576/statm: 77788 7544 1880 364 0 13700 0
[pid=2582] ppid=2576 vsize=290280 CPUtime=0.69 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 1204 0 0 0 41 28 0 0 18 0 2 0 888181788 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2582/statm: 72570 6015 416 364 0 8488 0
[pid=2584] ppid=2582 vsize=27932 CPUtime=585.6 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) T 2582 2584 2584 0 -1 4202496 54574 0 0 0 58553 7 0 0 25 0 1 0 888181789 28602368 6184 33554432000 4194304 4352236 140736671055712 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2584/statm: 6983 6184 128 39 0 6063 0
[pid=2582/tid=2588] ppid=2576 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2588/stat : 2588 (python) S 2576 2576 2096 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 888191799 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 4 0 0 0
[pid=2627] ppid=2576 vsize=290652 CPUtime=0.11 cores=0,2,4,6
/proc/2627/stat : 2627 (python) S 2576 2576 2096 0 -1 4202560 1084 0 0 0 6 5 0 0 19 0 2 0 888240352 297627648 6057 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2627/statm: 72663 6057 400 364 0 8578 0
[pid=2629] ppid=2627 vsize=13484 CPUtime=100.09 cores=0,2,4,6
/proc/2629/stat : 2629 (SApperloT-base) T 2627 2629 2629 0 -1 4202496 3287 0 0 0 10009 0 0 0 25 0 1 0 888240353 13807616 2986 33554432000 134512640 135674940 4287264864 18446744073709551615 134559672 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2629/statm: 3371 2986 100 284 0 3085 0
[pid=2627/tid=2632] ppid=2576 vsize=290652 CPUtime=0 cores=0,2,4,6
/proc/2627/task/2632/stat : 2632 (python) S 2576 2576 2096 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 888250363 297627648 6057 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453926163392 0 0 -1 2 0 0 0
[pid=2633] ppid=2576 vsize=300908 CPUtime=0.06 cores=0,2,4,6
/proc/2633/stat : 2633 (python) S 2576 2576 2096 0 -1 4202560 939 0 0 0 4 2 0 0 15 0 1 0 888250365 308129792 6031 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256582 0 0 16781312 514 9418588131638083844 0 0 17 2 0 0 0
/proc/2633/statm: 75227 6031 371 364 0 11139 0
[pid=2635] ppid=2633 vsize=56540 CPUtime=44.26 cores=0,2,4,6
/proc/2635/stat : 2635 (cryptominisat-2) R 2633 2635 2635 0 -1 4202496 20890 0 0 0 4421 5 0 0 25 0 1 0 888250366 57896960 7361 33554432000 4194304 4677096 140733634789664 18446744073709551615 4319545 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2635/statm: 14135 7361 391 118 0 9094 0
[pid=2576/tid=2583] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 888181789 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
[pid=2576/tid=2628] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2628/stat : 2628 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 888240352 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
[pid=2576/tid=2634] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2634/stat : 2634 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 888250365 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 731.84
Current children cumulated vsize (KiB) 1290948

[startup+731.901 s]
/proc/loadavg: 1.03 1.44 1.72 2/180 2636
/proc/meminfo: memFree=12605284/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=311152 CPUtime=1.03 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 12239 932 1 0 94 9 0 0 20 0 4 0 888181683 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2576/statm: 77788 7544 1880 364 0 13700 0
[pid=2582] ppid=2576 vsize=290280 CPUtime=0.69 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 1204 0 0 0 41 28 0 0 18 0 2 0 888181788 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2582/statm: 72570 6015 416 364 0 8488 0
[pid=2584] ppid=2582 vsize=27932 CPUtime=585.6 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) T 2582 2584 2584 0 -1 4202496 54574 0 0 0 58553 7 0 0 25 0 1 0 888181789 28602368 6184 33554432000 4194304 4352236 140736671055712 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2584/statm: 6983 6184 128 39 0 6063 0
[pid=2582/tid=2588] ppid=2576 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2588/stat : 2588 (python) S 2576 2576 2096 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 888191799 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 4 0 0 0
[pid=2627] ppid=2576 vsize=290652 CPUtime=0.11 cores=0,2,4,6
/proc/2627/stat : 2627 (python) S 2576 2576 2096 0 -1 4202560 1084 0 0 0 6 5 0 0 19 0 2 0 888240352 297627648 6057 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2627/statm: 72663 6057 400 364 0 8578 0
[pid=2629] ppid=2627 vsize=13484 CPUtime=100.09 cores=0,2,4,6
/proc/2629/stat : 2629 (SApperloT-base) T 2627 2629 2629 0 -1 4202496 3287 0 0 0 10009 0 0 0 25 0 1 0 888240353 13807616 2986 33554432000 134512640 135674940 4287264864 18446744073709551615 134559672 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2629/statm: 3371 2986 100 284 0 3085 0
[pid=2627/tid=2632] ppid=2576 vsize=290652 CPUtime=0 cores=0,2,4,6
/proc/2627/task/2632/stat : 2632 (python) S 2576 2576 2096 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 888250363 297627648 6057 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453926163392 0 0 -1 2 0 0 0
[pid=2633] ppid=2576 vsize=300908 CPUtime=0.06 cores=0,2,4,6
/proc/2633/stat : 2633 (python) S 2576 2576 2096 0 -1 4202560 939 0 0 0 4 2 0 0 15 0 1 0 888250365 308129792 6031 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256582 0 0 16781312 514 9418588131638083844 0 0 17 2 0 0 0
/proc/2633/statm: 75227 6031 371 364 0 11139 0
[pid=2635] ppid=2633 vsize=56564 CPUtime=45.06 cores=0,2,4,6
/proc/2635/stat : 2635 (cryptominisat-2) R 2633 2635 2635 0 -1 4202496 21298 0 0 0 4501 5 0 0 25 0 1 0 888250366 57921536 6993 33554432000 4194304 4677096 140733634789664 18446744073709551615 4320166 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2635/statm: 14141 6993 391 118 0 9100 0
[pid=2576/tid=2583] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 888181789 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
[pid=2576/tid=2628] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2628/stat : 2628 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 888240352 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
[pid=2576/tid=2634] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2634/stat : 2634 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 888250365 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 732.64
Current children cumulated vsize (KiB) 1290972

[startup+732.301 s]
/proc/loadavg: 1.03 1.44 1.72 2/180 2636
/proc/meminfo: memFree=12605284/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=311152 CPUtime=1.03 cores=0,2,4,6
/proc/2576/stat : 2576 (python) S 2574 2576 2096 0 -1 4202496 12239 932 1 0 94 9 0 0 20 0 4 0 888181683 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2576/statm: 77788 7544 1880 364 0 13700 0
[pid=2582] ppid=2576 vsize=290280 CPUtime=0.69 cores=0,2,4,6
/proc/2582/stat : 2582 (python) S 2576 2576 2096 0 -1 4202560 1204 0 0 0 41 28 0 0 18 0 2 0 888181788 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2582/statm: 72570 6015 416 364 0 8488 0
[pid=2584] ppid=2582 vsize=27932 CPUtime=585.6 cores=0,2,4,6
/proc/2584/stat : 2584 (lingeling) T 2582 2584 2584 0 -1 4202496 54574 0 0 0 58553 7 0 0 25 0 1 0 888181789 28602368 6184 33554432000 4194304 4352236 140736671055712 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2584/statm: 6983 6184 128 39 0 6063 0
[pid=2582/tid=2588] ppid=2576 vsize=290280 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2588/stat : 2588 (python) S 2576 2576 2096 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 888191799 297246720 6015 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 4 0 0 0
[pid=2627] ppid=2576 vsize=290652 CPUtime=0.11 cores=0,2,4,6
/proc/2627/stat : 2627 (python) S 2576 2576 2096 0 -1 4202560 1084 0 0 0 6 5 0 0 19 0 2 0 888240352 297627648 6057 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2627/statm: 72663 6057 400 364 0 8578 0
[pid=2629] ppid=2627 vsize=13484 CPUtime=100.09 cores=0,2,4,6
/proc/2629/stat : 2629 (SApperloT-base) T 2627 2629 2629 0 -1 4202496 3287 0 0 0 10009 0 0 0 25 0 1 0 888240353 13807616 2986 33554432000 134512640 135674940 4287264864 18446744073709551615 134559672 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2629/statm: 3371 2986 100 284 0 3085 0
[pid=2627/tid=2632] ppid=2576 vsize=290652 CPUtime=0 cores=0,2,4,6
/proc/2627/task/2632/stat : 2632 (python) S 2576 2576 2096 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 888250363 297627648 6057 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 514 18446604453926163392 0 0 -1 2 0 0 0
[pid=2633] ppid=2576 vsize=300908 CPUtime=0.06 cores=0,2,4,6
/proc/2633/stat : 2633 (python) S 2576 2576 2096 0 -1 4202560 939 0 0 0 4 2 0 0 15 0 1 0 888250365 308129792 6031 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816256582 0 0 16781312 514 9418588131638083844 0 0 17 2 0 0 0
/proc/2633/statm: 75227 6031 371 364 0 11139 0
[pid=2635] ppid=2633 vsize=56564 CPUtime=45.46 cores=0,2,4,6
/proc/2635/stat : 2635 (cryptominisat-2) R 2633 2635 2635 0 -1 4202496 21360 0 0 0 4541 5 0 0 25 0 1 0 888250366 57921536 7055 33554432000 4194304 4677096 140733634789664 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2635/statm: 14141 7055 391 118 0 9100 0
[pid=2576/tid=2583] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2583/stat : 2583 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 888181789 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 0 0 0 0
[pid=2576/tid=2628] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2628/stat : 2628 (python) S 2574 2576 2096 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 888240352 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
[pid=2576/tid=2634] ppid=2574 vsize=311152 CPUtime=0 cores=0,2,4,6
/proc/2576/task/2634/stat : 2634 (python) S 2574 2576 2096 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 888250365 318619648 7544 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 2 18446604453985337408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 733.04
Current children cumulated vsize (KiB) 1290972

[startup+732.501 s]
/proc/loadavg: 1.03 1.44 1.72 2/179 2637
/proc/meminfo: memFree=12658232/32951124 swapFree=67062232/67111528
[pid=2576] ppid=2574 vsize=311132 CPUtime=687.56 cores=0,2,4,6
/proc/2576/stat : 2576 (python) R 2574 2576 2096 0 -1 4202496 12511 61127 1 0 94 9 68611 42 17 0 3 0 888181683 318599168 7542 33554432000 4194304 5683644 140733592360144 18446744073709551615 220816236475 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2576/statm: 77783 7542 1878 364 0 13700 0
[pid=2633] ppid=2576 vsize=0 CPUtime=45.72 cores=3-4,6-9,13,15,20,26,64,68,71,75,135,139,193,197,258,576,578-579,584,586-587,590,598,708,710-713,717,719,724,730,771-772,774-777,781,783,788,794,839,841-845,853,857,862,864-868,870,899-900,902-905,909,911,916,922,966,971-973,979-980,986
/proc/2633/stat : 2633 (python) Z 2576 2576 2096 0 -1 4202588 1170 21392 0 0 4 2 4561 5 15 0 1 0 888250365 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2633/statm: -- couldn't open statm file --[pid=2576/tid=2628] ppid=2574 vsize=311112 CPUtime=732.27 cores=0,2,4,6
/proc/2576/task/2628/stat : 2628 (python) S 2574 2576 2096 0 -1 4202560 29 83689 0 0 0 0 73177 50 18 0 3 0 888240352 318578688 7539 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 0 18446604453985337408 0 0 -1 0 0 0 0
[pid=2576/tid=2634] ppid=2574 vsize=311112 CPUtime=732.27 cores=0,2,4,6
/proc/2576/task/2634/stat : 2634 (python) S 2574 2576 2096 0 -1 4202560 28 83689 0 0 0 0 73177 50 18 0 3 0 888250365 318578688 7539 33554432000 4194304 5683644 140733592360144 18446744073709551615 220828060081 0 0 16781312 0 18446604453985337408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 733.28
Current children cumulated vsize (KiB) 311132

Child status: 0
Real time (s): 732.526
CPU time (s): 733.336
CPU user time (s): 732.732
CPU system time (s): 0.603908
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 1290972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 732.732
system time used= 0.603908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100593
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= 2021
involuntary context switches= 1174

runsolver used 1.21681 second user time and 2.55761 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 11:34:18
IDJOB=3498528
IDBENCH=88045
IDSOLVER=1991
FILE ID=node147/3498528-1307957658
RUNJOBID= node147-1307953113-2114
PBS_JOBID= 13559681
Free space on /var/tmp= 2868 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.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-3498528-1307957658/watcher-3498528-1307957658 -o /var/tmp/evaluation-result-3498528-1307957658/solver-3498528-1307957658 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498528-1307957658.cnf -seed 72374424 -budget 5000

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=72374424

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11314008 kB
Buffers:        104444 kB
Cached:       19484008 kB
SwapCached:      10356 kB
Active:        5559088 kB
Inactive:     15381928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11314008 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           32324 kB
Writeback:           8 kB
AnonPages:     1350588 kB
Mapped:          17096 kB
Slab:           622280 kB
PageTables:      13444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2913432 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= 2880 MiB
End job on node147 at 2011-06-13 11:46:30