Trace number 4248622

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? 1369.88 404.20401

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-14.xml
MD5SUMf410f04816b97be6981931cb2af07a5b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.441035
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints364
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":105},{"degree":13,"count":91}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":364}]
Number of extensional constraints0
Number of intensional constraints364
Distribution of constraint types[{"type":"intension","count":364}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.24/0.38	c version: 2017-06-30
0.24/0.38	c seed: 689473074
0.24/0.38	c timeout: 2400
0.24/0.38	c memlimit: 15500
0.24/0.38	c nbcore: 4
0.42/0.40	c Parsing instance...
1369.75/404.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1369.75/404.10		at org.xcsp.parser.loaders.CtrLoaderInteger.intensionToExtension(CtrLoaderInteger.java:225)
1369.75/404.10		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:392)
1369.75/404.10		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1369.75/404.10		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1369.75/404.10		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1369.75/404.10		at org.xcsp.parser.XCallbacks$$Lambda$45/487075464.accept(Unknown Source)
1369.75/404.10		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1369.75/404.10		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1369.75/404.10		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1369.75/404.10		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1369.75/404.10		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1369.75/404.10		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1369.75/404.10		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1369.75/404.10		at oscar.xcsp3.XCSP3Parser2.<init>(Parser2.scala:62)
1369.75/404.10		at oscar.xcsp3.XCSP3Parser2$.parse(Parser2.scala:878)
1369.75/404.10		at oscar.xcsp3.competition.solvers.ALNSSolver$.runSolver(ALNSSolver.scala:27)
1369.75/404.10		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
1369.75/404.10		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
1369.75/404.10		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
1369.75/404.10		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1369.75/404.10		at scala.App$$anonfun$main$1.apply(App.scala:76)
1369.75/404.10		at scala.App$$anonfun$main$1.apply(App.scala:76)
1369.75/404.10		at scala.collection.immutable.List.foreach(List.scala:383)
1369.75/404.10		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
1369.75/404.10		at scala.App$class.main(App.scala:76)
1369.75/404.10		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
1369.75/404.10		at oscar.xcsp3.competition.solvers.ALNSSolver.main(ALNSSolver.scala)
1369.75/404.17	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-4248622-1502144781/watcher-4248622-1502144781 -o /tmp/evaluation-result-4248622-1502144781/solver-4248622-1502144781 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502141591-32527 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 689473074 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4248622-1502144781.xml 

pid=367
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.51 1.38 1.34 3/195 370
/proc/meminfo: memFree=31083504/32770624 swapFree=0/462572
[pid=370] ppid=367 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/370/stat : 370 (runsolver) D 367 370 9955 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 16699059 24240128 108 18446744073709551615 4194304 4338465 140723256192192 140723256189832 140400389669591 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 29995008 140723256197229 140723256197706 140723256197706 140723256201162 0
/proc/370/statm: 5918 108 54 36 0 2156 0

[startup+0.100133 s]
/proc/loadavg: 1.51 1.38 1.34 3/195 370
/proc/meminfo: memFree=31083504/32770624 swapFree=0/462572
[pid=370] ppid=367 vsize=12297144 CPUtime=0.01 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 3367 0 0 0 0 1 0 0 20 0 6 0 16699059 12592275456 4043 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3074286 4043 1907 1 0 3063783 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12297144

[startup+0.200318 s]
/proc/loadavg: 1.51 1.38 1.34 3/195 370
/proc/meminfo: memFree=31083504/32770624 swapFree=0/462572
[pid=370] ppid=367 vsize=12914512 CPUtime=0.07 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 6515 0 0 0 5 2 0 0 20 0 15 0 16699059 13224460288 6723 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3228628 6723 3324 1 0 3217407 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12914512

[startup+0.300305 s]
/proc/loadavg: 1.51 1.38 1.34 3/195 370
/proc/meminfo: memFree=31083504/32770624 swapFree=0/462572
[pid=370] ppid=367 vsize=12914512 CPUtime=0.24 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 10119 0 0 0 20 4 0 0 20 0 15 0 16699059 13224460288 9360 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3228628 9360 3492 1 0 3217407 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 12914512

