Trace number 3742408

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) 289.64 287.063

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 157
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.37/1.23	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.37/1.23	c INFO: solving HOME/instance-3742408-1338724742.opb
0.56/1.43	c INFO: parsing took 0.20 s
0.96/1.82	c INFO: features took 0.38 CPU seconds
0.96/1.85	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.60)
49.69/50.56	c INFO: running clasp-1.3.7@0 for 45 with 1750 remaining (b = 0.43)
96.96/97.72	c INFO: running scip-2.0.1-clp@0 for 45 with 1703 remaining (b = 0.09)
146.61/147.31	c INFO: running scip-2.0.1-clp@49 for 45 with 1654 remaining (b = 0.01)
192.87/193.56	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1608 remaining (b = 0.04)
243.08/241.27	c INFO: running clasp-1.3.7@47 for 45 with 1559 remaining (b = 0.01)
288.36/286.42	c INFO: running sat4j-pb-v20101225@0 for 45 with 1513 remaining (b = 0.15)

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-3742408-1338724742/watcher-3742408-1338724742 -o /tmp/evaluation-result-3742408-1338724742/solver-3742408-1338724742 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742408-1338724742.opb -seed 2123925713 -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.95 2.01 2.03 3/209 9473
/proc/meminfo: memFree=28978916/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (runsolver) D 9471 9473 3958 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 338600333 12095488 51 33554432000 4194304 5436572 140733233555152 140733233551448 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/9473/statm: 2953 51 31 304 0 2645 0

[startup+0.083441 s]
/proc/loadavg: 1.95 2.01 2.03 3/209 9473
/proc/meminfo: memFree=28978916/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=17016 CPUtime=0.01 cores=0,2,4,6
/proc/9473/stat : 9473 (python) D 9471 9473 3958 0 -1 4202496 1313 0 0 0 1 0 0 0 20 0 1 0 338600333 17424384 1083 33554432000 4194304 5683644 140735155737968 140735155677960 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/9473/statm: 4254 1083 426 364 0 696 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17016

[startup+0.100203 s]
/proc/loadavg: 1.95 2.01 2.03 3/209 9473
/proc/meminfo: memFree=28978916/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=19088 CPUtime=0.01 cores=0,2,4,6
/proc/9473/stat : 9473 (python) R 9471 9473 3958 0 -1 4202496 1395 0 0 0 1 0 0 0 20 0 1 0 338600333 19546112 1149 33554432000 4194304 5683644 140735155737968 140735155668472 217410146196 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/9473/statm: 4772 1149 430 364 0 696 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19088

[startup+0.300164 s]
/proc/loadavg: 1.95 2.01 2.03 3/209 9473
/proc/meminfo: memFree=28978916/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=99660 CPUtime=0.1 cores=0,2,4,6
/proc/9473/stat : 9473 (python) R 9471 9473 3958 0 -1 4202496 3994 1009 1 0 8 2 0 0 20 0 1 0 338600333 102051840 2683 33554432000 4194304 5683644 140735155737968 140735155612056 217401308520 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 24915 2683 841 364 0 1722 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 99660

[startup+0.700129 s]
/proc/loadavg: 1.95 2.01 2.03 3/209 9473
/proc/meminfo: memFree=28978916/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=150024 CPUtime=0.2 cores=0,2,4,6
/proc/9473/stat : 9473 (python) D 9471 9473 3958 0 -1 4202496 6276 1009 1 0 15 5 0 0 20 0 1 0 338600333 153624576 4103 33554432000 4194304 5683644 140735155737968 140735155615096 217401355559 0 0 16781312 2 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 37506 4103 1102 364 0 3223 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 150024

[startup+1.50011 s]
/proc/loadavg: 1.95 2.01 2.03 3/210 9478
/proc/meminfo: memFree=28962284/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=289340 CPUtime=0.66 cores=0,2,4,6
/proc/9473/stat : 9473 (python) R 9471 9473 3958 0 -1 4202496 13412 1009 1 0 56 10 0 0 20 0 1 0 338600333 296284160 9085 33554432000 4194304 5683644 140735155737968 140735155730920 217410143390 0 0 16781312 33554434 0 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 72335 9085 1846 364 0 7564 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 289340

