Trace number 3742278

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.84 280.865

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K126.opb
MD5SUM8617651a414bb8902c12959cc1c92372
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 variables14994
Total number of constraints15248
Number of constraints which are clauses15122
Number of constraints which are cardinality constraints (but not clauses)126
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint126
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 127
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.41/1.24	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.41/1.24	c INFO: solving HOME/instance-3742278-1338724412.opb
0.60/1.41	c INFO: parsing took 0.16 s
0.70/1.74	c INFO: features took 0.33 CPU seconds
0.70/1.77	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.61)
50.94/51.75	c INFO: running clasp-1.3.7@0 for 45 with 1749 remaining (b = 0.43)
98.19/98.91	c INFO: running scip-2.0.1-spx@0 for 45 with 1702 remaining (b = 0.05)
147.55/148.26	c INFO: running scip-2.0.1-clp@49 for 45 with 1653 remaining (b = 0.01)
191.09/191.74	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1610 remaining (b = 0.04)
237.30/235.46	c INFO: running clasp-1.3.7@47 for 45 with 1564 remaining (b = 0.01)
282.59/280.61	c INFO: running sat4j-pb-v20101225@0 for 45 with 1519 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-3742278-1338724412/watcher-3742278-1338724412 -o /tmp/evaluation-result-3742278-1338724412/solver-3742278-1338724412 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742278-1338724412.opb -seed 1968558122 -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.13 2.05 2.12 3/209 7652
/proc/meminfo: memFree=28563920/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/7652/stat : 7652 (python) D 7650 7652 2614 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 338566230 15642624 559 33554432000 4194304 5683644 140734956982992 140734956950936 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 3819 559 324 364 0 261 0

[startup+0.105954 s]
/proc/loadavg: 2.13 2.05 2.12 3/209 7652
/proc/meminfo: memFree=28563920/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=21304 CPUtime=0.03 cores=1,3,5,7
/proc/7652/stat : 7652 (python) R 7650 7652 2614 0 -1 4202496 1411 0 0 0 2 1 0 0 20 0 1 0 338566230 21815296 1165 33554432000 4194304 5683644 140734956982992 140734956922984 240565175184 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 5326 1165 437 364 0 728 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21304

[startup+0.20028 s]
/proc/loadavg: 2.13 2.05 2.12 3/209 7652
/proc/meminfo: memFree=28563920/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=82900 CPUtime=0.06 cores=1,3,5,7
/proc/7652/stat : 7652 (python) D 7650 7652 2614 0 -1 4202496 2656 0 0 0 4 2 0 0 20 0 1 0 338566230 84889600 2197 33554432000 4194304 5683644 140734956982992 140734956954680 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 20725 2197 736 364 0 1353 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 82900

[startup+0.300286 s]
/proc/loadavg: 2.13 2.05 2.12 3/209 7652
/proc/meminfo: memFree=28563920/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=96916 CPUtime=0.11 cores=1,3,5,7
/proc/7652/stat : 7652 (python) D 7650 7652 2614 0 -1 4202496 3960 1011 1 0 8 3 0 0 20 0 1 0 338566230 99241984 2653 33554432000 4194304 5683644 140734956982992 140734956851352 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 24229 2653 823 364 0 1720 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 96916

[startup+0.700286 s]
/proc/loadavg: 2.13 2.05 2.12 3/209 7652
/proc/meminfo: memFree=28563920/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=138344 CPUtime=0.23 cores=1,3,5,7
/proc/7652/stat : 7652 (python) R 7650 7652 2614 0 -1 4202496 6243 1011 1 0 15 8 0 0 20 0 1 0 338566230 141664256 4082 33554432000 4194304 5683644 140734956982992 140734956888712 240564843188 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 34586 4082 1098 364 0 2952 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 138344

[startup+1.50025 s]
/proc/loadavg: 2.13 2.05 2.12 2/210 7657
/proc/meminfo: memFree=28545436/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=287728 CPUtime=0.7 cores=1,3,5,7
/proc/7652/stat : 7652 (python) R 7650 7652 2614 0 -1 4202496 12666 1011 1 0 57 13 0 0 20 0 1 0 338566230 294633472 8684 33554432000 4194304 5683644 140734956982992 140734956973416 240572720933 0 0 16781312 33554434 0 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 71932 8684 1846 364 0 7161 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 287728

