Trace number 4247038

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 NameAnswerobjective functionCPU timeWall clock time
R1: OscaR - ALNS 2017-06-30? (TO) 2400.0901 2361.1201

General information on the benchmark

NameOpenStacks/
OpenStacks-m2c-s1/OpenStacks-m2c-Miller-19.xml
MD5SUMca3b02115b63c058d23855e217e5f7b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables920
Number of constraints881
Number of domains3
Minimum domain size2
Maximum domain size41
Distribution of domain sizes[{"size":2,"count":800},{"size":40,"count":80},{"size":41,"count":40}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":840},{"degree":9,"count":40},{"degree":41,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":800},{"arity":9,"count":40},{"arity":21,"count":40},{"arity":40,"count":1}]
Number of extensional constraints800
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":800},{"type":"allDifferent","count":1},{"type":"sum","count":40},{"type":"minimum","count":20},{"type":"maximum","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.24/0.37	c version: 2017-06-30
0.24/0.37	c seed: 424601920
0.24/0.37	c timeout: 2400
0.24/0.37	c memlimit: 15500
0.24/0.37	c nbcore: 4
0.24/0.40	c Parsing instance...
3.82/1.86	c Parsing done, starting search...
2400.06/2361.10	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4247038-1502136544/watcher-4247038-1502136544 -o /tmp/evaluation-result-4247038-1502136544/solver-4247038-1502136544 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502114824-8218 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 424601920 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4247038-1502136544.xml 

pid=11202
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.36 1.35 1.37 3/194 11205
/proc/meminfo: memFree=30910292/32770624 swapFree=0/58368
[pid=11205] ppid=11202 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11205/stat : 11205 (runsolver) D 11202 11205 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 15850185 24240128 107 18446744073709551615 4194304 4338465 140735710429616 140735710427256 140089404883671 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 28504064 140735710437486 140735710437962 140735710437962 140735710441418 0
/proc/11205/statm: 5918 107 54 36 0 2156 0

[startup+0.100057 s]
/proc/loadavg: 1.36 1.35 1.37 3/194 11205
/proc/meminfo: memFree=30910292/32770624 swapFree=0/58368
[pid=11205] ppid=11202 vsize=12297144 CPUtime=0 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 3036 0 0 0 0 0 0 0 20 0 6 0 15850185 12592275456 3225 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3074286 3225 1642 1 0 3063783 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12297144

[startup+0.200293 s]
/proc/loadavg: 1.36 1.35 1.37 3/194 11205
/proc/meminfo: memFree=30910292/32770624 swapFree=0/58368
[pid=11205] ppid=11202 vsize=12914512 CPUtime=0.08 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 6787 0 0 0 7 1 0 0 20 0 15 0 15850185 13224460288 6982 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3228628 6982 3354 1 0 3217407 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12914512

[startup+0.301195 s]
/proc/loadavg: 1.36 1.35 1.37 3/194 11205
/proc/meminfo: memFree=30910292/32770624 swapFree=0/58368
[pid=11205] ppid=11202 vsize=12914512 CPUtime=0.24 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 10254 0 0 0 21 3 0 0 20 0 15 0 15850185 13224460288 9502 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3228628 9502 3537 1 0 3217407 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 12914512

[startup+0.707969 s]
/proc/loadavg: 1.36 1.35 1.37 3/194 11205
/proc/meminfo: memFree=30910292/32770624 swapFree=0/58368
[pid=11205] ppid=11202 vsize=12916580 CPUtime=1.14 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 14923 0 0 0 110 4 0 0 20 0 15 0 15850185 13226577920 18716 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3229145 18716 3732 1 0 3217919 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 12916580

