Trace number 3742122

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.95 614.163

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K100.opb
MD5SUM96708928b3148fdbe0ae701534d6c3d7
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 benchmark200.867
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints7002
Number of constraints which are clauses6902
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
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 101
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.39/1.53	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.39/1.53	c INFO: solving HOME/instance-3742122-1338723548.opb
0.39/1.60	c INFO: parsing took 0.07 s
0.39/1.75	c INFO: features took 0.15 CPU seconds
0.39/1.78	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.67)
51.19/52.31	c INFO: running clasp-1.3.7@0 for 45 with 1749 remaining (b = 0.36)
98.32/99.46	c INFO: running scip-2.0.1-spx@0 for 45 with 1702 remaining (b = 0.06)
147.97/149.02	c INFO: running clasp-1.3.7@47 for 45 with 1653 remaining (b = 0.01)
193.86/194.80	c INFO: wrote minion input file to HOME/tmptLeiow.minion
193.86/194.80	c INFO: running minion-0.12@0 for 45 with 1608 remaining (b = 0.09)
241.19/242.18	c INFO: running wbo1.4a@0 for 45 with 1560 remaining (b = 0.02)
291.43/292.37	c INFO: running scip-2.0.1-clp@49 for 45 with 1510 remaining (b = 0.01)
334.57/335.47	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1467 remaining (b = 0.03)
384.44/383.03	c INFO: running clasp-1.3.7@92 for 136 with 1418 remaining (b = 0.02)
522.10/520.45	c INFO: running scip-2.0.1-spx@49 for 45 with 1281 remaining (b = 0.01)
567.39/565.60	c INFO: running bsolo_pb10-l3@0 for 45 with 1236 remaining (b = 0.02)
614.85/613.10	c INFO: running bsolo_pb10-l1@0 for 91 with 1188 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-3742122-1338723548/watcher-3742122-1338723548 -o /tmp/evaluation-result-3742122-1338723548/solver-3742122-1338723548 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742122-1338723548.opb -seed 1359448857 -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: 1.92 2.00 2.19 3/218 8897
/proc/meminfo: memFree=29965836/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/8897/stat : 8897 (python) D 8895 8897 3958 0 -1 4202496 672 0 0 0 0 0 0 0 20 0 1 0 338480886 15642624 559 33554432000 4194304 5683644 140733922002512 140733921970456 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/8897/statm: 3819 559 324 364 0 261 0

[startup+0.106264 s]
/proc/loadavg: 1.92 2.00 2.19 3/218 8897
/proc/meminfo: memFree=29965836/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=21308 CPUtime=0.02 cores=0,2,4,6
/proc/8897/stat : 8897 (python) D 8895 8897 3958 0 -1 4202496 1412 0 0 0 2 0 0 0 20 0 1 0 338480886 21819392 1165 33554432000 4194304 5683644 140733922002512 140733921942504 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/8897/statm: 5327 1165 437 364 0 729 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21308

[startup+0.200213 s]
/proc/loadavg: 1.92 2.00 2.19 3/218 8897
/proc/meminfo: memFree=29965836/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=82904 CPUtime=0.05 cores=0,2,4,6
/proc/8897/stat : 8897 (python) D 8895 8897 3958 0 -1 4202496 2657 0 0 0 4 1 0 0 20 0 1 0 338480886 84893696 2197 33554432000 4194304 5683644 140733922002512 140733921969960 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/8897/statm: 20726 2197 736 364 0 1354 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 82904

[startup+0.300312 s]
/proc/loadavg: 1.92 2.00 2.19 3/218 8897
/proc/meminfo: memFree=29965836/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=96920 CPUtime=0.1 cores=0,2,4,6
/proc/8897/stat : 8897 (python) R 8895 8897 3958 0 -1 4202496 3961 1011 1 0 8 2 0 0 20 0 1 0 338480886 99246080 2653 33554432000 4194304 5683644 140733922002512 140733921870872 217410519952 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8897/statm: 24230 2653 823 364 0 1721 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 96920

[startup+0.700193 s]
/proc/loadavg: 1.92 2.00 2.19 3/218 8897
/proc/meminfo: memFree=29965836/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=134140 CPUtime=0.2 cores=0,2,4,6
/proc/8897/stat : 8897 (python) D 8895 8897 3958 0 -1 4202496 6214 1011 1 0 14 6 0 0 20 0 1 0 338480886 137359360 4054 33554432000 4194304 5683644 140733922002512 140733921880776 217401355559 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/8897/statm: 33535 4054 1084 364 0 2953 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 134140

