Trace number 3742382

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) 285.46 282.659

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
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 variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
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 165
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.45/1.20	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.45/1.20	c INFO: solving HOME/instance-3742382-1338724694.opb
0.65/1.42	c INFO: parsing took 0.21 s
1.04/1.82	c INFO: features took 0.39 CPU seconds
1.04/1.85	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.59)
50.19/50.95	c INFO: running clasp-1.3.7@0 for 45 with 1750 remaining (b = 0.44)
97.43/98.11	c INFO: running scip-2.0.1-clp@0 for 45 with 1703 remaining (b = 0.08)
146.87/147.55	c INFO: running scip-2.0.1-clp@48 for 45 with 1654 remaining (b = 0.01)
192.55/193.12	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1608 remaining (b = 0.04)
238.96/236.86	c INFO: running clasp-1.3.7@47 for 45 with 1563 remaining (b = 0.01)
284.25/282.01	c INFO: running sat4j-pb-v20101225@0 for 45 with 1517 remaining (b = 0.16)

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-3742382-1338724694/watcher-3742382-1338724694 -o /tmp/evaluation-result-3742382-1338724694/solver-3742382-1338724694 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742382-1338724694.opb -seed 265237059 -budget 1800 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.08 3/188 7834
/proc/meminfo: memFree=29885408/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=15308 CPUtime=0 cores=1,3,5,7
/proc/7834/stat : 7834 (python) R 7832 7834 2614 0 -1 4202496 661 0 0 0 0 0 0 0 20 0 1 0 338594476 15675392 554 33554432000 4194304 5683644 140737047865440 140737047851352 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 3827 556 316 364 0 269 0

[startup+0.063083 s]
/proc/loadavg: 2.01 2.02 2.08 3/188 7834
/proc/meminfo: memFree=29885408/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=16596 CPUtime=0.01 cores=1,3,5,7
/proc/7834/stat : 7834 (python) D 7832 7834 2614 0 -1 4202496 1201 0 0 0 1 0 0 0 20 0 1 0 338594476 16994304 1000 33554432000 4194304 5683644 140737047865440 140737047843208 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 4149 1000 422 364 0 591 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16596

[startup+0.10031 s]
/proc/loadavg: 2.01 2.02 2.08 3/188 7834
/proc/meminfo: memFree=29885408/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=19088 CPUtime=0.03 cores=1,3,5,7
/proc/7834/stat : 7834 (python) R 7832 7834 2614 0 -1 4202496 1398 0 0 0 2 1 0 0 20 0 1 0 338594476 19546112 1152 33554432000 4194304 5683644 140737047865440 140737047795944 240564787082 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 4772 1152 430 364 0 696 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19088

[startup+0.300268 s]
/proc/loadavg: 2.01 2.02 2.08 3/188 7834
/proc/meminfo: memFree=29885408/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=102080 CPUtime=0.12 cores=1,3,5,7
/proc/7834/stat : 7834 (python) D 7832 7834 2614 0 -1 4202496 4137 1010 1 0 9 3 0 0 20 0 1 0 338594476 104529920 2732 33554432000 4194304 5683644 140737047865440 140737047702168 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 25520 2732 876 364 0 1730 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 102080

[startup+0.700255 s]
/proc/loadavg: 2.01 2.02 2.08 3/188 7834
/proc/meminfo: memFree=29885408/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=162444 CPUtime=0.23 cores=1,3,5,7
/proc/7834/stat : 7834 (python) D 7832 7834 2614 0 -1 4202496 6469 1010 1 0 15 8 0 0 20 0 1 0 338594476 166342656 4274 33554432000 4194304 5683644 140737047865440 140737047751704 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 40611 4274 1192 364 0 3256 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 162444

