Trace number 3742538

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) 282.54 280.656

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K125.opb
MD5SUMd572050902dbd97a5ce685e3ceb3e01a
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 variables14875
Total number of constraints15127
Number of constraints which are clauses15002
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint125
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 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.45/1.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.45/1.69	c INFO: solving HOME/instance-3742538-1338725057.opb
0.60/1.85	c INFO: parsing took 0.16 s
0.90/2.17	c INFO: features took 0.31 CPU seconds
1.00/2.20	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.61)
49.74/50.98	c INFO: running clasp-1.3.7@0 for 45 with 1750 remaining (b = 0.43)
97.01/98.15	c INFO: running scip-2.0.1-spx@0 for 45 with 1703 remaining (b = 0.05)
146.97/148.01	c INFO: running scip-2.0.1-clp@48 for 45 with 1654 remaining (b = 0.01)
190.42/191.43	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1611 remaining (b = 0.04)
236.69/235.14	c INFO: running clasp-1.3.7@47 for 45 with 1565 remaining (b = 0.01)
281.99/280.30	c INFO: running sat4j-pb-v20101225@0 for 45 with 1520 remaining (b = 0.14)

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-3742538-1338725057/watcher-3742538-1338725057 -o /tmp/evaluation-result-3742538-1338725057/solver-3742538-1338725057 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742538-1338725057.opb -seed 1824145998 -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.96 1.99 2.11 2/187 7253
/proc/meminfo: memFree=26198028/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=15308 CPUtime=0 cores=0,2,4,6
/proc/7253/stat : 7253 (python) R 7251 7253 3621 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 338630209 15675392 544 33554432000 4194304 5683644 140733919896896 140733919882808 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7253/statm: 3827 545 316 364 0 269 0

[startup+0.053723 s]
/proc/loadavg: 1.96 1.99 2.11 2/187 7253
/proc/meminfo: memFree=26198028/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=16596 CPUtime=0.01 cores=0,2,4,6
/proc/7253/stat : 7253 (python) D 7251 7253 3621 0 -1 4202496 1150 0 0 0 1 0 0 0 20 0 1 0 338630209 16994304 962 33554432000 4194304 5683644 140733919896896 140733919880264 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/7253/statm: 4149 962 394 364 0 591 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16596

[startup+0.100291 s]
/proc/loadavg: 1.96 1.99 2.11 2/187 7253
/proc/meminfo: memFree=26198028/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=19088 CPUtime=0.02 cores=0,2,4,6
/proc/7253/stat : 7253 (python) R 7251 7253 3621 0 -1 4202496 1398 0 0 0 2 0 0 0 20 0 1 0 338630209 19546112 1153 33554432000 4194304 5683644 140733919896896 140733919827400 4334997 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/7253/statm: 4772 1153 430 364 0 696 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19088

[startup+0.300272 s]
/proc/loadavg: 1.96 1.99 2.11 2/187 7253
/proc/meminfo: memFree=26198028/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=83952 CPUtime=0.07 cores=0,2,4,6
/proc/7253/stat : 7253 (python) D 7251 7253 3621 0 -1 4202496 2916 0 0 0 5 2 0 0 20 0 1 0 338630209 85966848 2442 33554432000 4194304 5683644 140733919896896 140733919864520 213419644775 0 0 16781312 2 18446744071580543392 0 0 17 0 0 0 0 0 0
/proc/7253/statm: 20988 2442 744 364 0 1616 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83952

[startup+0.70029 s]
/proc/loadavg: 1.96 1.99 2.11 2/187 7253
/proc/meminfo: memFree=26198028/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=83952 CPUtime=0.07 cores=0,2,4,6
/proc/7253/stat : 7253 (python) D 7251 7253 3621 0 -1 4202496 2916 0 0 0 5 2 0 0 20 0 1 0 338630209 85966848 2442 33554432000 4194304 5683644 140733919896896 140733919864520 213419644775 0 0 16781312 2 18446744071580543392 0 0 17 0 0 0 0 0 0
/proc/7253/statm: 20988 2442 744 364 0 1616 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83952