[startup+0.704824 s]
/proc/loadavg: 1.51 1.38 1.34 3/195 370
/proc/meminfo: memFree=31083504/32770624 swapFree=0/462572
[pid=370] ppid=367 vsize=12916580 CPUtime=1.05 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 14016 0 0 0 99 6 0 0 20 0 15 0 16699059 13226577920 16323 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 16323 3732 1 0 3217919 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 12916580

[startup+1.50066 s]
/proc/loadavg: 1.51 1.38 1.34 5/209 417
/proc/meminfo: memFree=31310472/32770624 swapFree=0/462628
[pid=370] ppid=367 vsize=12916580 CPUtime=2.32 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 19414 0 0 0 214 18 0 0 20 0 15 0 16699059 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 64908 3781 1 0 3217919 0
[pid=370/tid=372] ppid=367 vsize=12916580 CPUtime=1.28 cores=1,3,5,7
/proc/370/task/372/stat : 372 (java) R 367 370 9955 0 -1 4202560 11021 0 0 0 122 6 0 0 20 0 15 0 16699067 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613689624496 140613290060829 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=373] ppid=367 vsize=12916580 CPUtime=0.07 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 367 370 9955 0 -1 1077944384 168 0 0 0 5 2 0 0 20 0 15 0 16699068 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613608213392 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=374] ppid=367 vsize=12916580 CPUtime=0.06 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 367 370 9955 0 -1 1077944384 339 0 0 0 4 2 0 0 20 0 15 0 16699068 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613607160592 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=375] ppid=367 vsize=12916580 CPUtime=0.07 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 367 370 9955 0 -1 1077944384 240 0 0 0 5 2 0 0 20 0 15 0 16699068 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613286620304 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=376] ppid=367 vsize=12916580 CPUtime=0.06 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 367 370 9955 0 -1 1077944384 520 0 0 0 4 2 0 0 20 0 15 0 16699068 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613285567504 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=377] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 367 370 9955 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 15 0 16699069 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613169621104 140613685398146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=378] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 367 370 9955 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613168567136 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=379] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 367 370 9955 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613167514752 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=380] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699072 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613166463056 140613685405595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=381] ppid=367 vsize=12916580 CPUtime=0.26 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 367 370 9955 0 -1 1077944384 2582 0 0 0 26 0 0 0 20 0 15 0 16699072 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613165410928 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=382] ppid=367 vsize=12916580 CPUtime=0.18 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 367 370 9955 0 -1 1077944384 485 0 0 0 18 0 0 0 20 0 15 0 16699072 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613164358128 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=383] ppid=367 vsize=12916580 CPUtime=0.26 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 367 370 9955 0 -1 1077944384 2187 0 0 0 26 0 0 0 20 0 15 0 16699072 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613163305840 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=384] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699073 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613162253280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=385] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 367 370 9955 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16699077 13226577920 64908 18446744073709551615 4194304 4196468 140728354302528 140613161200048 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 12916580

