Trace number 3498522

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 861.096 860.239

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.87
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.38/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.68	c INFO: solving HOME/instance-3498522-1307957308.cnf
0.38/0.68	c INFO: computing task features
0.38/0.68	c INFO: computed variable-clause graph statistics
0.38/0.68	c INFO: computed clause balance statistics
0.46/0.71	c INFO: computed variable balance statistics
0.46/0.72	c INFO: computed small-clause counts
0.46/0.72	c INFO: computed Horn-clause counts
0.46/0.72	c INFO: computed variable graph statistics
0.46/0.72	c INFO: collected features for HOME/instance-3498522-1307957308.cnf in 0.05 s
0.46/0.75	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.27)
100.65/100.88	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
586.74/586.37	c INFO: running SApperloT@0 for 97 with 4414 remaining (b = 0.15)
687.03/686.51	c INFO: running cryptominisat-2.9.0@0 for 485 with 4314 remaining (b = 0.40)
860.98/860.21	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-3498522-1307957308/watcher-3498522-1307957308 -o /var/tmp/evaluation-result-3498522-1307957308/solver-3498522-1307957308 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498522-1307957308.cnf -seed 283649774 -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.02 2.00 1.93 2/190 2562
/proc/meminfo: memFree=11976544/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 650 0 0 0 0 0 0 0 25 0 1 0 985961302 15441920 545 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/2562/statm: 3770 545 312 364 0 257 0

[startup+0.011398 s]
/proc/loadavg: 2.02 2.00 1.93 2/190 2562
/proc/meminfo: memFree=11976544/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/2562/stat : 2562 (python) R 2560 2562 1923 0 -1 4202496 876 0 0 0 0 0 0 0 25 0 1 0 985961302 16150528 757 33554432000 4194304 5683644 140737047202464 18446744073709551615 252457726661 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2562/statm: 3943 757 343 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.100376 s]
/proc/loadavg: 2.02 2.00 1.93 2/190 2562
/proc/meminfo: memFree=11976544/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=85620 CPUtime=0.05 cores=0,2,4,6
/proc/2562/stat : 2562 (python) R 2560 2562 1923 0 -1 4202496 2630 0 0 0 4 1 0 0 18 0 1 0 985961302 87674880 2348 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2562/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300381 s]
/proc/loadavg: 2.02 2.00 1.93 2/190 2562
/proc/meminfo: memFree=11976544/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=135748 CPUtime=0.19 cores=0,2,4,6
/proc/2562/stat : 2562 (python) R 2560 2562 1923 0 -1 4202496 5972 935 1 0 14 5 0 0 17 0 1 0 985961302 139005952 4149 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458061829 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2562/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700309 s]
/proc/loadavg: 2.02 2.00 1.93 2/190 2562
/proc/meminfo: memFree=11976544/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=278124 CPUtime=0.46 cores=0,2,4,6
/proc/2562/stat : 2562 (python) R 2560 2562 1923 0 -1 4202496 9287 935 1 0 33 13 0 0 16 0 1 0 985961302 284798976 6943 33554432000 4194304 5683644 140737047202464 18446744073709551615 47704078829713 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2562/statm: 69531 6943 1826 364 0 5455 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278124

[startup+1.50114 s]
/proc/loadavg: 2.02 2.00 1.93 3/194 2572
/proc/meminfo: memFree=11950744/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=288564 CPUtime=0.51 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 9788 935 1 0 38 13 0 0 18 0 2 0 985961302 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2562/statm: 72141 7030 1875 364 0 8059 0
[pid=2570] ppid=2562 vsize=278320 CPUtime=0 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 782 0 0 0 0 0 0 0 18 0 1 0 985961378 284999680 5503 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085903 0 0 16781312 514 4160851620717920255 0 0 17 2 0 0 0
/proc/2570/statm: 69580 5503 352 364 0 5498 0
[pid=2572] ppid=2570 vsize=7372 CPUtime=0.74 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) R 2570 2572 2572 0 -1 4202496 1509 0 0 0 74 0 0 0 21 0 1 0 985961378 7548928 1040 33554432000 4194304 4352236 140734702226960 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2572/statm: 1843 1040 129 39 0 923 0
[pid=2562/tid=2571] ppid=2560 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 985961378 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 574256

