Trace number 3378983

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)? 4295.68 1203.63

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.31/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.67	c INFO: solving HOME/instance-3378983-1305466814.cnf
0.31/0.67	c INFO: computing task features
20.97/21.39	c INFO: computed variable-clause graph statistics
21.47/21.91	c INFO: computed clause balance statistics
129.18/129.58	c INFO: computed variable balance statistics
161.98/162.37	c INFO: computed small-clause counts
162.18/162.54	c INFO: computed Horn-clause counts
167.68/168.03	c INFO: computed variable graph statistics
167.68/168.05	c INFO: collected features for HOME/instance-3378983-1305466814.cnf in 166.69 s
167.68/168.07	c INFO: running lingeling-276@0 for 485 with 1032 remaining (b = 0.39)
167.68/168.09	c INFO: running cryptominisat-2.9.0@0 for 485 with 1032 remaining (b = 0.33)
167.77/168.11	c INFO: running lingeling-276@0 for 1032 with 1032 remaining (b = 0.36)
167.77/168.13	c INFO: running lingeling-276@0 for 97 with 1032 remaining (b = 0.17)
567.68/268.44	c INFO: running cryptominisat-2.9.0@0 for 932 with 932 remaining (b = 0.19)
2126.54/659.32	c INFO: running lingeling-276@99 for 541 with 541 remaining (b = 0.10)
2128.13/659.75	c INFO: running SApperloT@0 for 97 with 540 remaining (b = 0.05)
2528.17/760.06	c INFO: running precosat-570@0 for 440 with 440 remaining (b = 0.17)
4295.42/1203.42	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378983-1305466814/watcher-3378983-1305466814 -o /tmp/evaluation-result-3378983-1305466814/solver-3378983-1305466814 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378983-1305466814.cnf -seed 260496759 -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: 5.08 5.05 5.24 5/358 3662
/proc/meminfo: memFree=17305824/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 812 0 0 0 0 0 0 0 21 0 1 0 639097331 15753216 698 33554432000 4194304 5683644 140736387398368 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3662/statm: 3846 701 334 364 0 333 0

[startup+0.091125 s]
/proc/loadavg: 5.08 5.05 5.24 5/358 3662
/proc/meminfo: memFree=17305824/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=84472 CPUtime=0.05 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 2310 0 0 0 4 1 0 0 18 0 1 0 639097331 86499328 2040 33554432000 4194304 5683644 140736387398368 18446744073709551615 270455557856 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3662/statm: 21118 2046 658 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84472

[startup+0.10111 s]
/proc/loadavg: 5.08 5.05 5.24 5/358 3662
/proc/meminfo: memFree=17305824/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=89768 CPUtime=0.05 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 639097331 91922432 2388 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3662/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.301087 s]
/proc/loadavg: 5.08 5.05 5.24 5/358 3662
/proc/meminfo: memFree=17305824/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=135748 CPUtime=0.15 cores=0,2,4,6
/proc/3662/stat : 3662 (python) S 3660 3662 3073 0 -1 4202496 5959 932 1 0 11 4 0 0 18 0 1 0 639097331 139005952 4150 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338379781 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/3662/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.701007 s]
/proc/loadavg: 5.08 5.05 5.24 5/358 3662
/proc/meminfo: memFree=17305824/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=392420 CPUtime=0.37 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 22418 932 1 0 26 11 0 0 17 0 1 0 639097331 401838080 20102 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338383616 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3662/statm: 98105 20138 1758 364 0 34029 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 392420

[startup+1.50084 s]
/proc/loadavg: 5.08 5.05 5.24 6/359 3667
/proc/meminfo: memFree=17170924/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=413552 CPUtime=1.17 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 42694 932 1 0 102 15 0 0 18 0 1 0 639097331 423477248 40378 33554432000 4194304 5683644 140736387398368 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3662/statm: 103388 40378 1761 364 0 39312 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 413552

[startup+3.10052 s]
/proc/loadavg: 5.08 5.05 5.24 6/359 3667
/proc/meminfo: memFree=17146868/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=471208 CPUtime=2.77 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 57053 932 1 0 260 17 0 0 21 0 1 0 639097331 482516992 54737 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338044613 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3662/statm: 117802 54739 1761 364 0 53726 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 471208