[startup+3.10083 s]
/proc/loadavg: 1.51 1.38 1.34 3/190 445
/proc/meminfo: memFree=31109920/32770624 swapFree=0/482844
[pid=370] ppid=367 vsize=12916580 CPUtime=4.71 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 20512 0 0 0 418 53 0 0 20 0 15 0 16699059 13226577920 160751 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 160751 3781 1 0 3217919 0
[pid=370/tid=372] ppid=367 vsize=12916580 CPUtime=2.61 cores=1,3,5,7
/proc/370/task/372/stat : 372 (java) S 367 370 9955 0 -1 1077944384 11314 0 0 0 253 8 0 0 20 0 15 0 16699067 13226577920 160751 18446744073709551615 4194304 4196468 140728354302528 140613689624448 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=373] ppid=367 vsize=12916580 CPUtime=0.33 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) R 367 370 9955 0 -1 4202560 401 0 0 0 23 10 0 0 20 0 15 0 16699068 13226577920 160751 18446744073709551615 4194304 4196468 140728354302528 140613608213280 140613670414873 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=374] ppid=367 vsize=12916580 CPUtime=0.33 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) R 367 370 9955 0 -1 4202560 505 0 0 0 22 11 0 0 20 0 15 0 16699068 13226577920 160751 18446744073709551615 4194304 4196468 140728354302528 140613607160792 140613670414873 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=375] ppid=367 vsize=12916580 CPUtime=0.32 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) R 367 370 9955 0 -1 4202560 403 0 0 0 22 10 0 0 20 0 15 0 16699068 13226577920 160751 18446744073709551615 4194304 4196468 140728354302528 140613286620504 140613670414873 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=376] ppid=367 vsize=12916580 CPUtime=0.32 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) R 367 370 9955 0 -1 4202560 686 0 0 0 22 10 0 0 20 0 15 0 16699068 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613285567504 140613670414873 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=377] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 367 370 9955 0 -1 1077944384 395 0 0 0 0 0 0 0 20 0 15 0 16699069 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613169619616 140613685397205 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=378] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 367 370 9955 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613168567136 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=379] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 367 370 9955 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613167514752 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=380] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699072 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613166463056 140613685405595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=381] ppid=367 vsize=12916580 CPUtime=0.26 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 367 370 9955 0 -1 1077944384 2582 0 0 0 26 0 0 0 20 0 15 0 16699072 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613165410928 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=382] ppid=367 vsize=12916580 CPUtime=0.18 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 367 370 9955 0 -1 1077944384 512 0 0 0 18 0 0 0 20 0 15 0 16699072 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613164358128 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=383] ppid=367 vsize=12916580 CPUtime=0.27 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 367 370 9955 0 -1 1077944384 2234 0 0 0 27 0 0 0 20 0 15 0 16699072 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613163305840 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=384] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699073 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613162253280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=385] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 367 370 9955 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 16699077 13226577920 161263 18446744073709551615 4194304 4196468 140728354302528 140613161200048 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 12916580

[startup+6.30088 s]
/proc/loadavg: 1.46 1.37 1.34 3/210 469
/proc/meminfo: memFree=30418820/32770624 swapFree=0/462652
[pid=370] ppid=367 vsize=12916580 CPUtime=10.39 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 25306 0 0 0 956 83 0 0 20 0 15 0 16699059 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 233969 3797 1 0 3217919 0
[pid=370/tid=372] ppid=367 vsize=12916580 CPUtime=3.86 cores=1,3,5,7
/proc/370/task/372/stat : 372 (java) R 367 370 9955 0 -1 4202560 11330 0 0 0 378 8 0 0 20 0 15 0 16699067 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613689622136 140613289789376 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=373] ppid=367 vsize=12916580 CPUtime=1.14 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 367 370 9955 0 -1 1077944384 1280 0 0 0 97 17 0 0 20 0 15 0 16699068 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613608213392 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=374] ppid=367 vsize=12916580 CPUtime=1.16 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 367 370 9955 0 -1 1077944384 1581 0 0 0 98 18 0 0 20 0 15 0 16699068 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613607160592 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=375] ppid=367 vsize=12916580 CPUtime=1.15 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 367 370 9955 0 -1 1077944384 1258 0 0 0 97 18 0 0 20 0 15 0 16699068 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613286620304 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=376] ppid=367 vsize=12916580 CPUtime=1.15 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 367 370 9955 0 -1 1077944384 1190 0 0 0 97 18 0 0 20 0 15 0 16699068 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613285567504 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=377] ppid=367 vsize=12916580 CPUtime=1.1 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 367 370 9955 0 -1 1077944384 1823 0 0 0 110 0 0 0 20 0 15 0 16699069 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613169621104 140613685398146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=378] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 367 370 9955 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613168567136 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=379] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 367 370 9955 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613167514752 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=380] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699072 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613166463056 140613685405595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=381] ppid=367 vsize=12916580 CPUtime=0.26 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 367 370 9955 0 -1 1077944384 2582 0 0 0 26 0 0 0 20 0 15 0 16699072 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613165410928 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=382] ppid=367 vsize=12916580 CPUtime=0.18 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 367 370 9955 0 -1 1077944384 512 0 0 0 18 0 0 0 20 0 15 0 16699072 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613164358128 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=383] ppid=367 vsize=12916580 CPUtime=0.28 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 367 370 9955 0 -1 1077944384 2262 0 0 0 28 0 0 0 20 0 15 0 16699072 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613163305840 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=384] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699073 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613162253280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=385] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 367 370 9955 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 16699077 13226577920 233969 18446744073709551615 4194304 4196468 140728354302528 140613161200048 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 12916580