[startup+3.10027 s]
/proc/loadavg: 1.95 2.01 2.03 5/213 9481
/proc/meminfo: memFree=28886060/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=365588 CPUtime=1 cores=0,2,4,6
/proc/9473/stat : 9473 (python) S 9471 9473 3958 0 -1 4202496 13812 1009 1 0 90 10 0 0 20 0 2 0 338600333 374362112 9259 33554432000 4194304 5683644 140735155737968 140735155732800 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 91397 9259 1902 364 0 26620 0
[pid=9479] ppid=9473 vsize=289808 CPUtime=0 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9473 9473 3958 0 -1 4202560 762 0 0 0 0 0 0 0 20 0 1 0 338600519 296763392 7691 33554432000 4194304 5683644 140735155737968 140735155729056 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/9479/statm: 72452 7691 340 364 0 7675 0
[pid=9481] ppid=9479 vsize=154936 CPUtime=1.23 cores=0,2,4,6
/proc/9481/stat : 9481 (scip-2.0.1.linu) R 9479 9481 9481 0 -1 4202496 36683 0 0 0 114 9 0 0 20 0 1 0 338600519 158654464 35211 33554432000 4194304 13684479 140733840006160 140733840002968 4880933 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/9481/statm: 38734 35211 635 2317 0 36412 0
[pid=9473/tid=9480] ppid=9471 vsize=365588 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (python) S 9471 9473 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338600519 374362112 9259 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 810332
heavy processes:

[startup+6.30027 s]
/proc/loadavg: 1.96 2.01 2.03 3/213 9481
/proc/meminfo: memFree=28743072/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=365588 CPUtime=1 cores=0,2,4,6
/proc/9473/stat : 9473 (python) S 9471 9473 3958 0 -1 4202496 13812 1009 1 0 90 10 0 0 20 0 2 0 338600333 374362112 9259 33554432000 4194304 5683644 140735155737968 140735155732800 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 91397 9259 1902 364 0 26620 0
[pid=9479] ppid=9473 vsize=289808 CPUtime=0 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9473 9473 3958 0 -1 4202560 885 0 0 0 0 0 0 0 20 0 1 0 338600519 296763392 7714 33554432000 4194304 5683644 140735155737968 140735155729056 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/9479/statm: 72452 7714 363 364 0 7675 0
[pid=9481] ppid=9479 vsize=234736 CPUtime=4.43 cores=0,2,4,6
/proc/9481/stat : 9481 (scip-2.0.1.linu) R 9479 9481 9481 0 -1 4202496 55490 0 0 0 430 13 0 0 20 0 1 0 338600519 240369664 54018 33554432000 4194304 13684479 140733840006160 140733840001544 4880933 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/9481/statm: 58684 54018 635 2317 0 56362 0
[pid=9473/tid=9480] ppid=9471 vsize=365588 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (python) S 9471 9473 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338600519 374362112 9259 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 890132

[startup+12.7003 s]
/proc/loadavg: 1.96 2.00 2.03 3/213 9481
/proc/meminfo: memFree=28664008/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=365588 CPUtime=1 cores=0,2,4,6
/proc/9473/stat : 9473 (python) S 9471 9473 3958 0 -1 4202496 13812 1009 1 0 90 10 0 0 20 0 2 0 338600333 374362112 9259 33554432000 4194304 5683644 140735155737968 140735155732800 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 91397 9259 1902 364 0 26620 0
[pid=9479] ppid=9473 vsize=289808 CPUtime=0 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9473 9473 3958 0 -1 4202560 890 0 0 0 0 0 0 0 20 0 1 0 338600519 296763392 7714 33554432000 4194304 5683644 140735155737968 140735155729056 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/9479/statm: 72452 7714 363 364 0 7675 0
[pid=9481] ppid=9479 vsize=296672 CPUtime=10.83 cores=0,2,4,6
/proc/9481/stat : 9481 (scip-2.0.1.linu) R 9479 9481 9481 0 -1 4202496 70098 0 0 0 1068 15 0 0 20 0 1 0 338600519 303792128 68626 33554432000 4194304 13684479 140733840006160 140733840002472 4880933 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/9481/statm: 74168 68626 635 2317 0 71846 0
[pid=9473/tid=9480] ppid=9471 vsize=365588 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (python) S 9471 9473 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338600519 374362112 9259 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 952068

