Trace number 3378851

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-par-industrial (fixed)UNSAT 1366.51 342.89

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.403937
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.46	c INFO: solving HOME/instance-3378851-1305467371.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.39/0.50	c INFO: computed variable balance statistics
0.39/0.52	c INFO: computed small-clause counts
0.39/0.52	c INFO: computed Horn-clause counts
0.39/0.52	c INFO: computed variable graph statistics
0.39/0.52	c INFO: collected features for HOME/instance-3378851-1305467371.cnf in 0.06 s
0.39/0.53	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.57)
0.39/0.54	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.50)
0.39/0.55	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.57)
0.39/0.56	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.42)
1366.13/342.86	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.91 7.97 7.93 2/295 31565
/proc/meminfo: memFree=13476968/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 957 0 0 0 0 0 0 0 25 0 1 0 658335311 16289792 834 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/31565/statm: 3978 836 357 364 0 465 0

[startup+0.015192 s]
/proc/loadavg: 6.91 7.97 7.93 2/295 31565
/proc/meminfo: memFree=13476968/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/31565/stat : 31565 (python) R 31563 31565 30563 0 -1 4202496 1045 0 0 0 0 0 0 0 25 0 1 0 658335311 16629760 918 33554432000 4194304 5683644 140736386537616 18446744073709551615 4567017 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31565/statm: 4060 918 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100172 s]
/proc/loadavg: 6.91 7.97 7.93 2/295 31565
/proc/meminfo: memFree=13476968/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=104224 CPUtime=0.06 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 3064 0 0 0 5 1 0 0 25 0 1 0 658335311 106725376 2747 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/31565/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300985 s]
/proc/loadavg: 6.91 7.97 7.93 2/295 31565
/proc/meminfo: memFree=13476968/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=187688 CPUtime=0.22 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 6823 931 1 0 17 5 0 0 17 0 1 0 658335311 192192512 4882 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/31565/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187688

[startup+0.701036 s]
/proc/loadavg: 6.91 7.97 7.93 2/295 31565
/proc/meminfo: memFree=13476968/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 384840

[startup+1.50089 s]
/proc/loadavg: 6.91 7.97 7.93 6/308 31582
/proc/meminfo: memFree=13396760/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
[pid=31571] ppid=31565 vsize=278292 CPUtime=0 cores=0,2,4,6
/proc/31571/stat : 31571 (python) S 31565 31565 30563 0 -1 4202560 713 0 0 0 0 0 0 0 18 0 1 0 658335365 284971008 5489 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854287 0 0 16781312 514 6423289484279807999 0 0 17 6 0 0 0
/proc/31571/statm: 69573 5489 347 364 0 5491 0
[pid=31573] ppid=31571 vsize=8100 CPUtime=0.96 cores=0,2,4,6
/proc/31573/stat : 31573 (lingeling) R 31571 31573 31573 0 -1 4202496 1608 0 0 0 96 0 0 0 21 0 1 0 658335365 8294400 979 33554432000 4194304 4352236 140733862810832 18446744073709551615 246516528221 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31573/statm: 2025 992 129 39 0 1105 0
[pid=31574] ppid=31565 vsize=354084 CPUtime=0 cores=0,2,4,6
/proc/31574/stat : 31574 (python) S 31565 31565 30563 0 -1 4202560 710 0 0 0 0 0 0 0 15 0 1 0 658335366 362582016 5611 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9828481668426465539 0 0 17 0 0 0 0
/proc/31574/statm: 88521 5611 348 364 0 24436 0
[pid=31576] ppid=31574 vsize=40488 CPUtime=0.94 cores=0,2,4,6
/proc/31576/stat : 31576 (cryptominisat-2) R 31574 31576 31576 0 -1 4202496 2316 0 0 0 94 0 0 0 23 0 1 0 658335366 41459712 1311 33554432000 4194304 4677096 140734994502784 18446744073709551615 246516530833 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31576/statm: 10122 1311 386 118 0 5081 0
[pid=31577] ppid=31565 vsize=364340 CPUtime=0 cores=0,2,4,6
/proc/31577/stat : 31577 (python) S 31565 31565 30563 0 -1 4202560 691 0 0 0 0 0 0 0 19 0 1 0 658335366 373084160 5580 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 1784872688913743871 0 0 17 6 0 0 0
/proc/31577/statm: 91085 5580 344 364 0 26997 0
[pid=31579] ppid=31577 vsize=8356 CPUtime=0.94 cores=0,2,4,6
/proc/31579/stat : 31579 (lingeling) R 31577 31579 31579 0 -1 4202496 1950 0 0 0 94 0 0 0 23 0 1 0 658335367 8556544 1285 33554432000 4194304 4352236 140736056019456 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31579/statm: 2089 1285 129 39 0 1169 0
[pid=31580] ppid=31565 vsize=374596 CPUtime=0 cores=0,2,4,6
/proc/31580/stat : 31580 (python) S 31565 31565 30563 0 -1 4202560 698 0 0 0 0 0 0 0 21 0 1 0 658335367 383586304 5584 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 17237817574247366655 0 0 17 6 0 0 0
/proc/31580/statm: 93649 5584 344 364 0 29558 0
[pid=31582] ppid=31580 vsize=7496 CPUtime=0.92 cores=0,2,4,6
/proc/31582/stat : 31582 (lingeling) R 31580 31582 31582 0 -1 4202496 1600 0 0 0 92 0 0 0 25 0 1 0 658335368 7675904 1070 33554432000 4194304 4352236 140735636449792 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31582/statm: 1874 1070 129 39 0 954 0
[pid=31565/tid=31572] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31572/stat : 31572 (python) S 31563 31565 30563 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 5 0 658335365 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31575] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31575/stat : 31575 (python) S 31563 31565 30563 0 -1 4202560 51 931 0 0 0 0 0 0 20 0 5 0 658335366 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31578] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31578/stat : 31578 (python) S 31563 31565 30563 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
[pid=31565/tid=31581] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31581/stat : 31581 (python) S 31563 31565 30563 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 1820592