[startup+6.30091 s]
/proc/loadavg: 5.07 5.04 5.24 6/359 3668
/proc/meminfo: memFree=16958652/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=669004 CPUtime=5.98 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 106208 932 1 0 574 24 0 0 25 0 1 0 639097331 685060096 103892 33554432000 4194304 5683644 140736387398368 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3662/statm: 167251 103894 1761 364 0 103175 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 669004

[startup+12.7006 s]
/proc/loadavg: 5.06 5.04 5.24 6/359 3668
/proc/meminfo: memFree=16563140/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=1071208 CPUtime=12.38 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 200951 932 1 0 1200 38 0 0 25 0 1 0 639097331 1096916992 198635 33554432000 4194304 5683644 140736387398368 18446744073709551615 4626744 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3662/statm: 267802 198637 1761 364 0 203726 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 1071208

[startup+25.5011 s]
/proc/loadavg: 5.05 5.04 5.23 6/359 3668
/proc/meminfo: memFree=16198204/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=1378076 CPUtime=25.17 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 484578 932 1 0 2443 74 0 0 25 0 1 0 639097331 1411149824 281936 33554432000 4194304 5683644 140736387398368 18446744073709551615 47837359333060 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3662/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 1378076

[startup+51.101 s]
/proc/loadavg: 5.03 5.04 5.22 6/359 3669
/proc/meminfo: memFree=16177664/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=1378076 CPUtime=50.77 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 484578 932 1 0 5003 74 0 0 25 0 1 0 639097331 1411149824 281936 33554432000 4194304 5683644 140736387398368 18446744073709551615 4500331 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3662/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 1378076

[startup+102.312 s]
/proc/loadavg: 5.08 5.04 5.22 6/359 3670
/proc/meminfo: memFree=16181108/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=1378076 CPUtime=101.99 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 484578 932 1 0 10125 74 0 0 25 0 1 0 639097331 1411149824 281936 33554432000 4194304 5683644 140736387398368 18446744073709551615 4539738 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3662/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 1378076

[startup+162.301 s]
/proc/loadavg: 5.09 5.05 5.20 6/359 3672
/proc/meminfo: memFree=16183244/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=1378076 CPUtime=161.98 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 484579 932 1 0 16124 74 0 0 25 0 1 0 639097331 1411149824 281937 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207344 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3662/statm: 344519 281937 1827 364 0 280443 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 1378076