[startup+1.50119 s]
/proc/loadavg: 1.36 1.35 1.37 4/209 11220
/proc/meminfo: memFree=30726516/32770624 swapFree=0/58356
[pid=11205] ppid=11202 vsize=12920676 CPUtime=3.25 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 20481 0 0 0 312 13 0 0 20 0 15 0 15850185 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3230169 58939 3781 1 0 3218943 0
[pid=11205/tid=11207] ppid=11202 vsize=12920676 CPUtime=1.31 cores=1,3,5,7
/proc/11205/task/11207/stat : 11207 (java) R 11202 11205 21827 0 -1 4202560 13294 0 0 0 126 5 0 0 20 0 15 0 15850194 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139710228402328 139709870850954 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11208] ppid=11202 vsize=12920676 CPUtime=0.03 cores=1,3,5,7
/proc/11205/task/11208/stat : 11208 (java) S 11202 11205 21827 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 15 0 15850195 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139710187272720 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11209] ppid=11202 vsize=12920676 CPUtime=0.03 cores=1,3,5,7
/proc/11205/task/11209/stat : 11209 (java) S 11202 11205 21827 0 -1 1077944384 28 0 0 0 2 1 0 0 20 0 15 0 15850195 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709826812560 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11210] ppid=11202 vsize=12920676 CPUtime=0.02 cores=1,3,5,7
/proc/11205/task/11210/stat : 11210 (java) S 11202 11205 21827 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 15 0 15850195 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709825759504 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11211] ppid=11202 vsize=12920676 CPUtime=0.03 cores=1,3,5,7
/proc/11205/task/11211/stat : 11211 (java) S 11202 11205 21827 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 15 0 15850195 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709824706960 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11212] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11212/stat : 11212 (java) S 11202 11205 21827 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 15850196 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709708729072 139710224177794 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11213] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11213/stat : 11213 (java) S 11202 11205 21827 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709707675360 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11214] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11214/stat : 11214 (java) S 11202 11205 21827 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709706622208 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11215] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11215/stat : 11215 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850199 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709705570768 139710224185243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11216] ppid=11202 vsize=12920676 CPUtime=0.6 cores=1,3,5,7
/proc/11205/task/11216/stat : 11216 (java) S 11202 11205 21827 0 -1 1077944384 1799 0 0 0 60 0 0 0 20 0 15 0 15850199 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709704517872 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11217] ppid=11202 vsize=12920676 CPUtime=0.57 cores=1,3,5,7
/proc/11205/task/11217/stat : 11217 (java) S 11202 11205 21827 0 -1 1077944384 1566 0 0 0 57 0 0 0 20 0 15 0 15850199 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709703465328 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11218] ppid=11202 vsize=12920676 CPUtime=0.58 cores=1,3,5,7
/proc/11205/task/11218/stat : 11218 (java) R 11202 11205 21827 0 -1 4202560 2249 0 0 0 58 0 0 0 20 0 15 0 15850199 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709702408128 139710208413163 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11219] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11219/stat : 11219 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850200 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709701359968 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11220] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11220/stat : 11220 (java) S 11202 11205 21827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15850203 13230772224 58939 18446744073709551615 4194304 4196468 140726052368544 139709700308016 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 12920676

[startup+3.10062 s]
/proc/loadavg: 1.36 1.35 1.37 5/209 11220
/proc/meminfo: memFree=30485252/32770624 swapFree=0/58356
[pid=11205] ppid=11202 vsize=12920676 CPUtime=6.96 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 27368 0 0 0 665 31 0 0 20 0 15 0 15850185 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3230169 121417 3795 1 0 3218943 0
[pid=11205/tid=11207] ppid=11202 vsize=12920676 CPUtime=2.8 cores=1,3,5,7
/proc/11205/task/11207/stat : 11207 (java) R 11202 11205 21827 0 -1 4202560 13686 0 0 0 273 7 0 0 20 0 15 0 15850194 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139710228402616 139709873599274 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11208] ppid=11202 vsize=12920676 CPUtime=0.13 cores=1,3,5,7
/proc/11205/task/11208/stat : 11208 (java) S 11202 11205 21827 0 -1 1077944384 131 0 0 0 9 4 0 0 20 0 15 0 15850195 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139710187272720 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11209] ppid=11202 vsize=12920676 CPUtime=0.12 cores=1,3,5,7
/proc/11205/task/11209/stat : 11209 (java) S 11202 11205 21827 0 -1 1077944384 192 0 0 0 8 4 0 0 20 0 15 0 15850195 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709826812560 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11210] ppid=11202 vsize=12920676 CPUtime=0.13 cores=1,3,5,7
/proc/11205/task/11210/stat : 11210 (java) S 11202 11205 21827 0 -1 1077944384 96 0 0 0 9 4 0 0 20 0 15 0 15850195 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709825759504 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11211] ppid=11202 vsize=12920676 CPUtime=0.13 cores=1,3,5,7
/proc/11205/task/11211/stat : 11211 (java) S 11202 11205 21827 0 -1 1077944384 85 0 0 0 9 4 0 0 20 0 15 0 15850195 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709824706960 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11212] ppid=11202 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/11205/task/11212/stat : 11212 (java) S 11202 11205 21827 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 15 0 15850196 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709708729072 139710224177794 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11213] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11213/stat : 11213 (java) S 11202 11205 21827 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709707675360 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11214] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11214/stat : 11214 (java) S 11202 11205 21827 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709706622208 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11215] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11215/stat : 11215 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850199 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709705570768 139710224185243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11216] ppid=11202 vsize=12920676 CPUtime=1.38 cores=1,3,5,7
/proc/11205/task/11216/stat : 11216 (java) S 11202 11205 21827 0 -1 1077944384 3549 0 0 0 137 1 0 0 20 0 15 0 15850199 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709704517872 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11217] ppid=11202 vsize=12920676 CPUtime=1.4 cores=1,3,5,7
/proc/11205/task/11217/stat : 11217 (java) S 11202 11205 21827 0 -1 1077944384 2281 0 0 0 140 0 0 0 20 0 15 0 15850199 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709703465328 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11218] ppid=11202 vsize=12920676 CPUtime=0.76 cores=1,3,5,7
/proc/11205/task/11218/stat : 11218 (java) S 11202 11205 21827 0 -1 1077944384 5766 0 0 0 75 1 0 0 20 0 15 0 15850199 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709702412272 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11219] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11219/stat : 11219 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850200 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709701359968 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11220] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11220/stat : 11220 (java) S 11202 11205 21827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15850203 13230772224 121417 18446744073709551615 4194304 4196468 140726052368544 139709700308016 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 12920676

