Trace number 3742499

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: borg pb-dec-11.04.03? (MO) 285.46 282.657

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
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 variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
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 153
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.32/1.28	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.32/1.28	c INFO: solving HOME/instance-3742499-1338724988.opb
0.49/1.47	c INFO: parsing took 0.19 s
0.89/1.83	c INFO: features took 0.35 CPU seconds
0.89/1.86	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.60)
49.93/50.82	c INFO: running clasp-1.3.7@0 for 45 with 1750 remaining (b = 0.43)
97.05/97.98	c INFO: running scip-2.0.1-clp@0 for 45 with 1703 remaining (b = 0.09)
146.78/147.68	c INFO: running scip-2.0.1-clp@49 for 45 with 1654 remaining (b = 0.01)
192.16/192.94	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1609 remaining (b = 0.04)
238.39/236.67	c INFO: running clasp-1.3.7@47 for 45 with 1563 remaining (b = 0.01)
283.66/281.81	c INFO: running sat4j-pb-v20101225@0 for 45 with 1518 remaining (b = 0.15)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742499-1338724988/watcher-3742499-1338724988 -o /tmp/evaluation-result-3742499-1338724988/solver-3742499-1338724988 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742499-1338724988.opb -seed 1707671534 -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: 2.07 2.04 2.04 2/209 3004
/proc/meminfo: memFree=24355240/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/3004/stat : 3004 (python) D 3002 3004 27000 0 -1 4202496 672 0 0 0 0 0 0 0 20 0 1 0 338626294 15642624 559 33554432000 4194304 5683644 140734285594080 140734285562024 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 3819 559 324 364 0 261 0

[startup+0.0500819 s]
/proc/loadavg: 2.07 2.04 2.04 2/209 3004
/proc/meminfo: memFree=24355240/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=16432 CPUtime=0.01 cores=0,2,4,6
/proc/3004/stat : 3004 (python) R 3002 3004 27000 0 -1 4202496 1112 0 0 0 1 0 0 0 20 0 1 0 338626294 16826368 931 33554432000 4194304 5683644 140734285594080 140734285576232 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 4108 932 392 364 0 550 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16432

[startup+0.100252 s]
/proc/loadavg: 2.07 2.04 2.04 2/209 3004
/proc/meminfo: memFree=24355240/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=19080 CPUtime=0.02 cores=0,2,4,6
/proc/3004/stat : 3004 (python) R 3002 3004 27000 0 -1 4202496 1394 0 0 0 2 0 0 0 20 0 1 0 338626294 19537920 1148 33554432000 4194304 5683644 140734285594080 140734285524584 4438536 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 4770 1148 430 364 0 694 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19080

[startup+0.300297 s]
/proc/loadavg: 2.07 2.04 2.04 2/209 3004
/proc/meminfo: memFree=24355240/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=96892 CPUtime=0.1 cores=0,2,4,6
/proc/3004/stat : 3004 (python) D 3002 3004 27000 0 -1 4202496 3913 1010 1 0 8 2 0 0 20 0 1 0 338626294 99217408 2647 33554432000 4194304 5683644 140734285594080 140734285498312 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 24223 2647 822 364 0 1714 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 96892

[startup+0.700274 s]
/proc/loadavg: 2.07 2.04 2.04 2/209 3004
/proc/meminfo: memFree=24355240/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=122476 CPUtime=0.19 cores=0,2,4,6
/proc/3004/stat : 3004 (python) D 3002 3004 27000 0 -1 4202496 6051 1010 1 0 14 5 0 0 20 0 1 0 338626294 125415424 3913 33554432000 4194304 5683644 140734285594080 140734285512040 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 30619 3913 1015 364 0 2862 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 122476

[startup+1.50023 s]
/proc/loadavg: 2.07 2.04 2.04 2/210 3009
/proc/meminfo: memFree=24344184/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=289136 CPUtime=0.59 cores=0,2,4,6
/proc/3004/stat : 3004 (python) R 3002 3004 27000 0 -1 4202496 13232 1010 1 0 51 8 0 0 20 0 1 0 338626294 296075264 9034 33554432000 4194304 5683644 140734285594080 140734285587576 4623672 0 0 16781312 33554434 0 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 72284 9034 1846 364 0 7513 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 289136