[startup+1.50027 s]
/proc/loadavg: 2.01 2.02 2.08 2/189 7839
/proc/meminfo: memFree=29859840/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=289792 CPUtime=0.74 cores=1,3,5,7
/proc/7834/stat : 7834 (python) R 7832 7834 2614 0 -1 4202496 13494 1010 1 0 60 14 0 0 20 0 1 0 338594476 296747008 9196 33554432000 4194304 5683644 140737047865440 140737047858936 140650698182955 0 0 16781312 33554434 0 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 72448 9196 1846 364 0 7677 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 289792

[startup+3.10045 s]
/proc/loadavg: 2.01 2.02 2.08 3/192 7842
/proc/meminfo: memFree=29784424/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=366060 CPUtime=1.1 cores=1,3,5,7
/proc/7834/stat : 7834 (python) S 7832 7834 2614 0 -1 4202496 13904 1010 1 0 95 15 0 0 20 0 2 0 338594476 374845440 9377 33554432000 4194304 5683644 140737047865440 140737047860272 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 91515 9377 1902 364 0 26738 0
[pid=7840] ppid=7834 vsize=290280 CPUtime=0 cores=1,3,5,7
/proc/7840/stat : 7840 (python) S 7834 7834 2614 0 -1 4202560 769 0 0 0 0 0 0 0 20 0 1 0 338594661 297246720 7809 33554432000 4194304 5683644 140737047865440 140737047856528 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 5 0 0 0 0 0
/proc/7840/statm: 72570 7809 340 364 0 7793 0
[pid=7842] ppid=7840 vsize=151092 CPUtime=1.24 cores=1,3,5,7
/proc/7842/stat : 7842 (scip-2.0.1.linu) R 7840 7842 7842 0 -1 4202496 35416 0 0 0 114 10 0 0 20 0 1 0 338594661 154718208 34455 33554432000 4194304 13684479 140736051988416 140736051983800 4880915 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7842/statm: 37773 34455 635 2317 0 35451 0
[pid=7834/tid=7841] ppid=7832 vsize=366060 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7841/stat : 7841 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338594661 374845440 9377 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 807432
heavy processes:

[startup+6.3005 s]
/proc/loadavg: 2.01 2.02 2.08 3/192 7842
/proc/meminfo: memFree=29613180/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=366060 CPUtime=1.1 cores=1,3,5,7
/proc/7834/stat : 7834 (python) S 7832 7834 2614 0 -1 4202496 13904 1010 1 0 95 15 0 0 20 0 2 0 338594476 374845440 9377 33554432000 4194304 5683644 140737047865440 140737047860272 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 91515 9377 1902 364 0 26738 0
[pid=7840] ppid=7834 vsize=290280 CPUtime=0 cores=1,3,5,7
/proc/7840/stat : 7840 (python) S 7834 7834 2614 0 -1 4202560 895 0 0 0 0 0 0 0 20 0 1 0 338594661 297246720 7832 33554432000 4194304 5683644 140737047865440 140737047856528 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7840/statm: 72570 7832 363 364 0 7793 0
[pid=7842] ppid=7840 vsize=216148 CPUtime=4.43 cores=1,3,5,7
/proc/7842/stat : 7842 (scip-2.0.1.linu) R 7840 7842 7842 0 -1 4202496 50705 0 0 0 431 12 0 0 20 0 1 0 338594661 221335552 49744 33554432000 4194304 13684479 140736051988416 140736051983800 4880930 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7842/statm: 54037 49744 635 2317 0 51715 0
[pid=7834/tid=7841] ppid=7832 vsize=366060 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7841/stat : 7841 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338594661 374845440 9377 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 872488

