Trace number 3741914

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
PB11: borg pb-dec-11.04.03? (MO) 615.68 613.773

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K104.opb
MD5SUMa8d55fafa030e5024da65ad802ff80be
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark92.024
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7072
Total number of constraints7282
Number of constraints which are clauses7178
Number of constraints which are cardinality constraints (but not clauses)104
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint104
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 105
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.36/1.25	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.36/1.25	c INFO: solving HOME/instance-3741914-1338722267.opb
0.45/1.33	c INFO: parsing took 0.08 s
0.55/1.47	c INFO: features took 0.14 CPU seconds
0.64/1.50	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.67)
51.37/52.28	c INFO: running clasp-1.3.7@0 for 45 with 1749 remaining (b = 0.36)
98.61/99.44	c INFO: running scip-2.0.1-spx@0 for 45 with 1702 remaining (b = 0.06)
148.38/149.18	c INFO: running clasp-1.3.7@47 for 45 with 1653 remaining (b = 0.01)
194.25/194.97	c INFO: wrote minion input file to HOME/tmpQZieXP.minion
194.25/194.97	c INFO: running minion-0.12@0 for 45 with 1608 remaining (b = 0.09)
241.69/242.37	c INFO: running wbo1.4a@0 for 45 with 1560 remaining (b = 0.02)
290.26/290.80	c INFO: running scip-2.0.1-clp@49 for 45 with 1512 remaining (b = 0.01)
334.42/334.99	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1468 remaining (b = 0.03)
384.13/382.54	c INFO: running clasp-1.3.7@92 for 136 with 1419 remaining (b = 0.02)
521.75/519.96	c INFO: running scip-2.0.1-spx@49 for 45 with 1281 remaining (b = 0.01)
567.03/565.12	c INFO: running bsolo_pb10-l3@0 for 45 with 1236 remaining (b = 0.02)
614.70/612.77	c INFO: running bsolo_pb10-l1@0 for 91 with 1189 remaining (b = 0.02)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3741914-1338722267/watcher-3741914-1338722267 -o /tmp/evaluation-result-3741914-1338722267/solver-3741914-1338722267 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741914-1338722267.opb -seed 1440455279 -budget 1800 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.36 2.59 3/195 1896
/proc/meminfo: memFree=26349116/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/1896/stat : 1896 (python) D 1894 1896 27000 0 -1 4202496 633 0 0 0 0 0 0 0 20 0 1 0 338354224 15642624 527 33554432000 4194304 5683644 140736931456672 140736931442584 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 3819 527 312 364 0 261 0

[startup+0.0540409 s]
/proc/loadavg: 2.01 2.36 2.59 3/195 1896
/proc/meminfo: memFree=26349116/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=16468 CPUtime=0 cores=0,2,4,6
/proc/1896/stat : 1896 (python) R 1894 1896 27000 0 -1 4202496 1124 0 0 0 0 0 0 0 20 0 1 0 338354224 16863232 944 33554432000 4194304 5683644 140736931456672 140736931439304 4509181 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 4117 944 392 364 0 559 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16468

[startup+0.100212 s]
/proc/loadavg: 2.01 2.36 2.59 3/195 1896
/proc/meminfo: memFree=26349116/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=19084 CPUtime=0.02 cores=0,2,4,6
/proc/1896/stat : 1896 (python) R 1894 1896 27000 0 -1 4202496 1392 0 0 0 2 0 0 0 20 0 1 0 338354224 19542016 1147 33554432000 4194304 5683644 140736931456672 140736931387176 4315278 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 4771 1147 430 364 0 695 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19084

[startup+0.300246 s]
/proc/loadavg: 2.01 2.36 2.59 3/195 1896
/proc/meminfo: memFree=26349116/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=96512 CPUtime=0.1 cores=0,2,4,6
/proc/1896/stat : 1896 (python) D 1894 1896 27000 0 -1 4202496 3736 1008 1 0 9 1 0 0 20 0 1 0 338354224 98828288 2549 33554432000 4194304 5683644 140736931456672 140736931392536 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 24128 2549 822 364 0 1619 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 96512

[startup+0.700251 s]
/proc/loadavg: 2.01 2.36 2.59 3/195 1896
/proc/meminfo: memFree=26349116/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=122344 CPUtime=0.2 cores=0,2,4,6
/proc/1896/stat : 1896 (python) D 1894 1896 27000 0 -1 4202496 5964 1008 1 0 15 5 0 0 20 0 1 0 338354224 125280256 3842 33554432000 4194304 5683644 140736931456672 140736931372072 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 30586 3842 1015 364 0 2829 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 122344