[startup+1.5003 s]
/proc/loadavg: 1.97 1.99 2.11 2/188 7258
/proc/meminfo: memFree=26177668/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=239068 CPUtime=0.4 cores=0,2,4,6
/proc/7253/stat : 7253 (python) D 7251 7253 3621 0 -1 4202496 8455 1010 1 0 27 13 0 0 20 0 1 0 338630209 244805632 5927 33554432000 4194304 5683644 140733919896896 140733919846488 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 4 0 0 49 0 0
/proc/7253/statm: 59767 5927 1619 364 0 4696 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 239068

[startup+3.10034 s]
/proc/loadavg: 1.97 1.99 2.11 3/191 7261
/proc/meminfo: memFree=26132400/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=363712 CPUtime=1 cores=0,2,4,6
/proc/7253/stat : 7253 (python) S 7251 7253 3621 0 -1 4202496 13018 1010 1 0 83 17 0 0 20 0 2 0 338630209 372441088 8820 33554432000 4194304 5683644 140733919896896 140733919891728 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 49 0 0
/proc/7253/statm: 90928 8820 1902 364 0 26151 0
[pid=7259] ppid=7253 vsize=287932 CPUtime=0 cores=0,2,4,6
/proc/7259/stat : 7259 (python) S 7253 7253 3621 0 -1 4202560 762 0 0 0 0 0 0 0 20 0 1 0 338630430 294842368 7252 33554432000 4194304 5683644 140733919896896 140733919887984 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 6 0 0 0 0 0
/proc/7259/statm: 71983 7252 340 364 0 7206 0
[pid=7261] ppid=7259 vsize=122820 CPUtime=0.88 cores=0,2,4,6
/proc/7261/stat : 7261 (scip-2.0.1.linu) R 7259 7261 7261 0 -1 4202496 28070 0 0 0 80 8 0 0 20 0 1 0 338630430 125767680 27359 33554432000 4194304 15243407 140736909347792 140736909344600 13229099 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 30705 27359 682 2698 0 28000 0
[pid=7253/tid=7260] ppid=7251 vsize=363712 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7260/stat : 7260 (python) S 7251 7253 3621 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 2 0 338630430 372441088 8820 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 774464
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 1.97 1.99 2.11 3/191 7262
/proc/meminfo: memFree=25958668/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=363712 CPUtime=1 cores=0,2,4,6
/proc/7253/stat : 7253 (python) S 7251 7253 3621 0 -1 4202496 13018 1010 1 0 83 17 0 0 20 0 2 0 338630209 372441088 8820 33554432000 4194304 5683644 140733919896896 140733919891728 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 49 0 0
/proc/7253/statm: 90928 8820 1902 364 0 26151 0
[pid=7259] ppid=7253 vsize=287932 CPUtime=0 cores=0,2,4,6
/proc/7259/stat : 7259 (python) S 7253 7253 3621 0 -1 4202560 892 0 0 0 0 0 0 0 20 0 1 0 338630430 294842368 7275 33554432000 4194304 5683644 140733919896896 140733919887984 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7259/statm: 71983 7275 363 364 0 7206 0
[pid=7261] ppid=7259 vsize=206508 CPUtime=4.09 cores=0,2,4,6
/proc/7261/stat : 7261 (scip-2.0.1.linu) R 7259 7261 7261 0 -1 4202496 47349 0 0 0 397 12 0 0 20 0 1 0 338630430 211464192 46638 33554432000 4194304 15243407 140736909347792 140736909343176 4880912 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 51627 46638 682 2698 0 48922 0
[pid=7253/tid=7260] ppid=7251 vsize=363712 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7260/stat : 7260 (python) S 7251 7253 3621 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 2 0 338630430 372441088 8820 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 858152