[startup+3.10086 s]
/proc/loadavg: 2.02 2.00 1.93 3/194 2572
/proc/meminfo: memFree=11947644/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=288564 CPUtime=0.51 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 9788 935 1 0 38 13 0 0 18 0 2 0 985961302 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2562/statm: 72141 7030 1875 364 0 8059 0
[pid=2570] ppid=2562 vsize=278320 CPUtime=0 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 804 0 0 0 0 0 0 0 18 0 1 0 985961378 284999680 5510 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085903 0 0 16781312 514 4160851620717887748 0 0 17 2 0 0 0
/proc/2570/statm: 69580 5510 359 364 0 5498 0
[pid=2572] ppid=2570 vsize=9048 CPUtime=2.34 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) R 2570 2572 2572 0 -1 4202496 2582 0 0 0 234 0 0 0 25 0 1 0 985961378 9265152 1427 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2572/statm: 2262 1427 129 39 0 1342 0
[pid=2562/tid=2571] ppid=2560 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 985961378 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 575932

[startup+6.30022 s]
/proc/loadavg: 2.02 2.00 1.93 3/194 2572
/proc/meminfo: memFree=11942312/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=288564 CPUtime=0.51 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 9788 935 1 0 38 13 0 0 18 0 2 0 985961302 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2562/statm: 72141 7030 1875 364 0 8059 0
[pid=2570] ppid=2562 vsize=278320 CPUtime=0 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 952 0 0 0 0 0 0 0 18 0 1 0 985961378 284999680 5532 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085903 0 0 16781312 514 4160851620717887748 0 0 17 2 0 0 0
/proc/2570/statm: 69580 5532 381 364 0 5498 0
[pid=2572] ppid=2570 vsize=13020 CPUtime=5.53 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) R 2570 2572 2572 0 -1 4202496 4503 0 0 0 553 0 0 0 25 0 1 0 985961378 13332480 2420 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2572/statm: 3255 2420 129 39 0 2335 0
[pid=2562/tid=2571] ppid=2560 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 985961378 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 579904

[startup+12.701 s]
/proc/loadavg: 2.01 2.00 1.93 3/194 2572
/proc/meminfo: memFree=11941144/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=288564 CPUtime=0.51 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 9788 935 1 0 38 13 0 0 18 0 2 0 985961302 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2562/statm: 72141 7030 1875 364 0 8059 0
[pid=2570] ppid=2562 vsize=278320 CPUtime=0 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 954 0 0 0 0 0 0 0 18 0 1 0 985961378 284999680 5532 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085903 0 0 16781312 514 85251733571207428 0 0 17 2 0 0 0
/proc/2570/statm: 69580 5532 381 364 0 5498 0
[pid=2572] ppid=2570 vsize=12896 CPUtime=11.93 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) R 2570 2572 2572 0 -1 4202496 6600 0 0 0 1193 0 0 0 25 0 1 0 985961378 13205504 2405 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2572/statm: 3224 2405 129 39 0 2304 0
[pid=2562/tid=2571] ppid=2560 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 985961378 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 579780

[startup+25.5007 s]
/proc/loadavg: 2.01 2.00 1.93 3/194 2572
/proc/meminfo: memFree=11927624/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=288564 CPUtime=0.51 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 9788 935 1 0 38 13 0 0 18 0 2 0 985961302 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2562/statm: 72141 7030 1875 364 0 8059 0
[pid=2570] ppid=2562 vsize=278320 CPUtime=0.01 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 960 0 0 0 1 0 0 0 18 0 1 0 985961378 284999680 5532 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085903 0 0 16781312 514 85251733571207428 0 0 17 2 0 0 0
/proc/2570/statm: 69580 5532 381 364 0 5498 0
[pid=2572] ppid=2570 vsize=18272 CPUtime=24.74 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) R 2570 2572 2572 0 -1 4202496 11560 0 0 0 2473 1 0 0 25 0 1 0 985961378 18710528 3749 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2572/statm: 4568 3749 129 39 0 3648 0
[pid=2562/tid=2571] ppid=2560 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 985961378 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 585156