[startup+1.50015 s]
/proc/loadavg: 1.92 2.00 2.19 3/219 8902
/proc/meminfo: memFree=29947956/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=272336 CPUtime=0.39 cores=0,2,4,6
/proc/8897/stat : 8897 (python) D 8895 8897 3958 0 -1 4202496 9717 1011 1 0 29 10 0 0 20 0 1 0 338480886 278872064 6818 33554432000 4194304 5683644 140733922002512 140733921956408 217410525031 0 0 16781312 2 18446744071580543392 0 0 17 0 0 0 0 0 0
/proc/8897/statm: 68084 6818 1749 364 0 5453 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 272336

[startup+3.10034 s]
/proc/loadavg: 1.92 2.00 2.19 3/222 8905
/proc/meminfo: memFree=29864976/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=359996 CPUtime=0.65 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8895 8897 3958 0 -1 4202496 11431 1011 1 0 54 11 0 0 20 0 2 0 338480886 368635904 7873 33554432000 4194304 5683644 140733922002512 140733921997344 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 27 0 0
/proc/8897/statm: 89999 7873 1900 364 0 25222 0
[pid=8903] ppid=8897 vsize=284216 CPUtime=0 cores=0,2,4,6
/proc/8903/stat : 8903 (python) S 8897 8897 3958 0 -1 4202560 760 0 0 0 0 0 0 0 20 0 1 0 338481064 291037184 6308 33554432000 4194304 5683644 140733922002512 140733921993600 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8903/statm: 71054 6308 341 364 0 6277 0
[pid=8905] ppid=8903 vsize=104308 CPUtime=1.3 cores=0,2,4,6
/proc/8905/stat : 8905 (scip-2.0.1.linu) R 8903 8905 8905 0 -1 4202496 21712 0 0 0 125 5 0 0 20 0 1 0 338481064 106811392 21110 33554432000 4194304 15243407 140734767193744 140734767189128 4752630 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8905/statm: 26077 21110 682 2698 0 23372 0
[pid=8897/tid=8904] ppid=8895 vsize=359996 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8895 8897 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338481064 368635904 7873 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 748520
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.01 2.02 2.19 3/222 8905
/proc/meminfo: memFree=29804476/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=359996 CPUtime=0.65 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8895 8897 3958 0 -1 4202496 11431 1011 1 0 54 11 0 0 20 0 2 0 338480886 368635904 7873 33554432000 4194304 5683644 140733922002512 140733921997344 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 27 0 0
/proc/8897/statm: 89999 7873 1900 364 0 25222 0
[pid=8903] ppid=8897 vsize=284216 CPUtime=0 cores=0,2,4,6
/proc/8903/stat : 8903 (python) S 8897 8897 3958 0 -1 4202560 888 0 0 0 0 0 0 0 20 0 1 0 338481064 291037184 6331 33554432000 4194304 5683644 140733922002512 140733921993600 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8903/statm: 71054 6331 364 364 0 6277 0
[pid=8905] ppid=8903 vsize=166784 CPUtime=4.5 cores=0,2,4,6
/proc/8905/stat : 8905 (scip-2.0.1.linu) R 8903 8905 8905 0 -1 4202496 37259 0 0 0 440 10 0 0 20 0 1 0 338481064 170786816 36657 33554432000 4194304 15243407 140734767193744 140734767190664 6711967 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8905/statm: 41696 36657 686 2698 0 38991 0
[pid=8897/tid=8904] ppid=8895 vsize=359996 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8895 8897 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338481064 368635904 7873 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 810996

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.19 3/222 8905
/proc/meminfo: memFree=29741808/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=359996 CPUtime=0.65 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8895 8897 3958 0 -1 4202496 11431 1011 1 0 54 11 0 0 20 0 2 0 338480886 368635904 7873 33554432000 4194304 5683644 140733922002512 140733921997344 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 27 0 0
/proc/8897/statm: 89999 7873 1900 364 0 25222 0
[pid=8903] ppid=8897 vsize=284216 CPUtime=0 cores=0,2,4,6
/proc/8903/stat : 8903 (python) S 8897 8897 3958 0 -1 4202560 892 0 0 0 0 0 0 0 20 0 1 0 338481064 291037184 6331 33554432000 4194304 5683644 140733922002512 140733921993600 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8903/statm: 71054 6331 364 364 0 6277 0
[pid=8905] ppid=8903 vsize=222424 CPUtime=10.9 cores=0,2,4,6
/proc/8905/stat : 8905 (scip-2.0.1.linu) R 8903 8905 8905 0 -1 4202496 51216 0 0 0 1071 19 0 0 20 0 1 0 338481064 227762176 50614 33554432000 4194304 15243407 140734767193744 140734767190056 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8905/statm: 55606 50614 686 2698 0 52901 0
[pid=8897/tid=8904] ppid=8895 vsize=359996 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8895 8897 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338481064 368635904 7873 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 866636

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.19 3/222 8905
/proc/meminfo: memFree=29680004/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=359996 CPUtime=0.65 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8895 8897 3958 0 -1 4202496 11431 1011 1 0 54 11 0 0 20 0 2 0 338480886 368635904 7873 33554432000 4194304 5683644 140733922002512 140733921997344 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 27 0 0
/proc/8897/statm: 89999 7873 1900 364 0 25222 0
[pid=8903] ppid=8897 vsize=284216 CPUtime=0.02 cores=0,2,4,6
/proc/8903/stat : 8903 (python) S 8897 8897 3958 0 -1 4202560 993 0 0 0 1 1 0 0 20 0 1 0 338481064 291037184 6336 33554432000 4194304 5683644 140733922002512 140733921993600 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8903/statm: 71054 6336 369 364 0 6277 0
[pid=8905] ppid=8903 vsize=298228 CPUtime=23.69 cores=0,2,4,6
/proc/8905/stat : 8905 (scip-2.0.1.linu) R 8903 8905 8905 0 -1 4202496 70115 0 0 0 2328 41 0 0 20 0 1 0 338481064 305385472 69484 33554432000 4194304 15243407 140734767193744 140734767189832 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8905/statm: 74557 69484 873 2698 0 71852 0
[pid=8897/tid=8904] ppid=8895 vsize=359996 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8895 8897 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338481064 368635904 7873 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 942440