[startup+3.10063 s]
/proc/loadavg: 6.91 7.97 7.93 6/308 31582
/proc/meminfo: memFree=13347780/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
[pid=31571] ppid=31565 vsize=278292 CPUtime=0 cores=0,2,4,6
/proc/31571/stat : 31571 (python) S 31565 31565 30563 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658335365 284971008 5496 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854287 0 0 16781312 514 6423289484279775492 0 0 17 6 0 0 0
/proc/31571/statm: 69573 5496 354 364 0 5491 0
[pid=31573] ppid=31571 vsize=9124 CPUtime=2.55 cores=0,2,4,6
/proc/31573/stat : 31573 (lingeling) R 31571 31573 31573 0 -1 4202496 2650 0 0 0 255 0 0 0 25 0 1 0 658335365 9342976 1477 33554432000 4194304 4352236 140733862810832 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31573/statm: 2281 1477 129 39 0 1361 0
[pid=31574] ppid=31565 vsize=354084 CPUtime=0 cores=0,2,4,6
/proc/31574/stat : 31574 (python) S 31565 31565 30563 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 1 0 658335366 362582016 5611 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9828481668426465539 0 0 17 0 0 0 0
/proc/31574/statm: 88521 5611 348 364 0 24436 0
[pid=31576] ppid=31574 vsize=57936 CPUtime=2.54 cores=0,2,4,6
/proc/31576/stat : 31576 (cryptominisat-2) R 31574 31576 31576 0 -1 4202496 4050 0 0 0 252 2 0 0 25 0 1 0 658335366 59326464 2272 33554432000 4194304 4677096 140734994502784 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31576/statm: 14484 2272 386 118 0 9443 0
[pid=31577] ppid=31565 vsize=364340 CPUtime=0 cores=0,2,4,6
/proc/31577/stat : 31577 (python) S 31565 31565 30563 0 -1 4202560 707 0 0 0 0 0 0 0 18 0 1 0 658335366 373084160 5584 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 1784872688913711364 0 0 17 6 0 0 0
/proc/31577/statm: 91085 5584 348 364 0 26997 0
[pid=31579] ppid=31577 vsize=9512 CPUtime=2.54 cores=0,2,4,6
/proc/31579/stat : 31579 (lingeling) R 31577 31579 31579 0 -1 4202496 2719 0 0 0 254 0 0 0 25 0 1 0 658335367 9740288 1574 33554432000 4194304 4352236 140736056019456 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31579/statm: 2378 1574 129 39 0 1458 0
[pid=31580] ppid=31565 vsize=374596 CPUtime=0 cores=0,2,4,6
/proc/31580/stat : 31580 (python) S 31565 31565 30563 0 -1 4202560 715 0 0 0 0 0 0 0 18 0 1 0 658335367 383586304 5588 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 17237817574247334146 0 0 17 6 0 0 0
/proc/31580/statm: 93649 5588 348 364 0 29558 0
[pid=31582] ppid=31580 vsize=9420 CPUtime=2.51 cores=0,2,4,6
/proc/31582/stat : 31582 (lingeling) R 31580 31582 31582 0 -1 4202496 2849 0 0 0 251 0 0 0 25 0 1 0 658335368 9646080 1551 33554432000 4194304 4352236 140735636449792 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31582/statm: 2355 1551 129 39 0 1435 0
[pid=31565/tid=31572] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31572/stat : 31572 (python) S 31563 31565 30563 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 5 0 658335365 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31575] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31575/stat : 31575 (python) S 31563 31565 30563 0 -1 4202560 51 931 0 0 0 0 0 0 20 0 5 0 658335366 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31578] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31578/stat : 31578 (python) S 31563 31565 30563 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
[pid=31565/tid=31581] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31581/stat : 31581 (python) S 31563 31565 30563 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 1842144