[startup+12.7007 s]
/proc/loadavg: 1.75 1.43 1.36 3/210 469
/proc/meminfo: memFree=28722684/32770624 swapFree=0/462652
[pid=370] ppid=367 vsize=12916580 CPUtime=21.9 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 34722 0 0 0 2033 157 0 0 20 0 15 0 16699059 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 412541 3797 1 0 3217919 0
[pid=370/tid=372] ppid=367 vsize=12916580 CPUtime=7.19 cores=1,3,5,7
/proc/370/task/372/stat : 372 (java) R 367 370 9955 0 -1 4202560 12781 0 0 0 709 10 0 0 20 0 15 0 16699067 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613689622936 140613289796884 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=373] ppid=367 vsize=12916580 CPUtime=2.82 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 367 370 9955 0 -1 1077944384 3325 0 0 0 247 35 0 0 20 0 15 0 16699068 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613608213392 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=374] ppid=367 vsize=12916580 CPUtime=2.9 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 367 370 9955 0 -1 1077944384 2780 0 0 0 254 36 0 0 20 0 15 0 16699068 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613607160592 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=375] ppid=367 vsize=12916580 CPUtime=2.85 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 367 370 9955 0 -1 1077944384 2374 0 0 0 249 36 0 0 20 0 15 0 16699068 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613286620304 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=376] ppid=367 vsize=12916580 CPUtime=2.85 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 367 370 9955 0 -1 1077944384 1834 0 0 0 249 36 0 0 20 0 15 0 16699068 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613285567504 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=377] ppid=367 vsize=12916580 CPUtime=2.44 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 367 370 9955 0 -1 1077944384 3683 0 0 0 244 0 0 0 20 0 15 0 16699069 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613169621104 140613685398146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=378] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 367 370 9955 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613168567136 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=379] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 367 370 9955 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613167514752 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=380] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699072 13226577920 412541 18446744073709551615 4194304 4196468 140728354302528 140613166463056 140613685405595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0

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

Current children cumulated vsize (KiB) 12916580