[startup+222.301 s]
/proc/loadavg: 6.83 5.53 5.36 9/371 3685
/proc/meminfo: memFree=15268588/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=859464 CPUtime=167.82 cores=0,2,4,6
/proc/3662/stat : 3662 (python) S 3660 3662 3073 0 -1 4202496 504491 932 1 0 16697 85 0 0 25 0 5 0 639097331 880091136 142087 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3662/statm: 214866 142087 1873 364 0 150775 0
[pid=3673] ppid=3662 vsize=818452 CPUtime=0.15 cores=0,2,4,6
/proc/3673/stat : 3673 (python) S 3662 3662 3073 0 -1 4202560 923 0 0 0 7 8 0 0 18 0 1 0 639114138 838094848 140574 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403855 0 0 16781312 514 18285652426100801795 0 0 17 4 0 0 0
/proc/3673/statm: 204613 140574 376 364 0 140531 0
[pid=3675] ppid=3673 vsize=236268 CPUtime=54.04 cores=0,2,4,6
/proc/3675/stat : 3675 (lingeling) R 3673 3675 3675 0 -1 4202496 138173 0 0 0 5381 23 0 0 25 0 1 0 639114140 241938432 58231 33554432000 4194304 4352236 140736570414016 18446744073709551615 4328308 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3675/statm: 59067 58231 129 39 0 58147 0
[pid=3676] ppid=3662 vsize=828708 CPUtime=0.15 cores=0,2,4,6
/proc/3676/stat : 3676 (python) S 3662 3662 3073 0 -1 4202560 963 0 0 0 7 8 0 0 15 0 1 0 639114140 848596992 140572 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801794 0 0 17 2 0 0 0
/proc/3676/statm: 207177 140572 370 364 0 143092 0
[pid=3678] ppid=3676 vsize=871144 CPUtime=54.03 cores=0,2,4,6
/proc/3678/stat : 3678 (cryptominisat-2) R 3676 3678 3678 0 -1 4202496 185410 0 0 0 5373 30 0 0 25 0 1 0 639114142 892051456 184886 33554432000 4194304 4677096 140736307437696 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3678/statm: 217786 184886 378 118 0 212745 0
[pid=3679] ppid=3662 vsize=838964 CPUtime=0.15 cores=0,2,4,6
/proc/3679/stat : 3679 (python) S 3662 3662 3073 0 -1 4202560 919 0 0 0 7 8 0 0 18 0 1 0 639114142 859099136 140576 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801795 0 0 17 0 0 0 0
/proc/3679/statm: 209741 140576 370 364 0 145653 0
[pid=3681] ppid=3679 vsize=236664 CPUtime=53.48 cores=0,2,4,6
/proc/3681/stat : 3681 (lingeling) R 3679 3681 3681 0 -1 4202496 138211 0 0 0 5324 24 0 0 25 0 1 0 639114144 242343936 58330 33554432000 4194304 4352236 140736060136448 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/3681/statm: 59166 58330 129 39 0 58246 0
[pid=3682] ppid=3662 vsize=849220 CPUtime=0.15 cores=0,2,4,6
/proc/3682/stat : 3682 (python) S 3662 3662 3073 0 -1 4202560 943 0 0 0 8 7 0 0 18 0 1 0 639114144 869601280 140580 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801793 0 0 17 0 0 0 0
/proc/3682/statm: 212305 140580 370 364 0 148214 0
[pid=3684] ppid=3682 vsize=237736 CPUtime=53.85 cores=0,2,4,6
/proc/3684/stat : 3684 (lingeling) R 3682 3684 3684 0 -1 4202496 138467 0 0 0 5362 23 0 0 25 0 1 0 639114146 243441664 58598 33554432000 4194304 4352236 140733833170432 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3684/statm: 59434 58598 129 39 0 58514 0
[pid=3662/tid=3674] ppid=3660 vsize=859464 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3674/stat : 3674 (python) S 3660 3662 3073 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 639114139 880091136 142087 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 6 0 0 0
[pid=3662/tid=3677] ppid=3660 vsize=859464 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3677/stat : 3677 (python) S 3660 3662 3073 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 639114142 880091136 142087 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 4 0 0 0
[pid=3662/tid=3680] ppid=3660 vsize=859464 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3680/stat : 3680 (python) S 3660 3662 3073 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 639114144 880091136 142087 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 0 0 0 0
[pid=3662/tid=3683] ppid=3660 vsize=859464 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3683/stat : 3683 (python) S 3660 3662 3073 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 639114146 880091136 142087 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 383.82
Current children cumulated vsize (KiB) 5776620

[startup+282.301 s]
/proc/loadavg: 7.69 6.02 5.53 10/367 3735
/proc/meminfo: memFree=15681404/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=869720 CPUtime=167.84 cores=0,2,4,6
/proc/3662/stat : 3662 (python) S 3660 3662 3073 0 -1 4202496 505249 932 1 0 16698 86 0 0 19 0 6 0 639097331 890593280 142094 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3662/statm: 217430 142094 1876 364 0 153336 0
[pid=3673] ppid=3662 vsize=818452 CPUtime=0.31 cores=0,2,4,6
/proc/3673/stat : 3673 (python) S 3662 3662 3073 0 -1 4202560 943 0 0 0 15 16 0 0 18 0 1 0 639114138 838094848 140574 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403855 0 0 16781312 514 18285652426100801795 0 0 17 4 0 0 0
/proc/3673/statm: 204613 140574 376 364 0 140531 0
[pid=3675] ppid=3673 vsize=239076 CPUtime=113.84 cores=0,2,4,6
/proc/3675/stat : 3675 (lingeling) R 3673 3675 3675 0 -1 4202496 138877 0 0 0 11358 26 0 0 25 0 1 0 639114140 244813824 58933 33554432000 4194304 4352236 140736570414016 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3675/statm: 59769 58933 129 39 0 58849 0
[pid=3676] ppid=3662 vsize=828708 CPUtime=0.3 cores=0,2,4,6
/proc/3676/stat : 3676 (python) S 3662 3662 3073 0 -1 4202560 984 0 0 0 14 16 0 0 15 0 1 0 639114140 848596992 140572 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801794 0 0 17 2 0 0 0
/proc/3676/statm: 207177 140572 370 364 0 143092 0
[pid=3678] ppid=3676 vsize=871144 CPUtime=113.88 cores=0,2,4,6
/proc/3678/stat : 3678 (cryptominisat-2) R 3676 3678 3678 0 -1 4202496 185410 0 0 0 11358 30 0 0 25 0 1 0 639114142 892051456 184886 33554432000 4194304 4677096 140736307437696 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3678/statm: 217786 184886 378 118 0 212745 0
[pid=3679] ppid=3662 vsize=838964 CPUtime=0.31 cores=0,2,4,6
/proc/3679/stat : 3679 (python) S 3662 3662 3073 0 -1 4202560 939 0 0 0 16 15 0 0 18 0 1 0 639114142 859099136 140576 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801795 0 0 17 0 0 0 0
/proc/3679/statm: 209741 140576 370 364 0 145653 0
[pid=3681] ppid=3679 vsize=369776 CPUtime=112.77 cores=0,2,4,6
/proc/3681/stat : 3681 (lingeling) R 3679 3681 3681 0 -1 4202496 171490 0 0 0 11248 29 0 0 25 0 1 0 639114144 378650624 91608 33554432000 4194304 4352236 140736060136448 18446744073709551615 4319040 0 0 16781312 17506 0 0 0 17 6 0 0 0

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