[startup+6.30102 s]
/proc/loadavg: 7.00 7.97 7.93 6/311 31592
/proc/meminfo: memFree=13004540/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
[pid=31571] ppid=31565 vsize=278292 CPUtime=0 cores=0,2,4,6
/proc/31571/stat : 31571 (python) S 31565 31565 30563 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 658335365 284971008 5518 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854287 0 0 16781312 514 6423289484279775492 0 0 17 6 0 0 0
/proc/31571/statm: 69573 5518 376 364 0 5491 0
[pid=31573] ppid=31571 vsize=11560 CPUtime=5.75 cores=0,2,4,6
/proc/31573/stat : 31573 (lingeling) R 31571 31573 31573 0 -1 4202496 4635 0 0 0 574 1 0 0 25 0 1 0 658335365 11837440 2086 33554432000 4194304 4352236 140733862810832 18446744073709551615 4273787 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31573/statm: 2890 2086 129 39 0 1970 0
[pid=31574] ppid=31565 vsize=354084 CPUtime=0 cores=0,2,4,6
/proc/31574/stat : 31574 (python) S 31565 31565 30563 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 658335366 362582016 5633 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9828481668426465539 0 0 17 0 0 0 0
/proc/31574/statm: 88521 5633 370 364 0 24436 0
[pid=31576] ppid=31574 vsize=67676 CPUtime=5.75 cores=0,2,4,6
/proc/31576/stat : 31576 (cryptominisat-2) R 31574 31576 31576 0 -1 4202496 6251 0 0 0 571 4 0 0 25 0 1 0 658335366 69300224 3299 33554432000 4194304 4677096 140734994502784 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31576/statm: 16919 3299 386 118 0 11878 0
[pid=31577] ppid=31565 vsize=364340 CPUtime=0 cores=0,2,4,6
/proc/31577/stat : 31577 (python) S 31565 31565 30563 0 -1 4202560 782 0 0 0 0 0 0 0 18 0 1 0 658335366 373084160 5607 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 1784872688913711364 0 0 17 6 0 0 0
/proc/31577/statm: 91085 5607 371 364 0 26997 0
[pid=31579] ppid=31577 vsize=12652 CPUtime=5.72 cores=0,2,4,6
/proc/31579/stat : 31579 (lingeling) R 31577 31579 31579 0 -1 4202496 4640 0 0 0 572 0 0 0 25 0 1 0 658335367 12955648 2359 33554432000 4194304 4352236 140736056019456 18446744073709551615 4328377 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31579/statm: 3163 2359 129 39 0 2243 0
[pid=31580] ppid=31565 vsize=374596 CPUtime=0 cores=0,2,4,6
/proc/31580/stat : 31580 (python) S 31565 31565 30563 0 -1 4202560 793 0 0 0 0 0 0 0 18 0 1 0 658335367 383586304 5611 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 17237817574247334146 0 0 17 6 0 0 0
/proc/31580/statm: 93649 5611 371 364 0 29558 0
[pid=31582] ppid=31580 vsize=13264 CPUtime=5.64 cores=0,2,4,6
/proc/31582/stat : 31582 (lingeling) R 31580 31582 31582 0 -1 4202496 4930 0 0 0 564 0 0 0 25 0 1 0 658335368 13582336 2512 33554432000 4194304 4352236 140735636449792 18446744073709551615 4328392 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31582/statm: 3316 2512 129 39 0 2396 0
[pid=31565/tid=31572] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31572/stat : 31572 (python) S 31563 31565 30563 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 5 0 658335365 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31575] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31575/stat : 31575 (python) S 31563 31565 30563 0 -1 4202560 51 931 0 0 0 0 0 0 20 0 5 0 658335366 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31578] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31578/stat : 31578 (python) S 31563 31565 30563 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
[pid=31565/tid=31581] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31581/stat : 31581 (python) S 31563 31565 30563 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.31
Current children cumulated vsize (KiB) 1861304