[startup+25.5003 s]
/proc/loadavg: 1.97 2.00 2.03 3/214 9482
/proc/meminfo: memFree=28534744/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=365588 CPUtime=1 cores=0,2,4,6
/proc/9473/stat : 9473 (python) S 9471 9473 3958 0 -1 4202496 13812 1009 1 0 90 10 0 0 20 0 2 0 338600333 374362112 9259 33554432000 4194304 5683644 140735155737968 140735155732800 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 91397 9259 1902 364 0 26620 0
[pid=9479] ppid=9473 vsize=289808 CPUtime=0.03 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9473 9473 3958 0 -1 4202560 991 0 0 0 2 1 0 0 20 0 1 0 338600519 296763392 7719 33554432000 4194304 5683644 140735155737968 140735155729056 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/9479/statm: 72452 7719 368 364 0 7675 0
[pid=9481] ppid=9479 vsize=420228 CPUtime=23.62 cores=0,2,4,6
/proc/9481/stat : 9481 (scip-2.0.1.linu) R 9479 9481 9481 0 -1 4202496 100909 0 0 0 2338 24 0 0 20 0 1 0 338600519 430313472 99437 33554432000 4194304 13684479 140733840006160 140733840002472 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/9481/statm: 105057 99437 639 2317 0 102735 0
[pid=9473/tid=9480] ppid=9471 vsize=365588 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (python) S 9471 9473 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338600519 374362112 9259 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 1075624