[startup+12.7004 s]
/proc/loadavg: 1.97 1.99 2.11 3/192 7263
/proc/meminfo: memFree=25856392/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=363712 CPUtime=1 cores=0,2,4,6
/proc/7253/stat : 7253 (python) S 7251 7253 3621 0 -1 4202496 13018 1010 1 0 83 17 0 0 20 0 2 0 338630209 372441088 8820 33554432000 4194304 5683644 140733919896896 140733919891728 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 49 0 0
/proc/7253/statm: 90928 8820 1902 364 0 26151 0
[pid=7259] ppid=7253 vsize=287932 CPUtime=0.01 cores=0,2,4,6
/proc/7259/stat : 7259 (python) S 7253 7253 3621 0 -1 4202560 896 0 0 0 1 0 0 0 20 0 1 0 338630430 294842368 7275 33554432000 4194304 5683644 140733919896896 140733919887984 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7259/statm: 71983 7275 363 364 0 7206 0
[pid=7261] ppid=7259 vsize=285800 CPUtime=10.48 cores=0,2,4,6
/proc/7261/stat : 7261 (scip-2.0.1.linu) R 7259 7261 7261 0 -1 4202496 66399 0 0 0 1033 15 0 0 20 0 1 0 338630430 292659200 65688 33554432000 4194304 15243407 140736909347792 140736909344088 13277498 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 71450 65688 682 2698 0 68745 0
[pid=7253/tid=7260] ppid=7251 vsize=363712 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7260/stat : 7260 (python) S 7251 7253 3621 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 2 0 338630430 372441088 8820 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 937444

[startup+25.5069 s]
/proc/loadavg: 1.98 1.99 2.11 3/192 7263
/proc/meminfo: memFree=25695208/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=363712 CPUtime=1 cores=0,2,4,6
/proc/7253/stat : 7253 (python) S 7251 7253 3621 0 -1 4202496 13018 1010 1 0 83 17 0 0 20 0 2 0 338630209 372441088 8820 33554432000 4194304 5683644 140733919896896 140733919891728 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 49 0 0
/proc/7253/statm: 90928 8820 1902 364 0 26151 0
[pid=7259] ppid=7253 vsize=287932 CPUtime=0.03 cores=0,2,4,6
/proc/7259/stat : 7259 (python) S 7253 7253 3621 0 -1 4202560 999 0 0 0 2 1 0 0 20 0 1 0 338630430 294842368 7280 33554432000 4194304 5683644 140733919896896 140733919887984 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7259/statm: 71983 7280 368 364 0 7206 0
[pid=7261] ppid=7259 vsize=385964 CPUtime=23.28 cores=0,2,4,6
/proc/7261/stat : 7261 (scip-2.0.1.linu) R 7259 7261 7261 0 -1 4202496 91367 0 0 0 2300 28 0 0 20 0 1 0 338630430 395227136 90656 33554432000 4194304 15243407 140736909347792 140736909344104 13277498 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 96491 90656 686 2698 0 93786 0
[pid=7253/tid=7260] ppid=7251 vsize=363712 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7260/stat : 7260 (python) S 7251 7253 3621 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 2 0 338630430 372441088 8820 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.31
Current children cumulated vsize (KiB) 1037608

[startup+51.1003 s]
/proc/loadavg: 1.98 1.99 2.10 5/212 7283
/proc/meminfo: memFree=25398496/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=439504 CPUtime=1.02 cores=0,2,4,6
/proc/7253/stat : 7253 (python) S 7251 7253 3621 0 -1 4202496 13937 1010 1 0 85 17 0 0 20 0 3 0 338630209 450052096 9337 33554432000 4194304 5683644 140733919896896 140733919891728 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 49 0 0
/proc/7253/statm: 109876 9337 1905 364 0 45096 0
[pid=7259] ppid=7253 vsize=363712 CPUtime=0.08 cores=0,2,4,6
/proc/7259/stat : 7259 (python) S 7253 7253 3621 0 -1 4202560 1156 0 0 0 5 3 0 0 20 0 2 0 338630430 372441088 7315 33554432000 4194304 5683644 140733919896896 140733919888544 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7259/statm: 90928 7315 396 364 0 26151 0
[pid=7261] ppid=7259 vsize=542268 CPUtime=48.73 cores=0,2,4,6
/proc/7261/stat : 7261 (scip-2.0.1.linu) T 7259 7261 7261 0 -1 4202496 130405 0 0 0 4828 45 0 0 20 0 1 0 338630430 555282432 129694 33554432000 4194304 15243407 140736909347792 140736909344104 4880915 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 135567 129694 686 2698 0 132862 0
[pid=7253/tid=7260] ppid=7251 vsize=439504 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7260/stat : 7260 (python) S 7251 7253 3621 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 3 0 338630430 450052096 9337 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.83
Current children cumulated vsize (KiB) 1345484