[startup+12.7009 s]
/proc/loadavg: 6.92 7.94 7.92 6/311 31592
/proc/meminfo: memFree=12563992/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
[pid=31571] ppid=31565 vsize=278292 CPUtime=0.02 cores=0,2,4,6
/proc/31571/stat : 31571 (python) S 31565 31565 30563 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 658335365 284971008 5519 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854287 0 0 16781312 514 9269727447081779460 0 0 17 6 0 0 0
/proc/31571/statm: 69573 5519 377 364 0 5491 0
[pid=31573] ppid=31571 vsize=13584 CPUtime=12.15 cores=0,2,4,6
/proc/31573/stat : 31573 (lingeling) R 31571 31573 31573 0 -1 4202496 7356 0 0 0 1214 1 0 0 25 0 1 0 658335365 13910016 2592 33554432000 4194304 4352236 140733862810832 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31573/statm: 3396 2592 129 39 0 2476 0
[pid=31574] ppid=31565 vsize=354084 CPUtime=0.02 cores=0,2,4,6

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

[pid=31565/tid=31581] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31581/stat : 31581 (python) S 31563 31565 30563 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.26
Current children cumulated vsize (KiB) 1943648

[startup+282.301 s]
/proc/loadavg: 5.18 6.25 7.20 6/311 31599
/proc/meminfo: memFree=12172788/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
[pid=31571] ppid=31565 vsize=278292 CPUtime=0.63 cores=0,2,4,6
/proc/31571/stat : 31571 (python) S 31565 31565 30563 0 -1 4202560 967 0 0 0 36 27 0 0 18 0 1 0 658335365 284971008 5519 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854287 0 0 16781312 514 9269727447081779460 0 0 17 0 0 0 0
/proc/31571/statm: 69573 5519 377 364 0 5491 0
[pid=31573] ppid=31571 vsize=40208 CPUtime=281.76 cores=0,2,4,6
/proc/31573/stat : 31573 (lingeling) R 31571 31573 31573 0 -1 4202496 94461 0 0 0 28164 12 0 0 25 0 1 0 658335365 41172992 9248 33554432000 4194304 4352236 140733862810832 18446744073709551615 4231307 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31573/statm: 10052 9248 129 39 0 9132 0
[pid=31574] ppid=31565 vsize=354084 CPUtime=0.65 cores=0,2,4,6
/proc/31574/stat : 31574 (python) S 31565 31565 30563 0 -1 4202560 789 0 0 0 36 29 0 0 15 0 1 0 658335366 362582016 5634 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779459 0 0 17 0 0 0 0
/proc/31574/statm: 88521 5634 371 364 0 24436 0
[pid=31576] ppid=31574 vsize=107620 CPUtime=281.71 cores=0,2,4,6
/proc/31576/stat : 31576 (cryptominisat-2) R 31574 31576 31576 0 -1 4202496 97025 0 0 0 28145 26 0 0 25 0 1 0 658335366 110202880 17917 33554432000 4194304 4677096 140734994502784 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31576/statm: 26905 17917 386 118 0 21864 0
[pid=31577] ppid=31565 vsize=364340 CPUtime=0.6 cores=0,2,4,6
/proc/31577/stat : 31577 (python) S 31565 31565 30563 0 -1 4202560 783 0 0 0 33 27 0 0 18 0 1 0 658335366 373084160 5607 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779460 0 0 17 6 0 0 0
/proc/31577/statm: 91085 5607 371 364 0 26997 0
[pid=31579] ppid=31577 vsize=28308 CPUtime=280.62 cores=0,2,4,6
/proc/31579/stat : 31579 (lingeling) R 31577 31579 31579 0 -1 4202496 83971 0 0 0 28052 10 0 0 25 0 1 0 658335367 28987392 6273 33554432000 4194304 4352236 140736056019456 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31579/statm: 7077 6273 129 39 0 6157 0
[pid=31580] ppid=31565 vsize=374596 CPUtime=0.61 cores=0,2,4,6
/proc/31580/stat : 31580 (python) S 31565 31565 30563 0 -1 4202560 793 0 0 0 32 29 0 0 18 0 1 0 658335367 383586304 5611 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779458 0 0 17 6 0 0 0
/proc/31580/statm: 93649 5611 371 364 0 29558 0
[pid=31582] ppid=31580 vsize=33040 CPUtime=277.67 cores=0,2,4,6
/proc/31582/stat : 31582 (lingeling) R 31580 31582 31582 0 -1 4202496 89828 0 0 0 27757 10 0 0 25 0 1 0 658335368 33832960 7456 33554432000 4194304 4352236 140735636449792 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31582/statm: 8260 7456 129 39 0 7340 0
[pid=31565/tid=31572] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31572/stat : 31572 (python) S 31563 31565 30563 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 5 0 658335365 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31575] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31575/stat : 31575 (python) S 31563 31565 30563 0 -1 4202560 51 931 0 0 0 0 0 0 20 0 5 0 658335366 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31578] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31578/stat : 31578 (python) S 31563 31565 30563 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
[pid=31565/tid=31581] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31581/stat : 31581 (python) S 31563 31565 30563 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1124.7
Current children cumulated vsize (KiB) 1965328