[startup+51.1009 s]
/proc/loadavg: 2.01 2.00 1.93 3/194 2573
/proc/meminfo: memFree=11925836/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=288564 CPUtime=0.51 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 9788 935 1 0 38 13 0 0 18 0 2 0 985961302 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2562/statm: 72141 7030 1875 364 0 8059 0
[pid=2570] ppid=2562 vsize=278320 CPUtime=0.05 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 969 0 0 0 3 2 0 0 18 0 1 0 985961378 284999680 5533 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085903 0 0 16781312 514 85251733571207428 0 0 17 2 0 0 0
/proc/2570/statm: 69580 5533 382 364 0 5498 0
[pid=2572] ppid=2570 vsize=22280 CPUtime=50.33 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) R 2570 2572 2572 0 -1 4202496 18729 0 0 0 5031 2 0 0 25 0 1 0 985961378 22814720 4767 33554432000 4194304 4352236 140734702226960 18446744073709551615 4276728 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2572/statm: 5570 4767 129 39 0 4650 0
[pid=2562/tid=2571] ppid=2560 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 985961378 295489536 7030 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 589164

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/198 2578
/proc/meminfo: memFree=11547896/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=288948 CPUtime=0.54 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 10233 935 1 0 41 13 0 0 18 0 2 0 985961302 295882752 7120 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2562/statm: 72237 7120 1876 364 0 8155 0
[pid=2570] ppid=2562 vsize=288564 CPUtime=0.11 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 1149 0 0 0 7 4 0 0 18 0 2 0 985961378 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2570/statm: 72141 5572 416 364 0 8059 0
[pid=2572] ppid=2570 vsize=28680 CPUtime=101.52 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) R 2570 2572 2572 0 -1 4202496 31913 0 0 0 10148 4 0 0 25 0 1 0 985961378 29368320 6367 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2572/statm: 7170 6367 129 39 0 6250 0
[pid=2570/tid=2578] ppid=2562 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2570/task/2578/stat : 2578 (python) S 2562 2562 1923 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985971388 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453881467008 0 0 -1 2 0 0 0
[pid=2562/tid=2571] ppid=2560 vsize=288948 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 985961378 295882752 7120 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 606192

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/198 2580
/proc/meminfo: memFree=11410112/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=288948 CPUtime=0.54 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 10233 935 1 0 41 13 0 0 18 0 2 0 985961302 295882752 7120 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2562/statm: 72237 7120 1876 364 0 8155 0
[pid=2570] ppid=2562 vsize=288564 CPUtime=0.18 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 1177 0 0 0 11 7 0 0 18 0 2 0 985961378 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2570/statm: 72141 5572 416 364 0 8059 0
[pid=2572] ppid=2570 vsize=27656 CPUtime=161.52 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) R 2570 2572 2572 0 -1 4202496 46889 0 0 0 16146 6 0 0 25 0 1 0 985961378 28319744 6111 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2572/statm: 6914 6111 129 39 0 5994 0
[pid=2570/tid=2578] ppid=2562 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2570/task/2578/stat : 2578 (python) S 2562 2562 1923 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985971388 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453881467008 0 0 -1 2 0 0 0
[pid=2562/tid=2571] ppid=2560 vsize=288948 CPUtime=0 cores=0,2,4,6

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