[startup+342.301 s]
/proc/loadavg: 4.65 3.27 2.16 7/209 480
/proc/meminfo: memFree=20308932/32770624 swapFree=0/462796
[pid=370] ppid=367 vsize=12916580 CPUtime=1134.55 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 196875 0 0 0 112416 1039 0 0 20 0 15 0 16699059 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 2483200 3805 1 0 3217919 0
[pid=370/tid=372] ppid=367 vsize=12916580 CPUtime=38.87 cores=1,3,5,7
/proc/370/task/372/stat : 372 (java) S 367 370 9955 0 -1 1077944384 16056 0 0 0 3877 10 0 0 20 0 15 0 16699067 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613689624272 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=373] ppid=367 vsize=12916580 CPUtime=264.02 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) R 367 370 9955 0 -1 4202560 24037 0 0 0 26140 262 0 0 20 0 15 0 16699068 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613608213392 140613669844632 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=374] ppid=367 vsize=12916580 CPUtime=264 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) R 367 370 9955 0 -1 4202560 25200 0 0 0 26148 252 0 0 20 0 15 0 16699068 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613607160792 140613670383607 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=375] ppid=367 vsize=12916580 CPUtime=264.3 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) R 367 370 9955 0 -1 4202560 24595 0 0 0 26179 251 0 0 20 0 15 0 16699068 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613286620304 140613670383619 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=376] ppid=367 vsize=12916580 CPUtime=264.48 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) R 367 370 9955 0 -1 4202560 24459 0 0 0 26194 254 0 0 20 0 15 0 16699068 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613285567704 140613670383423 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=377] ppid=367 vsize=12916580 CPUtime=37.33 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 367 370 9955 0 -1 1077944384 67922 0 0 0 3729 4 0 0 20 0 15 0 16699069 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613169619648 140613685397205 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=378] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 367 370 9955 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613168567136 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=379] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 367 370 9955 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613167514752 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=380] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699072 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613166463056 140613685405595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=381] ppid=367 vsize=12916580 CPUtime=0.46 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 367 370 9955 0 -1 1077944384 5717 0 0 0 46 0 0 0 20 0 15 0 16699072 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613165410928 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=382] ppid=367 vsize=12916580 CPUtime=0.31 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 367 370 9955 0 -1 1077944384 2051 0 0 0 30 1 0 0 20 0 15 0 16699072 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613164358128 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=383] ppid=367 vsize=12916580 CPUtime=0.4 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 367 370 9955 0 -1 1077944384 5052 0 0 0 40 0 0 0 20 0 15 0 16699072 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613163305600 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=384] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699073 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613162253280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=385] ppid=367 vsize=12916580 CPUtime=0.29 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) R 367 370 9955 0 -1 1077944384 324 0 0 0 22 7 0 0 20 0 15 0 16699077 13226577920 2483200 18446744073709551615 4194304 4196468 140728354302528 140613161200048 140613685398146 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
Current children cumulated CPU time (s) 1134.55
Current children cumulated vsize (KiB) 12916580

[startup+402.301 s]
/proc/loadavg: 4.67 3.52 2.32 6/209 483
/proc/meminfo: memFree=20289448/32770624 swapFree=0/462840
[pid=370] ppid=367 vsize=12916580 CPUtime=1366.88 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 215245 0 0 0 135643 1045 0 0 20 0 15 0 16699059 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 2483234 3805 1 0 3217919 0
[pid=370/tid=372] ppid=367 vsize=12916580 CPUtime=38.87 cores=1,3,5,7
/proc/370/task/372/stat : 372 (java) S 367 370 9955 0 -1 1077944384 16099 0 0 0 3877 10 0 0 20 0 15 0 16699067 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613689627280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=373] ppid=367 vsize=12916580 CPUtime=321.51 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) R 367 370 9955 0 -1 4202560 26459 0 0 0 31888 263 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613608213512 140613678015207 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=374] ppid=367 vsize=12916580 CPUtime=321.5 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) R 367 370 9955 0 -1 4202560 27140 0 0 0 31896 254 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613607160712 140613670376537 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=375] ppid=367 vsize=12916580 CPUtime=321.91 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) R 367 370 9955 0 -1 4202560 26627 0 0 0 31939 252 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613286620424 140613678015207 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=376] ppid=367 vsize=12916580 CPUtime=321.79 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) R 367 370 9955 0 -1 4202560 26640 0 0 0 31924 255 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613285567624 140613678015207 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=377] ppid=367 vsize=12916580 CPUtime=39.67 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 367 370 9955 0 -1 1077944384 77611 0 0 0 3963 4 0 0 20 0 15 0 16699069 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613169619648 140613685397205 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=378] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 367 370 9955 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613168567136 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=379] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 367 370 9955 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613167514752 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=380] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613166463056 140613685405595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=381] ppid=367 vsize=12916580 CPUtime=0.46 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 367 370 9955 0 -1 1077944384 5721 0 0 0 46 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613165410688 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=382] ppid=367 vsize=12916580 CPUtime=0.31 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 367 370 9955 0 -1 1077944384 2058 0 0 0 30 1 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613164358176 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=383] ppid=367 vsize=12916580 CPUtime=0.4 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 367 370 9955 0 -1 1077944384 5069 0 0 0 40 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613163305888 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=384] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699073 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613162253280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=385] ppid=367 vsize=12916580 CPUtime=0.35 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 367 370 9955 0 -1 1077944384 359 0 0 0 27 8 0 0 20 0 15 0 16699077 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613161200048 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
Current children cumulated CPU time (s) 1366.88
Current children cumulated vsize (KiB) 12916580

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