[startup+51.1003 s]
/proc/loadavg: 1.98 2.00 2.03 3/214 9482
/proc/meminfo: memFree=28365852/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=441380 CPUtime=1.03 cores=0,2,4,6
/proc/9473/stat : 9473 (python) S 9471 9473 3958 0 -1 4202496 14708 1009 1 0 92 11 0 0 20 0 3 0 338600333 451973120 9268 33554432000 4194304 5683644 140735155737968 140735155732800 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 110345 9268 1905 364 0 45565 0
[pid=9479] ppid=9473 vsize=365588 CPUtime=0.08 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9473 9473 3958 0 -1 4202560 1150 0 0 0 5 3 0 0 20 0 2 0 338600519 374362112 7754 33554432000 4194304 5683644 140735155737968 140735155729616 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9479/statm: 91397 7754 396 364 0 26620 0
[pid=9481] ppid=9479 vsize=579568 CPUtime=48.66 cores=0,2,4,6
/proc/9481/stat : 9481 (scip-2.0.1.linu) T 9479 9481 9481 0 -1 4202496 140647 0 0 0 4823 43 0 0 20 0 1 0 338600519 593477632 139175 33554432000 4194304 13684479 140733840006160 140733840002472 4880937 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/9481/statm: 144892 139175 639 2317 0 142570 0
[pid=9473/tid=9480] ppid=9471 vsize=441380 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (python) S 9471 9473 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 3 0 338600519 451973120 9268 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (KiB) 1386536

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.02 3/192 9561
/proc/meminfo: memFree=30203280/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=517172 CPUtime=1.06 cores=0,2,4,6
/proc/9473/stat : 9473 (python) S 9471 9473 3958 0 -1 4202496 15670 1009 1 0 95 11 0 0 20 0 4 0 338600333 529584128 9276 33554432000 4194304 5683644 140735155737968 140735155732800 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9473/statm: 129293 9276 1907 364 0 64510 0
[pid=9479] ppid=9473 vsize=365588 CPUtime=0.08 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9473 9473 3958 0 -1 4202560 1150 0 0 0 5 3 0 0 20 0 2 0 338600519 374362112 7754 33554432000 4194304 5683644 140735155737968 140735155729616 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9479/statm: 91397 7754 396 364 0 26620 0
[pid=9481] ppid=9479 vsize=579568 CPUtime=48.66 cores=0,2,4,6
/proc/9481/stat : 9481 (scip-2.0.1.linu) T 9479 9481 9481 0 -1 4202496 140647 0 0 0 4823 43 0 0 20 0 1 0 338600519 593477632 139175 33554432000 4194304 13684479 140733840006160 140733840002472 4880937 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/9481/statm: 144892 139175 639 2317 0 142570 0
[pid=9479/tid=9483] ppid=9473 vsize=365588 CPUtime=0 cores=0,2,4,6
/proc/9479/task/9483/stat : 9483 (python) S 9473 9473 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338605388 374362112 7754 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9484] ppid=9473 vsize=365600 CPUtime=0.08 cores=0,2,4,6
/proc/9484/stat : 9484 (python) S 9473 9473 3958 0 -1 4202560 1080 0 0 0 4 4 0 0 20 0 2 0 338605390 374374400 7741 33554432000 4194304 5683644 140735155737968 140735155729616 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9484/statm: 91400 7741 383 364 0 26620 0
[pid=9486] ppid=9484 vsize=12620 CPUtime=47.11 cores=0,2,4,6
/proc/9486/stat : 9486 (clasp-1.3.7-x86) T 9484 9486 9486 0 -1 4202496 3429 0 0 0 4711 0 0 0 20 0 1 0 338605391 12922880 2889 33554432000 134512640 136139019 4294305408 4294304384 134883058 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/9486/statm: 3155 2889 182 398 0 2755 0
[pid=9484/tid=9558] ppid=9473 vsize=365600 CPUtime=0 cores=0,2,4,6
/proc/9484/task/9558/stat : 9558 (python) S 9473 9473 3958 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338610103 374374400 7741 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9559] ppid=9473 vsize=441392 CPUtime=0 cores=0,2,4,6
/proc/9559/stat : 9559 (python) S 9473 9473 3958 0 -1 4202560 922 0 0 0 0 0 0 0 20 0 1 0 338610106 451985408 7721 33554432000 4194304 5683644 140735155737968 140735155729056 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/9559/statm: 110348 7721 358 364 0 45565 0
[pid=9561] ppid=9559 vsize=235964 CPUtime=4.57 cores=0,2,4,6
/proc/9561/stat : 9561 (scip-2.0.1.linu) R 9559 9561 9561 0 -1 4202496 55055 0 0 0 442 15 0 0 20 0 1 0 338610106 241627136 54098 33554432000 4194304 15243407 140734172579456 140734172574840 4880915 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/9561/statm: 58991 54098 682 2698 0 56286 0
[pid=9473/tid=9480] ppid=9471 vsize=517172 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (python) S 9471 9473 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 4 0 338600519 529584128 9276 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=517172 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (python) S 9471 9473 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 4 0 338605390 529584128 9276 33554432000 4194304 5683644 140735155737968 140180858212912 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9560] ppid=9471 vsize=517172 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9560/stat : 9560 (python) S 9471 9473 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 4 0 338610106 529584128 9276 33554432000 4194304 5683644 140735155737968 140180847723056 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 2517904

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.02 3/197 9589
/proc/meminfo: memFree=29569056/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=517172 CPUtime=1.08 cores=0,2,4,6

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