[pid=2596] ppid=2562 vsize=288684 CPUtime=0.11 cores=0,2,4,6
/proc/2596/stat : 2596 (python) S 2562 2562 1923 0 -1 4202560 1076 0 0 0 6 5 0 0 19 0 2 0 986019940 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2596/statm: 72171 5597 400 364 0 8086 0
[pid=2598] ppid=2596 vsize=4700 CPUtime=100.1 cores=0,2,4,6
/proc/2598/stat : 2598 (SApperloT-base) T 2596 2598 2598 0 -1 4202496 1112 0 0 0 10010 0 0 0 25 0 1 0 986019940 4812800 847 33554432000 134512640 135674940 4294641648 18446744073709551615 134559263 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2598/statm: 1175 847 99 284 0 889 0
[pid=2596/tid=2605] ppid=2562 vsize=288684 CPUtime=0 cores=0,2,4,6
/proc/2596/task/2605/stat : 2605 (python) S 2562 2562 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 986029951 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453825962048 0 0 -1 4 0 0 0
[pid=2606] ppid=2562 vsize=299352 CPUtime=0.23 cores=0,2,4,6
/proc/2606/stat : 2606 (python) S 2562 2562 1923 0 -1 4202560 964 0 0 0 13 10 0 0 15 0 1 0 986029953 306536448 5642 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085958 0 0 16781312 514 4165790077194043652 0 0 17 0 0 0 0
/proc/2606/statm: 74838 5642 371 364 0 10750 0
[pid=2608] ppid=2606 vsize=83084 CPUtime=170.98 cores=0,2,4,6
/proc/2608/stat : 2608 (cryptominisat-2) R 2606 2608 2608 0 -1 4202496 57807 0 0 0 17089 9 0 0 25 0 1 0 986029954 85078016 10329 33554432000 4194304 4677096 140733781989136 18446744073709551615 252457762452 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2608/statm: 20771 10329 386 118 0 15730 0
[pid=2562/tid=2571] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 4 0 985961378 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
[pid=2562/tid=2597] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2597/stat : 2597 (python) S 2560 2562 1923 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 986019940 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 0 0 0 0
[pid=2562/tid=2607] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2607/stat : 2607 (python) S 2560 2562 1923 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 4 0 986029954 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 858.25
Current children cumulated vsize (KiB) 1318608

[startup+859.107 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 2616
/proc/meminfo: memFree=11027172/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=309596 CPUtime=0.58 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 11390 935 1 0 45 13 0 0 19 0 4 0 985961302 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2562/statm: 77399 7155 1880 364 0 13311 0
[pid=2570] ppid=2562 vsize=288564 CPUtime=0.67 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 1206 0 0 0 39 28 0 0 18 0 2 0 985961378 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2570/statm: 72141 5572 416 364 0 8059 0
[pid=2572] ppid=2570 vsize=44628 CPUtime=585.58 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) T 2570 2572 2572 0 -1 4202496 133162 0 0 0 58542 16 0 0 25 0 1 0 985961378 45699072 10354 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328016 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2572/statm: 11157 10354 129 39 0 10237 0
[pid=2570/tid=2578] ppid=2562 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2570/task/2578/stat : 2578 (python) S 2562 2562 1923 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985971388 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453881467008 0 0 -1 2 0 0 0
[pid=2596] ppid=2562 vsize=288684 CPUtime=0.11 cores=0,2,4,6
/proc/2596/stat : 2596 (python) S 2562 2562 1923 0 -1 4202560 1076 0 0 0 6 5 0 0 19 0 2 0 986019940 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2596/statm: 72171 5597 400 364 0 8086 0
[pid=2598] ppid=2596 vsize=4700 CPUtime=100.1 cores=0,2,4,6
/proc/2598/stat : 2598 (SApperloT-base) T 2596 2598 2598 0 -1 4202496 1112 0 0 0 10010 0 0 0 25 0 1 0 986019940 4812800 847 33554432000 134512640 135674940 4294641648 18446744073709551615 134559263 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2598/statm: 1175 847 99 284 0 889 0
[pid=2596/tid=2605] ppid=2562 vsize=288684 CPUtime=0 cores=0,2,4,6
/proc/2596/task/2605/stat : 2605 (python) S 2562 2562 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 986029951 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453825962048 0 0 -1 4 0 0 0
[pid=2606] ppid=2562 vsize=299352 CPUtime=0.25 cores=0,2,4,6
/proc/2606/stat : 2606 (python) S 2562 2562 1923 0 -1 4202560 965 0 0 0 14 11 0 0 15 0 1 0 986029953 306536448 5642 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085958 0 0 16781312 514 85251733571207428 0 0 17 0 0 0 0
/proc/2606/statm: 74838 5642 371 364 0 10750 0
[pid=2608] ppid=2606 vsize=83084 CPUtime=172.58 cores=0,2,4,6
/proc/2608/stat : 2608 (cryptominisat-2) R 2606 2608 2608 0 -1 4202496 57923 0 0 0 17249 9 0 0 25 0 1 0 986029954 85078016 10445 33554432000 4194304 4677096 140733781989136 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2608/statm: 20771 10445 386 118 0 15730 0
[pid=2562/tid=2571] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 4 0 985961378 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
[pid=2562/tid=2597] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2597/stat : 2597 (python) S 2560 2562 1923 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 986019940 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 0 0 0 0
[pid=2562/tid=2607] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2607/stat : 2607 (python) S 2560 2562 1923 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 4 0 986029954 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 859.87
Current children cumulated vsize (KiB) 1318608