[startup+102.301 s]
/proc/loadavg: 1.99 1.99 2.09 3/222 7293
/proc/meminfo: memFree=23464404/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=515296 CPUtime=1.05 cores=0,2,4,6
/proc/7253/stat : 7253 (python) S 7251 7253 3621 0 -1 4202496 14863 1010 1 0 87 18 0 0 20 0 4 0 338630209 527663104 9345 33554432000 4194304 5683644 140733919896896 140733919891728 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 49 0 0
/proc/7253/statm: 128824 9345 1907 364 0 64041 0
[pid=7259] ppid=7253 vsize=363712 CPUtime=0.08 cores=0,2,4,6
/proc/7259/stat : 7259 (python) S 7253 7253 3621 0 -1 4202560 1156 0 0 0 5 3 0 0 20 0 2 0 338630430 372441088 7315 33554432000 4194304 5683644 140733919896896 140733919888544 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7259/statm: 90928 7315 396 364 0 26151 0
[pid=7261] ppid=7259 vsize=542268 CPUtime=48.73 cores=0,2,4,6
/proc/7261/stat : 7261 (scip-2.0.1.linu) T 7259 7261 7261 0 -1 4202496 130405 0 0 0 4828 45 0 0 20 0 1 0 338630430 555282432 129694 33554432000 4194304 15243407 140736909347792 140736909344104 4880915 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7261/statm: 135567 129694 686 2698 0 132862 0
[pid=7259/tid=7284] ppid=7253 vsize=363712 CPUtime=0 cores=0,2,4,6
/proc/7259/task/7284/stat : 7284 (python) S 7253 7253 3621 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338635306 372441088 7315 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7285] ppid=7253 vsize=363724 CPUtime=0.08 cores=0,2,4,6
/proc/7285/stat : 7285 (python) S 7253 7253 3621 0 -1 4202560 1090 0 0 0 4 4 0 0 20 0 2 0 338635308 372453376 7302 33554432000 4194304 5683644 140733919896896 140733919888544 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7285/statm: 90931 7302 383 364 0 26151 0
[pid=7287] ppid=7285 vsize=17540 CPUtime=47.12 cores=0,2,4,6
/proc/7287/stat : 7287 (clasp-1.3.7-x86) T 7285 7287 7287 0 -1 4202496 4605 0 0 0 4712 0 0 0 20 0 1 0 338635308 17960960 4124 33554432000 134512640 136139019 4289345408 4289344156 134742352 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7287/statm: 4385 4124 182 398 0 3985 0
[pid=7285/tid=7289] ppid=7253 vsize=363724 CPUtime=0 cores=0,2,4,6
/proc/7285/task/7289/stat : 7289 (python) S 7253 7253 3621 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 338640022 372453376 7302 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7290] ppid=7253 vsize=439516 CPUtime=0 cores=0,2,4,6
/proc/7290/stat : 7290 (python) S 7253 7253 3621 0 -1 4202560 928 0 0 0 0 0 0 0 20 0 1 0 338640025 450064384 7790 33554432000 4194304 5683644 140733919896896 140733919887984 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7290/statm: 109879 7790 358 364 0 45096 0
[pid=7292] ppid=7290 vsize=205660 CPUtime=4.14 cores=0,2,4,6
/proc/7292/stat : 7292 (scip-2.0.1.linu) R 7290 7292 7292 0 -1 4202496 47415 0 0 0 403 11 0 0 20 0 1 0 338640025 210595840 46694 33554432000 4194304 13684479 140734355852832 140734355848216 4880933 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 51415 46694 635 2317 0 49093 0
[pid=7253/tid=7260] ppid=7251 vsize=515296 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7260/stat : 7260 (python) S 7251 7253 3621 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 4 0 338630430 527663104 9345 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7253/tid=7286] ppid=7251 vsize=515296 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7286/stat : 7286 (python) S 7251 7253 3621 0 -1 4202560 20 1010 0 0 0 0 0 0 20 0 4 0 338635308 527663104 9345 33554432000 4194304 5683644 140733919896896 140352686121520 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7253/tid=7291] ppid=7251 vsize=515296 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7291/stat : 7291 (python) S 7251 7253 3621 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338640025 527663104 9345 33554432000 4194304 5683644 140733919896896 140352675631664 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 2447716

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 2.09 4/192 7362
/proc/meminfo: memFree=25842804/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=515296 CPUtime=1.08 cores=0,2,4,6

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