[pid=9596/tid=9612] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9612/stat : 9612 (java) T 9594 9596 9596 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338619696 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140622865357688 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=9596/tid=9613] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9613/stat : 9613 (java) T 9594 9596 9596 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338619696 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140622864305096 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=9596/tid=9614] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9614/stat : 9614 (java) T 9594 9596 9596 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338619748 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140622863250600 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=9594/tid=9617] ppid=9473 vsize=517184 CPUtime=0 cores=0,2,4,6
/proc/9594/task/9617/stat : 9617 (python) S 9473 9473 3958 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338624459 529596416 7753 33554432000 4194304 5683644 140735155737968 140180847723056 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9480] ppid=9471 vsize=592964 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (python) S 9471 9473 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 5 0 338600519 607195136 9284 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=592964 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (python) S 9471 9473 3958 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 5 0 338605390 607195136 9284 33554432000 4194304 5683644 140735155737968 140180858212912 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9560] ppid=9471 vsize=592964 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9560/stat : 9560 (python) S 9471 9473 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 5 0 338610106 607195136 9284 33554432000 4194304 5683644 140735155737968 140180847723056 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9595] ppid=9471 vsize=592964 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9595/stat : 9595 (python) S 9471 9473 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 5 0 338619690 607195136 9284 33554432000 4194304 5683644 140735155737968 140180837233200 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 284.25
Current children cumulated vsize (KiB) 13319404



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+287.001 s]
/proc/loadavg: 2.03 2.02 2.01 3/265 9659
/proc/meminfo: memFree=23953848/32873648 swapFree=7628/7628
[pid=9473] ppid=9471 vsize=668756 CPUtime=1.16 cores=0,2,4,6
/proc/9473/stat : 9473 (python) S 9471 9473 3958 0 -1 4202496 17622 1009 1 0 104 12 0 0 20 0 6 0 338600333 684806144 9800 33554432000 4194304 5683644 140735155737968 140735155732800 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9473/statm: 167189 9800 1911 364 0 102400 0
[pid=9479] ppid=9473 vsize=365588 CPUtime=0.08 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9473 9473 3958 0 -1 4202560 1150 0 0 0 5 3 0 0 20 0 2 0 338600519 374362112 7754 33554432000 4194304 5683644 140735155737968 140735155729616 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9479/statm: 91397 7754 396 364 0 26620 0
[pid=9481] ppid=9479 vsize=579568 CPUtime=48.66 cores=0,2,4,6
/proc/9481/stat : 9481 (scip-2.0.1.linu) T 9479 9481 9481 0 -1 4202496 140647 0 0 0 4823 43 0 0 20 0 1 0 338600519 593477632 141648 33554432000 4194304 13684479 140733840006160 140733840002472 4880937 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/9481/statm: 144892 141648 639 2317 0 142570 0
[pid=9479/tid=9483] ppid=9473 vsize=365588 CPUtime=0 cores=0,2,4,6
/proc/9479/task/9483/stat : 9483 (python) S 9473 9473 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338605388 374362112 7754 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9484] ppid=9473 vsize=365600 CPUtime=0.15 cores=0,2,4,6
/proc/9484/stat : 9484 (python) S 9473 9473 3958 0 -1 4202560 1143 0 0 0 8 7 0 0 20 0 2 0 338605390 374374400 7741 33554432000 4194304 5683644 140735155737968 140735155729616 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9484/statm: 91400 7741 383 364 0 26620 0
[pid=9486] ppid=9484 vsize=23424 CPUtime=92.23 cores=0,2,4,6
/proc/9486/stat : 9486 (clasp-1.3.7-x86) T 9484 9486 9486 0 -1 4202496 6128 0 0 0 9222 1 0 0 20 0 1 0 338605391 23986176 5588 33554432000 134512640 136139019 4294305408 4294304384 134883787 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/9486/statm: 5856 5588 182 398 0 5456 0
[pid=9484/tid=9558] ppid=9473 vsize=365600 CPUtime=0 cores=0,2,4,6
/proc/9484/task/9558/stat : 9558 (python) S 9473 9473 3958 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338610103 374374400 7741 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9559] ppid=9473 vsize=441392 CPUtime=0.16 cores=0,2,4,6
/proc/9559/stat : 9559 (python) S 9473 9473 3958 0 -1 4202560 1156 0 0 0 9 7 0 0 20 0 2 0 338610106 451985408 7747 33554432000 4194304 5683644 140735155737968 140735155729616 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9559/statm: 110348 7747 383 364 0 45565 0
[pid=9561] ppid=9559 vsize=808712 CPUtime=95.75 cores=0,2,4,6
/proc/9561/stat : 9561 (scip-2.0.1.linu) T 9559 9561 9561 0 -1 4202496 197293 0 0 0 9506 69 0 0 20 0 1 0 338610106 828121088 196336 33554432000 4194304 15243407 140734172579456 140734172575752 4518800 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/9561/statm: 202178 196336 686 2698 0 199473 0
[pid=9559/tid=9589] ppid=9473 vsize=441392 CPUtime=0 cores=0,2,4,6
/proc/9559/task/9589/stat : 9589 (python) S 9473 9473 3958 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338615062 451985408 7747 33554432000 4194304 5683644 140735155737968 140180858212912 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9594] ppid=9473 vsize=517184 CPUtime=0.07 cores=0,2,4,6
/proc/9594/stat : 9594 (python) S 9473 9473 3958 0 -1 4202560 1135 0 0 0 4 3 0 0 20 0 2 0 338619690 529596416 7753 33554432000 4194304 5683644 140735155737968 140735155729616 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9594/statm: 129296 7753 383 364 0 64510 0
[pid=9596] ppid=9594 vsize=9624972 CPUtime=50.13 cores=0,2,4,6
/proc/9596/stat : 9596 (java) T 9594 9596 9596 0 -1 4202496 21971 0 1 0 4956 57 0 0 20 0 19 0 338619690 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140737352814160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9596/statm: 2406243 678735 2267 9 0 2396937 0
[pid=9596/tid=9597] ppid=9594 vsize=9624972 CPUtime=47.33 cores=0,2,4,6
/proc/9596/task/9597/stat : 9597 (java) T 9594 9596 9596 0 -1 4202560 4116 0 1 0 4692 41 0 0 20 0 19 0 338619691 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623920733280 140623756494080 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=9596/tid=9598] ppid=9594 vsize=9624972 CPUtime=0.19 cores=0,2,4,6
/proc/9596/task/9598/stat : 9598 (java) T 9594 9596 9596 0 -1 4202560 82 0 0 0 17 2 0 0 20 0 19 0 338619692 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623882226216 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=9596/tid=9599] ppid=9594 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/9596/task/9599/stat : 9599 (java) T 9594 9596 9596 0 -1 4202560 30 0 0 0 8 2 0 0 20 0 19 0 338619692 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623881173416 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=9596/tid=9600] ppid=9594 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/9596/task/9600/stat : 9600 (java) T 9594 9596 9596 0 -1 4202560 31 0 0 0 8 1 0 0 20 0 19 0 338619692 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623880120616 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=9596/tid=9601] ppid=9594 vsize=9624972 CPUtime=0.12 cores=0,2,4,6
/proc/9596/task/9601/stat : 9601 (java) T 9594 9596 9596 0 -1 4202560 75 0 0 0 10 2 0 0 20 0 19 0 338619692 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623879067816 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=9596/tid=9602] ppid=9594 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/9596/task/9602/stat : 9602 (java) T 9594 9596 9596 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 19 0 338619692 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623878016040 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=9596/tid=9603] ppid=9594 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/9596/task/9603/stat : 9603 (java) T 9594 9596 9596 0 -1 4202560 53 0 0 0 9 2 0 0 20 0 19 0 338619692 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623876963240 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=9596/tid=9604] ppid=9594 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/9596/task/9604/stat : 9604 (java) T 9594 9596 9596 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 19 0 338619692 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623875910440 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=9596/tid=9605] ppid=9594 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/9596/task/9605/stat : 9605 (java) T 9594 9596 9596 0 -1 4202560 43 0 0 0 9 2 0 0 20 0 19 0 338619692 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623874857640 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=9596/tid=9606] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9606/stat : 9606 (java) T 9594 9596 9596 0 -1 4202560 1225 0 0 0 0 0 0 0 20 0 19 0 338619694 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623744457192 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=9596/tid=9607] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9607/stat : 9607 (java) T 9594 9596 9596 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338619694 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623743403256 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=9596/tid=9608] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9608/stat : 9608 (java) T 9594 9596 9596 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338619694 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623742350344 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=9596/tid=9609] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9609/stat : 9609 (java) T 9594 9596 9596 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338619696 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623741298832 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=9596/tid=9610] ppid=9594 vsize=9624972 CPUtime=0.92 cores=0,2,4,6
/proc/9596/task/9610/stat : 9610 (java) T 9594 9596 9596 0 -1 4202560 5933 0 0 0 90 2 0 0 20 0 19 0 338619696 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140623740246968 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=9596/tid=9611] ppid=9594 vsize=9624972 CPUtime=0.82 cores=0,2,4,6
/proc/9596/task/9611/stat : 9611 (java) T 9594 9596 9596 0 -1 4202560 8862 0 0 0 80 2 0 0 20 0 19 0 338619696 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140622866410296 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=9596/tid=9612] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9612/stat : 9612 (java) T 9594 9596 9596 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338619696 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140622865357688 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=9596/tid=9613] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9613/stat : 9613 (java) T 9594 9596 9596 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338619696 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140622864305096 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=9596/tid=9614] ppid=9594 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9596/task/9614/stat : 9614 (java) T 9594 9596 9596 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338619748 9855971328 678735 33554432000 1073741824 1073778376 140737352823024 140622863250600 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=9594/tid=9617] ppid=9473 vsize=517184 CPUtime=0 cores=0,2,4,6
/proc/9594/task/9617/stat : 9617 (python) S 9473 9473 3958 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338624459 529596416 7753 33554432000 4194304 5683644 140735155737968 140180847723056 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9639] ppid=9473 vsize=592976 CPUtime=0 cores=0,2,4,6
/proc/9639/stat : 9639 (python) S 9473 9473 3958 0 -1 4202560 830 0 0 0 0 0 0 0 20 0 1 0 338628976 607207424 7710 33554432000 4194304 5683644 140735155737968 140735155729056 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 6 0 0 0 0 0
/proc/9639/statm: 148244 7710 335 364 0 83455 0
[pid=9641] ppid=9639 vsize=9624972 CPUtime=1.25 cores=0,2,4,6
/proc/9641/stat : 9641 (java) S 9639 9641 9641 0 -1 4202496 9690 0 1 0 123 2 0 0 20 0 19 0 338628976 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140736857173376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9641/statm: 2406243 34202 2245 9 0 2396937 0
[pid=9641/tid=9642] ppid=9639 vsize=9624972 CPUtime=0.56 cores=0,2,4,6
/proc/9641/task/9642/stat : 9642 (java) R 9639 9641 9641 0 -1 4202560 2484 0 1 0 54 2 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668290920952 140668114683619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9641/tid=9643] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9643/stat : 9643 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668252421032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9644] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9644/stat : 9644 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668251368488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9641/tid=9645] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9645/stat : 9645 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668250315432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9641/tid=9646] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9646/stat : 9646 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668249262888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9641/tid=9647] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9647/stat : 9647 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668248209832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9648] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9648/stat : 9648 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668247157288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9641/tid=9649] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9649/stat : 9649 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668246104232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9641/tid=9650] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9650/stat : 9650 (java) S 9639 9641 9641 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338628977 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668245051688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9651] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9651/stat : 9651 (java) S 9639 9641 9641 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338628978 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668114561896 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9652] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9652/stat : 9652 (java) S 9639 9641 9641 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338628979 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668113508216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9653] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9653/stat : 9653 (java) S 9639 9641 9641 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338628979 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668112455048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9654] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9654/stat : 9654 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628981 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668111403792 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9655] ppid=9639 vsize=9624972 CPUtime=0.32 cores=0,2,4,6
/proc/9641/task/9655/stat : 9655 (java) R 9639 9641 9641 0 -1 4202560 2385 0 0 0 32 0 0 0 20 0 19 0 338628981 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668110350648 140668298796049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9656] ppid=9639 vsize=9624972 CPUtime=0.34 cores=0,2,4,6
/proc/9641/task/9656/stat : 9656 (java) R 9639 9641 9641 0 -1 4202560 3398 0 0 0 34 0 0 0 20 0 19 0 338628981 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668109298104 140668294508288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9641/tid=9657] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9657/stat : 9657 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628981 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668108245240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9641/tid=9658] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9658/stat : 9658 (java) S 9639 9641 9641 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338628981 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668107192904 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9641/tid=9659] ppid=9639 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/9641/task/9659/stat : 9659 (java) S 9639 9641 9641 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338629033 9855971328 34202 33554432000 1073741824 1073778376 140736857182240 140668106139176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9473/tid=9480] ppid=9471 vsize=668756 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9480/stat : 9480 (python) S 9471 9473 3958 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 6 0 338600519 684806144 9800 33554432000 4194304 5683644 140735155737968 140180868702768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9485] ppid=9471 vsize=668756 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9485/stat : 9485 (python) S 9471 9473 3958 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 6 0 338605390 684806144 9800 33554432000 4194304 5683644 140735155737968 140180858212912 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9560] ppid=9471 vsize=668756 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9560/stat : 9560 (python) S 9471 9473 3958 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 6 0 338610106 684806144 9800 33554432000 4194304 5683644 140735155737968 140180847723056 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9473/tid=9595] ppid=9471 vsize=668756 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9595/stat : 9595 (python) S 9471 9473 3958 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 6 0 338619690 684806144 9800 33554432000 4194304 5683644 140735155737968 140180837233200 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9473/tid=9640] ppid=9471 vsize=668756 CPUtime=0 cores=0,2,4,6
/proc/9473/task/9640/stat : 9640 (python) S 9471 9473 3958 0 -1 4202560 19 1009 0 0 0 0 0 0 20 0 6 0 338628976 684806144 9800 33554432000 4194304 5683644 140735155737968 140180618994224 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 289.64
Current children cumulated vsize (KiB) 23613144

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 287.063
CPU time (s): 289.64
CPU user time (s): 287.6
CPU system time (s): 2.04
CPU usage (%): 100.898
Max. virtual memory (cumulated for all children) (KiB): 23613144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.04784
system time used= 0.12798
maximum resident set size= 39200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18631
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2069
involuntary context switches= 12

runsolver used 0.911861 second user time and 2.59461 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 13:59:02
IDJOB=3742408
IDBENCH=90181
IDSOLVER=2327
FILE ID=node122/3742408-1338724742
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/ShortestPathNG/normalized-NG_K156.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-3742408-1338724742/watcher-3742408-1338724742 -o /tmp/evaluation-result-3742408-1338724742/solver-3742408-1338724742 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742408-1338724742.opb -seed 2123925713 -budget 1800

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
RANDOM SEED=2123925713

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:        28978808 kB
Buffers:          209288 kB
Cached:           376760 kB
SwapCached:         1804 kB
Active:          3005796 kB
Inactive:          41256 kB
Active(anon):    2455612 kB
Inactive(anon):     7856 kB
Active(file):     550184 kB
Inactive(file):    33400 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100164 kB
Dirty:            103020 kB
Writeback:             0 kB
AnonPages:       2468688 kB
Mapped:            29248 kB
Shmem:                60 kB
Slab:             688836 kB
SReclaimable:     131360 kB
SUnreclaim:       557476 kB
KernelStack:        1712 kB
PageTables:        12156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4192308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 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 14:03:53