[startup+51.1003 s]
/proc/loadavg: 1.92 2.00 2.17 3/225 8908
/proc/meminfo: memFree=29605628/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=359996 CPUtime=0.65 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8895 8897 3958 0 -1 4202496 11431 1011 1 0 54 11 0 0 20 0 2 0 338480886 368635904 7873 33554432000 4194304 5683644 140733922002512 140733921997344 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 27 0 0
/proc/8897/statm: 89999 7873 1900 364 0 25222 0
[pid=8903] ppid=8897 vsize=284216 CPUtime=0.06 cores=0,2,4,6
/proc/8903/stat : 8903 (python) S 8897 8897 3958 0 -1 4202560 1016 0 0 0 3 3 0 0 20 0 1 0 338481064 291037184 6336 33554432000 4194304 5683644 140733922002512 140733921993600 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/8903/statm: 71054 6336 369 364 0 6277 0
[pid=8905] ppid=8903 vsize=326576 CPUtime=49.28 cores=0,2,4,6
/proc/8905/stat : 8905 (scip-2.0.1.linu) R 8903 8905 8905 0 -1 4202496 75967 0 0 0 4843 85 0 0 20 0 1 0 338481064 334413824 75846 33554432000 4194304 15243407 140734767193744 140734767188456 13354455 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/8905/statm: 81644 75846 898 2698 0 78939 0
[pid=8897/tid=8904] ppid=8895 vsize=359996 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8895 8897 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338481064 368635904 7873 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 970788

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 2.16 3/192 8969
/proc/meminfo: memFree=30726012/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=511580 CPUtime=0.69 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8895 8897 3958 0 -1 4202496 13205 1011 1 0 58 11 0 0 20 0 4 0 338480886 523857920 7890 33554432000 4194304 5683644 140733922002512 140733921997344 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 27 0 0
/proc/8897/statm: 127895 7890 1905 364 0 63112 0
[pid=8903] ppid=8897 vsize=359996 CPUtime=0.07 cores=0,2,4,6
/proc/8903/stat : 8903 (python) S 8897 8897 3958 0 -1 4202560 1151 0 0 0 4 3 0 0 20 0 2 0 338481064 368635904 6371 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8903/statm: 89999 6371 397 364 0 25222 0
[pid=8905] ppid=8903 vsize=326576 CPUtime=50.46 cores=0,2,4,6
/proc/8905/stat : 8905 (scip-2.0.1.linu) T 8903 8905 8905 0 -1 4202496 75979 0 0 0 4961 85 0 0 20 0 1 0 338481064 334413824 75858 33554432000 4194304 15243407 140734767193744 140734767188456 8112763 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/8905/statm: 81644 75858 898 2698 0 78939 0
[pid=8903/tid=8910] ppid=8897 vsize=359996 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (python) S 8897 8897 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338486114 368635904 6371 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8911] ppid=8897 vsize=360008 CPUtime=0.06 cores=0,2,4,6
/proc/8911/stat : 8911 (python) S 8897 8897 3958 0 -1 4202560 1088 0 0 0 3 3 0 0 20 0 2 0 338486117 368648192 6358 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8911/statm: 90002 6358 384 364 0 25222 0
[pid=8913] ppid=8911 vsize=16388 CPUtime=47.09 cores=0,2,4,6
/proc/8913/stat : 8913 (clasp-1.3.7-x86) T 8911 8913 8913 0 -1 4202496 4205 0 0 0 4708 1 0 0 20 0 1 0 338486117 16781312 3848 33554432000 134512640 136139019 4290160944 4290159808 134608401 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/8913/statm: 4097 3848 182 398 0 3697 0
[pid=8911/tid=8966] ppid=8897 vsize=360008 CPUtime=0 cores=0,2,4,6
/proc/8911/task/8966/stat : 8966 (python) S 8897 8897 3958 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338490829 368648192 6358 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8967] ppid=8897 vsize=435800 CPUtime=0 cores=0,2,4,6
/proc/8967/stat : 8967 (python) S 8897 8897 3958 0 -1 4202560 806 0 0 0 0 0 0 0 20 0 1 0 338490832 446259200 6315 33554432000 4194304 5683644 140733922002512 140733921993600 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/8967/statm: 108950 6315 336 364 0 44167 0
[pid=8969] ppid=8967 vsize=141248 CPUtime=2.83 cores=0,2,4,6
/proc/8969/stat : 8969 (scip-2.0.1.linu) R 8967 8969 8969 0 -1 4202496 31170 0 0 0 275 8 0 0 20 0 1 0 338490832 144637952 30553 33554432000 4194304 13684479 140735248159216 140735248155512 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 35312 30553 635 2317 0 32990 0
[pid=8897/tid=8904] ppid=8895 vsize=511580 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8895 8897 3958 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 4 0 338481064 523857920 7890 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=511580 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8912/stat : 8912 (python) S 8895 8897 3958 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 4 0 338486117 523857920 7890 33554432000 4194304 5683644 140733922002512 139815650325040 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8968] ppid=8895 vsize=511580 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8968/stat : 8968 (python) S 8895 8897 3958 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 4 0 338490832 523857920 7890 33554432000 4194304 5683644 140733922002512 139815639835184 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 2151596

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.15 3/196 8974
/proc/meminfo: memFree=30484464/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=511580 CPUtime=0.72 cores=0,2,4,6

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