[startup+3.10043 s]
/proc/loadavg: 2.13 2.05 2.12 3/213 7660
/proc/meminfo: memFree=28427540/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=363772 CPUtime=0.96 cores=1,3,5,7
/proc/7652/stat : 7652 (python) S 7650 7652 2614 0 -1 4202496 13045 1011 1 0 83 13 0 0 20 0 2 0 338566230 372502528 8835 33554432000 4194304 5683644 140734956982992 140734956977824 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 90943 8835 1902 364 0 26166 0
[pid=7658] ppid=7652 vsize=287992 CPUtime=0 cores=1,3,5,7
/proc/7658/stat : 7658 (python) S 7652 7652 2614 0 -1 4202560 764 0 0 0 0 0 0 0 20 0 1 0 338566407 294903808 7267 33554432000 4194304 5683644 140734956982992 140734956974080 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7658/statm: 71998 7267 340 364 0 7221 0
[pid=7660] ppid=7658 vsize=140792 CPUtime=1.31 cores=1,3,5,7
/proc/7660/stat : 7660 (scip-2.0.1.linu) R 7658 7660 7660 0 -1 4202496 32275 0 0 0 120 11 0 0 20 0 1 0 338566408 144171008 31564 33554432000 4194304 15243407 140733576960128 140733576955512 13229099 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7660/statm: 35198 31564 682 2698 0 32493 0
[pid=7652/tid=7659] ppid=7650 vsize=363772 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7659/stat : 7659 (python) S 7650 7652 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338566407 372502528 8835 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 792556
heavy processes:

[startup+6.30039 s]
/proc/loadavg: 2.12 2.05 2.12 3/213 7660
/proc/meminfo: memFree=28113728/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=363772 CPUtime=0.96 cores=1,3,5,7
/proc/7652/stat : 7652 (python) S 7650 7652 2614 0 -1 4202496 13045 1011 1 0 83 13 0 0 20 0 2 0 338566230 372502528 8835 33554432000 4194304 5683644 140734956982992 140734956977824 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 90943 8835 1902 364 0 26166 0
[pid=7658] ppid=7652 vsize=287992 CPUtime=0 cores=1,3,5,7
/proc/7658/stat : 7658 (python) S 7652 7652 2614 0 -1 4202560 885 0 0 0 0 0 0 0 20 0 1 0 338566407 294903808 7289 33554432000 4194304 5683644 140734956982992 140734956974080 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7658/statm: 71998 7289 362 364 0 7221 0
[pid=7660] ppid=7658 vsize=202368 CPUtime=4.51 cores=1,3,5,7
/proc/7660/stat : 7660 (scip-2.0.1.linu) R 7658 7660 7660 0 -1 4202496 46816 0 0 0 437 14 0 0 20 0 1 0 338566408 207224832 46105 33554432000 4194304 15243407 140733576960128 140733576955512 4880950 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7660/statm: 50592 46105 682 2698 0 47887 0
[pid=7652/tid=7659] ppid=7650 vsize=363772 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7659/stat : 7659 (python) S 7650 7652 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338566407 372502528 8835 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 854132

[startup+12.7004 s]
/proc/loadavg: 2.11 2.05 2.12 3/213 7660
/proc/meminfo: memFree=27278756/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=363772 CPUtime=0.96 cores=1,3,5,7
/proc/7652/stat : 7652 (python) S 7650 7652 2614 0 -1 4202496 13045 1011 1 0 83 13 0 0 20 0 2 0 338566230 372502528 8835 33554432000 4194304 5683644 140734956982992 140734956977824 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 90943 8835 1902 364 0 26166 0
[pid=7658] ppid=7652 vsize=287992 CPUtime=0 cores=1,3,5,7
/proc/7658/stat : 7658 (python) S 7652 7652 2614 0 -1 4202560 892 0 0 0 0 0 0 0 20 0 1 0 338566407 294903808 7289 33554432000 4194304 5683644 140734956982992 140734956974080 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7658/statm: 71998 7289 362 364 0 7221 0
[pid=7660] ppid=7658 vsize=266132 CPUtime=10.91 cores=1,3,5,7
/proc/7660/stat : 7660 (scip-2.0.1.linu) R 7658 7660 7660 0 -1 4202496 61804 0 0 0 1073 18 0 0 20 0 1 0 338566408 272519168 61093 33554432000 4194304 15243407 140733576960128 140733576957048 13277498 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7660/statm: 66533 61093 682 2698 0 63828 0
[pid=7652/tid=7659] ppid=7650 vsize=363772 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7659/stat : 7659 (python) S 7650 7652 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338566407 372502528 8835 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 917896