[startup+859.901 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 2616
/proc/meminfo: memFree=11027172/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=309596 CPUtime=0.58 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 11390 935 1 0 45 13 0 0 19 0 4 0 985961302 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2562/statm: 77399 7155 1880 364 0 13311 0
[pid=2570] ppid=2562 vsize=288564 CPUtime=0.67 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 1206 0 0 0 39 28 0 0 18 0 2 0 985961378 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2570/statm: 72141 5572 416 364 0 8059 0
[pid=2572] ppid=2570 vsize=44628 CPUtime=585.58 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) T 2570 2572 2572 0 -1 4202496 133162 0 0 0 58542 16 0 0 25 0 1 0 985961378 45699072 10354 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328016 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2572/statm: 11157 10354 129 39 0 10237 0
[pid=2570/tid=2578] ppid=2562 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2570/task/2578/stat : 2578 (python) S 2562 2562 1923 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985971388 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453881467008 0 0 -1 2 0 0 0
[pid=2596] ppid=2562 vsize=288684 CPUtime=0.11 cores=0,2,4,6
/proc/2596/stat : 2596 (python) S 2562 2562 1923 0 -1 4202560 1076 0 0 0 6 5 0 0 19 0 2 0 986019940 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2596/statm: 72171 5597 400 364 0 8086 0
[pid=2598] ppid=2596 vsize=4700 CPUtime=100.1 cores=0,2,4,6
/proc/2598/stat : 2598 (SApperloT-base) T 2596 2598 2598 0 -1 4202496 1112 0 0 0 10010 0 0 0 25 0 1 0 986019940 4812800 847 33554432000 134512640 135674940 4294641648 18446744073709551615 134559263 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2598/statm: 1175 847 99 284 0 889 0
[pid=2596/tid=2605] ppid=2562 vsize=288684 CPUtime=0 cores=0,2,4,6
/proc/2596/task/2605/stat : 2605 (python) S 2562 2562 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 986029951 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453825962048 0 0 -1 4 0 0 0
[pid=2606] ppid=2562 vsize=299352 CPUtime=0.25 cores=0,2,4,6
/proc/2606/stat : 2606 (python) S 2562 2562 1923 0 -1 4202560 965 0 0 0 14 11 0 0 15 0 1 0 986029953 306536448 5642 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085958 0 0 16781312 514 85251733571207428 0 0 17 0 0 0 0
/proc/2606/statm: 74838 5642 371 364 0 10750 0
[pid=2608] ppid=2606 vsize=83084 CPUtime=173.39 cores=0,2,4,6
/proc/2608/stat : 2608 (cryptominisat-2) R 2606 2608 2608 0 -1 4202496 57970 0 0 0 17329 10 0 0 25 0 1 0 986029954 85078016 10492 33554432000 4194304 4677096 140733781989136 18446744073709551615 4320135 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2608/statm: 20771 10492 386 118 0 15730 0
[pid=2562/tid=2571] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 4 0 985961378 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
[pid=2562/tid=2597] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2597/stat : 2597 (python) S 2560 2562 1923 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 986019940 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 0 0 0 0
[pid=2562/tid=2607] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2607/stat : 2607 (python) S 2560 2562 1923 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 4 0 986029954 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 860.68
Current children cumulated vsize (KiB) 1318608