[startup+1.50018 s]
/proc/loadavg: 2.01 2.36 2.59 3/196 1901
/proc/meminfo: memFree=26329260/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=284248 CPUtime=0.64 cores=0,2,4,6
/proc/1896/stat : 1896 (python) R 1894 1896 27000 0 -1 4202496 11344 1008 1 0 55 9 0 0 20 0 1 0 338354224 291069952 7885 33554432000 4194304 5683644 140736931456672 140736931436456 219521542480 0 0 16781312 33554434 0 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 71062 7885 1892 364 0 6288 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 284248

[startup+3.10034 s]
/proc/loadavg: 2.01 2.36 2.59 3/199 1904
/proc/meminfo: memFree=26250240/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=360040 CPUtime=0.66 cores=0,2,4,6
/proc/1896/stat : 1896 (python) S 1894 1896 27000 0 -1 4202496 11558 1008 1 0 56 10 0 0 20 0 2 0 338354224 368680960 7900 33554432000 4194304 5683644 140736931456672 140736931451504 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 90010 7900 1901 364 0 25233 0
[pid=1902] ppid=1896 vsize=284260 CPUtime=0 cores=0,2,4,6
/proc/1902/stat : 1902 (python) S 1896 1896 27000 0 -1 4202560 753 0 0 0 0 0 0 0 20 0 1 0 338354375 291082240 6334 33554432000 4194304 5683644 140736931456672 140736931447760 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1902/statm: 71065 6334 341 364 0 6288 0
[pid=1904] ppid=1902 vsize=112796 CPUtime=1.57 cores=0,2,4,6
/proc/1904/stat : 1904 (scip-2.0.1.linu) R 1902 1904 1904 0 -1 4202496 23909 0 0 0 153 4 0 0 20 0 1 0 338354375 115503104 23308 33554432000 4194304 15243407 140734152579968 140734152575352 4520048 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1904/statm: 28199 23308 682 2698 0 25494 0
[pid=1896/tid=1903] ppid=1894 vsize=360040 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1903/stat : 1903 (python) S 1894 1896 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338354375 368680960 7900 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 757096
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.01 2.36 2.59 3/199 1904
/proc/meminfo: memFree=26170276/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=360040 CPUtime=0.66 cores=0,2,4,6
/proc/1896/stat : 1896 (python) S 1894 1896 27000 0 -1 4202496 11558 1008 1 0 56 10 0 0 20 0 2 0 338354224 368680960 7900 33554432000 4194304 5683644 140736931456672 140736931451504 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 90010 7900 1901 364 0 25233 0
[pid=1902] ppid=1896 vsize=284260 CPUtime=0 cores=0,2,4,6
/proc/1902/stat : 1902 (python) S 1896 1896 27000 0 -1 4202560 886 0 0 0 0 0 0 0 20 0 1 0 338354375 291082240 6357 33554432000 4194304 5683644 140736931456672 140736931447760 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1902/statm: 71065 6357 364 364 0 6288 0
[pid=1904] ppid=1902 vsize=170668 CPUtime=4.78 cores=0,2,4,6
/proc/1904/stat : 1904 (scip-2.0.1.linu) R 1902 1904 1904 0 -1 4202496 38283 0 0 0 467 11 0 0 20 0 1 0 338354375 174764032 37682 33554432000 4194304 15243407 140734152579968 140734152576280 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1904/statm: 42667 37682 686 2698 0 39962 0
[pid=1896/tid=1903] ppid=1894 vsize=360040 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1903/stat : 1903 (python) S 1894 1896 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338354375 368680960 7900 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 814968

[startup+12.7004 s]
/proc/loadavg: 2.01 2.35 2.58 3/199 1904
/proc/meminfo: memFree=26101204/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=360040 CPUtime=0.66 cores=0,2,4,6
/proc/1896/stat : 1896 (python) S 1894 1896 27000 0 -1 4202496 11558 1008 1 0 56 10 0 0 20 0 2 0 338354224 368680960 7900 33554432000 4194304 5683644 140736931456672 140736931451504 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 90010 7900 1901 364 0 25233 0
[pid=1902] ppid=1896 vsize=284260 CPUtime=0 cores=0,2,4,6
/proc/1902/stat : 1902 (python) S 1896 1896 27000 0 -1 4202560 890 0 0 0 0 0 0 0 20 0 1 0 338354375 291082240 6357 33554432000 4194304 5683644 140736931456672 140736931447760 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1902/statm: 71065 6357 364 364 0 6288 0
[pid=1904] ppid=1902 vsize=226836 CPUtime=11.17 cores=0,2,4,6
/proc/1904/stat : 1904 (scip-2.0.1.linu) R 1902 1904 1904 0 -1 4202496 52331 0 0 0 1096 21 0 0 20 0 1 0 338354375 232280064 51730 33554432000 4194304 15243407 140734152579968 140734152576280 4520850 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1904/statm: 56709 51730 686 2698 0 54004 0
[pid=1896/tid=1903] ppid=1894 vsize=360040 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1903/stat : 1903 (python) S 1894 1896 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338354375 368680960 7900 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 871136