[startup+12.7005 s]
/proc/loadavg: 2.01 2.02 2.08 3/192 7842
/proc/meminfo: memFree=29516012/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=366060 CPUtime=1.1 cores=1,3,5,7
/proc/7834/stat : 7834 (python) S 7832 7834 2614 0 -1 4202496 13904 1010 1 0 95 15 0 0 20 0 2 0 338594476 374845440 9377 33554432000 4194304 5683644 140737047865440 140737047860272 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 91515 9377 1902 364 0 26738 0
[pid=7840] ppid=7834 vsize=290280 CPUtime=0.01 cores=1,3,5,7
/proc/7840/stat : 7840 (python) S 7834 7834 2614 0 -1 4202560 900 0 0 0 1 0 0 0 20 0 1 0 338594661 297246720 7832 33554432000 4194304 5683644 140737047865440 140737047856528 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7840/statm: 72570 7832 363 364 0 7793 0
[pid=7842] ppid=7840 vsize=285644 CPUtime=10.83 cores=1,3,5,7
/proc/7842/stat : 7842 (scip-2.0.1.linu) R 7840 7842 7842 0 -1 4202496 67223 0 0 0 1067 16 0 0 20 0 1 0 338594661 292499456 66262 33554432000 4194304 13684479 140736051988416 140736051983800 4880943 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7842/statm: 71411 66262 635 2317 0 69089 0
[pid=7834/tid=7841] ppid=7832 vsize=366060 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7841/stat : 7841 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338594661 374845440 9377 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 941984

[startup+25.5005 s]
/proc/loadavg: 2.07 2.04 2.08 3/192 7842
/proc/meminfo: memFree=29351596/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=366060 CPUtime=1.1 cores=1,3,5,7
/proc/7834/stat : 7834 (python) S 7832 7834 2614 0 -1 4202496 13904 1010 1 0 95 15 0 0 20 0 2 0 338594476 374845440 9377 33554432000 4194304 5683644 140737047865440 140737047860272 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 91515 9377 1902 364 0 26738 0
[pid=7840] ppid=7834 vsize=290280 CPUtime=0.03 cores=1,3,5,7
/proc/7840/stat : 7840 (python) S 7834 7834 2614 0 -1 4202560 1002 0 0 0 2 1 0 0 20 0 1 0 338594661 297246720 7837 33554432000 4194304 5683644 140737047865440 140737047856528 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7840/statm: 72570 7837 368 364 0 7793 0
[pid=7842] ppid=7840 vsize=361060 CPUtime=23.62 cores=1,3,5,7
/proc/7842/stat : 7842 (scip-2.0.1.linu) R 7840 7842 7842 0 -1 4202496 85922 0 0 0 2343 19 0 0 20 0 1 0 338594661 369725440 84961 33554432000 4194304 13684479 140736051988416 140736051985336 4865653 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7842/statm: 90265 84961 635 2317 0 87943 0
[pid=7834/tid=7841] ppid=7832 vsize=366060 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7841/stat : 7841 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338594661 374845440 9377 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 1017400

[startup+51.1004 s]
/proc/loadavg: 2.11 2.05 2.09 3/213 7863
/proc/meminfo: memFree=28576452/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=441852 CPUtime=1.12 cores=1,3,5,7
/proc/7834/stat : 7834 (python) S 7832 7834 2614 0 -1 4202496 14811 1010 1 0 97 15 0 0 20 0 3 0 338594476 452456448 9386 33554432000 4194304 5683644 140737047865440 140737047860272 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 110463 9386 1905 364 0 45683 0
[pid=7840] ppid=7834 vsize=366060 CPUtime=0.08 cores=1,3,5,7
/proc/7840/stat : 7840 (python) S 7834 7834 2614 0 -1 4202560 1165 0 0 0 5 3 0 0 20 0 2 0 338594661 374845440 7872 33554432000 4194304 5683644 140737047865440 140737047857088 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7840/statm: 91515 7872 396 364 0 26738 0
[pid=7842] ppid=7840 vsize=550416 CPUtime=49.04 cores=1,3,5,7
/proc/7842/stat : 7842 (scip-2.0.1.linu) T 7840 7842 7842 0 -1 4202496 132796 0 0 0 4864 40 0 0 20 0 1 0 338594661 563625984 131835 33554432000 4194304 13684479 140736051988416 140736051984728 4880912 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7842/statm: 137604 131835 639 2317 0 135282 0
[pid=7834/tid=7841] ppid=7832 vsize=441852 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7841/stat : 7841 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 3 0 338594661 452456448 9386 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 1358328