[startup+25.5004 s]
/proc/loadavg: 2.09 2.05 2.12 3/213 7660
/proc/meminfo: memFree=27163488/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=363772 CPUtime=0.96 cores=1,3,5,7
/proc/7652/stat : 7652 (python) S 7650 7652 2614 0 -1 4202496 13045 1011 1 0 83 13 0 0 20 0 2 0 338566230 372502528 8835 33554432000 4194304 5683644 140734956982992 140734956977824 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 90943 8835 1902 364 0 26166 0
[pid=7658] ppid=7652 vsize=287992 CPUtime=0.03 cores=1,3,5,7
/proc/7658/stat : 7658 (python) S 7652 7652 2614 0 -1 4202560 997 0 0 0 1 2 0 0 20 0 1 0 338566407 294903808 7295 33554432000 4194304 5683644 140734956982992 140734956974080 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7658/statm: 71998 7295 368 364 0 7221 0
[pid=7660] ppid=7658 vsize=370836 CPUtime=23.71 cores=1,3,5,7
/proc/7660/stat : 7660 (scip-2.0.1.linu) R 7658 7660 7660 0 -1 4202496 87884 0 0 0 2340 31 0 0 20 0 1 0 338566408 379736064 87173 33554432000 4194304 15243407 140733576960128 140733576956440 4880923 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7660/statm: 92709 87173 686 2698 0 90004 0
[pid=7652/tid=7659] ppid=7650 vsize=363772 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7659/stat : 7659 (python) S 7650 7652 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338566407 372502528 8835 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 1022600