[startup+25.5004 s]
/proc/loadavg: 2.00 2.33 2.57 3/200 1905
/proc/meminfo: memFree=25988484/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=360040 CPUtime=0.66 cores=0,2,4,6
/proc/1896/stat : 1896 (python) S 1894 1896 27000 0 -1 4202496 11558 1008 1 0 56 10 0 0 20 0 2 0 338354224 368680960 7900 33554432000 4194304 5683644 140736931456672 140736931451504 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 90010 7900 1901 364 0 25233 0
[pid=1902] ppid=1896 vsize=284260 CPUtime=0.03 cores=0,2,4,6
/proc/1902/stat : 1902 (python) S 1896 1896 27000 0 -1 4202560 994 0 0 0 2 1 0 0 20 0 1 0 338354375 291082240 6362 33554432000 4194304 5683644 140736931456672 140736931447760 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1902/statm: 71065 6362 369 364 0 6288 0
[pid=1904] ppid=1902 vsize=318056 CPUtime=23.97 cores=0,2,4,6
/proc/1904/stat : 1904 (scip-2.0.1.linu) R 1902 1904 1904 0 -1 4202496 74698 0 0 0 2357 40 0 0 20 0 1 0 338354375 325689344 74075 33554432000 4194304 15243407 140734152579968 140734152576056 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1904/statm: 79514 74075 873 2698 0 76809 0
[pid=1896/tid=1903] ppid=1894 vsize=360040 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1903/stat : 1903 (python) S 1894 1896 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338354375 368680960 7900 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 962356

[startup+51.1003 s]
/proc/loadavg: 2.00 2.31 2.56 3/200 1905
/proc/meminfo: memFree=25962320/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=360040 CPUtime=0.66 cores=0,2,4,6
/proc/1896/stat : 1896 (python) S 1894 1896 27000 0 -1 4202496 11558 1008 1 0 56 10 0 0 20 0 2 0 338354224 368680960 7900 33554432000 4194304 5683644 140736931456672 140736931451504 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 90010 7900 1901 364 0 25233 0
[pid=1902] ppid=1896 vsize=284260 CPUtime=0.06 cores=0,2,4,6
/proc/1902/stat : 1902 (python) S 1896 1896 27000 0 -1 4202560 1014 0 0 0 4 2 0 0 20 0 1 0 338354375 291082240 6362 33554432000 4194304 5683644 140736931456672 140736931447760 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1902/statm: 71065 6362 369 364 0 6288 0
[pid=1904] ppid=1902 vsize=345572 CPUtime=49.55 cores=0,2,4,6
/proc/1904/stat : 1904 (scip-2.0.1.linu) R 1902 1904 1904 0 -1 4202496 80596 0 0 0 4856 99 0 0 20 0 1 0 338354375 353865728 80994 33554432000 4194304 15243407 140734152579968 140734152575112 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1904/statm: 86393 80994 898 2698 0 83688 0
[pid=1896/tid=1903] ppid=1894 vsize=360040 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1903/stat : 1903 (python) S 1894 1896 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 2 0 338354375 368680960 7900 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 989872