[pid=7365/tid=7379] ppid=7363 vsize=9624972 CPUtime=1.07 cores=0,2,4,6
/proc/7365/task/7379/stat : 7379 (java) S 7363 7365 7365 0 -1 4202560 7629 0 0 0 105 2 0 0 20 0 19 0 338649359 9855971328 429036 33554432000 1073741824 1073778376 140735490657664 139702761175864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7365/tid=7380] ppid=7363 vsize=9624972 CPUtime=0.96 cores=0,2,4,6
/proc/7365/task/7380/stat : 7380 (java) S 7363 7365 7365 0 -1 4202560 8192 0 0 0 94 2 0 0 20 0 19 0 338649359 9855971328 429036 33554432000 1073741824 1073778376 140735490657664 139702760123320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7381] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7381/stat : 7381 (java) S 7363 7365 7365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338649359 9855971328 429036 33554432000 1073741824 1073778376 140735490657664 139702759070456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7382] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7382/stat : 7382 (java) S 7363 7365 7365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338649359 9855971328 429036 33554432000 1073741824 1073778376 140735490657664 139702758018120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7383] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7383/stat : 7383 (java) S 7363 7365 7365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338649413 9855971328 429036 33554432000 1073741824 1073778376 140735490657664 139702756963368 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7253/tid=7260] ppid=7251 vsize=591088 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7260/stat : 7260 (python) S 7251 7253 3621 0 -1 4202560 29 1010 0 0 0 0 0 0 20 0 5 0 338630430 605274112 9353 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7253/tid=7286] ppid=7251 vsize=591088 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7286/stat : 7286 (python) S 7251 7253 3621 0 -1 4202560 20 1010 0 0 0 0 0 0 20 0 5 0 338635308 605274112 9353 33554432000 4194304 5683644 140733919896896 140352686121520 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7253/tid=7291] ppid=7251 vsize=591088 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7291/stat : 7291 (python) S 7251 7253 3621 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 5 0 338640025 605274112 9353 33554432000 4194304 5683644 140733919896896 140352675631664 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7253/tid=7364] ppid=7251 vsize=591088 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7364/stat : 7364 (python) S 7251 7253 3621 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 5 0 338649353 605274112 9353 33554432000 4194304 5683644 140733919896896 140352665141808 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 223.8
Current children cumulated vsize (KiB) 13233012



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+280.601 s]
/proc/loadavg: 1.99 1.99 2.07 5/242 7412
/proc/meminfo: memFree=23253972/32873844 swapFree=6608/6608
[pid=7253] ppid=7251 vsize=666880 CPUtime=1.15 cores=0,2,4,6
/proc/7253/stat : 7253 (python) S 7251 7253 3621 0 -1 4202496 16815 1010 1 0 96 19 0 0 20 0 6 0 338630209 682885120 9361 33554432000 4194304 5683644 140733919896896 140733919891728 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 49 0 0
/proc/7253/statm: 166720 9361 1911 364 0 101931 0
[pid=7259] ppid=7253 vsize=363712 CPUtime=0.15 cores=0,2,4,6
/proc/7259/stat : 7259 (python) S 7253 7253 3621 0 -1 4202560 1194 0 0 0 9 6 0 0 20 0 2 0 338630430 372441088 7316 33554432000 4194304 5683644 140733919896896 140733919888544 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7259/statm: 90928 7316 397 364 0 26151 0
[pid=7261] ppid=7259 vsize=757840 CPUtime=92.12 cores=0,2,4,6
/proc/7261/stat : 7261 (scip-2.0.1.linu) T 7259 7261 7261 0 -1 4202496 184122 0 0 0 9144 68 0 0 20 0 1 0 338630430 776028160 184497 33554432000 4194304 15243407 140736909347792 140736909344104 4880923 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/7261/statm: 189460 184497 686 2698 0 186755 0
[pid=7259/tid=7284] ppid=7253 vsize=363712 CPUtime=0 cores=0,2,4,6
/proc/7259/task/7284/stat : 7284 (python) S 7253 7253 3621 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338635306 372441088 7316 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7285] ppid=7253 vsize=363724 CPUtime=0.17 cores=0,2,4,6
/proc/7285/stat : 7285 (python) S 7253 7253 3621 0 -1 4202560 1154 0 0 0 9 8 0 0 20 0 2 0 338635308 372453376 7302 33554432000 4194304 5683644 140733919896896 140733919888544 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7285/statm: 90931 7302 383 364 0 26151 0
[pid=7287] ppid=7285 vsize=28656 CPUtime=92.25 cores=0,2,4,6
/proc/7287/stat : 7287 (clasp-1.3.7-x86) T 7285 7287 7287 0 -1 4202496 7380 0 0 0 9224 1 0 0 20 0 1 0 338635308 29343744 6899 33554432000 134512640 136139019 4289345408 4289344384 134882971 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7287/statm: 7164 6899 182 398 0 6764 0
[pid=7285/tid=7289] ppid=7253 vsize=363724 CPUtime=0 cores=0,2,4,6
/proc/7285/task/7289/stat : 7289 (python) S 7253 7253 3621 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 338640022 372453376 7302 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7290] ppid=7253 vsize=439516 CPUtime=0.09 cores=0,2,4,6
/proc/7290/stat : 7290 (python) S 7253 7253 3621 0 -1 4202560 1120 0 0 0 4 5 0 0 20 0 2 0 338640025 450064384 7815 33554432000 4194304 5683644 140733919896896 140733919888544 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7290/statm: 109879 7815 383 364 0 45096 0
[pid=7292] ppid=7290 vsize=559312 CPUtime=49.81 cores=0,2,4,6
/proc/7292/stat : 7292 (scip-2.0.1.linu) T 7290 7292 7292 0 -1 4202496 134814 0 0 0 4934 47 0 0 20 0 1 0 338640025 572735488 134093 33554432000 4194304 13684479 140734355852832 140734355849144 4880915 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7292/statm: 139828 134093 639 2317 0 137506 0
[pid=7290/tid=7362] ppid=7253 vsize=439516 CPUtime=0 cores=0,2,4,6
/proc/7290/task/7362/stat : 7362 (python) S 7253 7253 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338645009 450064384 7815 33554432000 4194304 5683644 140733919896896 140352686121520 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7363] ppid=7253 vsize=515308 CPUtime=0.07 cores=0,2,4,6
/proc/7363/stat : 7363 (python) S 7253 7253 3621 0 -1 4202560 1139 0 0 0 4 3 0 0 20 0 2 0 338649353 527675392 7822 33554432000 4194304 5683644 140733919896896 140733919888544 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7363/statm: 128827 7822 383 364 0 64041 0
[pid=7365] ppid=7363 vsize=9624972 CPUtime=46.18 cores=0,2,4,6
/proc/7365/stat : 7365 (java) T 7363 7365 7365 0 -1 4202496 22038 0 1 0 4572 46 0 0 20 0 19 0 338649354 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 140735490648800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7365/statm: 2406243 427773 2270 9 0 2396937 0
[pid=7365/tid=7366] ppid=7363 vsize=9624972 CPUtime=43.24 cores=0,2,4,6
/proc/7365/task/7366/stat : 7366 (java) T 7363 7365 7365 0 -1 4202560 3347 0 1 0 4294 30 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702941146496 139702813938393 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7367] ppid=7363 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/7365/task/7367/stat : 7367 (java) T 7363 7365 7365 0 -1 4202560 157 0 0 0 7 2 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702785165736 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7368] ppid=7363 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/7365/task/7368/stat : 7368 (java) T 7363 7365 7365 0 -1 4202560 58 0 0 0 6 1 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702784113192 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7369] ppid=7363 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/7365/task/7369/stat : 7369 (java) T 7363 7365 7365 0 -1 4202560 172 0 0 0 9 1 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702783060136 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7365/tid=7370] ppid=7363 vsize=9624972 CPUtime=0.06 cores=0,2,4,6
/proc/7365/task/7370/stat : 7370 (java) T 7363 7365 7365 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702782007592 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7371] ppid=7363 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/7365/task/7371/stat : 7371 (java) T 7363 7365 7365 0 -1 4202560 175 0 0 0 5 2 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702780955560 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7372] ppid=7363 vsize=9624972 CPUtime=0.06 cores=0,2,4,6
/proc/7365/task/7372/stat : 7372 (java) T 7363 7365 7365 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702779903016 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7373] ppid=7363 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/7365/task/7373/stat : 7373 (java) T 7363 7365 7365 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702778849960 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7374] ppid=7363 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/7365/task/7374/stat : 7374 (java) T 7363 7365 7365 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 19 0 338649355 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702777797416 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7365/tid=7375] ppid=7363 vsize=9624972 CPUtime=0.01 cores=0,2,4,6
/proc/7365/task/7375/stat : 7375 (java) T 7363 7365 7365 0 -1 4202560 739 0 0 0 0 1 0 0 20 0 19 0 338649356 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702765386088 213423011753 0 0 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7376] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7376/stat : 7376 (java) T 7363 7365 7365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338649357 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702764332408 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7377] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7377/stat : 7377 (java) T 7363 7365 7365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 338649357 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702763279240 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7378] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7378/stat : 7378 (java) T 7363 7365 7365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338649359 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702762227984 213423019808 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7365/tid=7379] ppid=7363 vsize=9624972 CPUtime=1.08 cores=0,2,4,6
/proc/7365/task/7379/stat : 7379 (java) T 7363 7365 7365 0 -1 4202560 7631 0 0 0 106 2 0 0 20 0 19 0 338649359 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702761175864 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7380] ppid=7363 vsize=9624972 CPUtime=0.96 cores=0,2,4,6
/proc/7365/task/7380/stat : 7380 (java) T 7363 7365 7365 0 -1 4202560 8192 0 0 0 94 2 0 0 20 0 19 0 338649359 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702760123320 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7381] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7381/stat : 7381 (java) T 7363 7365 7365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338649359 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702759070456 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7365/tid=7382] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7382/stat : 7382 (java) T 7363 7365 7365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338649359 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702758018120 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7365/tid=7383] ppid=7363 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7365/task/7383/stat : 7383 (java) T 7363 7365 7365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338649413 9855971328 427773 33554432000 1073741824 1073778376 140735490657664 139702756963368 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=7363/tid=7388] ppid=7253 vsize=515308 CPUtime=0 cores=0,2,4,6
/proc/7363/task/7388/stat : 7388 (python) S 7253 7253 3621 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338653722 527675392 7822 33554432000 4194304 5683644 140733919896896 140352675631664 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7393] ppid=7253 vsize=591100 CPUtime=0 cores=0,2,4,6
/proc/7393/stat : 7393 (python) S 7253 7253 3621 0 -1 4202560 846 0 0 0 0 0 0 0 20 0 1 0 338658240 605286400 7779 33554432000 4194304 5683644 140733919896896 140733919887984 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 6 0 0 0 0 0
/proc/7393/statm: 147775 7779 335 364 0 82986 0
[pid=7395] ppid=7393 vsize=9558408 CPUtime=0.55 cores=0,2,4,6
/proc/7395/stat : 7395 (java) S 7393 7395 7395 0 -1 4202496 7451 0 1 0 53 2 0 0 20 0 18 0 338658241 9787809792 10391 33554432000 1073741824 1073778376 140733263698224 140733263689360 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7395/statm: 2389602 10391 2216 9 0 2380296 0
[pid=7395/tid=7396] ppid=7393 vsize=9558408 CPUtime=0.26 cores=0,2,4,6
/proc/7395/task/7396/stat : 7396 (java) R 7393 7395 7395 0 -1 4202560 2428 0 1 0 26 0 0 0 20 0 18 0 338658242 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684921925520 213423023373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7395/tid=7397] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7397/stat : 7397 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658243 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684894386856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7398] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7398/stat : 7398 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658243 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684893334312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7395/tid=7399] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7399/stat : 7399 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658243 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684892281768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7395/tid=7400] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7400/stat : 7400 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658243 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684891229224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7395/tid=7401] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7401/stat : 7401 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658243 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684890175656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7402] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7402/stat : 7402 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658243 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684889123112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7395/tid=7403] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7403/stat : 7403 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658243 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684888070568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7404] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7404/stat : 7404 (java) S 7393 7395 7395 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338658243 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684887018024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7405] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7405/stat : 7405 (java) S 7393 7395 7395 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338658244 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684275522152 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7406] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7406/stat : 7406 (java) S 7393 7395 7395 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338658245 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684274468472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7407] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7407/stat : 7407 (java) S 7393 7395 7395 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338658245 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684273415816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7408] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7408/stat : 7408 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658247 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684272364560 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7409] ppid=7393 vsize=9558408 CPUtime=0.14 cores=0,2,4,6
/proc/7395/task/7409/stat : 7409 (java) S 7393 7395 7395 0 -1 4202560 2375 0 0 0 14 0 0 0 20 0 18 0 338658247 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684271310904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7395/tid=7410] ppid=7393 vsize=9558408 CPUtime=0.1 cores=0,2,4,6
/proc/7395/task/7410/stat : 7410 (java) R 7393 7395 7395 0 -1 4202560 1234 0 0 0 10 0 0 0 20 0 18 0 338658247 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684270245888 139684923894232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7395/tid=7411] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7411/stat : 7411 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658247 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684269206008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7395/tid=7412] ppid=7393 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/7395/task/7412/stat : 7412 (java) S 7393 7395 7395 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338658247 9787809792 10392 33554432000 1073741824 1073778376 140733263698224 139684268153672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7253/tid=7260] ppid=7251 vsize=666880 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7260/stat : 7260 (python) S 7251 7253 3621 0 -1 4202560 29 1010 0 0 0 0 0 0 20 0 6 0 338630430 682885120 9361 33554432000 4194304 5683644 140733919896896 140352767504944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7253/tid=7286] ppid=7251 vsize=666880 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7286/stat : 7286 (python) S 7251 7253 3621 0 -1 4202560 24 1010 0 0 0 0 0 0 20 0 6 0 338635308 682885120 9361 33554432000 4194304 5683644 140733919896896 140352686121520 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7253/tid=7291] ppid=7251 vsize=666880 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7291/stat : 7291 (python) S 7251 7253 3621 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338640025 682885120 9361 33554432000 4194304 5683644 140733919896896 140352675631664 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7253/tid=7364] ppid=7251 vsize=666880 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7364/stat : 7364 (python) S 7251 7253 3621 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338649353 682885120 9361 33554432000 4194304 5683644 140733919896896 140352665141808 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7253/tid=7394] ppid=7251 vsize=666880 CPUtime=0 cores=0,2,4,6
/proc/7253/task/7394/stat : 7394 (python) S 7251 7253 3621 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338658240 682885120 9361 33554432000 4194304 5683644 140733919896896 140352654651952 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.54
Current children cumulated vsize (KiB) 23469428

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