[startup+51.1005 s]
/proc/loadavg: 2.06 2.04 2.11 3/214 7661
/proc/meminfo: memFree=27039380/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=363772 CPUtime=0.96 cores=1,3,5,7
/proc/7652/stat : 7652 (python) S 7650 7652 2614 0 -1 4202496 13045 1011 1 0 83 13 0 0 20 0 2 0 338566230 372502528 8835 33554432000 4194304 5683644 140734956982992 140734956977824 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 90943 8835 1902 364 0 26166 0
[pid=7658] ppid=7652 vsize=287992 CPUtime=0.08 cores=1,3,5,7
/proc/7658/stat : 7658 (python) S 7652 7652 2614 0 -1 4202560 1014 0 0 0 3 5 0 0 20 0 1 0 338566407 294903808 7295 33554432000 4194304 5683644 140734956982992 140734956974080 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7658/statm: 71998 7295 368 364 0 7221 0
[pid=7660] ppid=7658 vsize=488580 CPUtime=49.29 cores=1,3,5,7
/proc/7660/stat : 7660 (scip-2.0.1.linu) R 7658 7660 7660 0 -1 4202496 117383 0 0 0 4884 45 0 0 20 0 1 0 338566408 500305920 116672 33554432000 4194304 15243407 140733576960128 140733576956424 13277498 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7660/statm: 122145 116672 686 2698 0 119440 0
[pid=7652/tid=7659] ppid=7650 vsize=363772 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7659/stat : 7659 (python) S 7650 7652 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338566407 372502528 8835 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 1140344

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 2.10 3/225 7672
/proc/meminfo: memFree=26401284/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=515356 CPUtime=1.02 cores=1,3,5,7
/proc/7652/stat : 7652 (python) S 7650 7652 2614 0 -1 4202496 14872 1011 1 0 88 14 0 0 20 0 4 0 338566230 527724544 8852 33554432000 4194304 5683644 140734956982992 140734956977824 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 128839 8852 1907 364 0 64056 0
[pid=7658] ppid=7652 vsize=363772 CPUtime=0.08 cores=1,3,5,7
/proc/7658/stat : 7658 (python) S 7652 7652 2614 0 -1 4202560 1153 0 0 0 3 5 0 0 20 0 2 0 338566407 372502528 7330 33554432000 4194304 5683644 140734956982992 140734956974640 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7658/statm: 90943 7330 396 364 0 26166 0
[pid=7660] ppid=7658 vsize=490608 CPUtime=49.93 cores=1,3,5,7
/proc/7660/stat : 7660 (scip-2.0.1.linu) T 7658 7660 7660 0 -1 4202496 117892 0 0 0 4947 46 0 0 20 0 1 0 338566408 502382592 117181 33554432000 4194304 15243407 140733576960128 140733576956440 4880923 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7660/statm: 122652 117181 686 2698 0 119947 0
[pid=7658/tid=7662] ppid=7652 vsize=363772 CPUtime=0 cores=1,3,5,7
/proc/7658/task/7662/stat : 7662 (python) S 7652 7652 2614 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338571403 372502528 7330 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7663] ppid=7652 vsize=363784 CPUtime=0.08 cores=1,3,5,7
/proc/7663/stat : 7663 (python) S 7652 7652 2614 0 -1 4202560 1078 0 0 0 4 4 0 0 20 0 2 0 338571405 372514816 7317 33554432000 4194304 5683644 140734956982992 140734956974640 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7663/statm: 90946 7317 383 364 0 26166 0
[pid=7665] ppid=7663 vsize=17108 CPUtime=47.1 cores=1,3,5,7
/proc/7665/stat : 7665 (clasp-1.3.7-x86) T 7663 7665 7665 0 -1 4202496 4507 0 0 0 4710 0 0 0 20 0 1 0 338571406 17518592 4023 33554432000 134512640 136139019 4294812256 4294811008 134871042 0 0 16781312 16386 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 4277 4023 182 398 0 3877 0
[pid=7663/tid=7669] ppid=7652 vsize=363784 CPUtime=0 cores=1,3,5,7
/proc/7663/task/7669/stat : 7669 (python) S 7652 7652 2614 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 2 0 338576119 372514816 7317 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7670] ppid=7652 vsize=439576 CPUtime=0 cores=1,3,5,7
/proc/7670/stat : 7670 (python) S 7652 7652 2614 0 -1 4202560 805 0 0 0 0 0 0 0 20 0 1 0 338576122 450125824 7274 33554432000 4194304 5683644 140734956982992 140734956974080 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/7670/statm: 109894 7274 335 364 0 45111 0
[pid=7672] ppid=7670 vsize=185856 CPUtime=3.37 cores=1,3,5,7
/proc/7672/stat : 7672 (scip-2.0.1.linu) R 7670 7672 7672 0 -1 4202496 43197 0 0 0 326 11 0 0 20 0 1 0 338576122 190316544 42474 33554432000 4194304 13684479 140735842090736 140735842086120 4880960 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/7672/statm: 46464 42474 635 2317 0 44142 0
[pid=7652/tid=7659] ppid=7650 vsize=515356 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7659/stat : 7659 (python) S 7650 7652 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 4 0 338566407 527724544 8852 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7652/tid=7664] ppid=7650 vsize=515356 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7664/stat : 7664 (python) S 7650 7652 2614 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 4 0 338571406 527724544 8852 33554432000 4194304 5683644 140734956982992 140214873182768 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7652/tid=7671] ppid=7650 vsize=515356 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7671/stat : 7671 (python) S 7650 7652 2614 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 4 0 338576122 527724544 8852 33554432000 4194304 5683644 140734956982992 140214862692912 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 2376060

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.09 3/192 7742
/proc/meminfo: memFree=29682736/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=515356 CPUtime=1.04 cores=1,3,5,7

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