[startup+860.101 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 2616
/proc/meminfo: memFree=11026924/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=309596 CPUtime=0.58 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 11390 935 1 0 45 13 0 0 19 0 4 0 985961302 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2562/statm: 77399 7155 1880 364 0 13311 0
[pid=2570] ppid=2562 vsize=288564 CPUtime=0.67 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 1206 0 0 0 39 28 0 0 18 0 2 0 985961378 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2570/statm: 72141 5572 416 364 0 8059 0
[pid=2572] ppid=2570 vsize=44628 CPUtime=585.58 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) T 2570 2572 2572 0 -1 4202496 133162 0 0 0 58542 16 0 0 25 0 1 0 985961378 45699072 10354 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328016 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2572/statm: 11157 10354 129 39 0 10237 0
[pid=2570/tid=2578] ppid=2562 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2570/task/2578/stat : 2578 (python) S 2562 2562 1923 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985971388 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453881467008 0 0 -1 2 0 0 0
[pid=2596] ppid=2562 vsize=288684 CPUtime=0.11 cores=0,2,4,6
/proc/2596/stat : 2596 (python) S 2562 2562 1923 0 -1 4202560 1076 0 0 0 6 5 0 0 19 0 2 0 986019940 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2596/statm: 72171 5597 400 364 0 8086 0
[pid=2598] ppid=2596 vsize=4700 CPUtime=100.1 cores=0,2,4,6
/proc/2598/stat : 2598 (SApperloT-base) T 2596 2598 2598 0 -1 4202496 1112 0 0 0 10010 0 0 0 25 0 1 0 986019940 4812800 847 33554432000 134512640 135674940 4294641648 18446744073709551615 134559263 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2598/statm: 1175 847 99 284 0 889 0
[pid=2596/tid=2605] ppid=2562 vsize=288684 CPUtime=0 cores=0,2,4,6
/proc/2596/task/2605/stat : 2605 (python) S 2562 2562 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 986029951 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453825962048 0 0 -1 4 0 0 0
[pid=2606] ppid=2562 vsize=299352 CPUtime=0.25 cores=0,2,4,6
/proc/2606/stat : 2606 (python) S 2562 2562 1923 0 -1 4202560 965 0 0 0 14 11 0 0 15 0 1 0 986029953 306536448 5642 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085958 0 0 16781312 514 85251733571207428 0 0 17 0 0 0 0
/proc/2606/statm: 74838 5642 371 364 0 10750 0
[pid=2608] ppid=2606 vsize=83084 CPUtime=173.59 cores=0,2,4,6
/proc/2608/stat : 2608 (cryptominisat-2) R 2606 2608 2608 0 -1 4202496 57986 0 0 0 17349 10 0 0 25 0 1 0 986029954 85078016 10508 33554432000 4194304 4677096 140733781989136 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2608/statm: 20771 10508 386 118 0 15730 0
[pid=2562/tid=2571] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 4 0 985961378 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
[pid=2562/tid=2597] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2597/stat : 2597 (python) S 2560 2562 1923 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 986019940 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 0 0 0 0
[pid=2562/tid=2607] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2607/stat : 2607 (python) S 2560 2562 1923 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 4 0 986029954 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 860.88
Current children cumulated vsize (KiB) 1318608