[startup+102.308 s]
/proc/loadavg: 2.00 2.26 2.52 3/229 1934
/proc/meminfo: memFree=24707168/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=511624 CPUtime=0.7 cores=0,2,4,6
/proc/1896/stat : 1896 (python) S 1894 1896 27000 0 -1 4202496 13365 1008 1 0 60 10 0 0 20 0 4 0 338354224 523902976 7917 33554432000 4194304 5683644 140736931456672 140736931451504 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1896/statm: 127906 7917 1906 364 0 63123 0
[pid=1902] ppid=1896 vsize=360040 CPUtime=0.06 cores=0,2,4,6
/proc/1902/stat : 1902 (python) S 1896 1896 27000 0 -1 4202560 1149 0 0 0 4 2 0 0 20 0 2 0 338354375 368680960 6397 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1902/statm: 90010 6397 397 364 0 25233 0
[pid=1904] ppid=1902 vsize=346312 CPUtime=50.72 cores=0,2,4,6
/proc/1904/stat : 1904 (scip-2.0.1.linu) T 1902 1904 1904 0 -1 4202496 80608 0 0 0 4973 99 0 0 20 0 1 0 338354375 354623488 81006 33554432000 4194304 15243407 140734152579968 140734152574680 8115324 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/1904/statm: 86578 81006 898 2698 0 83873 0
[pid=1902/tid=1906] ppid=1896 vsize=360040 CPUtime=0 cores=0,2,4,6
/proc/1902/task/1906/stat : 1906 (python) S 1896 1896 27000 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338359450 368680960 6397 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907] ppid=1896 vsize=360052 CPUtime=0.07 cores=0,2,4,6
/proc/1907/stat : 1907 (python) S 1896 1896 27000 0 -1 4202560 1112 0 0 0 4 3 0 0 20 0 2 0 338359453 368693248 6384 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1907/statm: 90013 6384 384 364 0 25233 0
[pid=1909] ppid=1907 vsize=14168 CPUtime=47.11 cores=0,2,4,6
/proc/1909/stat : 1909 (clasp-1.3.7-x86) T 1907 1909 1909 0 -1 4202496 3658 0 0 0 4711 0 0 0 20 0 1 0 338359453 14508032 3294 33554432000 134512640 136139019 4294318144 4294317008 134608381 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/1909/statm: 3542 3294 182 398 0 3142 0
[pid=1907/tid=1931] ppid=1896 vsize=360052 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1931/stat : 1931 (python) S 1896 1896 27000 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338364166 368693248 6384 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1932] ppid=1896 vsize=435844 CPUtime=0 cores=0,2,4,6
/proc/1932/stat : 1932 (python) S 1896 1896 27000 0 -1 4202560 795 0 0 0 0 0 0 0 20 0 1 0 338364168 446304256 6341 33554432000 4194304 5683644 140736931456672 140736931447760 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/1932/statm: 108961 6341 336 364 0 44178 0
[pid=1934] ppid=1932 vsize=139792 CPUtime=2.85 cores=0,2,4,6
/proc/1934/stat : 1934 (scip-2.0.1.linu) R 1932 1934 1934 0 -1 4202496 30870 0 0 0 278 7 0 0 20 0 1 0 338364169 143147008 30255 33554432000 4194304 13684479 140737315591920 140737315588232 5110623 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/1934/statm: 34948 30255 635 2317 0 32626 0
[pid=1896/tid=1903] ppid=1894 vsize=511624 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1903/stat : 1903 (python) S 1894 1896 27000 0 -1 4202560 26 1008 0 0 0 0 0 0 20 0 4 0 338354375 523902976 7917 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1896/tid=1908] ppid=1894 vsize=511624 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1908/stat : 1908 (python) S 1894 1896 27000 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 4 0 338359453 523902976 7917 33554432000 4194304 5683644 140736931456672 140014956646960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1896/tid=1933] ppid=1894 vsize=511624 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1933/stat : 1933 (python) S 1894 1896 27000 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 4 0 338364169 523902976 7917 33554432000 4194304 5683644 140736931456672 140014946157104 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 2167832

[startup+162.301 s]
/proc/loadavg: 2.00 2.21 2.49 3/232 1939
/proc/meminfo: memFree=24493708/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=511624 CPUtime=0.73 cores=0,2,4,6

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