[startup+102.308 s]
/proc/loadavg: 2.05 2.04 2.08 3/222 7872
/proc/meminfo: memFree=26756260/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=517644 CPUtime=1.14 cores=1,3,5,7
/proc/7834/stat : 7834 (python) S 7832 7834 2614 0 -1 4202496 15780 1010 1 0 99 15 0 0 20 0 4 0 338594476 530067456 9394 33554432000 4194304 5683644 140737047865440 140737047860272 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 129411 9394 1907 364 0 64628 0
[pid=7840] ppid=7834 vsize=366060 CPUtime=0.08 cores=1,3,5,7
/proc/7840/stat : 7840 (python) S 7834 7834 2614 0 -1 4202560 1165 0 0 0 5 3 0 0 20 0 2 0 338594661 374845440 7872 33554432000 4194304 5683644 140737047865440 140737047857088 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7840/statm: 91515 7872 396 364 0 26738 0
[pid=7842] ppid=7840 vsize=550416 CPUtime=49.04 cores=1,3,5,7
/proc/7842/stat : 7842 (scip-2.0.1.linu) T 7840 7842 7842 0 -1 4202496 132796 0 0 0 4864 40 0 0 20 0 1 0 338594661 563625984 131835 33554432000 4194304 13684479 140736051988416 140736051984728 4880912 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7842/statm: 137604 131835 639 2317 0 135282 0
[pid=7840/tid=7864] ppid=7834 vsize=366060 CPUtime=0 cores=1,3,5,7
/proc/7840/task/7864/stat : 7864 (python) S 7834 7834 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338599569 374845440 7872 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7865] ppid=7834 vsize=366072 CPUtime=0.07 cores=1,3,5,7
/proc/7865/stat : 7865 (python) S 7834 7834 2614 0 -1 4202560 1097 0 0 0 5 2 0 0 20 0 2 0 338599571 374857728 7859 33554432000 4194304 5683644 140737047865440 140737047857088 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7865/statm: 91518 7859 383 364 0 26738 0
[pid=7867] ppid=7865 vsize=13900 CPUtime=47.11 cores=1,3,5,7
/proc/7867/stat : 7867 (clasp-1.3.7-x86) T 7865 7867 7867 0 -1 4202496 3768 0 0 0 4711 0 0 0 20 0 1 0 338599571 14233600 3212 33554432000 134512640 136139019 4287764848 4287763824 134882904 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7867/statm: 3475 3212 182 398 0 3075 0
[pid=7865/tid=7869] ppid=7834 vsize=366072 CPUtime=0 cores=1,3,5,7
/proc/7865/task/7869/stat : 7869 (python) S 7834 7834 2614 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338604285 374857728 7859 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7870] ppid=7834 vsize=441864 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (python) S 7834 7834 2614 0 -1 4202560 930 0 0 0 0 0 0 0 20 0 1 0 338604288 452468736 7839 33554432000 4194304 5683644 140737047865440 140737047856528 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7870/statm: 110466 7839 358 364 0 45683 0
[pid=7872] ppid=7870 vsize=217380 CPUtime=4.18 cores=1,3,5,7
/proc/7872/stat : 7872 (scip-2.0.1.linu) R 7870 7872 7872 0 -1 4202496 51266 0 0 0 404 14 0 0 20 0 1 0 338604288 222597120 49796 33554432000 4194304 15243407 140735572011216 140735572006600 4880950 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7872/statm: 54345 49796 682 2698 0 51640 0
[pid=7834/tid=7841] ppid=7832 vsize=517644 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7841/stat : 7841 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 4 0 338594661 530067456 9394 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7834/tid=7866] ppid=7832 vsize=517644 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7866/stat : 7866 (python) S 7832 7834 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338599571 530067456 9394 33554432000 4194304 5683644 140737047865440 140650506461744 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7834/tid=7871] ppid=7832 vsize=517644 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7871/stat : 7871 (python) S 7832 7834 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338604288 530067456 9394 33554432000 4194304 5683644 140737047865440 140650495971888 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 2473336