[startup+342.301 s]
/proc/loadavg: 5.06 6.02 7.06 6/311 31601
/proc/meminfo: memFree=12184416/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
[pid=31571] ppid=31565 vsize=278292 CPUtime=0.77 cores=0,2,4,6
/proc/31571/stat : 31571 (python) S 31565 31565 30563 0 -1 4202560 967 0 0 0 44 33 0 0 18 0 1 0 658335365 284971008 5519 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854287 0 0 16781312 514 9269727447081779460 0 0 17 0 0 0 0
/proc/31571/statm: 69573 5519 377 364 0 5491 0
[pid=31573] ppid=31571 vsize=35604 CPUtime=341.77 cores=0,2,4,6
/proc/31573/stat : 31573 (lingeling) R 31571 31573 31573 0 -1 4202496 105182 0 0 0 34164 13 0 0 25 0 1 0 658335365 36458496 8097 33554432000 4194304 4352236 140733862810832 18446744073709551615 4329205 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31573/statm: 8901 8097 129 39 0 7981 0
[pid=31574] ppid=31565 vsize=354084 CPUtime=0.81 cores=0,2,4,6
/proc/31574/stat : 31574 (python) S 31565 31565 30563 0 -1 4202560 789 0 0 0 45 36 0 0 15 0 1 0 658335366 362582016 5634 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779459 0 0 17 0 0 0 0
/proc/31574/statm: 88521 5634 371 364 0 24436 0
[pid=31576] ppid=31574 vsize=80348 CPUtime=341.72 cores=0,2,4,6
/proc/31576/stat : 31576 (cryptominisat-2) R 31574 31576 31576 0 -1 4202496 110866 0 0 0 34143 29 0 0 25 0 1 0 658335366 82276352 10692 33554432000 4194304 4677096 140734994502784 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31576/statm: 20087 10692 386 118 0 15046 0
[pid=31577] ppid=31565 vsize=364340 CPUtime=0.74 cores=0,2,4,6
/proc/31577/stat : 31577 (python) S 31565 31565 30563 0 -1 4202560 783 0 0 0 40 34 0 0 18 0 1 0 658335366 373084160 5607 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779460 0 0 17 6 0 0 0
/proc/31577/statm: 91085 5607 371 364 0 26997 0
[pid=31579] ppid=31577 vsize=37652 CPUtime=340.34 cores=0,2,4,6
/proc/31579/stat : 31579 (lingeling) R 31577 31579 31579 0 -1 4202496 99939 0 0 0 34022 12 0 0 25 0 1 0 658335367 38555648 8609 33554432000 4194304 4352236 140736056019456 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31579/statm: 9413 8609 129 39 0 8493 0
[pid=31580] ppid=31565 vsize=374596 CPUtime=0.74 cores=0,2,4,6
/proc/31580/stat : 31580 (python) S 31565 31565 30563 0 -1 4202560 793 0 0 0 39 35 0 0 18 0 1 0 658335367 383586304 5611 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779458 0 0 17 6 0 0 0
/proc/31580/statm: 93649 5611 371 364 0 29558 0
[pid=31582] ppid=31580 vsize=43792 CPUtime=336.83 cores=0,2,4,6
/proc/31582/stat : 31582 (lingeling) R 31580 31582 31582 0 -1 4202496 103396 0 0 0 33672 11 0 0 25 0 1 0 658335368 44843008 10144 33554432000 4194304 4352236 140735636449792 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31582/statm: 10948 10144 129 39 0 10028 0
[pid=31565/tid=31572] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31572/stat : 31572 (python) S 31563 31565 30563 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 5 0 658335365 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31575] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31575/stat : 31575 (python) S 31563 31565 30563 0 -1 4202560 51 931 0 0 0 0 0 0 20 0 5 0 658335366 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31578] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31578/stat : 31578 (python) S 31563 31565 30563 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
[pid=31565/tid=31581] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31581/stat : 31581 (python) S 31563 31565 30563 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1364.17
Current children cumulated vsize (KiB) 1953548

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