[pid=7749/tid=7763] ppid=7747 vsize=9624972 CPUtime=1.1 cores=1,3,5,7
/proc/7749/task/7763/stat : 7763 (java) S 7747 7749 7749 0 -1 4202560 9167 0 0 0 108 2 0 0 20 0 19 0 338585412 9855971328 428758 33554432000 1073741824 1073778376 140735532333408 140425300794168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7749/tid=7764] ppid=7747 vsize=9624972 CPUtime=0.85 cores=1,3,5,7
/proc/7749/task/7764/stat : 7764 (java) S 7747 7749 7749 0 -1 4202560 4258 0 0 0 83 2 0 0 20 0 19 0 338585412 9855971328 428758 33554432000 1073741824 1073778376 140735532333408 140425299741624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7765] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7765/stat : 7765 (java) S 7747 7749 7749 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338585412 9855971328 428758 33554432000 1073741824 1073778376 140735532333408 140424425499384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7749/tid=7766] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7766/stat : 7766 (java) S 7747 7749 7749 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338585412 9855971328 428758 33554432000 1073741824 1073778376 140735532333408 140424424447048 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7767] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7767/stat : 7767 (java) S 7747 7749 7749 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338585464 9855971328 428758 33554432000 1073741824 1073778376 140735532333408 140424423392296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7652/tid=7659] ppid=7650 vsize=591148 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7659/stat : 7659 (python) S 7650 7652 2614 0 -1 4202560 31 1011 0 0 0 0 0 0 20 0 5 0 338566407 605335552 9368 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7652/tid=7664] ppid=7650 vsize=591148 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7664/stat : 7664 (python) S 7650 7652 2614 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 5 0 338571406 605335552 9368 33554432000 4194304 5683644 140734956982992 140214873182768 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7652/tid=7671] ppid=7650 vsize=591148 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7671/stat : 7671 (python) S 7650 7652 2614 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 5 0 338576122 605335552 9368 33554432000 4194304 5683644 140734956982992 140214862692912 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7652/tid=7748] ppid=7650 vsize=591148 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7748/stat : 7748 (python) S 7650 7652 2614 0 -1 4202560 19 1011 0 0 0 0 0 0 20 0 5 0 338585405 605335552 9368 33554432000 4194304 5683644 140734956982992 140214643188272 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 224.08
Current children cumulated vsize (KiB) 13096312



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+280.801 s]
/proc/loadavg: 2.01 2.02 2.08 5/243 7794
/proc/meminfo: memFree=26973100/32873844 swapFree=7116/7116
[pid=7652] ppid=7650 vsize=666940 CPUtime=1.12 cores=1,3,5,7
/proc/7652/stat : 7652 (python) S 7650 7652 2614 0 -1 4202496 16805 1011 1 0 97 15 0 0 20 0 6 0 338566230 682946560 9376 33554432000 4194304 5683644 140734956982992 140734956977824 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7652/statm: 166735 9376 1911 364 0 101946 0
[pid=7658] ppid=7652 vsize=363772 CPUtime=0.16 cores=1,3,5,7
/proc/7658/stat : 7658 (python) S 7652 7652 2614 0 -1 4202560 1190 0 0 0 8 8 0 0 20 0 2 0 338566407 372502528 7331 33554432000 4194304 5683644 140734956982992 140734956974640 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7658/statm: 90943 7331 397 364 0 26166 0
[pid=7660] ppid=7658 vsize=691208 CPUtime=93.35 cores=1,3,5,7
/proc/7660/stat : 7660 (scip-2.0.1.linu) T 7658 7660 7660 0 -1 4202496 167612 0 0 0 9264 71 0 0 20 0 1 0 338566408 707796992 168036 33554432000 4194304 15243407 140733576960128 140733576956440 4865632 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/7660/statm: 172802 168036 686 2698 0 170097 0
[pid=7658/tid=7662] ppid=7652 vsize=363772 CPUtime=0 cores=1,3,5,7
/proc/7658/task/7662/stat : 7662 (python) S 7652 7652 2614 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338571403 372502528 7331 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7663] ppid=7652 vsize=363784 CPUtime=0.16 cores=1,3,5,7
/proc/7663/stat : 7663 (python) S 7652 7652 2614 0 -1 4202560 1140 0 0 0 8 8 0 0 20 0 2 0 338571405 372514816 7317 33554432000 4194304 5683644 140734956982992 140734956974640 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7663/statm: 90946 7317 383 364 0 26166 0
[pid=7665] ppid=7663 vsize=29916 CPUtime=92.23 cores=1,3,5,7
/proc/7665/stat : 7665 (clasp-1.3.7-x86) T 7663 7665 7665 0 -1 4202496 7701 0 0 0 9222 1 0 0 20 0 1 0 338571406 30633984 7217 33554432000 134512640 136139019 4294812256 4294811120 134608320 0 0 16781312 16386 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/7665/statm: 7479 7217 182 398 0 7079 0
[pid=7663/tid=7669] ppid=7652 vsize=363784 CPUtime=0 cores=1,3,5,7
/proc/7663/task/7669/stat : 7669 (python) S 7652 7652 2614 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 2 0 338576119 372514816 7317 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7670] ppid=7652 vsize=439576 CPUtime=0.08 cores=1,3,5,7
/proc/7670/stat : 7670 (python) S 7652 7652 2614 0 -1 4202560 1112 0 0 0 4 4 0 0 20 0 2 0 338576122 450125824 7323 33554432000 4194304 5683644 140734956982992 140734956974640 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7670/statm: 109894 7323 383 364 0 45111 0
[pid=7672] ppid=7670 vsize=489376 CPUtime=49.29 cores=1,3,5,7
/proc/7672/stat : 7672 (scip-2.0.1.linu) T 7670 7672 7672 0 -1 4202496 117592 0 0 0 4888 41 0 0 20 0 1 0 338576122 501121024 116869 33554432000 4194304 13684479 140735842090736 140735842087048 4880943 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/7672/statm: 122344 116869 639 2317 0 120022 0
[pid=7670/tid=7742] ppid=7652 vsize=439576 CPUtime=0 cores=1,3,5,7
/proc/7670/task/7742/stat : 7742 (python) S 7652 7652 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338581054 450125824 7323 33554432000 4194304 5683644 140734956982992 140214873182768 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7747] ppid=7652 vsize=515368 CPUtime=0.07 cores=1,3,5,7
/proc/7747/stat : 7747 (python) S 7652 7652 2614 0 -1 4202560 1129 0 0 0 4 3 0 0 20 0 2 0 338585404 527736832 7329 33554432000 4194304 5683644 140734956982992 140734956974640 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7747/statm: 128842 7329 383 364 0 64056 0
[pid=7749] ppid=7747 vsize=9624972 CPUtime=46.14 cores=1,3,5,7
/proc/7749/stat : 7749 (java) T 7747 7749 7749 0 -1 4202496 19607 0 1 0 4567 47 0 0 20 0 19 0 338585405 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140735532324544 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7749/statm: 2406243 425660 2269 9 0 2396937 0
[pid=7749/tid=7750] ppid=7747 vsize=9624972 CPUtime=43.34 cores=1,3,5,7
/proc/7749/task/7750/stat : 7750 (java) T 7747 7749 7749 0 -1 4202560 3265 0 1 0 4304 30 0 0 20 0 19 0 338585406 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425480813648 140425315688735 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=7749/tid=7751] ppid=7747 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/7749/task/7751/stat : 7751 (java) T 7747 7749 7749 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 338585408 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425442306472 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7752] ppid=7747 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/7749/task/7752/stat : 7752 (java) T 7747 7749 7749 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 338585408 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425441253928 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7749/tid=7753] ppid=7747 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/7749/task/7753/stat : 7753 (java) T 7747 7749 7749 0 -1 4202560 166 0 0 0 5 1 0 0 20 0 19 0 338585408 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425440200872 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7754] ppid=7747 vsize=9624972 CPUtime=0.05 cores=1,3,5,7
/proc/7749/task/7754/stat : 7754 (java) T 7747 7749 7749 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 338585408 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425439148328 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7755] ppid=7747 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/7749/task/7755/stat : 7755 (java) T 7747 7749 7749 0 -1 4202560 158 0 0 0 6 1 0 0 20 0 19 0 338585408 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425438096296 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7749/tid=7756] ppid=7747 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/7749/task/7756/stat : 7756 (java) T 7747 7749 7749 0 -1 4202560 163 0 0 0 8 2 0 0 20 0 19 0 338585408 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425437043752 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7757] ppid=7747 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/7749/task/7757/stat : 7757 (java) T 7747 7749 7749 0 -1 4202560 137 0 0 0 4 2 0 0 20 0 19 0 338585408 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425435990696 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7749/tid=7758] ppid=7747 vsize=9624972 CPUtime=0.06 cores=1,3,5,7
/proc/7749/task/7758/stat : 7758 (java) T 7747 7749 7749 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 338585408 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425434938152 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7749/tid=7759] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7759/stat : 7759 (java) T 7747 7749 7749 0 -1 4202560 740 0 0 0 0 0 0 0 20 0 19 0 338585409 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425305004392 240568547241 0 0 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7760] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7760/stat : 7760 (java) T 7747 7749 7749 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338585409 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425303950712 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7749/tid=7761] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7761/stat : 7761 (java) T 7747 7749 7749 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 338585409 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425302897544 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7749/tid=7762] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7762/stat : 7762 (java) T 7747 7749 7749 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338585412 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425301846288 240568555296 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=7749/tid=7763] ppid=7747 vsize=9624972 CPUtime=1.1 cores=1,3,5,7
/proc/7749/task/7763/stat : 7763 (java) T 7747 7749 7749 0 -1 4202560 9167 0 0 0 108 2 0 0 20 0 19 0 338585412 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425300794168 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7749/tid=7764] ppid=7747 vsize=9624972 CPUtime=0.85 cores=1,3,5,7
/proc/7749/task/7764/stat : 7764 (java) T 7747 7749 7749 0 -1 4202560 4259 0 0 0 83 2 0 0 20 0 19 0 338585412 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140425299741624 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7765] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7765/stat : 7765 (java) T 7747 7749 7749 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338585412 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140424425499384 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=7749/tid=7766] ppid=7747 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/7749/task/7766/stat : 7766 (java) T 7747 7749 7749 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 338585412 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140424424447048 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7749/tid=7767] ppid=7747 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/7749/task/7767/stat : 7767 (java) T 7747 7749 7749 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338585464 9855971328 425660 33554432000 1073741824 1073778376 140735532333408 140424423392296 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=7747/tid=7772] ppid=7652 vsize=515368 CPUtime=0 cores=1,3,5,7
/proc/7747/task/7772/stat : 7772 (python) S 7652 7652 2614 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338589774 527736832 7329 33554432000 4194304 5683644 140734956982992 140214862692912 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7775] ppid=7652 vsize=591160 CPUtime=0 cores=1,3,5,7
/proc/7775/stat : 7775 (python) S 7652 7652 2614 0 -1 4202560 856 0 0 0 0 0 0 0 20 0 1 0 338594292 605347840 7794 33554432000 4194304 5683644 140734956982992 140734956974080 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/7775/statm: 147790 7794 335 364 0 83001 0
[pid=7777] ppid=7775 vsize=9558408 CPUtime=0.24 cores=1,3,5,7
/proc/7777/stat : 7777 (java) S 7775 7777 7777 0 -1 4202496 5114 0 1 0 23 1 0 0 20 0 18 0 338594293 9787809792 7007 33554432000 1073741824 1073778376 140735391429472 140735391420608 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7777/statm: 2389602 7007 2195 9 0 2380296 0
[pid=7777/tid=7778] ppid=7775 vsize=9558408 CPUtime=0.15 cores=1,3,5,7
/proc/7777/task/7778/stat : 7778 (java) R 7775 7777 7777 0 -1 4202560 2424 0 1 0 15 0 0 0 20 0 18 0 338594294 9787809792 7018 33554432000 1073741824 1073778376 140735391429472 139851610102704 139851466865220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7777/tid=7779] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7779/stat : 7779 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594295 9787809792 7018 33554432000 1073741824 1073778376 140735391429472 139851588205480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7780] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7780/stat : 7780 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594295 9787809792 7018 33554432000 1073741824 1073778376 140735391429472 139851587152936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7777/tid=7781] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7781/stat : 7781 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594295 9787809792 7018 33554432000 1073741824 1073778376 140735391429472 139851586099880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7777/tid=7782] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7782/stat : 7782 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594295 9787809792 7018 33554432000 1073741824 1073778376 140735391429472 139851248692008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7777/tid=7783] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7783/stat : 7783 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594295 9787809792 7018 33554432000 1073741824 1073778376 140735391429472 139851247638952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7784] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7784/stat : 7784 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594295 9787809792 7018 33554432000 1073741824 1073778376 140735391429472 139851246586408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7777/tid=7785] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7785/stat : 7785 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594295 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851245533352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7786] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7786/stat : 7786 (java) S 7775 7777 7777 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338594295 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851244480808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7787] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7787/stat : 7787 (java) S 7775 7777 7777 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338594296 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851232283496 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7788] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7788/stat : 7788 (java) S 7775 7777 7777 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338594297 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851231229816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7789] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7789/stat : 7789 (java) S 7775 7777 7777 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338594297 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851230176648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7790] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7790/stat : 7790 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594300 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851229125392 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7791] ppid=7775 vsize=9558408 CPUtime=0.04 cores=1,3,5,7
/proc/7777/task/7791/stat : 7791 (java) R 7775 7777 7777 0 -1 4202560 741 0 0 0 4 0 0 0 20 0 18 0 338594300 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851228059816 139851611916921 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7777/tid=7792] ppid=7775 vsize=9558408 CPUtime=0.02 cores=1,3,5,7
/proc/7777/task/7792/stat : 7792 (java) R 7775 7777 7777 0 -1 4202560 547 0 0 0 2 0 0 0 20 0 18 0 338594300 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851227019704 139851616256663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7777/tid=7793] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7793/stat : 7793 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594300 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851225966840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7777/tid=7794] ppid=7775 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/7777/task/7794/stat : 7794 (java) S 7775 7777 7777 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338594300 9787809792 7008 33554432000 1073741824 1073778376 140735391429472 139851224914504 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7652/tid=7659] ppid=7650 vsize=666940 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7659/stat : 7659 (python) S 7650 7652 2614 0 -1 4202560 31 1011 0 0 0 0 0 0 20 0 6 0 338566407 682946560 9376 33554432000 4194304 5683644 140734956982992 140214883672624 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7652/tid=7664] ppid=7650 vsize=666940 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7664/stat : 7664 (python) S 7650 7652 2614 0 -1 4202560 28 1011 0 0 0 0 0 0 20 0 6 0 338571406 682946560 9376 33554432000 4194304 5683644 140734956982992 140214873182768 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7652/tid=7671] ppid=7650 vsize=666940 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7671/stat : 7671 (python) S 7650 7652 2614 0 -1 4202560 22 1011 0 0 0 0 0 0 20 0 6 0 338576122 682946560 9376 33554432000 4194304 5683644 140734956982992 140214862692912 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7652/tid=7748] ppid=7650 vsize=666940 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7748/stat : 7748 (python) S 7650 7652 2614 0 -1 4202560 19 1011 0 0 0 0 0 0 20 0 6 0 338585405 682946560 9376 33554432000 4194304 5683644 140734956982992 140214643188272 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7652/tid=7776] ppid=7650 vsize=666940 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7776/stat : 7776 (python) S 7650 7652 2614 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 338594292 682946560 9376 33554432000 4194304 5683644 140734956982992 140214632698416 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.84
Current children cumulated vsize (KiB) 23334480

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