[startup+403.201 s]
/proc/loadavg: 4.67 3.52 2.32 6/209 483
/proc/meminfo: memFree=20287896/32770624 swapFree=0/462840
[pid=370] ppid=367 vsize=12916580 CPUtime=1368.85 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 215246 0 0 0 135840 1045 0 0 20 0 15 0 16699059 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 2483234 3805 1 0 3217919 0
[pid=370/tid=372] ppid=367 vsize=12916580 CPUtime=38.87 cores=1,3,5,7
/proc/370/task/372/stat : 372 (java) S 367 370 9955 0 -1 1077944384 16099 0 0 0 3877 10 0 0 20 0 15 0 16699067 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613689627280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=373] ppid=367 vsize=12916580 CPUtime=321.87 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 367 370 9955 0 -1 1077944384 26460 0 0 0 31924 263 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613608213392 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=374] ppid=367 vsize=12916580 CPUtime=321.86 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 367 370 9955 0 -1 1077944384 27140 0 0 0 31932 254 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613607160592 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=375] ppid=367 vsize=12916580 CPUtime=322.27 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 367 370 9955 0 -1 1077944384 26627 0 0 0 31975 252 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613286620304 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=376] ppid=367 vsize=12916580 CPUtime=322.15 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 367 370 9955 0 -1 1077944384 26640 0 0 0 31959 256 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613285567504 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=377] ppid=367 vsize=12916580 CPUtime=40.21 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) R 367 370 9955 0 -1 4202560 77611 0 0 0 4017 4 0 0 20 0 15 0 16699069 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613169619536 140613670383423 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=378] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 367 370 9955 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613168567136 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=379] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 367 370 9955 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613167514752 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=380] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613166463056 140613685405595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=381] ppid=367 vsize=12916580 CPUtime=0.46 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 367 370 9955 0 -1 1077944384 5721 0 0 0 46 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613165410688 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=382] ppid=367 vsize=12916580 CPUtime=0.31 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 367 370 9955 0 -1 1077944384 2058 0 0 0 30 1 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613164358176 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=383] ppid=367 vsize=12916580 CPUtime=0.4 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 367 370 9955 0 -1 1077944384 5069 0 0 0 40 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613163305888 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=384] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699073 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613162253280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=385] ppid=367 vsize=12916580 CPUtime=0.35 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 367 370 9955 0 -1 1077944384 359 0 0 0 27 8 0 0 20 0 15 0 16699077 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613161200048 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
Current children cumulated CPU time (s) 1368.85
Current children cumulated vsize (KiB) 12916580