[pid=3662/tid=3750] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3750/stat : 3750 (python) S 3660 3662 3073 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 639163308 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 2 0 0 0
[pid=3662/tid=3757] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3757/stat : 3757 (python) S 3660 3662 3073 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 639173339 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4287.82
Current children cumulated vsize (KiB) 10169008

[startup+1202.31 s]
/proc/loadavg: 8.23 8.07 7.16 10/384 3776
/proc/meminfo: memFree=14212600/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=890232 CPUtime=167.9 cores=0,2,4,6
/proc/3662/stat : 3662 (python) S 3660 3662 3073 0 -1 4202496 506821 932 1 0 16700 90 0 0 19 0 8 0 639097331 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3662/statm: 222558 142106 1880 364 0 158458 0
[pid=3673] ppid=3662 vsize=828696 CPUtime=1.31 cores=0,2,4,6
/proc/3673/stat : 3673 (python) S 3662 3662 3073 0 -1 4202560 1197 0 0 0 66 65 0 0 19 0 2 0 639114138 848584704 140617 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3673/statm: 207174 140617 414 364 0 143092 0
[pid=3675] ppid=3673 vsize=245920 CPUtime=488.87 cores=0,2,4,6
/proc/3675/stat : 3675 (lingeling) T 3673 3675 3675 0 -1 4202496 206399 0 0 0 48847 40 0 0 25 0 1 0 639114140 251822080 60644 33554432000 4194304 4352236 140736570414016 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/3675/statm: 61480 60644 129 39 0 60560 0
[pid=3673/tid=3747] ppid=3662 vsize=828696 CPUtime=0 cores=0,2,4,6
/proc/3673/task/3747/stat : 3747 (python) S 3662 3662 3073 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 639163263 848584704 140617 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 514 18446604447211725760 0 0 -1 4 0 0 0
[pid=3676] ppid=3662 vsize=828708 CPUtime=1.31 cores=0,2,4,6
/proc/3676/stat : 3676 (python) S 3662 3662 3073 0 -1 4202560 1154 0 0 0 64 67 0 0 16 0 2 0 639114140 848596992 140602 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 207177 140602 399 364 0 143092 0
[pid=3678] ppid=3676 vsize=871144 CPUtime=490.33 cores=0,2,4,6
/proc/3678/stat : 3678 (cryptominisat-2) T 3676 3678 3678 0 -1 4202496 185410 0 0 0 49003 30 0 0 25 0 1 0 639114142 892051456 184886 33554432000 4194304 4677096 140736307437696 18446744073709551615 4502837 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/3678/statm: 217786 184886 378 118 0 212745 0
[pid=3676/tid=3748] ppid=3662 vsize=828708 CPUtime=0 cores=0,2,4,6
/proc/3676/task/3748/stat : 3748 (python) S 3662 3662 3073 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 639163306 848596992 140602 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 514 18446604446826259648 0 0 -1 2 0 0 0
[pid=3679] ppid=3662 vsize=838964 CPUtime=2.76 cores=0,2,4,6
/proc/3679/stat : 3679 (python) S 3662 3662 3073 0 -1 4202560 969 0 0 0 140 136 0 0 18 0 1 0 639114142 859099136 140576 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801795 0 0 17 0 0 0 0
/proc/3679/statm: 209741 140576 370 364 0 145653 0
[pid=3681] ppid=3679 vsize=377496 CPUtime=1020.89 cores=0,2,4,6
/proc/3681/stat : 3681 (lingeling) R 3679 3681 3681 0 -1 4202496 261577 0 0 0 102043 46 0 0 25 0 1 0 639114144 386555904 93538 33554432000 4194304 4352236 140736060136448 18446744073709551615 4245513 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/3681/statm: 94374 93538 129 39 0 93454 0
[pid=3682] ppid=3662 vsize=849220 CPUtime=1.73 cores=0,2,4,6
/proc/3682/stat : 3682 (python) S 3662 3662 3073 0 -1 4202560 1150 0 0 0 88 85 0 0 18 0 2 0 639114144 869601280 140610 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3682/statm: 212305 140610 399 364 0 148214 0
[pid=3684] ppid=3682 vsize=237524 CPUtime=638.35 cores=0,2,4,6
/proc/3684/stat : 3684 (lingeling) R 3682 3684 3684 0 -1 4202496 227715 0 0 0 63789 46 0 0 25 0 1 0 639114146 243224576 58545 33554432000 4194304 4352236 140733833170432 18446744073709551615 4234437 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3684/statm: 59381 58545 129 39 0 58461 0
[pid=3682/tid=3732] ppid=3662 vsize=849220 CPUtime=0 cores=0,2,4,6
/proc/3682/task/3732/stat : 3732 (python) S 3662 3662 3073 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 639124174 869601280 140610 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 514 18446604442574870464 0 0 -1 0 0 0 0
[pid=3733] ppid=3662 vsize=859476 CPUtime=2.51 cores=0,2,4,6
/proc/3733/stat : 3733 (python) S 3662 3662 3073 0 -1 4202560 1007 0 0 0 130 121 0 0 16 0 1 0 639124175 880103424 140584 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801793 0 0 17 0 0 0 0
/proc/3733/statm: 214869 140584 370 364 0 150775 0
[pid=3735] ppid=3733 vsize=935184 CPUtime=932.73 cores=0,2,4,6
/proc/3735/stat : 3735 (cryptominisat-2) R 3733 3735 3735 0 -1 4202496 219395 0 0 0 93236 37 0 0 25 0 1 0 639124177 957628416 196467 33554432000 4194304 4677096 140734771341904 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3735/statm: 233796 196467 388 118 0 228755 0
[pid=3749] ppid=3662 vsize=869732 CPUtime=0.27 cores=0,2,4,6
/proc/3749/stat : 3749 (python) S 3662 3662 3073 0 -1 4202560 1111 0 0 0 12 15 0 0 19 0 2 0 639163306 890605568 140618 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3749/statm: 217433 140618 399 364 0 153336 0
[pid=3751] ppid=3749 vsize=285180 CPUtime=99.98 cores=0,2,4,6
/proc/3751/stat : 3751 (SApperloT-base) T 3749 3751 3751 0 -1 4202496 67236 0 0 0 9975 23 0 0 25 0 1 0 639163308 292024320 62856 33554432000 134512640 135674940 4288055600 18446744073709551615 134564660 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3751/statm: 71295 62856 100 284 0 71009 0
[pid=3749/tid=3755] ppid=3662 vsize=869732 CPUtime=0 cores=0,2,4,6
/proc/3749/task/3755/stat : 3755 (python) S 3662 3662 3073 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639173336 890605568 140618 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 514 18446604453948810560 0 0 -1 2 0 0 0
[pid=3756] ppid=3662 vsize=879988 CPUtime=1.17 cores=0,2,4,6
/proc/3756/stat : 3756 (python) S 3662 3662 3073 0 -1 4202560 987 0 0 0 59 58 0 0 18 0 1 0 639173337 901107712 140592 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801793 0 0 17 4 0 0 0
/proc/3756/statm: 219997 140592 370 364 0 155897 0
[pid=3758] ppid=3756 vsize=371544 CPUtime=440.95 cores=0,2,4,6
/proc/3758/stat : 3758 (precosat) R 3756 3758 3758 0 -1 4202496 695435 0 0 0 43987 108 0 0 25 0 1 0 639173339 380461056 92726 33554432000 4194304 4890832 140733735695984 18446744073709551615 4238604 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/3758/statm: 92886 92726 86 171 0 92713 0
[pid=3662/tid=3674] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3674/stat : 3674 (python) S 3660 3662 3073 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 8 0 639114139 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 6 0 0 0
[pid=3662/tid=3677] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3677/stat : 3677 (python) S 3660 3662 3073 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 8 0 639114142 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 4 0 0 0
[pid=3662/tid=3680] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3680/stat : 3680 (python) S 3660 3662 3073 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 8 0 639114144 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 0 0 0 0
[pid=3662/tid=3683] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3683/stat : 3683 (python) S 3660 3662 3073 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 639114146 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 0 0 0 0
[pid=3662/tid=3734] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3734/stat : 3734 (python) S 3660 3662 3073 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 639124177 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 0 0 0 0
[pid=3662/tid=3750] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3750/stat : 3750 (python) S 3660 3662 3073 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 639163308 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 2 0 0 0
[pid=3662/tid=3757] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3757/stat : 3757 (python) S 3660 3662 3073 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 639173339 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4291.06
Current children cumulated vsize (KiB) 10169008