[startup+3.10034 s]
/proc/loadavg: 2.07 2.04 2.04 3/213 3012
/proc/meminfo: memFree=24280920/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=365372 CPUtime=0.95 cores=0,2,4,6
/proc/3004/stat : 3004 (python) S 3002 3004 27000 0 -1 4202496 13631 1010 1 0 86 9 0 0 20 0 2 0 338626294 374140928 9206 33554432000 4194304 5683644 140734285594080 140734285588912 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 91343 9206 1902 364 0 26566 0
[pid=3010] ppid=3004 vsize=289592 CPUtime=0 cores=0,2,4,6
/proc/3010/stat : 3010 (python) S 3004 3004 27000 0 -1 4202560 760 0 0 0 0 0 0 0 20 0 1 0 338626480 296542208 7638 33554432000 4194304 5683644 140734285594080 140734285585168 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 72398 7638 340 364 0 7621 0
[pid=3012] ppid=3010 vsize=152392 CPUtime=1.22 cores=0,2,4,6
/proc/3012/stat : 3012 (scip-2.0.1.linu) R 3010 3012 3012 0 -1 4202496 35363 0 0 0 113 9 0 0 20 0 1 0 338626480 156049408 34645 33554432000 4194304 13684479 140735222473984 140735222469368 4880950 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/3012/statm: 38098 34645 635 2317 0 35776 0
[pid=3004/tid=3011] ppid=3002 vsize=365372 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3011/stat : 3011 (python) S 3002 3004 27000 0 -1 4202560 26 1010 0 0 0 0 0 0 20 0 2 0 338626480 374140928 9206 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 807356
heavy processes:

[startup+6.30033 s]
/proc/loadavg: 2.15 2.05 2.04 3/213 3012
/proc/meminfo: memFree=24135476/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=365372 CPUtime=0.95 cores=0,2,4,6
/proc/3004/stat : 3004 (python) S 3002 3004 27000 0 -1 4202496 13631 1010 1 0 86 9 0 0 20 0 2 0 338626294 374140928 9206 33554432000 4194304 5683644 140734285594080 140734285588912 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 91343 9206 1902 364 0 26566 0
[pid=3010] ppid=3004 vsize=289592 CPUtime=0 cores=0,2,4,6
/proc/3010/stat : 3010 (python) S 3004 3004 27000 0 -1 4202560 891 0 0 0 0 0 0 0 20 0 1 0 338626480 296542208 7661 33554432000 4194304 5683644 140734285594080 140734285585168 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/3010/statm: 72398 7661 363 364 0 7621 0
[pid=3012] ppid=3010 vsize=230988 CPUtime=4.43 cores=0,2,4,6
/proc/3012/stat : 3012 (scip-2.0.1.linu) R 3010 3012 3012 0 -1 4202496 53694 0 0 0 431 12 0 0 20 0 1 0 338626480 236531712 52976 33554432000 4194304 13684479 140735222473984 140735222469368 4880912 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/3012/statm: 57747 52976 635 2317 0 55425 0
[pid=3004/tid=3011] ppid=3002 vsize=365372 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3011/stat : 3011 (python) S 3002 3004 27000 0 -1 4202560 26 1010 0 0 0 0 0 0 20 0 2 0 338626480 374140928 9206 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 885952