[startup+6.30071 s]
/proc/loadavg: 1.42 1.36 1.37 3/209 11220
/proc/meminfo: memFree=30214392/32770624 swapFree=0/58368
[pid=11205] ppid=11202 vsize=12920676 CPUtime=10.26 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 31123 0 0 0 986 40 0 0 20 0 15 0 15850185 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3230169 186295 3795 1 0 3218943 0
[pid=11205/tid=11207] ppid=11202 vsize=12920676 CPUtime=5.96 cores=1,3,5,7
/proc/11205/task/11207/stat : 11207 (java) R 11202 11205 21827 0 -1 4202560 14232 0 0 0 585 11 0 0 20 0 15 0 15850194 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139710228404576 139709873569925 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11208] ppid=11202 vsize=12920676 CPUtime=0.17 cores=1,3,5,7
/proc/11205/task/11208/stat : 11208 (java) S 11202 11205 21827 0 -1 1077944384 360 0 0 0 11 6 0 0 20 0 15 0 15850195 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139710187272720 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11209] ppid=11202 vsize=12920676 CPUtime=0.17 cores=1,3,5,7
/proc/11205/task/11209/stat : 11209 (java) S 11202 11205 21827 0 -1 1077944384 259 0 0 0 11 6 0 0 20 0 15 0 15850195 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709826812560 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11210] ppid=11202 vsize=12920676 CPUtime=0.17 cores=1,3,5,7
/proc/11205/task/11210/stat : 11210 (java) S 11202 11205 21827 0 -1 1077944384 607 0 0 0 11 6 0 0 20 0 15 0 15850195 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709825759504 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11211] ppid=11202 vsize=12920676 CPUtime=0.16 cores=1,3,5,7
/proc/11205/task/11211/stat : 11211 (java) S 11202 11205 21827 0 -1 1077944384 1237 0 0 0 11 5 0 0 20 0 15 0 15850195 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709824706960 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11212] ppid=11202 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/11205/task/11212/stat : 11212 (java) S 11202 11205 21827 0 -1 1077944384 764 0 0 0 1 0 0 0 20 0 15 0 15850196 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709708729072 139710224177794 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11213] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11213/stat : 11213 (java) S 11202 11205 21827 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709707675360 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11214] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11214/stat : 11214 (java) S 11202 11205 21827 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709706622208 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11215] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11215/stat : 11215 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850199 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709705570768 139710224185243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11216] ppid=11202 vsize=12920676 CPUtime=1.38 cores=1,3,5,7
/proc/11205/task/11216/stat : 11216 (java) S 11202 11205 21827 0 -1 1077944384 3549 0 0 0 137 1 0 0 20 0 15 0 15850199 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709704517872 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11217] ppid=11202 vsize=12920676 CPUtime=1.4 cores=1,3,5,7
/proc/11205/task/11217/stat : 11217 (java) S 11202 11205 21827 0 -1 1077944384 2281 0 0 0 140 0 0 0 20 0 15 0 15850199 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709703465328 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11218] ppid=11202 vsize=12920676 CPUtime=0.76 cores=1,3,5,7
/proc/11205/task/11218/stat : 11218 (java) S 11202 11205 21827 0 -1 1077944384 5766 0 0 0 75 1 0 0 20 0 15 0 15850199 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709702412272 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11219] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11219/stat : 11219 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850200 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709701359968 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11220] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11220/stat : 11220 (java) S 11202 11205 21827 0 -1 1077944384 699 0 0 0 0 0 0 0 20 0 15 0 15850203 13230772224 186295 18446744073709551615 4194304 4196468 140726052368544 139709700308016 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 12920676