[startup+1203.1 s]
/proc/loadavg: 8.23 8.07 7.16 10/384 3776
/proc/meminfo: memFree=14212600/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=890232 CPUtime=167.9 cores=0,2,4,6
/proc/3662/stat : 3662 (python) S 3660 3662 3073 0 -1 4202496 506821 932 1 0 16700 90 0 0 19 0 8 0 639097331 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3662/statm: 222558 142106 1880 364 0 158458 0
[pid=3673] ppid=3662 vsize=828696 CPUtime=1.31 cores=0,2,4,6
/proc/3673/stat : 3673 (python) S 3662 3662 3073 0 -1 4202560 1197 0 0 0 66 65 0 0 19 0 2 0 639114138 848584704 140617 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3673/statm: 207174 140617 414 364 0 143092 0
[pid=3675] ppid=3673 vsize=245920 CPUtime=488.87 cores=0,2,4,6
/proc/3675/stat : 3675 (lingeling) T 3673 3675 3675 0 -1 4202496 206399 0 0 0 48847 40 0 0 25 0 1 0 639114140 251822080 60644 33554432000 4194304 4352236 140736570414016 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/3675/statm: 61480 60644 129 39 0 60560 0
[pid=3673/tid=3747] ppid=3662 vsize=828696 CPUtime=0 cores=0,2,4,6
/proc/3673/task/3747/stat : 3747 (python) S 3662 3662 3073 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 639163263 848584704 140617 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 514 18446604447211725760 0 0 -1 4 0 0 0
[pid=3676] ppid=3662 vsize=828708 CPUtime=1.31 cores=0,2,4,6
/proc/3676/stat : 3676 (python) S 3662 3662 3073 0 -1 4202560 1154 0 0 0 64 67 0 0 16 0 2 0 639114140 848596992 140602 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3676/statm: 207177 140602 399 364 0 143092 0
[pid=3678] ppid=3676 vsize=871144 CPUtime=490.33 cores=0,2,4,6
/proc/3678/stat : 3678 (cryptominisat-2) T 3676 3678 3678 0 -1 4202496 185410 0 0 0 49003 30 0 0 25 0 1 0 639114142 892051456 184886 33554432000 4194304 4677096 140736307437696 18446744073709551615 4502837 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/3678/statm: 217786 184886 378 118 0 212745 0
[pid=3676/tid=3748] ppid=3662 vsize=828708 CPUtime=0 cores=0,2,4,6
/proc/3676/task/3748/stat : 3748 (python) S 3662 3662 3073 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 639163306 848596992 140602 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 514 18446604446826259648 0 0 -1 2 0 0 0
[pid=3679] ppid=3662 vsize=838964 CPUtime=2.76 cores=0,2,4,6
/proc/3679/stat : 3679 (python) S 3662 3662 3073 0 -1 4202560 969 0 0 0 140 136 0 0 18 0 1 0 639114142 859099136 140576 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801795 0 0 17 0 0 0 0
/proc/3679/statm: 209741 140576 370 364 0 145653 0
[pid=3681] ppid=3679 vsize=377496 CPUtime=1021.67 cores=0,2,4,6
/proc/3681/stat : 3681 (lingeling) R 3679 3681 3681 0 -1 4202496 261577 0 0 0 102121 46 0 0 25 0 1 0 639114144 386555904 93538 33554432000 4194304 4352236 140736060136448 18446744073709551615 4245509 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/3681/statm: 94374 93538 129 39 0 93454 0
[pid=3682] ppid=3662 vsize=849220 CPUtime=1.73 cores=0,2,4,6
/proc/3682/stat : 3682 (python) S 3662 3662 3073 0 -1 4202560 1150 0 0 0 88 85 0 0 18 0 2 0 639114144 869601280 140610 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3682/statm: 212305 140610 399 364 0 148214 0
[pid=3684] ppid=3682 vsize=237524 CPUtime=639.14 cores=0,2,4,6
/proc/3684/stat : 3684 (lingeling) R 3682 3684 3684 0 -1 4202496 227715 0 0 0 63868 46 0 0 25 0 1 0 639114146 243224576 58545 33554432000 4194304 4352236 140733833170432 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3684/statm: 59381 58545 129 39 0 58461 0
[pid=3682/tid=3732] ppid=3662 vsize=849220 CPUtime=0 cores=0,2,4,6
/proc/3682/task/3732/stat : 3732 (python) S 3662 3662 3073 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 639124174 869601280 140610 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 514 18446604442574870464 0 0 -1 0 0 0 0
[pid=3733] ppid=3662 vsize=859476 CPUtime=2.51 cores=0,2,4,6
/proc/3733/stat : 3733 (python) S 3662 3662 3073 0 -1 4202560 1007 0 0 0 130 121 0 0 15 0 1 0 639124175 880103424 140584 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801793 0 0 17 0 0 0 0
/proc/3733/statm: 214869 140584 370 364 0 150775 0
[pid=3735] ppid=3733 vsize=935184 CPUtime=933.51 cores=0,2,4,6
/proc/3735/stat : 3735 (cryptominisat-2) R 3733 3735 3735 0 -1 4202496 219395 0 0 0 93314 37 0 0 25 0 1 0 639124177 957628416 196467 33554432000 4194304 4677096 140734771341904 18446744073709551615 4502834 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3735/statm: 233796 196467 388 118 0 228755 0
[pid=3749] ppid=3662 vsize=869732 CPUtime=0.27 cores=0,2,4,6
/proc/3749/stat : 3749 (python) S 3662 3662 3073 0 -1 4202560 1111 0 0 0 12 15 0 0 19 0 2 0 639163306 890605568 140618 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3749/statm: 217433 140618 399 364 0 153336 0
[pid=3751] ppid=3749 vsize=285180 CPUtime=99.98 cores=0,2,4,6
/proc/3751/stat : 3751 (SApperloT-base) T 3749 3751 3751 0 -1 4202496 67236 0 0 0 9975 23 0 0 25 0 1 0 639163308 292024320 62856 33554432000 134512640 135674940 4288055600 18446744073709551615 134564660 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3751/statm: 71295 62856 100 284 0 71009 0
[pid=3749/tid=3755] ppid=3662 vsize=869732 CPUtime=0 cores=0,2,4,6
/proc/3749/task/3755/stat : 3755 (python) S 3662 3662 3073 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639173336 890605568 140618 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 514 18446604453948810560 0 0 -1 2 0 0 0
[pid=3756] ppid=3662 vsize=879988 CPUtime=1.17 cores=0,2,4,6
/proc/3756/stat : 3756 (python) S 3662 3662 3073 0 -1 4202560 987 0 0 0 59 58 0 0 18 0 1 0 639173337 901107712 140592 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338403910 0 0 16781312 514 18285652426100801793 0 0 17 4 0 0 0
/proc/3756/statm: 219997 140592 370 364 0 155897 0
[pid=3758] ppid=3756 vsize=371544 CPUtime=441.74 cores=0,2,4,6
/proc/3758/stat : 3758 (precosat) R 3756 3758 3758 0 -1 4202496 695435 0 0 0 44066 108 0 0 25 0 1 0 639173339 380461056 92726 33554432000 4194304 4890832 140733735695984 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/3758/statm: 92886 92726 86 171 0 92713 0
[pid=3662/tid=3674] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3674/stat : 3674 (python) S 3660 3662 3073 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 8 0 639114139 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 6 0 0 0
[pid=3662/tid=3677] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3677/stat : 3677 (python) S 3660 3662 3073 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 8 0 639114142 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 4 0 0 0
[pid=3662/tid=3680] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3680/stat : 3680 (python) S 3660 3662 3073 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 8 0 639114144 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 0 0 0 0
[pid=3662/tid=3683] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3683/stat : 3683 (python) S 3660 3662 3073 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 639114146 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 0 0 0 0
[pid=3662/tid=3734] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3734/stat : 3734 (python) S 3660 3662 3073 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 639124177 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 0 0 0 0
[pid=3662/tid=3750] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3750/stat : 3750 (python) S 3660 3662 3073 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 639163308 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 2 0 0 0
[pid=3662/tid=3757] ppid=3660 vsize=890232 CPUtime=0 cores=0,2,4,6
/proc/3662/task/3757/stat : 3757 (python) S 3660 3662 3073 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 639173339 911597568 142106 33554432000 4194304 5683644 140736387398368 18446744073709551615 270350207409 0 0 16781312 2 18446604452398859200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4294.2
Current children cumulated vsize (KiB) 10169008