/proc/2040/stat : 2040 (bsolo_pb10) T 2038 2040 2040 0 -1 4202496 18594 0 0 0 4749 10 0 0 20 0 1 0 338410737 84033536 18092 33554432000 134512640 137138936 4294021088 4294020016 134542516 0 0 16781312 16384 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/2040/statm: 20516 18092 192 642 0 19872 0
[pid=2038/tid=2045] ppid=1896 vsize=739628 CPUtime=0 cores=0,2,4,6
/proc/2038/task/2045/stat : 2045 (python) S 1896 1896 27000 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338415500 757379072 7048 33554432000 4194304 5683644 140736931456672 140014704902704 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2046] ppid=1896 vsize=815420 CPUtime=0 cores=0,2,4,6
/proc/2046/stat : 2046 (python) S 1896 1896 27000 0 -1 4202560 853 0 0 0 0 0 0 0 20 0 1 0 338415502 834990080 7005 33554432000 4194304 5683644 140736931456672 140736931447760 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/2046/statm: 203855 7005 336 364 0 139057 0
[pid=2048] ppid=2046 vsize=13320 CPUtime=0.92 cores=0,2,4,6
/proc/2048/stat : 2048 (bsolo_pb10) R 2046 2048 2048 0 -1 4202496 1258 0 0 0 92 0 0 0 20 0 1 0 338415502 13639680 881 33554432000 134512640 137138936 4292580992 4292494828 136570369 0 0 16781312 16384 0 0 0 17 0 0 0 0 0 0
/proc/2048/statm: 3330 881 184 642 0 2686 0
[pid=1896/tid=1903] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1903/stat : 1903 (python) S 1894 1896 27000 0 -1 4202560 31 1008 0 0 0 0 0 0 20 0 9 0 338354375 912588800 8591 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1896/tid=1908] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1908/stat : 1908 (python) S 1894 1896 27000 0 -1 4202560 30 1008 0 0 0 0 0 0 20 0 9 0 338359453 912588800 8591 33554432000 4194304 5683644 140736931456672 140014956646960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1896/tid=1933] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1933/stat : 1933 (python) S 1894 1896 27000 0 -1 4202560 25 1008 0 0 0 0 0 0 20 0 9 0 338364169 912588800 8591 33554432000 4194304 5683644 140736931456672 140014946157104 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1896/tid=1941] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1941/stat : 1941 (python) S 1894 1896 27000 0 -1 4202560 19 1008 0 0 0 0 0 0 20 0 9 0 338373722 912588800 8591 33554432000 4194304 5683644 140736931456672 140014725882416 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1896/tid=1945] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1945/stat : 1945 (python) S 1894 1896 27000 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 9 0 338378462 912588800 8591 33554432000 4194304 5683644 140736931456672 140014715392560 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1896/tid=1953] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1953/stat : 1953 (python) S 1894 1896 27000 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 9 0 338387724 912588800 8591 33554432000 4194304 5683644 140736931456672 140014704902704 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1896/tid=2039] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/2039/stat : 2039 (python) S 1894 1896 27000 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 9 0 338410737 912588800 8591 33554432000 4194304 5683644 140736931456672 140014694412848 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1896/tid=2047] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/2047/stat : 2047 (python) S 1894 1896 27000 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 9 0 338415502 912588800 8591 33554432000 4194304 5683644 140736931456672 140014683922992 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 615.68
Current children cumulated vsize (KiB) 16012532

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+613.701 s]
/proc/loadavg: 2.04 2.07 2.30 3/245 2048
/proc/meminfo: memFree=24041716/32873648 swapFree=7120/7120
[pid=1896] ppid=1894 vsize=891200 CPUtime=1.56 cores=0,2,4,6
/proc/1896/stat : 1896 (python) S 1894 1896 27000 0 -1 4202496 18354 1008 1 0 144 12 0 0 20 0 9 0 338354224 912588800 8591 33554432000 4194304 5683644 140736931456672 140736931451504 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/1896/statm: 222800 8591 1916 364 0 158002 0
[pid=1902] ppid=1896 vsize=360040 CPUtime=0.15 cores=0,2,4,6
/proc/1902/stat : 1902 (python) S 1896 1896 27000 0 -1 4202560 1186 0 0 0 9 6 0 0 20 0 2 0 338354375 368680960 6398 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1902/statm: 90010 6398 398 364 0 25233 0
[pid=1904] ppid=1902 vsize=346792 CPUtime=94.87 cores=0,2,4,6
/proc/1904/stat : 1904 (scip-2.0.1.linu) T 1902 1904 1904 0 -1 4202496 104514 0 0 0 9377 110 0 0 20 0 1 0 338354375 355115008 84083 33554432000 4194304 15243407 140734152579968 140734152574680 8115403 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1904/statm: 86698 84083 946 2698 0 83993 0
[pid=1902/tid=1906] ppid=1896 vsize=360040 CPUtime=0 cores=0,2,4,6
/proc/1902/task/1906/stat : 1906 (python) S 1896 1896 27000 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338359450 368680960 6398 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1907] ppid=1896 vsize=360052 CPUtime=0.41 cores=0,2,4,6
/proc/1907/stat : 1907 (python) S 1896 1896 27000 0 -1 4202560 1172 0 0 0 24 17 0 0 20 0 2 0 338359453 368693248 6384 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1907/statm: 90013 6384 384 364 0 25233 0
[pid=1909] ppid=1907 vsize=30300 CPUtime=229.6 cores=0,2,4,6
/proc/1909/stat : 1909 (clasp-1.3.7-x86) T 1907 1909 1909 0 -1 4202496 7683 0 0 0 22959 1 0 0 20 0 1 0 338359453 31027200 7319 33554432000 134512640 136139019 4294318144 4294316768 134599831 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/1909/statm: 7575 7319 182 398 0 7175 0
[pid=1907/tid=1931] ppid=1896 vsize=360052 CPUtime=0 cores=0,2,4,6
/proc/1907/task/1931/stat : 1931 (python) S 1896 1896 27000 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338364166 368693248 6384 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1932] ppid=1896 vsize=435844 CPUtime=0.17 cores=0,2,4,6
/proc/1932/stat : 1932 (python) S 1896 1896 27000 0 -1 4202560 1148 0 0 0 9 8 0 0 20 0 2 0 338364168 446304256 6390 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1932/statm: 108961 6390 384 364 0 44178 0
[pid=1934] ppid=1932 vsize=328156 CPUtime=94.83 cores=0,2,4,6
/proc/1934/stat : 1934 (scip-2.0.1.linu) T 1932 1934 1934 0 -1 4202496 80299 0 0 0 9441 42 0 0 20 0 1 0 338364169 336031744 77328 33554432000 4194304 13684479 140737315591920 140737315583784 7388647 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/1934/statm: 82039 77328 758 2317 0 79717 0
[pid=1932/tid=1939] ppid=1896 vsize=435844 CPUtime=0 cores=0,2,4,6
/proc/1932/task/1939/stat : 1939 (python) S 1896 1896 27000 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338369140 446304256 6390 33554432000 4194304 5683644 140736931456672 140014956646960 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1940] ppid=1896 vsize=512252 CPUtime=0.07 cores=0,2,4,6
/proc/1940/stat : 1940 (python) S 1896 1896 27000 0 -1 4202560 1128 0 0 0 4 3 0 0 20 0 2 0 338373721 524546048 6522 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1940/statm: 128063 6522 384 364 0 63277 0
[pid=1942] ppid=1940 vsize=92508 CPUtime=47.35 cores=0,2,4,6
/proc/1942/stat : 1942 (minion) T 1940 1942 1942 0 -1 4202496 9543 0 0 0 4734 1 0 0 20 0 1 0 338373722 94728192 15831 33554432000 134512640 165565024 4287351728 4287348976 159737071 0 0 16781312 8396802 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1942/statm: 23127 15831 336 7582 0 15542 0
[pid=1940/tid=1943] ppid=1896 vsize=512252 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1943/stat : 1943 (python) S 1896 1896 27000 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338378459 524546048 6522 33554432000 4194304 5683644 140736931456672 140014946157104 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1944] ppid=1896 vsize=588044 CPUtime=0.08 cores=0,2,4,6
/proc/1944/stat : 1944 (python) S 1896 1896 27000 0 -1 4202560 1134 0 0 0 4 4 0 0 20 0 2 0 338378461 602157056 7035 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1944/statm: 147011 7035 384 364 0 82222 0
[pid=1946] ppid=1944 vsize=128104 CPUtime=48.39 cores=0,2,4,6
/proc/1946/stat : 1946 (wbo1.4a) T 1944 1946 1946 0 -1 4202496 31917 0 0 0 4760 79 0 0 20 0 1 0 338378462 131178496 31546 33554432000 134512640 135751879 4293969984 4293968160 134616532 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1946/statm: 32026 31546 143 303 0 31721 0
[pid=1944/tid=1948] ppid=1896 vsize=588044 CPUtime=0 cores=0,2,4,6
/proc/1944/task/1948/stat : 1948 (python) S 1896 1896 27000 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338383302 602157056 7035 33554432000 4194304 5683644 140736931456672 140014725882416 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1952] ppid=1896 vsize=663836 CPUtime=0.08 cores=0,2,4,6
/proc/1952/stat : 1952 (python) S 1896 1896 27000 0 -1 4202560 1148 0 0 0 4 4 0 0 20 0 2 0 338387723 679768064 7042 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1952/statm: 165959 7042 384 364 0 101167 0
[pid=1954] ppid=1952 vsize=9624972 CPUtime=49.53 cores=0,2,4,6
/proc/1954/stat : 1954 (java) T 1952 1954 1954 0 -1 4202496 13477 0 1 0 4920 33 0 0 20 0 19 0 338387724 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140733601109120 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1954/statm: 2406243 286646 2267 9 0 2396937 0
[pid=1954/tid=1955] ppid=1952 vsize=9624972 CPUtime=47.13 cores=0,2,4,6
/proc/1954/task/1955/stat : 1955 (java) T 1952 1954 1954 0 -1 4202560 3062 0 1 0 4697 16 0 0 20 0 19 0 338387725 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657885920368 140657713281243 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1954/tid=1956] ppid=1952 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/1954/task/1956/stat : 1956 (java) T 1952 1954 1954 0 -1 4202560 100 0 0 0 9 2 0 0 20 0 19 0 338387726 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657847413544 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1954/tid=1957] ppid=1952 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/1954/task/1957/stat : 1957 (java) T 1952 1954 1954 0 -1 4202560 41 0 0 0 9 2 0 0 20 0 19 0 338387726 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657846360744 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1954/tid=1958] ppid=1952 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/1954/task/1958/stat : 1958 (java) T 1952 1954 1954 0 -1 4202560 189 0 0 0 8 2 0 0 20 0 19 0 338387726 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657845308456 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1954/tid=1959] ppid=1952 vsize=9624972 CPUtime=0.14 cores=0,2,4,6
/proc/1954/task/1959/stat : 1959 (java) T 1952 1954 1954 0 -1 4202560 63 0 0 0 12 2 0 0 20 0 19 0 338387726 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657844255656 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1954/tid=1960] ppid=1952 vsize=9624972 CPUtime=0.13 cores=0,2,4,6
/proc/1954/task/1960/stat : 1960 (java) T 1952 1954 1954 0 -1 4202560 197 0 0 0 11 2 0 0 20 0 19 0 338387726 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657843202344 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1954/tid=1961] ppid=1952 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/1954/task/1961/stat : 1961 (java) T 1952 1954 1954 0 -1 4202560 127 0 0 0 9 1 0 0 20 0 19 0 338387726 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657842149544 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1954/tid=1962] ppid=1952 vsize=9624972 CPUtime=0.13 cores=0,2,4,6
/proc/1954/task/1962/stat : 1962 (java) T 1952 1954 1954 0 -1 4202560 174 0 0 0 11 2 0 0 20 0 19 0 338387726 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657841097256 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1954/tid=1963] ppid=1952 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/1954/task/1963/stat : 1963 (java) T 1952 1954 1954 0 -1 4202560 36 0 0 0 8 1 0 0 20 0 19 0 338387726 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657840044456 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1954/tid=1964] ppid=1952 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1954/task/1964/stat : 1964 (java) T 1952 1954 1954 0 -1 4202560 739 0 0 0 0 0 0 0 20 0 19 0 338387727 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657709529832 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1954/tid=1965] ppid=1952 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1954/task/1965/stat : 1965 (java) T 1952 1954 1954 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338387728 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657708475896 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1954/tid=1966] ppid=1952 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1954/task/1966/stat : 1966 (java) T 1952 1954 1954 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338387728 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657707423496 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1954/tid=1967] ppid=1952 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1954/task/1967/stat : 1967 (java) T 1952 1954 1954 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338387730 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657706371984 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1954/tid=1968] ppid=1952 vsize=9624972 CPUtime=0.73 cores=0,2,4,6
/proc/1954/task/1968/stat : 1968 (java) T 1952 1954 1954 0 -1 4202560 3696 0 0 0 73 0 0 0 20 0 19 0 338387730 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657705318584 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1954/tid=1969] ppid=1952 vsize=9624972 CPUtime=0.6 cores=0,2,4,6
/proc/1954/task/1969/stat : 1969 (java) T 1952 1954 1954 0 -1 4202560 3630 0 0 0 58 2 0 0 20 0 19 0 338387730 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657704265784 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=1954/tid=1970] ppid=1952 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1954/task/1970/stat : 1970 (java) T 1952 1954 1954 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338387730 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657703213688 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1954/tid=1971] ppid=1952 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1954/task/1971/stat : 1971 (java) T 1952 1954 1954 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338387730 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657702161096 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1954/tid=1972] ppid=1952 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1954/task/1972/stat : 1972 (java) T 1952 1954 1954 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338387764 9855971328 286646 33554432000 1073741824 1073778376 140733601117984 140657701107112 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1952/tid=2023] ppid=1896 vsize=663836 CPUtime=0 cores=0,2,4,6
/proc/1952/task/2023/stat : 2023 (python) S 1896 1896 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338392476 679768064 7042 33554432000 4194304 5683644 140736931456672 140014715392560 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2038] ppid=1896 vsize=739628 CPUtime=0.08 cores=0,2,4,6
/proc/2038/stat : 2038 (python) S 1896 1896 27000 0 -1 4202560 1165 0 0 0 4 4 0 0 20 0 2 0 338410737 757379072 7048 33554432000 4194304 5683644 140736931456672 140736931448320 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2038/statm: 184907 7048 384 364 0 120112 0
[pid=2040] ppid=2038 vsize=82064 CPUtime=47.59 cores=0,2,4,6
/proc/2040/stat : 2040 (bsolo_pb10) T 2038 2040 2040 0 -1 4202496 18594 0 0 0 4749 10 0 0 20 0 1 0 338410737 84033536 18092 33554432000 134512640 137138936 4294021088 4294020016 134542516 0 0 16781312 16384 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/2040/statm: 20516 18092 192 642 0 19872 0
[pid=2038/tid=2045] ppid=1896 vsize=739628 CPUtime=0 cores=0,2,4,6
/proc/2038/task/2045/stat : 2045 (python) S 1896 1896 27000 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338415500 757379072 7048 33554432000 4194304 5683644 140736931456672 140014704902704 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2046] ppid=1896 vsize=815420 CPUtime=0 cores=0,2,4,6
/proc/2046/stat : 2046 (python) S 1896 1896 27000 0 -1 4202560 853 0 0 0 0 0 0 0 20 0 1 0 338415502 834990080 7005 33554432000 4194304 5683644 140736931456672 140736931447760 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/2046/statm: 203855 7005 336 364 0 139057 0
[pid=2048] ppid=2046 vsize=13320 CPUtime=0.92 cores=0,2,4,6
/proc/2048/stat : 2048 (bsolo_pb10) R 2046 2048 2048 0 -1 4202496 1258 0 0 0 92 0 0 0 20 0 1 0 338415502 13639680 881 33554432000 134512640 137138936 4292580992 4292494828 136570369 0 0 16781312 16384 0 0 0 17 0 0 0 0 0 0
/proc/2048/statm: 3330 881 184 642 0 2686 0
[pid=1896/tid=1903] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1903/stat : 1903 (python) S 1894 1896 27000 0 -1 4202560 31 1008 0 0 0 0 0 0 20 0 9 0 338354375 912588800 8591 33554432000 4194304 5683644 140736931456672 140014967136816 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1896/tid=1908] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1908/stat : 1908 (python) S 1894 1896 27000 0 -1 4202560 30 1008 0 0 0 0 0 0 20 0 9 0 338359453 912588800 8591 33554432000 4194304 5683644 140736931456672 140014956646960 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1896/tid=1933] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1933/stat : 1933 (python) S 1894 1896 27000 0 -1 4202560 25 1008 0 0 0 0 0 0 20 0 9 0 338364169 912588800 8591 33554432000 4194304 5683644 140736931456672 140014946157104 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1896/tid=1941] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1941/stat : 1941 (python) S 1894 1896 27000 0 -1 4202560 19 1008 0 0 0 0 0 0 20 0 9 0 338373722 912588800 8591 33554432000 4194304 5683644 140736931456672 140014725882416 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1896/tid=1945] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1945/stat : 1945 (python) S 1894 1896 27000 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 9 0 338378462 912588800 8591 33554432000 4194304 5683644 140736931456672 140014715392560 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1896/tid=1953] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/1953/stat : 1953 (python) S 1894 1896 27000 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 9 0 338387724 912588800 8591 33554432000 4194304 5683644 140736931456672 140014704902704 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1896/tid=2039] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/2039/stat : 2039 (python) S 1894 1896 27000 0 -1 4202560 22 1008 0 0 0 0 0 0 20 0 9 0 338410737 912588800 8591 33554432000 4194304 5683644 140736931456672 140014694412848 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1896/tid=2047] ppid=1894 vsize=891200 CPUtime=0 cores=0,2,4,6
/proc/1896/task/2047/stat : 2047 (python) S 1894 1896 27000 0 -1 4202560 21 1008 0 0 0 0 0 0 20 0 9 0 338415502 912588800 8591 33554432000 4194304 5683644 140736931456672 140014683922992 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 615.68
Current children cumulated vsize (KiB) 16012532

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1896 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=462777
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=127980
# CPU time returned by wait4() is 1.59076
# while last known CPU time is 615.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 613.773
CPU time (s): 615.68
CPU user time (s): 612.34
CPU system time (s): 3.34
CPU usage (%): 100.311
Max. virtual memory (cumulated for all children) (KiB): 16012532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.46278
system time used= 0.12798
maximum resident set size= 34364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19910
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2090
involuntary context switches= 19