[startup+12.7004 s]
/proc/loadavg: 2.13 2.05 2.04 3/214 3013
/proc/meminfo: memFree=24068472/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=365372 CPUtime=0.95 cores=0,2,4,6
/proc/3004/stat : 3004 (python) S 3002 3004 27000 0 -1 4202496 13631 1010 1 0 86 9 0 0 20 0 2 0 338626294 374140928 9206 33554432000 4194304 5683644 140734285594080 140734285588912 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 91343 9206 1902 364 0 26566 0
[pid=3010] ppid=3004 vsize=289592 CPUtime=0.01 cores=0,2,4,6
/proc/3010/stat : 3010 (python) S 3004 3004 27000 0 -1 4202560 894 0 0 0 1 0 0 0 20 0 1 0 338626480 296542208 7661 33554432000 4194304 5683644 140734285594080 140734285585168 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/3010/statm: 72398 7661 363 364 0 7621 0
[pid=3012] ppid=3010 vsize=284976 CPUtime=10.82 cores=0,2,4,6
/proc/3012/stat : 3012 (scip-2.0.1.linu) R 3010 3012 3012 0 -1 4202496 66766 0 0 0 1068 14 0 0 20 0 1 0 338626480 291815424 66048 33554432000 4194304 13684479 140735222473984 140735222470296 4534509 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/3012/statm: 71244 66048 635 2317 0 68922 0
[pid=3004/tid=3011] ppid=3002 vsize=365372 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3011/stat : 3011 (python) S 3002 3004 27000 0 -1 4202560 26 1010 0 0 0 0 0 0 20 0 2 0 338626480 374140928 9206 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 939940

[startup+25.5004 s]
/proc/loadavg: 2.10 2.05 2.04 3/214 3013
/proc/meminfo: memFree=23951724/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=365372 CPUtime=0.95 cores=0,2,4,6
/proc/3004/stat : 3004 (python) S 3002 3004 27000 0 -1 4202496 13631 1010 1 0 86 9 0 0 20 0 2 0 338626294 374140928 9206 33554432000 4194304 5683644 140734285594080 140734285588912 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 91343 9206 1902 364 0 26566 0
[pid=3010] ppid=3004 vsize=289592 CPUtime=0.03 cores=0,2,4,6
/proc/3010/stat : 3010 (python) S 3004 3004 27000 0 -1 4202560 1000 0 0 0 2 1 0 0 20 0 1 0 338626480 296542208 7666 33554432000 4194304 5683644 140734285594080 140734285585168 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/3010/statm: 72398 7666 368 364 0 7621 0
[pid=3012] ppid=3010 vsize=403736 CPUtime=23.62 cores=0,2,4,6
/proc/3012/stat : 3012 (scip-2.0.1.linu) R 3010 3012 3012 0 -1 4202496 96179 0 0 0 2336 26 0 0 20 0 1 0 338626480 413425664 95461 33554432000 4194304 13684479 140735222473984 140735222470296 11065640 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/3012/statm: 100934 95461 639 2317 0 98612 0
[pid=3004/tid=3011] ppid=3002 vsize=365372 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3011/stat : 3011 (python) S 3002 3004 27000 0 -1 4202560 26 1010 0 0 0 0 0 0 20 0 2 0 338626480 374140928 9206 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 24.6
Current children cumulated vsize (KiB) 1058700