[startup+1203.5 s]
/proc/loadavg: 8.21 8.07 7.17 10/378 3778
/proc/meminfo: memFree=15454996/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=849160 CPUtime=4295.53 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 558621 1872045 1 0 16705 93 411847 908 16 0 1 0 639097331 869539840 142075 33554432000 4194304 5683644 140736387398368 18446744073709551615 270338039223 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3662/statm: 212290 142075 1865 364 0 148214 0
Current children cumulated CPU time (s) 4295.53
Current children cumulated vsize (KiB) 849160

[startup+1203.6 s]
/proc/loadavg: 8.21 8.07 7.17 10/378 3778
/proc/meminfo: memFree=15454996/32951124 swapFree=59367104/67111528
[pid=3662] ppid=3660 vsize=849160 CPUtime=4295.62 cores=0,2,4,6
/proc/3662/stat : 3662 (python) R 3660 3662 3073 0 -1 4202496 629538 1872045 1 0 16710 97 411847 908 16 0 1 0 639097331 869539840 142076 33554432000 4194304 5683644 140736387398368 18446744073709551615 5296949 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3662/statm: 212290 142076 1866 364 0 148214 0
Current children cumulated CPU time (s) 4295.62
Current children cumulated vsize (KiB) 849160

Child status: 0
Real time (s): 1203.63
CPU time (s): 4295.68
CPU user time (s): 4285.59
CPU system time (s): 10.0935
CPU usage (%): 356.893
Max. virtual memory (cumulated for all children) (KiB): 10622240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4285.59
system time used= 10.0935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2502679
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= 7678
involuntary context switches= 26914

runsolver used 4.6013 second user time and 10.4034 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 15:40:17
IDJOB=3378983
IDBENCH=83466
IDSOLVER=1860
FILE ID=node143/3378983-1305466814
RUNJOBID= node143-1305463442-3093
PBS_JOBID= 13324998
Free space on /tmp= 73396 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.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-3378983-1305466814/watcher-3378983-1305466814 -o /tmp/evaluation-result-3378983-1305466814/solver-3378983-1305466814 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378983-1305466814.cnf -seed 260496759 -budget 4800 -cores 4

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=260496759

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      17306112 kB
Buffers:        215500 kB
Cached:        1621732 kB
SwapCached:      67400 kB
Active:        5480608 kB
Inactive:      9898216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17306112 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:          146252 kB
Writeback:           0 kB
AnonPages:    13474252 kB
Mapped:          29984 kB
Slab:           131212 kB
PageTables:      69624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76326032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73368 MiB
End job on node143 at 2011-05-15 16:00:21