runsolver used 2.94055 second user time and 6.17506 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 13:17:47
IDJOB=3741914
IDBENCH=90117
IDSOLVER=2327
FILE ID=node114/3741914-1338722267
RUNJOBID= node114-1338713908-27016
PBS_JOBID= 14636748
Free space on /tmp= 70040 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K104.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741914-1338722267/watcher-3741914-1338722267 -o /tmp/evaluation-result-3741914-1338722267/solver-3741914-1338722267 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741914-1338722267.opb -seed 1440455279 -budget 1800

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

MD5SUM BENCH= a8d55fafa030e5024da65ad802ff80be
RANDOM SEED=1440455279

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26349744 kB
Buffers:         1032408 kB
Cached:          3818952 kB
SwapCached:         2180 kB
Active:          3737120 kB
Inactive:        1773384 kB
Active(anon):     643960 kB
Inactive(anon):    10720 kB
Active(file):    3093160 kB
Inactive(file):  1762664 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            102136 kB
Writeback:            44 kB
AnonPages:        657440 kB
Mapped:            26648 kB
Shmem:               172 kB
Slab:             870212 kB
SReclaimable:     312276 kB
SUnreclaim:       557936 kB
KernelStack:        1600 kB
PageTables:         8796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1064204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69940 MiB
End job on node114 at 2012-06-03 13:28:04