Real time (s): 280.865
CPU time (s): 282.84
CPU user time (s): 280.85
CPU system time (s): 1.99
CPU usage (%): 100.703
Max. virtual memory (cumulated for all children) (KiB): 23334480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.976851
system time used= 0.161975
maximum resident set size= 37504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17816
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= 2053
involuntary context switches= 13

runsolver used 1.16182 second user time and 2.46462 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 13:53:32
IDJOB=3742278
IDBENCH=90146
IDSOLVER=2327
FILE ID=node146/3742278-1338724412
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_K126.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-3742278-1338724412/watcher-3742278-1338724412 -o /tmp/evaluation-result-3742278-1338724412/solver-3742278-1338724412 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742278-1338724412.opb -seed 1968558122 -budget 1800

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

MD5SUM BENCH= 8617651a414bb8902c12959cc1c92372
RANDOM SEED=1968558122

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:        28564448 kB
Buffers:          286512 kB
Cached:           614960 kB
SwapCached:         1792 kB
Active:          3165572 kB
Inactive:         303760 kB
Active(anon):    2568716 kB
Inactive(anon):     1724 kB
Active(file):     596856 kB
Inactive(file):   302036 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            102904 kB
Writeback:             0 kB
AnonPages:       2492340 kB
Mapped:            30232 kB
Shmem:                60 kB
Slab:             682836 kB
SReclaimable:     121204 kB
SUnreclaim:       561632 kB
KernelStack:        1704 kB
PageTables:        12132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4352096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    978944 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 13:58:14