[startup+12.7007 s]
/proc/loadavg: 1.46 1.37 1.38 3/209 11220
/proc/meminfo: memFree=29673068/32770624 swapFree=0/58380
[pid=11205] ppid=11202 vsize=12920676 CPUtime=16.77 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 32443 0 0 0 1625 52 0 0 20 0 15 0 15850185 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3230169 316333 3795 1 0 3218943 0
[pid=11205/tid=11207] ppid=11202 vsize=12920676 CPUtime=12.33 cores=1,3,5,7
/proc/11205/task/11207/stat : 11207 (java) R 11202 11205 21827 0 -1 4202560 14917 0 0 0 1215 18 0 0 20 0 15 0 15850194 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139710228405024 139709866019664 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11208] ppid=11202 vsize=12920676 CPUtime=0.2 cores=1,3,5,7
/proc/11205/task/11208/stat : 11208 (java) S 11202 11205 21827 0 -1 1077944384 385 0 0 0 13 7 0 0 20 0 15 0 15850195 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139710187272720 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11209] ppid=11202 vsize=12920676 CPUtime=0.2 cores=1,3,5,7
/proc/11205/task/11209/stat : 11209 (java) S 11202 11205 21827 0 -1 1077944384 282 0 0 0 13 7 0 0 20 0 15 0 15850195 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139709826812560 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11210] ppid=11202 vsize=12920676 CPUtime=0.2 cores=1,3,5,7
/proc/11205/task/11210/stat : 11210 (java) S 11202 11205 21827 0 -1 1077944384 659 0 0 0 13 7 0 0 20 0 15 0 15850195 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139709825759504 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11211] ppid=11202 vsize=12920676 CPUtime=0.2 cores=1,3,5,7
/proc/11205/task/11211/stat : 11211 (java) S 11202 11205 21827 0 -1 1077944384 1261 0 0 0 13 7 0 0 20 0 15 0 15850195 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139709824706960 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11212] ppid=11202 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/11205/task/11212/stat : 11212 (java) S 11202 11205 21827 0 -1 1077944384 1269 0 0 0 1 0 0 0 20 0 15 0 15850196 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139709708729072 139710224177794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11213] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11213/stat : 11213 (java) S 11202 11205 21827 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139709707675360 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11214] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11214/stat : 11214 (java) S 11202 11205 21827 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139709706622208 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11215] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11215/stat : 11215 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850199 13230772224 316333 18446744073709551615 4194304 4196468 140726052368544 139709705570768 139710224185243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0

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

/proc/11205/task/11219/stat : 11219 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850200 13230772224 776572 18446744073709551615 4194304 4196468 140726052368544 139709701359968 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11220] ppid=11202 vsize=12920676 CPUtime=1.18 cores=1,3,5,7
/proc/11205/task/11220/stat : 11220 (java) S 11202 11205 21827 0 -1 1077944384 2238 0 0 0 53 65 0 0 20 0 15 0 15850203 13230772224 776572 18446744073709551615 4194304 4196468 140726052368544 139709700308016 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
Current children cumulated CPU time (s) 2238.5
Current children cumulated vsize (KiB) 12920676