[startup+51.1003 s]
/proc/loadavg: 2.07 2.04 2.04 3/214 3013
/proc/meminfo: memFree=23797972/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=441164 CPUtime=0.98 cores=0,2,4,6
/proc/3004/stat : 3004 (python) S 3002 3004 27000 0 -1 4202496 14522 1010 1 0 89 9 0 0 20 0 3 0 338626294 451751936 9215 33554432000 4194304 5683644 140734285594080 140734285588912 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 110291 9215 1905 364 0 45511 0
[pid=3010] ppid=3004 vsize=365372 CPUtime=0.07 cores=0,2,4,6
/proc/3010/stat : 3010 (python) S 3004 3004 27000 0 -1 4202560 1153 0 0 0 4 3 0 0 20 0 2 0 338626480 374140928 7701 33554432000 4194304 5683644 140734285594080 140734285585728 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3010/statm: 91343 7701 396 364 0 26566 0
[pid=3012] ppid=3010 vsize=540632 CPUtime=48.91 cores=0,2,4,6
/proc/3012/stat : 3012 (scip-2.0.1.linu) T 3010 3012 3012 0 -1 4202496 130396 0 0 0 4852 39 0 0 20 0 1 0 338626480 553607168 129678 33554432000 4194304 13684479 140735222473984 140735222470296 4520311 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/3012/statm: 135158 129678 639 2317 0 132836 0
[pid=3004/tid=3011] ppid=3002 vsize=441164 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3011/stat : 3011 (python) S 3002 3004 27000 0 -1 4202560 26 1010 0 0 0 0 0 0 20 0 3 0 338626480 451751936 9215 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 1347168

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.04 3/191 3090
/proc/meminfo: memFree=25629936/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=516956 CPUtime=1 cores=0,2,4,6
/proc/3004/stat : 3004 (python) S 3002 3004 27000 0 -1 4202496 15464 1010 1 0 91 9 0 0 20 0 4 0 338626294 529362944 9223 33554432000 4194304 5683644 140734285594080 140734285588912 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3004/statm: 129239 9223 1907 364 0 64456 0
[pid=3010] ppid=3004 vsize=365372 CPUtime=0.07 cores=0,2,4,6
/proc/3010/stat : 3010 (python) S 3004 3004 27000 0 -1 4202560 1153 0 0 0 4 3 0 0 20 0 2 0 338626480 374140928 7701 33554432000 4194304 5683644 140734285594080 140734285585728 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3010/statm: 91343 7701 396 364 0 26566 0
[pid=3012] ppid=3010 vsize=540632 CPUtime=48.91 cores=0,2,4,6
/proc/3012/stat : 3012 (scip-2.0.1.linu) T 3010 3012 3012 0 -1 4202496 130396 0 0 0 4852 39 0 0 20 0 1 0 338626480 553607168 129678 33554432000 4194304 13684479 140735222473984 140735222470296 4520311 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/3012/statm: 135158 129678 639 2317 0 132836 0
[pid=3010/tid=3014] ppid=3004 vsize=365372 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (python) S 3004 3004 27000 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338631374 374140928 7701 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3015] ppid=3004 vsize=365384 CPUtime=0.06 cores=0,2,4,6
/proc/3015/stat : 3015 (python) S 3004 3004 27000 0 -1 4202560 1093 0 0 0 4 2 0 0 20 0 2 0 338631376 374153216 7688 33554432000 4194304 5683644 140734285594080 140734285585728 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3015/statm: 91346 7688 383 364 0 26566 0
[pid=3017] ppid=3015 vsize=14536 CPUtime=47.08 cores=0,2,4,6
/proc/3017/stat : 3017 (clasp-1.3.7-x86) T 3015 3017 3017 0 -1 4202496 3927 0 0 0 4708 0 0 0 20 0 1 0 338631376 14884864 3394 33554432000 134512640 136139019 4291125968 4291124944 134883787 0 0 16781312 16386 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/3017/statm: 3634 3394 182 398 0 3234 0
[pid=3015/tid=3087] ppid=3004 vsize=365384 CPUtime=0 cores=0,2,4,6
/proc/3015/task/3087/stat : 3087 (python) S 3004 3004 27000 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338636089 374153216 7688 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3088] ppid=3004 vsize=441176 CPUtime=0 cores=0,2,4,6
/proc/3088/stat : 3088 (python) S 3004 3004 27000 0 -1 4202560 929 0 0 0 0 0 0 0 20 0 1 0 338636092 451764224 7668 33554432000 4194304 5683644 140734285594080 140734285585168 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 110294 7668 358 364 0 45511 0
[pid=3090] ppid=3088 vsize=232220 CPUtime=4.31 cores=0,2,4,6
/proc/3090/stat : 3090 (scip-2.0.1.linu) R 3088 3090 3090 0 -1 4202496 53741 0 0 0 419 12 0 0 20 0 1 0 338636092 237793280 53025 33554432000 4194304 15243407 140734924501664 140734924497048 4880950 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/3090/statm: 58055 53025 682 2698 0 55350 0
[pid=3004/tid=3011] ppid=3002 vsize=516956 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3011/stat : 3011 (python) S 3002 3004 27000 0 -1 4202560 26 1010 0 0 0 0 0 0 20 0 4 0 338626480 529362944 9223 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3004/tid=3016] ppid=3002 vsize=516956 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3016/stat : 3016 (python) S 3002 3004 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338631376 529362944 9223 33554432000 4194304 5683644 140734285594080 140372260999728 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3004/tid=3089] ppid=3002 vsize=516956 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3089/stat : 3089 (python) S 3002 3004 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338636092 529362944 9223 33554432000 4194304 5683644 140734285594080 140372250509872 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 2476276

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.03 3/200 3099
/proc/meminfo: memFree=24931828/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=516956 CPUtime=1.02 cores=0,2,4,6

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