[startup+342.601 s]
/proc/loadavg: 5.06 6.02 7.06 6/311 31601
/proc/meminfo: memFree=12184416/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
[pid=31571] ppid=31565 vsize=278292 CPUtime=0.77 cores=0,2,4,6
/proc/31571/stat : 31571 (python) S 31565 31565 30563 0 -1 4202560 967 0 0 0 44 33 0 0 18 0 1 0 658335365 284971008 5519 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854287 0 0 16781312 514 9269727447081779460 0 0 17 0 0 0 0
/proc/31571/statm: 69573 5519 377 364 0 5491 0
[pid=31573] ppid=31571 vsize=35604 CPUtime=342.06 cores=0,2,4,6
/proc/31573/stat : 31573 (lingeling) R 31571 31573 31573 0 -1 4202496 105182 0 0 0 34193 13 0 0 25 0 1 0 658335365 36458496 8097 33554432000 4194304 4352236 140733862810832 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31573/statm: 8901 8097 129 39 0 7981 0
[pid=31574] ppid=31565 vsize=354084 CPUtime=0.81 cores=0,2,4,6
/proc/31574/stat : 31574 (python) S 31565 31565 30563 0 -1 4202560 789 0 0 0 45 36 0 0 15 0 1 0 658335366 362582016 5634 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779459 0 0 17 0 0 0 0
/proc/31574/statm: 88521 5634 371 364 0 24436 0
[pid=31576] ppid=31574 vsize=80348 CPUtime=342.01 cores=0,2,4,6
/proc/31576/stat : 31576 (cryptominisat-2) R 31574 31576 31576 0 -1 4202496 110895 0 0 0 34172 29 0 0 25 0 1 0 658335366 82276352 10721 33554432000 4194304 4677096 140734994502784 18446744073709551615 4319558 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31576/statm: 20087 10721 386 118 0 15046 0
[pid=31577] ppid=31565 vsize=364340 CPUtime=0.74 cores=0,2,4,6
/proc/31577/stat : 31577 (python) S 31565 31565 30563 0 -1 4202560 783 0 0 0 40 34 0 0 18 0 1 0 658335366 373084160 5607 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779460 0 0 17 6 0 0 0
/proc/31577/statm: 91085 5607 371 364 0 26997 0
[pid=31579] ppid=31577 vsize=37652 CPUtime=340.63 cores=0,2,4,6
/proc/31579/stat : 31579 (lingeling) R 31577 31579 31579 0 -1 4202496 99939 0 0 0 34051 12 0 0 25 0 1 0 658335367 38555648 8609 33554432000 4194304 4352236 140736056019456 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31579/statm: 9413 8609 129 39 0 8493 0
[pid=31580] ppid=31565 vsize=374596 CPUtime=0.74 cores=0,2,4,6
/proc/31580/stat : 31580 (python) S 31565 31565 30563 0 -1 4202560 793 0 0 0 39 35 0 0 18 0 1 0 658335367 383586304 5611 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779458 0 0 17 6 0 0 0
/proc/31580/statm: 93649 5611 371 364 0 29558 0
[pid=31582] ppid=31580 vsize=43792 CPUtime=337.12 cores=0,2,4,6
/proc/31582/stat : 31582 (lingeling) R 31580 31582 31582 0 -1 4202496 103396 0 0 0 33701 11 0 0 25 0 1 0 658335368 44843008 10144 33554432000 4194304 4352236 140735636449792 18446744073709551615 4278692 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31582/statm: 10948 10144 129 39 0 10028 0
[pid=31565/tid=31572] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31572/stat : 31572 (python) S 31563 31565 30563 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 5 0 658335365 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31575] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31575/stat : 31575 (python) S 31563 31565 30563 0 -1 4202560 51 931 0 0 0 0 0 0 20 0 5 0 658335366 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31578] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31578/stat : 31578 (python) S 31563 31565 30563 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
[pid=31565/tid=31581] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31581/stat : 31581 (python) S 31563 31565 30563 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1365.33
Current children cumulated vsize (KiB) 1953548