[startup+2262.3 s]
/proc/loadavg: 1.19 1.32 1.37 3/210 11460
/proc/meminfo: memFree=28285956/32770624 swapFree=0/60596
[pid=11205] ppid=11202 vsize=12920676 CPUtime=2299.56 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 229975 0 0 0 229582 374 0 0 20 0 15 0 15850185 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3230169 777596 3795 1 0 3218943 0
[pid=11205/tid=11207] ppid=11202 vsize=12920676 CPUtime=2240.08 cores=1,3,5,7
/proc/11205/task/11207/stat : 11207 (java) R 11202 11205 21827 0 -1 4202560 81237 0 0 0 223933 75 0 0 20 0 15 0 15850194 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139710228404624 139709874066813 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11208] ppid=11202 vsize=12920676 CPUtime=11.8 cores=1,3,5,7
/proc/11205/task/11208/stat : 11208 (java) S 11202 11205 21827 0 -1 1077944384 21402 0 0 0 1119 61 0 0 20 0 15 0 15850195 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139710187272720 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11209] ppid=11202 vsize=12920676 CPUtime=11.85 cores=1,3,5,7
/proc/11205/task/11209/stat : 11209 (java) S 11202 11205 21827 0 -1 1077944384 26676 0 0 0 1130 55 0 0 20 0 15 0 15850195 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709826812560 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11210] ppid=11202 vsize=12920676 CPUtime=11.87 cores=1,3,5,7
/proc/11205/task/11210/stat : 11210 (java) S 11202 11205 21827 0 -1 1077944384 26497 0 0 0 1128 59 0 0 20 0 15 0 15850195 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709825759504 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11211] ppid=11202 vsize=12920676 CPUtime=11.79 cores=1,3,5,7
/proc/11205/task/11211/stat : 11211 (java) S 11202 11205 21827 0 -1 1077944384 28122 0 0 0 1121 58 0 0 20 0 15 0 15850195 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709824706960 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11212] ppid=11202 vsize=12920676 CPUtime=7.16 cores=1,3,5,7
/proc/11205/task/11212/stat : 11212 (java) S 11202 11205 21827 0 -1 1077944384 23868 0 0 0 660 56 0 0 20 0 15 0 15850196 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709708729072 139710224177794 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11213] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11213/stat : 11213 (java) S 11202 11205 21827 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709707675360 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11214] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11214/stat : 11214 (java) S 11202 11205 21827 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709706622208 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11215] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11215/stat : 11215 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850199 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709705570768 139710224185243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11216] ppid=11202 vsize=12920676 CPUtime=1.44 cores=1,3,5,7
/proc/11205/task/11216/stat : 11216 (java) S 11202 11205 21827 0 -1 1077944384 5983 0 0 0 142 2 0 0 20 0 15 0 15850199 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709704517872 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11217] ppid=11202 vsize=12920676 CPUtime=1.47 cores=1,3,5,7
/proc/11205/task/11217/stat : 11217 (java) S 11202 11205 21827 0 -1 1077944384 3800 0 0 0 146 1 0 0 20 0 15 0 15850199 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709703465328 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11218] ppid=11202 vsize=12920676 CPUtime=0.79 cores=1,3,5,7
/proc/11205/task/11218/stat : 11218 (java) S 11202 11205 21827 0 -1 1077944384 8743 0 0 0 77 2 0 0 20 0 15 0 15850199 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709702412272 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11219] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11219/stat : 11219 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850200 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709701359968 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11220] ppid=11202 vsize=12920676 CPUtime=1.21 cores=1,3,5,7
/proc/11205/task/11220/stat : 11220 (java) S 11202 11205 21827 0 -1 1077944384 2278 0 0 0 54 67 0 0 20 0 15 0 15850203 13230772224 777596 18446744073709551615 4194304 4196468 140726052368544 139709700308016 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
Current children cumulated CPU time (s) 2299.56
Current children cumulated vsize (KiB) 12920676