[startup+162.301 s]
/proc/loadavg: 2.07 2.04 2.08 3/193 7945
/proc/meminfo: memFree=29603400/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=517644 CPUtime=1.17 cores=1,3,5,7

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

[pid=7975/tid=7990] ppid=7973 vsize=9624972 CPUtime=1.11 cores=1,3,5,7
/proc/7975/task/7990/stat : 7990 (java) T 7973 7975 7975 0 -1 4202560 8264 0 0 0 110 1 0 0 20 0 19 0 338613795 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171279284920 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7975/tid=7991] ppid=7973 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7975/task/7991/stat : 7991 (java) T 7973 7975 7975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338613795 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171278232568 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7975/tid=7992] ppid=7973 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/7975/task/7992/stat : 7992 (java) T 7973 7975 7975 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338613795 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171277180232 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7993] ppid=7973 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7975/task/7993/stat : 7993 (java) T 7973 7975 7975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338613850 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171276124968 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7973/tid=7998] ppid=7834 vsize=517656 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7998/stat : 7998 (python) S 7834 7834 2614 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338618160 530079744 7871 33554432000 4194304 5683644 140737047865440 140650495971888 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7834/tid=7841] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7841/stat : 7841 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 6 0 338594661 685289472 9410 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7834/tid=7866] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7866/stat : 7866 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 6 0 338599571 685289472 9410 33554432000 4194304 5683644 140737047865440 140650506461744 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7834/tid=7871] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7871/stat : 7871 (python) S 7832 7834 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338604288 685289472 9410 33554432000 4194304 5683644 140737047865440 140650495971888 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7834/tid=7974] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7974/stat : 7974 (python) S 7832 7834 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338613789 685289472 9410 33554432000 4194304 5683644 140737047865440 140650485482032 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 284.26
Current children cumulated vsize (KiB) 13320372



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+282.601 s]
/proc/loadavg: 2.01 2.02 2.07 5/242 8019
/proc/meminfo: memFree=26814168/32873844 swapFree=7116/7116
[pid=7834] ppid=7832 vsize=669228 CPUtime=1.25 cores=1,3,5,7
/proc/7834/stat : 7834 (python) S 7832 7834 2614 0 -1 4202496 17707 1010 1 0 109 16 0 0 20 0 6 0 338594476 685289472 9410 33554432000 4194304 5683644 140737047865440 140737047860272 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7834/statm: 167307 9410 1911 364 0 102518 0
[pid=7840] ppid=7834 vsize=366060 CPUtime=0.08 cores=1,3,5,7
/proc/7840/stat : 7840 (python) S 7834 7834 2614 0 -1 4202560 1165 0 0 0 5 3 0 0 20 0 2 0 338594661 374845440 7872 33554432000 4194304 5683644 140737047865440 140737047857088 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7840/statm: 91515 7872 396 364 0 26738 0
[pid=7842] ppid=7840 vsize=550416 CPUtime=49.04 cores=1,3,5,7
/proc/7842/stat : 7842 (scip-2.0.1.linu) T 7840 7842 7842 0 -1 4202496 132796 0 0 0 4864 40 0 0 20 0 1 0 338594661 563625984 132814 33554432000 4194304 13684479 140736051988416 140736051984728 4880912 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7842/statm: 137604 132814 639 2317 0 135282 0
[pid=7840/tid=7864] ppid=7834 vsize=366060 CPUtime=0 cores=1,3,5,7
/proc/7840/task/7864/stat : 7864 (python) S 7834 7834 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338599569 374845440 7872 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7865] ppid=7834 vsize=366072 CPUtime=0.16 cores=1,3,5,7
/proc/7865/stat : 7865 (python) S 7834 7834 2614 0 -1 4202560 1161 0 0 0 9 7 0 0 20 0 2 0 338599571 374857728 7859 33554432000 4194304 5683644 140737047865440 140737047857088 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7865/statm: 91518 7859 383 364 0 26738 0
[pid=7867] ppid=7865 vsize=25440 CPUtime=92.22 cores=1,3,5,7
/proc/7867/stat : 7867 (clasp-1.3.7-x86) T 7865 7867 7867 0 -1 4202496 6652 0 0 0 9221 1 0 0 20 0 1 0 338599571 26050560 6096 33554432000 134512640 136139019 4287764848 4287763780 134632297 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7867/statm: 6360 6096 182 398 0 5960 0
[pid=7865/tid=7869] ppid=7834 vsize=366072 CPUtime=0 cores=1,3,5,7
/proc/7865/task/7869/stat : 7869 (python) S 7834 7834 2614 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338604285 374857728 7859 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7870] ppid=7834 vsize=441864 CPUtime=0.16 cores=1,3,5,7
/proc/7870/stat : 7870 (python) S 7834 7834 2614 0 -1 4202560 1162 0 0 0 9 7 0 0 20 0 2 0 338604288 452468736 7865 33554432000 4194304 5683644 140737047865440 140737047857088 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7870/statm: 110466 7865 383 364 0 45683 0
[pid=7872] ppid=7870 vsize=758664 CPUtime=94.92 cores=1,3,5,7
/proc/7872/stat : 7872 (scip-2.0.1.linu) T 7870 7872 7872 0 -1 4202496 185544 0 0 0 9424 68 0 0 20 0 1 0 338604288 776871936 184074 33554432000 4194304 15243407 140735572011216 140735572007512 6711985 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7872/statm: 189666 184074 686 2698 0 186961 0
[pid=7870/tid=7945] ppid=7834 vsize=441864 CPUtime=0 cores=1,3,5,7
/proc/7870/task/7945/stat : 7945 (python) S 7834 7834 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338609229 452468736 7865 33554432000 4194304 5683644 140737047865440 140650506461744 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7973] ppid=7834 vsize=517656 CPUtime=0.07 cores=1,3,5,7
/proc/7973/stat : 7973 (python) S 7834 7834 2614 0 -1 4202560 1146 0 0 0 5 2 0 0 20 0 2 0 338613789 530079744 7871 33554432000 4194304 5683644 140737047865440 140737047857088 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7973/statm: 129414 7871 383 364 0 64628 0
[pid=7975] ppid=7973 vsize=9624972 CPUtime=46.36 cores=1,3,5,7
/proc/7975/stat : 7975 (java) T 7973 7975 7975 0 -1 4202496 21261 0 1 0 4587 49 0 0 20 0 19 0 338613789 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140736522560144 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7975/statm: 2406243 438617 2269 9 0 2396937 0
[pid=7975/tid=7976] ppid=7973 vsize=9624972 CPUtime=43.26 cores=1,3,5,7
/proc/7975/task/7976/stat : 7976 (java) T 7973 7975 7975 0 -1 4202560 3400 0 1 0 4297 29 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171931540592 140171778113815 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7975/tid=7977] ppid=7973 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/7975/task/7977/stat : 7977 (java) T 7973 7975 7975 0 -1 4202560 145 0 0 0 7 3 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171903994024 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7978] ppid=7973 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/7975/task/7978/stat : 7978 (java) T 7973 7975 7975 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171902941480 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7979] ppid=7973 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/7975/task/7979/stat : 7979 (java) T 7973 7975 7975 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171901888936 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7975/tid=7980] ppid=7973 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/7975/task/7980/stat : 7980 (java) T 7973 7975 7975 0 -1 4202560 135 0 0 0 6 2 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171900836392 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7975/tid=7981] ppid=7973 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/7975/task/7981/stat : 7981 (java) T 7973 7975 7975 0 -1 4202560 110 0 0 0 7 1 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171899783848 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7975/tid=7982] ppid=7973 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/7975/task/7982/stat : 7982 (java) T 7973 7975 7975 0 -1 4202560 40 0 0 0 8 2 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171898731304 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7983] ppid=7973 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/7975/task/7983/stat : 7983 (java) T 7973 7975 7975 0 -1 4202560 120 0 0 0 9 2 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171897678760 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7984] ppid=7973 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/7975/task/7984/stat : 7984 (java) T 7973 7975 7975 0 -1 4202560 43 0 0 0 7 3 0 0 20 0 19 0 338613790 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171896626216 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7985] ppid=7973 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7975/task/7985/stat : 7985 (java) T 7973 7975 7975 0 -1 4202560 1224 0 0 0 0 0 0 0 20 0 19 0 338613792 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171284547688 240568547241 0 0 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7975/tid=7986] ppid=7973 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7975/task/7986/stat : 7986 (java) T 7973 7975 7975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338613792 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171283494008 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7987] ppid=7973 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7975/task/7987/stat : 7987 (java) T 7973 7975 7975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338613792 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171282441352 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7975/tid=7988] ppid=7973 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7975/task/7988/stat : 7988 (java) T 7973 7975 7975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338613794 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171281390096 240568555296 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7975/tid=7989] ppid=7973 vsize=9624972 CPUtime=0.94 cores=1,3,5,7
/proc/7975/task/7989/stat : 7989 (java) T 7973 7975 7975 0 -1 4202560 6295 0 0 0 92 2 0 0 20 0 19 0 338613794 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171280337464 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7990] ppid=7973 vsize=9624972 CPUtime=1.11 cores=1,3,5,7
/proc/7975/task/7990/stat : 7990 (java) T 7973 7975 7975 0 -1 4202560 8264 0 0 0 110 1 0 0 20 0 19 0 338613795 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171279284920 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7975/tid=7991] ppid=7973 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7975/task/7991/stat : 7991 (java) T 7973 7975 7975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338613795 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171278232568 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7975/tid=7992] ppid=7973 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/7975/task/7992/stat : 7992 (java) T 7973 7975 7975 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338613795 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171277180232 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7975/tid=7993] ppid=7973 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7975/task/7993/stat : 7993 (java) T 7973 7975 7975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338613850 9855971328 438617 33554432000 1073741824 1073778376 140736522569008 140171276124968 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7973/tid=7998] ppid=7834 vsize=517656 CPUtime=0 cores=1,3,5,7
/proc/7973/task/7998/stat : 7998 (python) S 7834 7834 2614 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338618160 530079744 7871 33554432000 4194304 5683644 140737047865440 140650495971888 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8000] ppid=7834 vsize=593448 CPUtime=0 cores=1,3,5,7
/proc/8000/stat : 8000 (python) S 7834 7834 2614 0 -1 4202560 851 0 0 0 0 0 0 0 20 0 1 0 338622677 607690752 7828 33554432000 4194304 5683644 140737047865440 140737047856528 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8000/statm: 148362 7828 335 364 0 83573 0
[pid=8002] ppid=8000 vsize=9558408 CPUtime=1.2 cores=1,3,5,7
/proc/8002/stat : 8002 (java) S 8000 8002 8002 0 -1 4202496 9874 0 1 0 117 3 0 0 20 0 18 0 338622678 9787809792 34515 33554432000 1073741824 1073778376 140735115143696 140735115134832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8002/statm: 2389602 34515 2238 9 0 2380296 0
[pid=8002/tid=8003] ppid=8000 vsize=9558408 CPUtime=0.56 cores=1,3,5,7
/proc/8002/task/8003/stat : 8003 (java) R 8000 8002 8002 0 -1 4202560 2534 0 1 0 53 3 0 0 20 0 18 0 338622679 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927755557808 139927628010158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8004] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8004/stat : 8004 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622680 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927599242024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8005] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8005/stat : 8005 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622680 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927598189224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8006] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8006/stat : 8006 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622680 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927597136936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8007] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8007/stat : 8007 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622680 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927596084136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8008] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8008/stat : 8008 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622680 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927595030824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8009] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8009/stat : 8009 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622680 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927593978024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8002/tid=8010] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8010/stat : 8010 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622681 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927592925736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8011] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8011/stat : 8011 (java) S 8000 8002 8002 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338622681 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927591872936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8012] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8012/stat : 8012 (java) S 8000 8002 8002 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338622682 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927579675368 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8013] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8013/stat : 8013 (java) S 8000 8002 8002 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338622682 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927578621432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8014] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8014/stat : 8014 (java) S 8000 8002 8002 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338622682 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927577569032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8015] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8015/stat : 8015 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622685 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927576517520 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8002/tid=8016] ppid=8000 vsize=9558408 CPUtime=0.31 cores=1,3,5,7
/proc/8002/task/8016/stat : 8016 (java) R 8000 8002 8002 0 -1 4202560 3227 0 0 0 31 0 0 0 20 0 18 0 338622685 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927575440480 139927758032477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8002/tid=8017] ppid=8000 vsize=9558408 CPUtime=0.29 cores=1,3,5,7
/proc/8002/task/8017/stat : 8017 (java) S 8000 8002 8002 0 -1 4202560 2699 0 0 0 29 0 0 0 20 0 18 0 338622685 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927574411320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8018] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8018/stat : 8018 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622685 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927573359224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8002/tid=8019] ppid=8000 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/8002/task/8019/stat : 8019 (java) S 8000 8002 8002 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338622685 9787809792 35027 33554432000 1073741824 1073778376 140735115143696 139927572306632 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7834/tid=7841] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7841/stat : 7841 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 6 0 338594661 685289472 9410 33554432000 4194304 5683644 140737047865440 140650516951600 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7834/tid=7866] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7866/stat : 7866 (python) S 7832 7834 2614 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 6 0 338599571 685289472 9410 33554432000 4194304 5683644 140737047865440 140650506461744 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7834/tid=7871] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7871/stat : 7871 (python) S 7832 7834 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338604288 685289472 9410 33554432000 4194304 5683644 140737047865440 140650495971888 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7834/tid=7974] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/7974/stat : 7974 (python) S 7832 7834 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338613789 685289472 9410 33554432000 4194304 5683644 140737047865440 140650485482032 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7834/tid=8001] ppid=7832 vsize=669228 CPUtime=0 cores=1,3,5,7
/proc/7834/task/8001/stat : 8001 (python) S 7832 7834 2614 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338622678 685289472 9410 33554432000 4194304 5683644 140737047865440 140650474992176 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 285.46
Current children cumulated vsize (KiB) 23472228

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 7834 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=94833
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=166974
# CPU time returned by wait4() is 1.26181
# while last known CPU time is 285.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 282.659
CPU time (s): 285.46
CPU user time (s): 283.5
CPU system time (s): 1.96
CPU usage (%): 100.991
Max. virtual memory (cumulated for all children) (KiB): 23472228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.09483
system time used= 0.166974
maximum resident set size= 38488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18717
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= 2057
involuntary context switches= 10

runsolver used 1.00185 second user time and 2.6456 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 13:58:14
IDJOB=3742382
IDBENCH=90170
IDSOLVER=2327
FILE ID=node146/3742382-1338724694
RUNJOBID= node146-1338713700-2631
PBS_JOBID= 14636739
Free space on /tmp= 70808 MiB

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

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=265237059

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29885920 kB
Buffers:          288560 kB
Cached:           615508 kB
SwapCached:         1792 kB
Active:          1854812 kB
Inactive:         304284 kB
Active(anon):    1255720 kB
Inactive(anon):     1712 kB
Active(file):     599092 kB
Inactive(file):   302572 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            103140 kB
Writeback:             0 kB
AnonPages:       1261268 kB
Mapped:            21112 kB
Shmem:                48 kB
Slab:             682832 kB
SReclaimable:     121392 kB
SUnreclaim:       561440 kB
KernelStack:        1528 kB
PageTables:         8792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70708 MiB
End job on node146 at 2012-06-03 14:03:00