[startup+404.001 s]
/proc/loadavg: 4.37 3.48 2.31 3/209 483
/proc/meminfo: memFree=20288912/32770624 swapFree=0/462840
[pid=370] ppid=367 vsize=12916580 CPUtime=1369.65 cores=1,3,5,7
/proc/370/stat : 370 (java) S 367 370 9955 0 -1 1077944320 215268 0 0 0 135920 1045 0 0 20 0 15 0 16699059 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140728354285072 140613685386999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
/proc/370/statm: 3229145 2483234 3805 1 0 3217919 0
[pid=370/tid=372] ppid=367 vsize=12916580 CPUtime=38.87 cores=1,3,5,7
/proc/370/task/372/stat : 372 (java) S 367 370 9955 0 -1 1077944384 16099 0 0 0 3877 10 0 0 20 0 15 0 16699067 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613689627280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=373] ppid=367 vsize=12916580 CPUtime=321.87 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 367 370 9955 0 -1 1077944384 26460 0 0 0 31924 263 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613608213392 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=374] ppid=367 vsize=12916580 CPUtime=321.86 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 367 370 9955 0 -1 1077944384 27140 0 0 0 31932 254 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613607160592 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=375] ppid=367 vsize=12916580 CPUtime=322.27 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 367 370 9955 0 -1 1077944384 26627 0 0 0 31975 252 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613286620304 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=376] ppid=367 vsize=12916580 CPUtime=322.15 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 367 370 9955 0 -1 1077944384 26640 0 0 0 31959 256 0 0 20 0 15 0 16699068 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613285567504 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=377] ppid=367 vsize=12916580 CPUtime=41.01 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) R 367 370 9955 0 -1 4202560 77633 0 0 0 4097 4 0 0 20 0 15 0 16699069 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613169619536 140613670383403 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=378] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 367 370 9955 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613168567136 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=379] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 367 370 9955 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 16699070 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613167514752 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=380] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613166463056 140613685405595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=381] ppid=367 vsize=12916580 CPUtime=0.46 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 367 370 9955 0 -1 1077944384 5721 0 0 0 46 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613165410688 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=382] ppid=367 vsize=12916580 CPUtime=0.31 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 367 370 9955 0 -1 1077944384 2058 0 0 0 30 1 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613164358176 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=383] ppid=367 vsize=12916580 CPUtime=0.4 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 367 370 9955 0 -1 1077944384 5069 0 0 0 40 0 0 0 20 0 15 0 16699072 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613163305888 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=384] ppid=367 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 367 370 9955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16699073 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613162253280 140613685397205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
[pid=370/tid=385] ppid=367 vsize=12916580 CPUtime=0.35 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 367 370 9955 0 -1 1077944384 359 0 0 0 27 8 0 0 20 0 15 0 16699077 13226577920 2483234 18446744073709551615 4194304 4196468 140728354302528 140613161200048 140613685398146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140728354304411 140728354304591 140728354304591 140728354308047 0
Current children cumulated CPU time (s) 1369.65
Current children cumulated vsize (KiB) 12916580

[startup+404.201 s]
/proc/loadavg: 4.37 3.48 2.31 3/209 483
/proc/meminfo: memFree=20288912/32770624 swapFree=0/462840
[pid=370] ppid=367 vsize=0 CPUtime=1369.87 cores=1,3,5,7
/proc/370/stat : 370 (java) Z 367 370 9955 0 -1 4227084 215418 0 0 0 135938 1049 0 0 20 0 2 0 16699059 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/370/statm: 0 0 0 0 0 0 0
[pid=370/tid=375] ppid=367 vsize=0 CPUtime=322.31 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) R 367 370 9955 0 -1 4203588 26631 0 0 0 31976 255 0 0 20 0 2 0 16699068 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1369.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 404.204
CPU time (s): 1369.88
CPU user time (s): 1359.38
CPU system time (s): 10.4956
CPU usage (%): 338.908
Max. virtual memory (cumulated for all children) (KiB): 12916580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1359.38
system time used= 10.4956
maximum resident set size= 9932948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16200
involuntary context switches= 11192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87048 second user time and 2.58526 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-08 00:12:18
IDJOB=4248622
IDBENCH=140559
IDSOLVER=2627
FILE ID=node125/4248622-1502144781
RUNJOBID= node125-1502141591-32527
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-14.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-4248622-1502144781/watcher-4248622-1502144781 -o /tmp/evaluation-result-4248622-1502144781/solver-4248622-1502144781 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502141591-32527 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 689473074 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4248622-1502144781.xml

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

MD5SUM BENCH= f410f04816b97be6981931cb2af07a5b
RANDOM SEED=689473074

node125.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.07
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.07
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.07
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.07
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:        31083508 kB
MemAvailable:   31632656 kB
Buffers:          171444 kB
Cached:           664580 kB
SwapCached:            0 kB
Active:           791592 kB
Inactive:         479288 kB
Active(anon):     435196 kB
Inactive(anon):    16716 kB
Active(file):     356396 kB
Inactive(file):   462572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41972 kB
Writeback:             0 kB
AnonPages:        434880 kB
Mapped:            47432 kB
Shmem:             17060 kB
Slab:             117068 kB
SReclaimable:      92028 kB
SUnreclaim:        25040 kB
KernelStack:        3456 kB
PageTables:         8312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     949232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61948 MiB
End job on node125 at 2017-08-08 00:19:02