[startup+2322.3 s]
/proc/loadavg: 1.41 1.36 1.37 3/210 11462
/proc/meminfo: memFree=28281932/32770624 swapFree=0/60656
[pid=11205] ppid=11202 vsize=12920676 CPUtime=2360.55 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 236038 0 0 0 235673 382 0 0 20 0 15 0 15850185 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3230169 778108 3795 1 0 3218943 0
[pid=11205/tid=11207] ppid=11202 vsize=12920676 CPUtime=2299.47 cores=1,3,5,7
/proc/11205/task/11207/stat : 11207 (java) R 11202 11205 21827 0 -1 4202560 82695 0 0 0 229872 75 0 0 20 0 15 0 15850194 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139710228404512 139709873516679 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11208] ppid=11202 vsize=12920676 CPUtime=12.14 cores=1,3,5,7
/proc/11205/task/11208/stat : 11208 (java) S 11202 11205 21827 0 -1 1077944384 22382 0 0 0 1152 62 0 0 20 0 15 0 15850195 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139710187272720 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11209] ppid=11202 vsize=12920676 CPUtime=12.21 cores=1,3,5,7
/proc/11205/task/11209/stat : 11209 (java) S 11202 11205 21827 0 -1 1077944384 27378 0 0 0 1164 57 0 0 20 0 15 0 15850195 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709826812560 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11210] ppid=11202 vsize=12920676 CPUtime=12.2 cores=1,3,5,7
/proc/11205/task/11210/stat : 11210 (java) S 11202 11205 21827 0 -1 1077944384 27581 0 0 0 1160 60 0 0 20 0 15 0 15850195 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709825759504 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11211] ppid=11202 vsize=12920676 CPUtime=12.14 cores=1,3,5,7
/proc/11205/task/11211/stat : 11211 (java) S 11202 11205 21827 0 -1 1077944384 29207 0 0 0 1154 60 0 0 20 0 15 0 15850195 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709824706960 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11212] ppid=11202 vsize=12920676 CPUtime=7.35 cores=1,3,5,7
/proc/11205/task/11212/stat : 11212 (java) S 11202 11205 21827 0 -1 1077944384 24558 0 0 0 677 58 0 0 20 0 15 0 15850196 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709708729072 139710224177794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11213] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11213/stat : 11213 (java) S 11202 11205 21827 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709707675360 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11214] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11214/stat : 11214 (java) S 11202 11205 21827 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709706622208 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11215] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11215/stat : 11215 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850199 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709705570768 139710224185243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11216] ppid=11202 vsize=12920676 CPUtime=1.44 cores=1,3,5,7
/proc/11205/task/11216/stat : 11216 (java) S 11202 11205 21827 0 -1 1077944384 5989 0 0 0 142 2 0 0 20 0 15 0 15850199 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709704517872 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11217] ppid=11202 vsize=12920676 CPUtime=1.47 cores=1,3,5,7
/proc/11205/task/11217/stat : 11217 (java) S 11202 11205 21827 0 -1 1077944384 3806 0 0 0 146 1 0 0 20 0 15 0 15850199 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709703465328 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11218] ppid=11202 vsize=12920676 CPUtime=0.79 cores=1,3,5,7
/proc/11205/task/11218/stat : 11218 (java) S 11202 11205 21827 0 -1 1077944384 8749 0 0 0 77 2 0 0 20 0 15 0 15850199 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709702412272 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11219] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11219/stat : 11219 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850200 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709701359968 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11220] ppid=11202 vsize=12920676 CPUtime=1.25 cores=1,3,5,7
/proc/11205/task/11220/stat : 11220 (java) S 11202 11205 21827 0 -1 1077944384 2324 0 0 0 56 69 0 0 20 0 15 0 15850203 13230772224 778108 18446744073709551615 4194304 4196468 140726052368544 139709700308016 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
Current children cumulated CPU time (s) 2360.55
Current children cumulated vsize (KiB) 12920676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.1 s]
/proc/loadavg: 1.46 1.38 1.38 3/210 11463
/proc/meminfo: memFree=28311144/32770624 swapFree=0/60688
[pid=11205] ppid=11202 vsize=12920676 CPUtime=2400.06 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 239344 0 0 0 239619 387 0 0 20 0 15 0 15850185 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3230169 778620 3795 1 0 3218943 0
[pid=11205/tid=11207] ppid=11202 vsize=12920676 CPUtime=2337.85 cores=1,3,5,7
/proc/11205/task/11207/stat : 11207 (java) R 11202 11205 21827 0 -1 4202560 83862 0 0 0 233709 76 0 0 20 0 15 0 15850194 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139710228404720 139709873599821 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11208] ppid=11202 vsize=12920676 CPUtime=12.39 cores=1,3,5,7
/proc/11205/task/11208/stat : 11208 (java) S 11202 11205 21827 0 -1 1077944384 23157 0 0 0 1176 63 0 0 20 0 15 0 15850195 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139710187272720 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11209] ppid=11202 vsize=12920676 CPUtime=12.45 cores=1,3,5,7
/proc/11205/task/11209/stat : 11209 (java) S 11202 11205 21827 0 -1 1077944384 27474 0 0 0 1188 57 0 0 20 0 15 0 15850195 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709826812560 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11210] ppid=11202 vsize=12920676 CPUtime=12.44 cores=1,3,5,7
/proc/11205/task/11210/stat : 11210 (java) S 11202 11205 21827 0 -1 1077944384 28004 0 0 0 1183 61 0 0 20 0 15 0 15850195 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709825759504 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11211] ppid=11202 vsize=12920676 CPUtime=12.38 cores=1,3,5,7
/proc/11205/task/11211/stat : 11211 (java) S 11202 11205 21827 0 -1 1077944384 29641 0 0 0 1178 60 0 0 20 0 15 0 15850195 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709824706960 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11212] ppid=11202 vsize=12920676 CPUtime=7.48 cores=1,3,5,7
/proc/11205/task/11212/stat : 11212 (java) S 11202 11205 21827 0 -1 1077944384 24915 0 0 0 690 58 0 0 20 0 15 0 15850196 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709708729072 139710224177794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11213] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11213/stat : 11213 (java) S 11202 11205 21827 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709707675360 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11214] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11214/stat : 11214 (java) S 11202 11205 21827 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709706622208 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11215] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11215/stat : 11215 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850199 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709705570768 139710224185243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11216] ppid=11202 vsize=12920676 CPUtime=1.44 cores=1,3,5,7
/proc/11205/task/11216/stat : 11216 (java) S 11202 11205 21827 0 -1 1077944384 5995 0 0 0 142 2 0 0 20 0 15 0 15850199 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709704517872 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11217] ppid=11202 vsize=12920676 CPUtime=1.47 cores=1,3,5,7
/proc/11205/task/11217/stat : 11217 (java) S 11202 11205 21827 0 -1 1077944384 3810 0 0 0 146 1 0 0 20 0 15 0 15850199 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709703465328 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11218] ppid=11202 vsize=12920676 CPUtime=0.79 cores=1,3,5,7
/proc/11205/task/11218/stat : 11218 (java) S 11202 11205 21827 0 -1 1077944384 8753 0 0 0 77 2 0 0 20 0 15 0 15850199 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709702412272 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11219] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11219/stat : 11219 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850200 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709701359968 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11220] ppid=11202 vsize=12920676 CPUtime=1.27 cores=1,3,5,7
/proc/11205/task/11220/stat : 11220 (java) S 11202 11205 21827 0 -1 1077944384 2364 0 0 0 56 71 0 0 20 0 15 0 15850203 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709700308016 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 12920676

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11205 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2361.1 s]
/proc/loadavg: 1.46 1.38 1.38 3/210 11463
/proc/meminfo: memFree=28311144/32770624 swapFree=0/60688
[pid=11205] ppid=11202 vsize=12920676 CPUtime=2400.06 cores=1,3,5,7
/proc/11205/stat : 11205 (java) S 11202 11205 21827 0 -1 1077944320 239344 0 0 0 239619 387 0 0 20 0 15 0 15850185 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 140726052351088 139710224166647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
/proc/11205/statm: 3230169 778620 3795 1 0 3218943 0
[pid=11205/tid=11207] ppid=11202 vsize=12920676 CPUtime=2337.85 cores=1,3,5,7
/proc/11205/task/11207/stat : 11207 (java) R 11202 11205 21827 0 -1 4202560 83862 0 0 0 233709 76 0 0 20 0 15 0 15850194 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139710228404720 139709873599821 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11208] ppid=11202 vsize=12920676 CPUtime=12.39 cores=1,3,5,7
/proc/11205/task/11208/stat : 11208 (java) S 11202 11205 21827 0 -1 1077944384 23157 0 0 0 1176 63 0 0 20 0 15 0 15850195 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139710187272720 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11209] ppid=11202 vsize=12920676 CPUtime=12.45 cores=1,3,5,7
/proc/11205/task/11209/stat : 11209 (java) S 11202 11205 21827 0 -1 1077944384 27474 0 0 0 1188 57 0 0 20 0 15 0 15850195 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709826812560 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11210] ppid=11202 vsize=12920676 CPUtime=12.44 cores=1,3,5,7
/proc/11205/task/11210/stat : 11210 (java) S 11202 11205 21827 0 -1 1077944384 28004 0 0 0 1183 61 0 0 20 0 15 0 15850195 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709825759504 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11211] ppid=11202 vsize=12920676 CPUtime=12.38 cores=1,3,5,7
/proc/11205/task/11211/stat : 11211 (java) S 11202 11205 21827 0 -1 1077944384 29641 0 0 0 1178 60 0 0 20 0 15 0 15850195 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709824706960 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11212] ppid=11202 vsize=12920676 CPUtime=7.48 cores=1,3,5,7
/proc/11205/task/11212/stat : 11212 (java) S 11202 11205 21827 0 -1 1077944384 24915 0 0 0 690 58 0 0 20 0 15 0 15850196 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709708729072 139710224177794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11213] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11213/stat : 11213 (java) S 11202 11205 21827 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709707675360 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11214] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11214/stat : 11214 (java) S 11202 11205 21827 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 15850197 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709706622208 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11215] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11215/stat : 11215 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850199 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709705570768 139710224185243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11216] ppid=11202 vsize=12920676 CPUtime=1.44 cores=1,3,5,7
/proc/11205/task/11216/stat : 11216 (java) S 11202 11205 21827 0 -1 1077944384 5995 0 0 0 142 2 0 0 20 0 15 0 15850199 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709704517872 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11217] ppid=11202 vsize=12920676 CPUtime=1.47 cores=1,3,5,7
/proc/11205/task/11217/stat : 11217 (java) S 11202 11205 21827 0 -1 1077944384 3810 0 0 0 146 1 0 0 20 0 15 0 15850199 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709703465328 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11218] ppid=11202 vsize=12920676 CPUtime=0.79 cores=1,3,5,7
/proc/11205/task/11218/stat : 11218 (java) S 11202 11205 21827 0 -1 1077944384 8753 0 0 0 77 2 0 0 20 0 15 0 15850199 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709702412272 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11219] ppid=11202 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/11205/task/11219/stat : 11219 (java) S 11202 11205 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15850200 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709701359968 139710224176853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
[pid=11205/tid=11220] ppid=11202 vsize=12920676 CPUtime=1.27 cores=1,3,5,7
/proc/11205/task/11220/stat : 11220 (java) S 11202 11205 21827 0 -1 1077944384 2364 0 0 0 56 71 0 0 20 0 15 0 15850203 13230772224 778620 18446744073709551615 4194304 4196468 140726052368544 139709700308016 139710224177794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8409088 140726052372891 140726052373071 140726052373071 140726052376527 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 12920676