[startup+342.801 s]
/proc/loadavg: 5.06 6.02 7.06 6/311 31601
/proc/meminfo: memFree=12184416/32951124 swapFree=61565116/67111528
[pid=31565] ppid=31563 vsize=384840 CPUtime=0.45 cores=0,2,4,6
/proc/31565/stat : 31565 (python) S 31563 31565 30563 0 -1 4202496 11685 931 1 0 37 8 0 0 21 0 5 0 658335311 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31565/statm: 96210 7117 1873 364 0 32119 0
[pid=31571] ppid=31565 vsize=278292 CPUtime=0.77 cores=0,2,4,6
/proc/31571/stat : 31571 (python) S 31565 31565 30563 0 -1 4202560 967 0 0 0 44 33 0 0 18 0 1 0 658335365 284971008 5519 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854287 0 0 16781312 514 9269727447081779460 0 0 17 0 0 0 0
/proc/31571/statm: 69573 5519 377 364 0 5491 0
[pid=31573] ppid=31571 vsize=35604 CPUtime=342.26 cores=0,2,4,6
/proc/31573/stat : 31573 (lingeling) R 31571 31573 31573 0 -1 4202496 105182 0 0 0 34213 13 0 0 25 0 1 0 658335365 36458496 8097 33554432000 4194304 4352236 140733862810832 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31573/statm: 8901 8097 129 39 0 7981 0
[pid=31574] ppid=31565 vsize=354084 CPUtime=0.81 cores=0,2,4,6
/proc/31574/stat : 31574 (python) S 31565 31565 30563 0 -1 4202560 789 0 0 0 45 36 0 0 15 0 1 0 658335366 362582016 5634 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779459 0 0 17 0 0 0 0
/proc/31574/statm: 88521 5634 371 364 0 24436 0
[pid=31576] ppid=31574 vsize=80348 CPUtime=342.21 cores=0,2,4,6
/proc/31576/stat : 31576 (cryptominisat-2) R 31574 31576 31576 0 -1 4202496 110908 0 0 0 34192 29 0 0 25 0 1 0 658335366 82276352 10734 33554432000 4194304 4677096 140734994502784 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31576/statm: 20087 10734 386 118 0 15046 0
[pid=31577] ppid=31565 vsize=364340 CPUtime=0.74 cores=0,2,4,6
/proc/31577/stat : 31577 (python) S 31565 31565 30563 0 -1 4202560 783 0 0 0 40 34 0 0 18 0 1 0 658335366 373084160 5607 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779460 0 0 17 6 0 0 0
/proc/31577/statm: 91085 5607 371 364 0 26997 0
[pid=31579] ppid=31577 vsize=37652 CPUtime=340.83 cores=0,2,4,6
/proc/31579/stat : 31579 (lingeling) R 31577 31579 31579 0 -1 4202496 99939 0 0 0 34071 12 0 0 25 0 1 0 658335367 38555648 8609 33554432000 4194304 4352236 140736056019456 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/31579/statm: 9413 8609 129 39 0 8493 0
[pid=31580] ppid=31565 vsize=374596 CPUtime=0.74 cores=0,2,4,6
/proc/31580/stat : 31580 (python) S 31565 31565 30563 0 -1 4202560 793 0 0 0 39 35 0 0 18 0 1 0 658335367 383586304 5611 33554432000 4194304 5683644 140736386537616 18446744073709551615 246516854342 0 0 16781312 514 9269727447081779458 0 0 17 6 0 0 0
/proc/31580/statm: 93649 5611 371 364 0 29558 0
[pid=31582] ppid=31580 vsize=44816 CPUtime=337.32 cores=0,2,4,6
/proc/31582/stat : 31582 (lingeling) R 31580 31582 31582 0 -1 4202496 103652 0 0 0 33721 11 0 0 25 0 1 0 658335368 45891584 10400 33554432000 4194304 4352236 140735636449792 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31582/statm: 11204 10400 129 39 0 10284 0
[pid=31565/tid=31572] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31572/stat : 31572 (python) S 31563 31565 30563 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 5 0 658335365 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31575] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31575/stat : 31575 (python) S 31563 31565 30563 0 -1 4202560 51 931 0 0 0 0 0 0 20 0 5 0 658335366 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 0 0 0 0
[pid=31565/tid=31578] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31578/stat : 31578 (python) S 31563 31565 30563 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
[pid=31565/tid=31581] ppid=31563 vsize=384840 CPUtime=0 cores=0,2,4,6
/proc/31565/task/31581/stat : 31581 (python) S 31563 31565 30563 0 -1 4202560 30 931 0 0 0 0 0 0 22 0 5 0 658335367 394076160 7117 33554432000 4194304 5683644 140736386537616 18446744073709551615 246528657841 0 0 16781312 2 18446604440299788224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1366.13
Current children cumulated vsize (KiB) 1954572