[pid=3102/tid=3118] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3118/stat : 3118 (java) T 3100 3102 3102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338645595 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105354124408 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=3102/tid=3119] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3119/stat : 3119 (java) T 3100 3102 3102 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338645595 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105353071816 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=3102/tid=3120] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3120/stat : 3120 (java) T 3100 3102 3102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338645649 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105352016808 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3100/tid=3122] ppid=3004 vsize=516968 CPUtime=0 cores=0,2,4,6
/proc/3100/task/3122/stat : 3122 (python) S 3004 3004 27000 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338649958 529375232 7700 33554432000 4194304 5683644 140734285594080 140372250509872 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3004/tid=3011] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3011/stat : 3011 (python) S 3002 3004 27000 0 -1 4202560 26 1010 0 0 0 0 0 0 20 0 6 0 338626480 684584960 9239 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3004/tid=3016] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3016/stat : 3016 (python) S 3002 3004 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 6 0 338631376 684584960 9239 33554432000 4194304 5683644 140734285594080 140372260999728 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3004/tid=3089] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3089/stat : 3089 (python) S 3002 3004 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338636092 684584960 9239 33554432000 4194304 5683644 140734285594080 140372250509872 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3004/tid=3101] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3101/stat : 3101 (python) S 3002 3004 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338645588 684584960 9239 33554432000 4194304 5683644 140734285594080 140372240020016 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 283.67
Current children cumulated vsize (KiB) 13318660



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+282.601 s]
/proc/loadavg: 2.00 2.01 2.02 5/265 3165
/proc/meminfo: memFree=21237984/32873648 swapFree=7120/7120
[pid=3004] ppid=3002 vsize=668540 CPUtime=1.1 cores=0,2,4,6
/proc/3004/stat : 3004 (python) S 3002 3004 27000 0 -1 4202496 17479 1010 1 0 100 10 0 0 20 0 6 0 338626294 684584960 9239 33554432000 4194304 5683644 140734285594080 140734285588912 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3004/statm: 167135 9239 1911 364 0 102346 0
[pid=3010] ppid=3004 vsize=365372 CPUtime=0.07 cores=0,2,4,6
/proc/3010/stat : 3010 (python) S 3004 3004 27000 0 -1 4202560 1153 0 0 0 4 3 0 0 20 0 2 0 338626480 374140928 7701 33554432000 4194304 5683644 140734285594080 140734285585728 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3010/statm: 91343 7701 396 364 0 26566 0
[pid=3012] ppid=3010 vsize=540632 CPUtime=48.91 cores=0,2,4,6
/proc/3012/stat : 3012 (scip-2.0.1.linu) T 3010 3012 3012 0 -1 4202496 130396 0 0 0 4852 39 0 0 20 0 1 0 338626480 553607168 132446 33554432000 4194304 13684479 140735222473984 140735222470296 4520311 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/3012/statm: 135158 132446 639 2317 0 132836 0
[pid=3010/tid=3014] ppid=3004 vsize=365372 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (python) S 3004 3004 27000 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338631374 374140928 7701 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3015] ppid=3004 vsize=365384 CPUtime=0.14 cores=0,2,4,6
/proc/3015/stat : 3015 (python) S 3004 3004 27000 0 -1 4202560 1153 0 0 0 9 5 0 0 20 0 2 0 338631376 374153216 7688 33554432000 4194304 5683644 140734285594080 140734285585728 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3015/statm: 91346 7688 383 364 0 26566 0
[pid=3017] ppid=3015 vsize=17828 CPUtime=92.18 cores=0,2,4,6
/proc/3017/stat : 3017 (clasp-1.3.7-x86) T 3015 3017 3017 0 -1 4202496 4722 0 0 0 9217 1 0 0 20 0 1 0 338631376 18255872 4189 33554432000 134512640 136139019 4291125968 4291124944 134883839 0 0 16781312 16386 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/3017/statm: 4457 4189 182 398 0 4057 0
[pid=3015/tid=3087] ppid=3004 vsize=365384 CPUtime=0 cores=0,2,4,6
/proc/3015/task/3087/stat : 3087 (python) S 3004 3004 27000 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338636089 374153216 7688 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3088] ppid=3004 vsize=441176 CPUtime=0.17 cores=0,2,4,6
/proc/3088/stat : 3088 (python) S 3004 3004 27000 0 -1 4202560 1157 0 0 0 9 8 0 0 20 0 2 0 338636092 451764224 7694 33554432000 4194304 5683644 140734285594080 140734285585728 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3088/statm: 110294 7694 383 364 0 45511 0
[pid=3090] ppid=3088 vsize=777788 CPUtime=94.88 cores=0,2,4,6
/proc/3090/stat : 3090 (scip-2.0.1.linu) T 3088 3090 3090 0 -1 4202496 189230 0 0 0 9422 66 0 0 20 0 1 0 338636092 796454912 188514 33554432000 4194304 15243407 140734924501664 140734924497976 4880923 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/3090/statm: 194447 188514 686 2698 0 191742 0
[pid=3088/tid=3095] ppid=3004 vsize=441176 CPUtime=0 cores=0,2,4,6
/proc/3088/task/3095/stat : 3095 (python) S 3004 3004 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338641060 451764224 7694 33554432000 4194304 5683644 140734285594080 140372260999728 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3100] ppid=3004 vsize=516968 CPUtime=0.07 cores=0,2,4,6
/proc/3100/stat : 3100 (python) S 3004 3004 27000 0 -1 4202560 1138 0 0 0 4 3 0 0 20 0 2 0 338645588 529375232 7700 33554432000 4194304 5683644 140734285594080 140734285585728 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3100/statm: 129242 7700 383 364 0 64456 0
[pid=3102] ppid=3100 vsize=9624972 CPUtime=46.15 cores=0,2,4,6
/proc/3102/stat : 3102 (java) T 3100 3102 3102 0 -1 4202496 22053 0 1 0 4577 38 0 0 20 0 19 0 338645588 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140733339156064 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3102/statm: 2406243 431861 2269 9 0 2396937 0
[pid=3102/tid=3103] ppid=3100 vsize=9624972 CPUtime=43.42 cores=0,2,4,6
/proc/3102/task/3103/stat : 3103 (java) T 3100 3102 3102 0 -1 4202560 3491 0 1 0 4317 25 0 0 20 0 19 0 338645590 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105536375936 140105407618767 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3102/tid=3104] ppid=3100 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/3102/task/3104/stat : 3104 (java) T 3100 3102 3102 0 -1 4202560 50 0 0 0 8 2 0 0 20 0 19 0 338645591 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105525438760 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=3102/tid=3105] ppid=3100 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/3102/task/3105/stat : 3105 (java) T 3100 3102 3102 0 -1 4202560 35 0 0 0 8 1 0 0 20 0 19 0 338645591 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105379166376 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=3102/tid=3106] ppid=3100 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/3102/task/3106/stat : 3106 (java) T 3100 3102 3102 0 -1 4202560 95 0 0 0 7 1 0 0 20 0 19 0 338645591 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105378114088 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3102/tid=3107] ppid=3100 vsize=9624972 CPUtime=0.06 cores=0,2,4,6
/proc/3102/task/3107/stat : 3107 (java) T 3100 3102 3102 0 -1 4202560 83 0 0 0 6 0 0 0 20 0 19 0 338645591 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105377061288 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=3102/tid=3108] ppid=3100 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/3102/task/3108/stat : 3108 (java) T 3100 3102 3102 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 19 0 338645591 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105376009000 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3102/tid=3109] ppid=3100 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/3102/task/3109/stat : 3109 (java) T 3100 3102 3102 0 -1 4202560 108 0 0 0 8 0 0 0 20 0 19 0 338645591 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105374956200 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=3102/tid=3110] ppid=3100 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/3102/task/3110/stat : 3110 (java) T 3100 3102 3102 0 -1 4202560 83 0 0 0 7 0 0 0 20 0 19 0 338645591 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105373903912 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3102/tid=3111] ppid=3100 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/3102/task/3111/stat : 3111 (java) T 3100 3102 3102 0 -1 4202560 31 0 0 0 6 1 0 0 20 0 19 0 338645591 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105372851112 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3102/tid=3112] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3112/stat : 3112 (java) T 3100 3102 3102 0 -1 4202560 1221 0 0 0 0 0 0 0 20 0 19 0 338645592 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105360439528 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=3102/tid=3113] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3113/stat : 3113 (java) T 3100 3102 3102 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338645592 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105359385592 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=3102/tid=3114] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3114/stat : 3114 (java) T 3100 3102 3102 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338645592 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105358333192 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3102/tid=3115] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3115/stat : 3115 (java) T 3100 3102 3102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338645595 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105357281680 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3102/tid=3116] ppid=3100 vsize=9624972 CPUtime=0.97 cores=0,2,4,6
/proc/3102/task/3116/stat : 3116 (java) T 3100 3102 3102 0 -1 4202560 8689 0 0 0 95 2 0 0 20 0 19 0 338645595 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105356229304 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3102/tid=3117] ppid=3100 vsize=9624972 CPUtime=0.97 cores=0,2,4,6
/proc/3102/task/3117/stat : 3117 (java) T 3100 3102 3102 0 -1 4202560 6716 0 0 0 95 2 0 0 20 0 19 0 338645595 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105355176504 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=3102/tid=3118] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3118/stat : 3118 (java) T 3100 3102 3102 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338645595 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105354124408 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=3102/tid=3119] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3119/stat : 3119 (java) T 3100 3102 3102 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338645595 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105353071816 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=3102/tid=3120] ppid=3100 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3102/task/3120/stat : 3120 (java) T 3100 3102 3102 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338645649 9855971328 431861 33554432000 1073741824 1073778376 140733339164928 140105352016808 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=3100/tid=3122] ppid=3004 vsize=516968 CPUtime=0 cores=0,2,4,6
/proc/3100/task/3122/stat : 3122 (python) S 3004 3004 27000 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338649958 529375232 7700 33554432000 4194304 5683644 140734285594080 140372250509872 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3144] ppid=3004 vsize=592760 CPUtime=0 cores=0,2,4,6
/proc/3144/stat : 3144 (python) S 3004 3004 27000 0 -1 4202560 847 0 0 0 0 0 0 0 20 0 1 0 338654475 606986240 7657 33554432000 4194304 5683644 140734285594080 140734285585168 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 148190 7657 335 364 0 83401 0
[pid=3146] ppid=3144 vsize=9624972 CPUtime=1.79 cores=0,2,4,6
/proc/3146/stat : 3146 (java) S 3144 3146 3146 0 -1 4202496 10430 0 1 0 176 3 0 0 20 0 19 0 338654476 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 140733355722928 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3146/statm: 2406243 33424 2250 9 0 2396937 0
[pid=3146/tid=3147] ppid=3144 vsize=9624972 CPUtime=0.76 cores=0,2,4,6
/proc/3146/task/3147/stat : 3147 (java) R 3144 3146 3146 0 -1 4202560 2484 0 1 0 74 2 0 0 20 0 19 0 338654477 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139748120703080 139747985705250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3146/tid=3148] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3148/stat : 3148 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654478 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139748109765416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3146/tid=3149] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3149/stat : 3149 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654478 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139748108712616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3146/tid=3150] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3150/stat : 3150 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654478 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139748107660328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3146/tid=3151] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3151/stat : 3151 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654478 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139748106607528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3146/tid=3152] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3152/stat : 3152 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654478 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139748105554216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3146/tid=3153] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3153/stat : 3153 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654478 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139748104501416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3146/tid=3154] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3154/stat : 3154 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654478 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139748103449128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3146/tid=3155] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3155/stat : 3155 (java) S 3144 3146 3146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338654478 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747957356968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3146/tid=3156] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3156/stat : 3156 (java) S 3144 3146 3146 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338654479 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747944946408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3146/tid=3157] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3157/stat : 3157 (java) S 3144 3146 3146 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338654479 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747943892472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3146/tid=3158] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3158/stat : 3158 (java) S 3144 3146 3146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338654479 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747942840072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3146/tid=3159] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3159/stat : 3159 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654482 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747941788560 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3146/tid=3160] ppid=3144 vsize=9624972 CPUtime=0.48 cores=0,2,4,6
/proc/3146/task/3160/stat : 3160 (java) R 3144 3146 3146 0 -1 4202560 2607 0 0 0 48 0 0 0 20 0 19 0 338654482 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747940729112 139748124803207 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3146/tid=3161] ppid=3144 vsize=9624972 CPUtime=0.51 cores=0,2,4,6
/proc/3146/task/3161/stat : 3161 (java) S 3144 3146 3146 0 -1 4202560 3909 0 0 0 51 0 0 0 20 0 19 0 338654482 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747939682360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3146/tid=3162] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3162/stat : 3162 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654482 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747938630264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3146/tid=3163] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3163/stat : 3163 (java) S 3144 3146 3146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338654482 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747937577672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3146/tid=3165] ppid=3144 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/3146/task/3165/stat : 3165 (java) S 3144 3146 3146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338654536 9855971328 33424 33554432000 1073741824 1073778376 140733355731792 139747936523688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3004/tid=3011] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3011/stat : 3011 (python) S 3002 3004 27000 0 -1 4202560 26 1010 0 0 0 0 0 0 20 0 6 0 338626480 684584960 9239 33554432000 4194304 5683644 140734285594080 140372271489584 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3004/tid=3016] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3016/stat : 3016 (python) S 3002 3004 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 6 0 338631376 684584960 9239 33554432000 4194304 5683644 140734285594080 140372260999728 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3004/tid=3089] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3089/stat : 3089 (python) S 3002 3004 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338636092 684584960 9239 33554432000 4194304 5683644 140734285594080 140372250509872 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3004/tid=3101] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3101/stat : 3101 (python) S 3002 3004 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338645588 684584960 9239 33554432000 4194304 5683644 140734285594080 140372240020016 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3004/tid=3145] ppid=3002 vsize=668540 CPUtime=0 cores=0,2,4,6
/proc/3004/task/3145/stat : 3145 (python) S 3002 3004 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 6 0 338654476 684584960 9239 33554432000 4194304 5683644 140734285594080 140372229530160 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 285.46
Current children cumulated vsize (KiB) 23536392

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