Child status: 143
Real time (s): 2361.12
CPU time (s): 2400.09
CPU user time (s): 2396.2
CPU system time (s): 3.88968
CPU usage (%): 101.65
Max. virtual memory (cumulated for all children) (KiB): 12920676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.2
system time used= 3.88968
maximum resident set size= 3470184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 259458
involuntary context switches= 8381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0031 second user time and 12.9072 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-07 21:55:06
IDJOB=4247038
IDBENCH=140502
IDSOLVER=2627
FILE ID=node126/4247038-1502136544
RUNJOBID= node126-1502114824-8218
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-Miller-19.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247038-1502136544/watcher-4247038-1502136544 -o /tmp/evaluation-result-4247038-1502136544/solver-4247038-1502136544 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502114824-8218 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 424601920 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4247038-1502136544.xml

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

MD5SUM BENCH= ca3b02115b63c058d23855e217e5f7b7
RANDOM SEED=424601920

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30910032 kB
MemAvailable:   31138860 kB
Buffers:          150164 kB
Cached:           369464 kB
SwapCached:          548 kB
Active:          1325692 kB
Inactive:         124904 kB
Active(anon):     881360 kB
Inactive(anon):    66536 kB
Active(file):     444332 kB
Inactive(file):    58368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105564 kB
Dirty:             42820 kB
Writeback:            28 kB
AnonPages:        926112 kB
Mapped:            46604 kB
Shmem:             17052 kB
Slab:             109720 kB
SReclaimable:      83928 kB
SUnreclaim:        25792 kB
KernelStack:        3424 kB
PageTables:         8712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1427512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-07 22:34:27