Real time (s): 280.656
CPU time (s): 282.54
CPU user time (s): 280.49
CPU system time (s): 2.05
CPU usage (%): 100.671
Max. virtual memory (cumulated for all children) (KiB): 23469428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.968852
system time used= 0.19597
maximum resident set size= 37444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17825
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.08183 second user time and 2.25566 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 14:04:12
IDJOB=3742538
IDBENCH=90201
IDSOLVER=2327
FILE ID=node140/3742538-1338725057
RUNJOBID= node140-1338713222-3637
PBS_JOBID= 14636725
Free space on /tmp= 70524 MiB

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

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

MD5SUM BENCH= d572050902dbd97a5ce685e3ceb3e01a
RANDOM SEED=1824145998

node140.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.094
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.18
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.094
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		: 2667.094
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.094
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:       32873844 kB
MemFree:        26198672 kB
Buffers:          487836 kB
Cached:          4127736 kB
SwapCached:         1620 kB
Active:          2786368 kB
Inactive:        2953004 kB
Active(anon):    1114636 kB
Inactive(anon):    11328 kB
Active(file):    1671732 kB
Inactive(file):  2941676 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105264 kB
Dirty:            102600 kB
Writeback:             0 kB
AnonPages:       1128844 kB
Mapped:            22664 kB
Shmem:                56 kB
Slab:             792744 kB
SReclaimable:     233528 kB
SUnreclaim:       559216 kB
KernelStack:        1528 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1437252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70424 MiB
End job on node140 at 2012-06-03 14:08:56