/proc/9044/stat : 9044 (bsolo_pb10) T 9042 9044 9044 0 -1 4202496 27393 0 0 0 4735 11 0 0 20 0 1 0 338537447 120176640 26903 33554432000 134512640 137138936 4293594784 4293593712 134542480 0 0 16781312 16384 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/9044/statm: 29340 26903 192 642 0 28696 0
[pid=9042/tid=9045] ppid=8897 vsize=739592 CPUtime=0 cores=0,2,4,6
/proc/9042/task/9045/stat : 9045 (python) S 8897 8897 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338542194 757342208 7038 33554432000 4194304 5683644 140733922002512 139815402066480 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9046] ppid=8897 vsize=815384 CPUtime=0 cores=0,2,4,6
/proc/9046/stat : 9046 (python) S 8897 8897 3958 0 -1 4202560 850 0 0 0 0 0 0 0 20 0 1 0 338542196 834953216 6995 33554432000 4194304 5683644 140733922002512 140733921993600 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/9046/statm: 203846 6995 336 364 0 139048 0
[pid=9048] ppid=9046 vsize=13276 CPUtime=0.99 cores=0,2,4,6
/proc/9048/stat : 9048 (bsolo_pb10) R 9046 9048 9048 0 -1 4202496 1231 0 0 0 99 0 0 0 20 0 1 0 338542197 13594624 857 33554432000 134512640 137138936 4291621536 4291538636 136570369 0 0 16781312 16384 0 0 0 17 0 0 0 0 0 0
/proc/9048/statm: 3319 857 184 642 0 2675 0
[pid=8897/tid=8904] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8895 8897 3958 0 -1 4202560 32 1011 0 0 0 0 0 0 20 0 9 0 338481064 912551936 8580 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8912/stat : 8912 (python) S 8895 8897 3958 0 -1 4202560 30 1011 0 0 0 0 0 0 20 0 9 0 338486117 912551936 8580 33554432000 4194304 5683644 140733922002512 139815650325040 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8968] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8968/stat : 8968 (python) S 8895 8897 3958 0 -1 4202560 25 1011 0 0 0 0 0 0 20 0 9 0 338490832 912551936 8580 33554432000 4194304 5683644 140733922002512 139815639835184 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8981] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8981/stat : 8981 (python) S 8895 8897 3958 0 -1 4202560 20 1011 0 0 0 0 0 0 20 0 9 0 338500366 912551936 8580 33554432000 4194304 5683644 140733922002512 139815629345328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8986] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8986/stat : 8986 (python) S 8895 8897 3958 0 -1 4202560 19 1011 0 0 0 0 0 0 20 0 9 0 338505105 912551936 8580 33554432000 4194304 5683644 140733922002512 139815412556336 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8897/tid=8997] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8997/stat : 8997 (python) S 8895 8897 3958 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338514434 912551936 8580 33554432000 4194304 5683644 140733922002512 139815402066480 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8897/tid=9043] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/9043/stat : 9043 (python) S 8895 8897 3958 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 9 0 338537447 912551936 8580 33554432000 4194304 5683644 140733922002512 139815391576624 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8897/tid=9047] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/9047/stat : 9047 (python) S 8895 8897 3958 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338542197 912551936 8580 33554432000 4194304 5683644 140733922002512 139815381086768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 615.95
Current children cumulated vsize (KiB) 16011896

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

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