Child status: 0
Real time (s): 342.89
CPU time (s): 1366.51
CPU user time (s): 1364.34
CPU system time (s): 2.16767
CPU usage (%): 398.528
Max. virtual memory (cumulated for all children) (KiB): 1987984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1364.34
system time used= 2.16767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440438
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= 2574
involuntary context switches= 7148

runsolver used 1.06884 second user time and 2.17267 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 15:49:31
IDJOB=3378851
IDBENCH=87935
IDSOLVER=1860
FILE ID=node134/3378851-1305467371
RUNJOBID= node134-1305467366-31326
PBS_JOBID= 13324979
Free space on /tmp= 73464 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/aloul/Homer/homer14.shuffled.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378851-1305467371/watcher-3378851-1305467371 -o /tmp/evaluation-result-3378851-1305467371/solver-3378851-1305467371 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378851-1305467371.cnf -seed 1555074710 -budget 4800 -cores 4

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

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=1555074710

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13477380 kB
Buffers:        291904 kB
Cached:        6440872 kB
SwapCached:      13768 kB
Active:       10347668 kB
Inactive:      8872312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13477380 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:           71136 kB
Writeback:           4 kB
AnonPages:    12480788 kB
Mapped:          14460 kB
Slab:           137712 kB
PageTables:      51532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 48738864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73324 MiB
End job on node134 at 2011-05-15 15:55:14