Real time (s): 282.657
CPU time (s): 285.46
CPU user time (s): 283.7
CPU system time (s): 1.76
CPU usage (%): 100.992
Max. virtual memory (cumulated for all children) (KiB): 23536392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.01085
system time used= 0.105983
maximum resident set size= 37640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18489
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= 2074
involuntary context switches= 14

runsolver used 0.942856 second user time and 2.50362 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 14:03:08
IDJOB=3742499
IDBENCH=90193
IDSOLVER=2327
FILE ID=node114/3742499-1338724988
RUNJOBID= node114-1338713908-27016
PBS_JOBID= 14636748
Free space on /tmp= 70040 MiB

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

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=1707671534

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24355504 kB
Buffers:         1043412 kB
Cached:          3822356 kB
SwapCached:         2180 kB
Active:          5712884 kB
Inactive:        1775468 kB
Active(anon):    2607112 kB
Inactive(anon):    10708 kB
Active(file):    3105772 kB
Inactive(file):  1764760 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            103132 kB
Writeback:             0 kB
AnonPages:       2628896 kB
Mapped:            31252 kB
Shmem:               160 kB
Slab:             870244 kB
SReclaimable:     312504 kB
SUnreclaim:       557740 kB
KernelStack:        1696 kB
PageTables:        12324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3884736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1097728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69940 MiB
End job on node114 at 2012-06-03 14:07:54