[startup+614.101 s]
/proc/loadavg: 1.99 2.00 2.08 3/268 9048
/proc/meminfo: memFree=26532616/32873648 swapFree=7628/7628
[pid=8897] ppid=8895 vsize=891164 CPUtime=1.54 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8895 8897 3958 0 -1 4202496 18239 1011 1 0 141 13 0 0 20 0 9 0 338480886 912551936 8580 33554432000 4194304 5683644 140733922002512 140733921997344 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 27 0 0
/proc/8897/statm: 222791 8580 1915 364 0 157993 0
[pid=8903] ppid=8897 vsize=359996 CPUtime=0.15 cores=0,2,4,6
/proc/8903/stat : 8903 (python) S 8897 8897 3958 0 -1 4202560 1191 0 0 0 7 8 0 0 20 0 2 0 338481064 368635904 6372 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8903/statm: 89999 6372 398 364 0 25222 0
[pid=8905] ppid=8903 vsize=338920 CPUtime=93.5 cores=0,2,4,6
/proc/8905/stat : 8905 (scip-2.0.1.linu) T 8903 8905 8905 0 -1 4202496 94227 0 0 0 9257 93 0 0 20 0 1 0 338481064 347054080 79689 33554432000 4194304 15243407 140734767193744 140734767188136 7431719 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/8905/statm: 84730 79689 955 2698 0 82025 0
[pid=8903/tid=8910] ppid=8897 vsize=359996 CPUtime=0 cores=0,2,4,6
/proc/8903/task/8910/stat : 8910 (python) S 8897 8897 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338486114 368635904 6372 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8911] ppid=8897 vsize=360008 CPUtime=0.41 cores=0,2,4,6
/proc/8911/stat : 8911 (python) S 8897 8897 3958 0 -1 4202560 1175 0 0 0 25 16 0 0 20 0 2 0 338486117 368648192 6358 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8911/statm: 90002 6358 384 364 0 25222 0
[pid=8913] ppid=8911 vsize=31368 CPUtime=229.59 cores=0,2,4,6
/proc/8913/stat : 8913 (clasp-1.3.7-x86) T 8911 8913 8913 0 -1 4202496 8013 0 0 0 22957 2 0 0 20 0 1 0 338486117 32120832 7571 33554432000 134512640 136139019 4290160944 4290159568 134599813 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/8913/statm: 7842 7571 182 398 0 7442 0
[pid=8911/tid=8966] ppid=8897 vsize=360008 CPUtime=0 cores=0,2,4,6
/proc/8911/task/8966/stat : 8966 (python) S 8897 8897 3958 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338490829 368648192 6358 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8967] ppid=8897 vsize=435800 CPUtime=0.17 cores=0,2,4,6
/proc/8967/stat : 8967 (python) S 8897 8897 3958 0 -1 4202560 1155 0 0 0 9 8 0 0 20 0 2 0 338490832 446259200 6364 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8967/statm: 108950 6364 384 364 0 44167 0
[pid=8969] ppid=8967 vsize=308004 CPUtime=94.65 cores=0,2,4,6
/proc/8969/stat : 8969 (scip-2.0.1.linu) T 8967 8969 8969 0 -1 4202496 78611 0 0 0 9427 38 0 0 20 0 1 0 338490832 315396096 72633 33554432000 4194304 13684479 140735248159216 140735248151000 7399744 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 77001 72633 758 2317 0 74679 0
[pid=8967/tid=8974] ppid=8897 vsize=435800 CPUtime=0 cores=0,2,4,6
/proc/8967/task/8974/stat : 8974 (python) S 8897 8897 3958 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338495786 446259200 6364 33554432000 4194304 5683644 140733922002512 139815650325040 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8980] ppid=8897 vsize=511592 CPUtime=0.06 cores=0,2,4,6
/proc/8980/stat : 8980 (python) S 8897 8897 3958 0 -1 4202560 1124 0 0 0 4 2 0 0 20 0 2 0 338500366 523870208 6386 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8980/statm: 127898 6386 384 364 0 63112 0
[pid=8982] ppid=8980 vsize=90500 CPUtime=47.33 cores=0,2,4,6
/proc/8982/stat : 8982 (minion) T 8980 8982 8982 0 -1 4202496 9018 0 0 0 4732 1 0 0 20 0 1 0 338500366 92672000 15320 33554432000 134512640 165565024 4291924048 4291921232 134576091 0 0 16781312 8396802 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8982/statm: 22625 15320 336 7582 0 15040 0
[pid=8980/tid=8984] ppid=8897 vsize=511592 CPUtime=0 cores=0,2,4,6
/proc/8980/task/8984/stat : 8984 (python) S 8897 8897 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338505102 523870208 6386 33554432000 4194304 5683644 140733922002512 139815639835184 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8985] ppid=8897 vsize=588008 CPUtime=0.07 cores=0,2,4,6
/proc/8985/stat : 8985 (python) S 8897 8897 3958 0 -1 4202560 1139 0 0 0 4 3 0 0 20 0 2 0 338505104 602120192 6518 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8985/statm: 147002 6518 384 364 0 82213 0
[pid=8987] ppid=8985 vsize=122152 CPUtime=50.14 cores=0,2,4,6
/proc/8987/stat : 8987 (wbo1.4a) T 8985 8987 8987 0 -1 4202496 30444 0 0 0 4949 65 0 0 20 0 1 0 338505105 125083648 30076 33554432000 134512640 135751879 4288582720 4288580336 134604644 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/8987/statm: 30538 30076 143 303 0 30233 0
[pid=8985/tid=8991] ppid=8897 vsize=588008 CPUtime=0 cores=0,2,4,6
/proc/8985/task/8991/stat : 8991 (python) S 8897 8897 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338510121 602120192 6518 33554432000 4194304 5683644 140733922002512 139815629345328 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8996] ppid=8897 vsize=663800 CPUtime=0.08 cores=0,2,4,6
/proc/8996/stat : 8996 (python) S 8897 8897 3958 0 -1 4202560 1145 0 0 0 4 4 0 0 20 0 2 0 338514433 679731200 7031 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8996/statm: 165950 7031 384 364 0 101158 0
[pid=8998] ppid=8996 vsize=9624972 CPUtime=49.73 cores=0,2,4,6
/proc/8998/stat : 8998 (java) T 8996 8998 8998 0 -1 4202496 21803 0 1 0 4934 39 0 0 20 0 19 0 338514434 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140736733657104 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8998/statm: 2406243 430152 2267 9 0 2396937 0
[pid=8998/tid=8999] ppid=8996 vsize=9624972 CPUtime=47.24 cores=0,2,4,6
/proc/8998/task/8999/stat : 8999 (java) T 8996 8998 8998 0 -1 4202560 3442 0 1 0 4701 23 0 0 20 0 19 0 338514435 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103659011200 140103528285905 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8998/tid=9000] ppid=8996 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/8998/task/9000/stat : 9000 (java) T 8996 8998 8998 0 -1 4202560 159 0 0 0 7 2 0 0 20 0 19 0 338514436 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103648074024 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8998/tid=9001] ppid=8996 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8998/task/9001/stat : 9001 (java) T 8996 8998 8998 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 19 0 338514436 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103647021224 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8998/tid=9002] ppid=8996 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/8998/task/9002/stat : 9002 (java) T 8996 8998 8998 0 -1 4202560 244 0 0 0 9 1 0 0 20 0 19 0 338514436 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103500118568 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8998/tid=9003] ppid=8996 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/8998/task/9003/stat : 9003 (java) T 8996 8998 8998 0 -1 4202560 135 0 0 0 8 2 0 0 20 0 19 0 338514436 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103499065768 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8998/tid=9004] ppid=8996 vsize=9624972 CPUtime=0.05 cores=0,2,4,6
/proc/8998/task/9004/stat : 9004 (java) T 8996 8998 8998 0 -1 4202560 238 0 0 0 5 0 0 0 20 0 19 0 338514436 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103498013480 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8998/tid=9005] ppid=8996 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8998/task/9005/stat : 9005 (java) T 8996 8998 8998 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 19 0 338514436 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103496960680 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8998/tid=9006] ppid=8996 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/8998/task/9006/stat : 9006 (java) T 8996 8998 8998 0 -1 4202560 160 0 0 0 7 2 0 0 20 0 19 0 338514436 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103495908392 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8998/tid=9007] ppid=8996 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/8998/task/9007/stat : 9007 (java) T 8996 8998 8998 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 19 0 338514436 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103494855592 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8998/tid=9008] ppid=8996 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8998/task/9008/stat : 9008 (java) T 8996 8998 8998 0 -1 4202560 739 0 0 0 0 0 0 0 20 0 19 0 338514437 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103482657000 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8998/tid=9009] ppid=8996 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8998/task/9009/stat : 9009 (java) T 8996 8998 8998 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338514438 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103481603064 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8998/tid=9010] ppid=8996 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8998/task/9010/stat : 9010 (java) T 8996 8998 8998 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338514438 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103480550664 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8998/tid=9011] ppid=8996 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8998/task/9011/stat : 9011 (java) T 8996 8998 8998 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338514440 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103479499152 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8998/tid=9012] ppid=8996 vsize=9624972 CPUtime=0.62 cores=0,2,4,6
/proc/8998/task/9012/stat : 9012 (java) T 8996 8998 8998 0 -1 4202560 5716 0 0 0 62 0 0 0 20 0 19 0 338514440 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103478446776 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8998/tid=9013] ppid=8996 vsize=9624972 CPUtime=1.01 cores=0,2,4,6
/proc/8998/task/9013/stat : 9013 (java) T 8996 8998 8998 0 -1 4202560 9346 0 0 0 99 2 0 0 20 0 19 0 338514440 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103477393976 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8998/tid=9014] ppid=8996 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8998/task/9014/stat : 9014 (java) T 8996 8998 8998 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338514440 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103476341880 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8998/tid=9015] ppid=8996 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8998/task/9015/stat : 9015 (java) T 8996 8998 8998 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338514440 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103475289288 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8998/tid=9016] ppid=8996 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8998/task/9016/stat : 9016 (java) T 8996 8998 8998 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338514474 9855971328 430152 33554432000 1073741824 1073778376 140736733665968 140103474234280 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8996/tid=9018] ppid=8897 vsize=663800 CPUtime=0 cores=0,2,4,6
/proc/8996/task/9018/stat : 9018 (python) S 8897 8897 3958 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 2 0 338519186 679731200 7031 33554432000 4194304 5683644 140733922002512 139815412556336 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9042] ppid=8897 vsize=739592 CPUtime=0.08 cores=0,2,4,6
/proc/9042/stat : 9042 (python) S 8897 8897 3958 0 -1 4202560 1171 0 0 0 4 4 0 0 20 0 2 0 338537447 757342208 7038 33554432000 4194304 5683644 140733922002512 140733921994160 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9042/statm: 184898 7038 384 364 0 120103 0
[pid=9044] ppid=9042 vsize=117360 CPUtime=47.46 cores=0,2,4,6
/proc/9044/stat : 9044 (bsolo_pb10) T 9042 9044 9044 0 -1 4202496 27393 0 0 0 4735 11 0 0 20 0 1 0 338537447 120176640 26903 33554432000 134512640 137138936 4293594784 4293593712 134542480 0 0 16781312 16384 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/9044/statm: 29340 26903 192 642 0 28696 0
[pid=9042/tid=9045] ppid=8897 vsize=739592 CPUtime=0 cores=0,2,4,6
/proc/9042/task/9045/stat : 9045 (python) S 8897 8897 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338542194 757342208 7038 33554432000 4194304 5683644 140733922002512 139815402066480 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9046] ppid=8897 vsize=815384 CPUtime=0 cores=0,2,4,6
/proc/9046/stat : 9046 (python) S 8897 8897 3958 0 -1 4202560 850 0 0 0 0 0 0 0 20 0 1 0 338542196 834953216 6995 33554432000 4194304 5683644 140733922002512 140733921993600 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/9046/statm: 203846 6995 336 364 0 139048 0
[pid=9048] ppid=9046 vsize=13276 CPUtime=0.99 cores=0,2,4,6
/proc/9048/stat : 9048 (bsolo_pb10) R 9046 9048 9048 0 -1 4202496 1231 0 0 0 99 0 0 0 20 0 1 0 338542197 13594624 857 33554432000 134512640 137138936 4291621536 4291538636 136570369 0 0 16781312 16384 0 0 0 17 0 0 0 0 0 0
/proc/9048/statm: 3319 857 184 642 0 2675 0
[pid=8897/tid=8904] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8895 8897 3958 0 -1 4202560 32 1011 0 0 0 0 0 0 20 0 9 0 338481064 912551936 8580 33554432000 4194304 5683644 140733922002512 139815660814896 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8912] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8912/stat : 8912 (python) S 8895 8897 3958 0 -1 4202560 30 1011 0 0 0 0 0 0 20 0 9 0 338486117 912551936 8580 33554432000 4194304 5683644 140733922002512 139815650325040 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8968] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8968/stat : 8968 (python) S 8895 8897 3958 0 -1 4202560 25 1011 0 0 0 0 0 0 20 0 9 0 338490832 912551936 8580 33554432000 4194304 5683644 140733922002512 139815639835184 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8981] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8981/stat : 8981 (python) S 8895 8897 3958 0 -1 4202560 20 1011 0 0 0 0 0 0 20 0 9 0 338500366 912551936 8580 33554432000 4194304 5683644 140733922002512 139815629345328 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8897/tid=8986] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8986/stat : 8986 (python) S 8895 8897 3958 0 -1 4202560 19 1011 0 0 0 0 0 0 20 0 9 0 338505105 912551936 8580 33554432000 4194304 5683644 140733922002512 139815412556336 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8897/tid=8997] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8997/stat : 8997 (python) S 8895 8897 3958 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338514434 912551936 8580 33554432000 4194304 5683644 140733922002512 139815402066480 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8897/tid=9043] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/9043/stat : 9043 (python) S 8895 8897 3958 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 9 0 338537447 912551936 8580 33554432000 4194304 5683644 140733922002512 139815391576624 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8897/tid=9047] ppid=8895 vsize=891164 CPUtime=0 cores=0,2,4,6
/proc/8897/task/9047/stat : 9047 (python) S 8895 8897 3958 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 9 0 338542197 912551936 8580 33554432000 4194304 5683644 140733922002512 139815381086768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 615.95
Current children cumulated vsize (KiB) 16011896

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 614.163
CPU time (s): 615.95
CPU user time (s): 612.88
CPU system time (s): 3.07
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 16011896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.42078
system time used= 0.138978
maximum resident set size= 34320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19769
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2114
involuntary context switches= 29