[startup+860.207 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 2616
/proc/meminfo: memFree=11026924/32951124 swapFree=67062556/67111528
[pid=2562] ppid=2560 vsize=309596 CPUtime=0.58 cores=0,2,4,6
/proc/2562/stat : 2562 (python) S 2560 2562 1923 0 -1 4202496 11390 935 1 0 45 13 0 0 19 0 4 0 985961302 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2562/statm: 77399 7155 1880 364 0 13311 0
[pid=2570] ppid=2562 vsize=288564 CPUtime=0.67 cores=0,2,4,6
/proc/2570/stat : 2570 (python) S 2562 2562 1923 0 -1 4202560 1206 0 0 0 39 28 0 0 18 0 2 0 985961378 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2570/statm: 72141 5572 416 364 0 8059 0
[pid=2572] ppid=2570 vsize=44628 CPUtime=585.58 cores=0,2,4,6
/proc/2572/stat : 2572 (lingeling) T 2570 2572 2572 0 -1 4202496 133162 0 0 0 58542 16 0 0 25 0 1 0 985961378 45699072 10354 33554432000 4194304 4352236 140734702226960 18446744073709551615 4328016 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2572/statm: 11157 10354 129 39 0 10237 0
[pid=2570/tid=2578] ppid=2562 vsize=288564 CPUtime=0 cores=0,2,4,6
/proc/2570/task/2578/stat : 2578 (python) S 2562 2562 1923 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985971388 295489536 5572 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453881467008 0 0 -1 2 0 0 0
[pid=2596] ppid=2562 vsize=288684 CPUtime=0.11 cores=0,2,4,6
/proc/2596/stat : 2596 (python) S 2562 2562 1923 0 -1 4202560 1076 0 0 0 6 5 0 0 19 0 2 0 986019940 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2596/statm: 72171 5597 400 364 0 8086 0
[pid=2598] ppid=2596 vsize=4700 CPUtime=100.1 cores=0,2,4,6
/proc/2598/stat : 2598 (SApperloT-base) T 2596 2598 2598 0 -1 4202496 1112 0 0 0 10010 0 0 0 25 0 1 0 986019940 4812800 847 33554432000 134512640 135674940 4294641648 18446744073709551615 134559263 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2598/statm: 1175 847 99 284 0 889 0
[pid=2596/tid=2605] ppid=2562 vsize=288684 CPUtime=0 cores=0,2,4,6
/proc/2596/task/2605/stat : 2605 (python) S 2562 2562 1923 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 986029951 295612416 5597 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 514 18446604453825962048 0 0 -1 4 0 0 0
[pid=2606] ppid=2562 vsize=299352 CPUtime=0.25 cores=0,2,4,6
/proc/2606/stat : 2606 (python) S 2562 2562 1923 0 -1 4202560 965 0 0 0 14 11 0 0 15 0 1 0 986029953 306536448 5642 33554432000 4194304 5683644 140737047202464 18446744073709551615 252458085958 0 0 16781312 514 4165790077194043652 0 0 17 0 0 0 0
/proc/2606/statm: 74838 5642 371 364 0 10750 0
[pid=2608] ppid=2606 vsize=83084 CPUtime=173.69 cores=0,2,4,6
/proc/2608/stat : 2608 (cryptominisat-2) R 2606 2608 2608 0 -1 4202496 57990 0 0 0 17359 10 0 0 25 0 1 0 986029954 85078016 10512 33554432000 4194304 4677096 140733781989136 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2608/statm: 20771 10512 386 118 0 15730 0
[pid=2562/tid=2571] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2571/stat : 2571 (python) S 2560 2562 1923 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 4 0 985961378 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
[pid=2562/tid=2597] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2597/stat : 2597 (python) S 2560 2562 1923 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 986019940 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 0 0 0 0
[pid=2562/tid=2607] ppid=2560 vsize=309596 CPUtime=0 cores=0,2,4,6
/proc/2562/task/2607/stat : 2607 (python) S 2560 2562 1923 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 4 0 986029954 317026304 7155 33554432000 4194304 5683644 140737047202464 18446744073709551615 252469889457 0 0 16781312 2 18446604451826755584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 860.98
Current children cumulated vsize (KiB) 1318608

Child status: 0
Real time (s): 860.239
CPU time (s): 861.096
CPU user time (s): 860.22
CPU system time (s): 0.875866
CPU usage (%): 100.1
Max. virtual memory (cumulated for all children) (KiB): 1318608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 860.22
system time used= 0.875866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212480
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= 3905
involuntary context switches= 1118

runsolver used 1.53177 second user time and 3.16352 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 11:28:28
IDJOB=3498522
IDBENCH=87946
IDSOLVER=1991
FILE ID=node111/3498522-1307957308
RUNJOBID= node111-1307953127-1941
PBS_JOBID= 13559717
Free space on /var/tmp= 2844 MiB

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

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=283649774

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11976972 kB
Buffers:         97080 kB
Cached:       19210276 kB
SwapCached:      11344 kB
Active:        4919452 kB
Inactive:     15380096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11976972 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           31876 kB
Writeback:           0 kB
AnonPages:      989544 kB
Mapped:          16192 kB
Slab:           604136 kB
PageTables:       9564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1787968 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= 2812 MiB
End job on node111 at 2011-06-13 11:42:49