runsolver used 2.56061 second user time and 6.42702 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 13:39:08
IDJOB=3742122
IDBENCH=90133
IDSOLVER=2327
FILE ID=node122/3742122-1338723548
RUNJOBID= node122-1338713392-3974
PBS_JOBID= 14636732
Free space on /tmp= 71084 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K100.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-3742122-1338723548/watcher-3742122-1338723548 -o /tmp/evaluation-result-3742122-1338723548/solver-3742122-1338723548 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742122-1338723548.opb -seed 1359448857 -budget 1800

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

MD5SUM BENCH= 96708928b3148fdbe0ae701534d6c3d7
RANDOM SEED=1359448857

node122.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.533
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	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        29965976 kB
Buffers:          204064 kB
Cached:           374648 kB
SwapCached:         1804 kB
Active:          2032864 kB
Inactive:          38852 kB
Active(anon):    1488244 kB
Inactive(anon):     7224 kB
Active(file):     544620 kB
Inactive(file):    31628 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100164 kB
Dirty:            102240 kB
Writeback:             0 kB
AnonPages:       1498932 kB
Mapped:            32564 kB
Shmem:                84 kB
Slab:             689232 kB
SReclaimable:     131492 kB
SUnreclaim:       557740 kB
KernelStack:        1776 kB
PageTables:        11216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2425788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    983040 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= 70984 MiB
End job on node122 at 2012-06-03 13:49:25