Trace number 4299194

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
The dodo solver 2018-04-29? 38.2616 13.4173

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
37.88/13.29	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
38.14/13.36		at minicp.util.BitSet.<init>(BitSet.java:11)
38.14/13.36		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
38.14/13.36		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
38.14/13.36		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
38.14/13.36		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
38.14/13.36		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
38.14/13.36		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
38.14/13.36		at org.xcsp.parser.XCallbacks$$Lambda$86/1525262377.accept(Unknown Source)
38.14/13.36		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
38.14/13.36		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
38.14/13.36		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
38.14/13.36		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
38.14/13.36		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
38.14/13.36		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
38.14/13.36		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
38.14/13.36		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
38.14/13.36		at xcsp3.XCSP3.<init>(XCSP3.java:80)
38.14/13.36		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
38.14/13.36		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
38.14/13.36	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14996 MiB free)
  memory of node 1: 16384 MiB (11673 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299194-1532807383/watcher-4299194-1532807383 -o /tmp/evaluation-result-4299194-1532807383/solver-4299194-1532807383 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299194-1532807383.xml --timelimit 2520 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31330, runsolver pid=31327
Current StackSize limit: 8192 KiB


[startup+0.102068 s]*
/proc/loadavg: 2.00 1.96 1.95 4/215 31345
/proc/meminfo: memFree=27293500/32770624 swapFree=67108496/67108860
[pid=31330] ppid=31327 vsize=10658972 memory=27968 CPUtime=0.13 cores=1,3,5,7
/proc/31330/stat : 31330 (java) S 31327 31330 27678 0 -1 1077944320 5400 0 0 0 12 1 0 0 20 0 15 0 98301508 10914787328 6992 33554432000 4194304 4196468 140736266574528 140736266557072 140568160255735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
/proc/31330/statm: 2664743 6992 2832 1 0 2627263 0
[pid=31330/tid=31332] ppid=31327 vsize=10658972 memory=-8269626465541066618 CPUtime=0.09 cores=1,3,5,7
/proc/31330/task/31332/stat : 31332 (java) R 31327 31330 27678 0 -1 4202560 3230 0 0 0 9 0 0 0 20 0 15 0 98301508 10914787328 6992 33554432000 4194304 4196468 140736266574528 140568164486144 140568144299365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301509 10914787328 6992 33554432000 4194304 4196468 140736266574528 140568112876432 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10658972 memory=140265598219904 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301509 10914787328 6992 33554432000 4194304 4196468 140736266574528 140568111823632 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301509 10914787328 6992 33554432000 4194304 4196468 140736266574528 140568110771344 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301509 10914787328 6992 33554432000 4194304 4196468 140736266574528 140568109718544 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10658972 memory=140265598219904 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301511 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567465031792 140568160266882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31338] ppid=31327 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31338/stat : 31338 (java) S 31327 31330 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98301511 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567463977760 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31339] ppid=31327 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31339/stat : 31339 (java) S 31327 31330 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98301511 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567462925424 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31340] ppid=31327 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31340/stat : 31340 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567461873744 140568160274331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31341] ppid=31327 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31341/stat : 31341 (java) R 31327 31330 27678 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 15 0 98301514 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567460813120 140568146300560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31342] ppid=31327 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31342/stat : 31342 (java) R 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567459768912 140568160265941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31343] ppid=31327 vsize=10658972 memory=140265598219904 CPUtime=0.02 cores=1,3,5,7
/proc/31330/task/31343/stat : 31343 (java) S 31327 31330 27678 0 -1 1077944384 337 0 0 0 2 0 0 0 20 0 15 0 98301514 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567458716528 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31344] ppid=31327 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31344/stat : 31344 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567457663968 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31345] ppid=31327 vsize=10658972 memory=140265598219904 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31345/stat : 31345 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301514 10914787328 6992 33554432000 4194304 4196468 140736266574528 140567456610736 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27968 KiB

[startup+0.218931 s]*
/proc/loadavg: 2.00 1.96 1.95 5/215 31345
/proc/meminfo: memFree=27281468/32770624 swapFree=67108496/67108860
[pid=31330] ppid=31327 vsize=10661056 memory=42620 CPUtime=0.36 cores=1,3,5,7
/proc/31330/stat : 31330 (java) S 31327 31330 27678 0 -1 1077944320 8266 0 0 0 34 2 0 0 20 0 15 0 98301508 10916921344 10655 33554432000 4194304 4196468 140736266574528 140736266557072 140568160255735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
/proc/31330/statm: 2665264 10655 2996 1 0 2627263 0
[pid=31330/tid=31332] ppid=31327 vsize=10661056 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/31330/task/31332/stat : 31332 (java) R 31327 31330 27678 0 -1 4202560 5140 0 0 0 20 1 0 0 20 0 15 0 98301508 10916921344 10655 33554432000 4194304 4196468 140736266574528 140568164484976 140568160277661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301509 10916921344 10655 33554432000 4194304 4196468 140736266574528 140568112876432 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10661056 memory=288370641749931648 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301509 10916921344 10655 33554432000 4194304 4196468 140736266574528 140568111823632 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301509 10916921344 10655 33554432000 4194304 4196468 140736266574528 140568110771344 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301509 10916921344 10655 33554432000 4194304 4196468 140736266574528 140568109718544 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10661056 memory=140265598219904 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301511 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567465031792 140568160266882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31338] ppid=31327 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31338/stat : 31338 (java) S 31327 31330 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98301511 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567463977760 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31339] ppid=31327 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31339/stat : 31339 (java) S 31327 31330 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98301511 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567462925424 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31340] ppid=31327 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31340/stat : 31340 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567461873744 140568160274331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31341] ppid=31327 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31330/task/31341/stat : 31341 (java) R 31327 31330 27678 0 -1 4202560 878 0 0 0 3 0 0 0 20 0 15 0 98301514 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567460821616 140568160277082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31342] ppid=31327 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31330/task/31342/stat : 31342 (java) R 31327 31330 27678 0 -1 4202560 189 0 0 0 2 0 0 0 20 0 15 0 98301514 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567459768816 140568145162416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31343] ppid=31327 vsize=10661056 memory=140265598219904 CPUtime=0.07 cores=1,3,5,7
/proc/31330/task/31343/stat : 31343 (java) S 31327 31330 27678 0 -1 1077944384 690 0 0 0 7 0 0 0 20 0 15 0 98301514 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567458716528 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31344] ppid=31327 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31344/stat : 31344 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567457663968 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31345] ppid=31327 vsize=10661056 memory=140265598219904 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31345/stat : 31345 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301514 10916921344 10655 33554432000 4194304 4196468 140736266574528 140567456610736 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 42620 KiB

[startup+0.310642 s]*
/proc/loadavg: 2.00 1.96 1.95 4/215 31345
/proc/meminfo: memFree=27230952/32770624 swapFree=67108496/67108860
[pid=31330] ppid=31327 vsize=10661056 memory=96376 CPUtime=0.5 cores=1,3,5,7
/proc/31330/stat : 31330 (java) S 31327 31330 27678 0 -1 1077944320 8345 0 0 0 47 3 0 0 20 0 15 0 98301508 10916921344 24094 33554432000 4194304 4196468 140736266574528 140736266557072 140568160255735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
/proc/31330/statm: 2665264 24094 3014 1 0 2627263 0
[pid=31330/tid=31332] ppid=31327 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/31330/task/31332/stat : 31332 (java) R 31327 31330 27678 0 -1 4202560 5169 0 0 0 27 3 0 0 20 0 15 0 98301508 10916921344 24094 33554432000 4194304 4196468 140736266574528 140568164484976 140568160277661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10661056 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301509 10916921344 24094 33554432000 4194304 4196468 140736266574528 140568112876432 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10661056 memory=288370641749931648 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301509 10916921344 24094 33554432000 4194304 4196468 140736266574528 140568111823632 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301509 10916921344 24094 33554432000 4194304 4196468 140736266574528 140568110771344 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301509 10916921344 24094 33554432000 4194304 4196468 140736266574528 140568109718544 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10661056 memory=140265598219904 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98301511 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567465031792 140568160266882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31338] ppid=31327 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31338/stat : 31338 (java) S 31327 31330 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98301511 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567463977760 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31339] ppid=31327 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31339/stat : 31339 (java) S 31327 31330 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98301511 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567462925424 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31340] ppid=31327 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31340/stat : 31340 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567461873744 140568160274331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31341] ppid=31327 vsize=10661056 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/31330/task/31341/stat : 31341 (java) S 31327 31330 27678 0 -1 1077944384 887 0 0 0 4 0 0 0 20 0 15 0 98301514 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567460821616 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31342] ppid=31327 vsize=10661056 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/31330/task/31342/stat : 31342 (java) S 31327 31330 27678 0 -1 1077944384 198 0 0 0 4 0 0 0 20 0 15 0 98301514 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567459768816 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31343] ppid=31327 vsize=10661056 memory=140265598219904 CPUtime=0.1 cores=1,3,5,7
/proc/31330/task/31343/stat : 31343 (java) R 31327 31330 27678 0 -1 4202560 722 0 0 0 10 0 0 0 20 0 15 0 98301514 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567458716528 140568138775856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31344] ppid=31327 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31344/stat : 31344 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567457663968 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31345] ppid=31327 vsize=10661056 memory=140265598219904 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31345/stat : 31345 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301514 10916921344 24094 33554432000 4194304 4196468 140736266574528 140567456610736 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 96376 KiB

[startup+0.700816 s]
/proc/loadavg: 2.00 1.96 1.95 5/215 31345
/proc/meminfo: memFree=27048128/32770624 swapFree=67108496/67108860
[pid=31330] ppid=31327 vsize=10661132 memory=274580 CPUtime=1.51 cores=1,3,5,7
/proc/31330/stat : 31330 (java) S 31327 31330 27678 0 -1 1077944320 10639 0 0 0 139 12 0 0 20 0 15 0 98301508 10916999168 68645 33554432000 4194304 4196468 140736266574528 140736266557072 140568160255735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
/proc/31330/statm: 2665283 68645 3106 1 0 2627263 0
[pid=31330/tid=31332] ppid=31327 vsize=10661132 memory=1788 CPUtime=0.62 cores=1,3,5,7
/proc/31330/task/31332/stat : 31332 (java) R 31327 31330 27678 0 -1 4202560 5520 0 0 0 58 4 0 0 20 0 15 0 98301508 10916999168 68645 33554432000 4194304 4196468 140736266574528 140568164491080 140567787152490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10661132 memory=860 CPUtime=0.02 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) S 31327 31330 27678 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 15 0 98301509 10916999168 68645 33554432000 4194304 4196468 140736266574528 140568112876432 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10661132 memory=12556 CPUtime=0.03 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) S 31327 31330 27678 0 -1 1077944384 36 0 0 0 2 1 0 0 20 0 15 0 98301509 10916999168 68645 33554432000 4194304 4196468 140736266574528 140568111823632 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10661132 memory=756 CPUtime=0.03 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) S 31327 31330 27678 0 -1 1077944384 41 0 0 0 1 2 0 0 20 0 15 0 98301509 10916999168 68645 33554432000 4194304 4196468 140736266574528 140568110771344 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10661132 memory=1616 CPUtime=0.04 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) S 31327 31330 27678 0 -1 1077944384 44 0 0 0 2 2 0 0 20 0 15 0 98301509 10916999168 68645 33554432000 4194304 4196468 140736266574528 140568109718544 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567465031792 140568160266882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31338] ppid=31327 vsize=10661132 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31338/stat : 31338 (java) S 31327 31330 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567463977760 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31339] ppid=31327 vsize=10661132 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31339/stat : 31339 (java) S 31327 31330 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567462925424 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31340] ppid=31327 vsize=10661132 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31340/stat : 31340 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567461873744 140568160274331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31341] ppid=31327 vsize=10661132 memory=7523093115782322283 CPUtime=0.28 cores=1,3,5,7
/proc/31330/task/31341/stat : 31341 (java) S 31327 31330 27678 0 -1 1077944384 1654 0 0 0 28 0 0 0 20 0 15 0 98301514 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567460821616 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31342] ppid=31327 vsize=10661132 memory=5787213827130353767 CPUtime=0.26 cores=1,3,5,7
/proc/31330/task/31342/stat : 31342 (java) S 31327 31330 27678 0 -1 1077944384 689 0 0 0 26 0 0 0 20 0 15 0 98301514 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567459768816 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31343] ppid=31327 vsize=10661132 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/31330/task/31343/stat : 31343 (java) S 31327 31330 27678 0 -1 1077944384 1190 0 0 0 18 0 0 0 20 0 15 0 98301514 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567458716528 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31344] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31344/stat : 31344 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567457663968 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31345] ppid=31327 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31345/stat : 31345 (java) S 31327 31330 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 68645 33554432000 4194304 4196468 140736266574528 140567456610736 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 274580 KiB

[startup+1.50079 s]
/proc/loadavg: 2.00 1.96 1.95 3/215 31345
/proc/meminfo: memFree=26963108/32770624 swapFree=67108496/67108860
[pid=31330] ppid=31327 vsize=10661132 memory=484556 CPUtime=2.77 cores=1,3,5,7
/proc/31330/stat : 31330 (java) S 31327 31330 27678 0 -1 1077944320 11656 0 0 0 257 20 0 0 20 0 15 0 98301508 10916999168 121139 33554432000 4194304 4196468 140736266574528 140736266557072 140568160255735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
/proc/31330/statm: 2665283 121139 3131 1 0 2627263 0
[pid=31330/tid=31332] ppid=31327 vsize=10661132 memory=6791534058613427641 CPUtime=1.37 cores=1,3,5,7
/proc/31330/task/31332/stat : 31332 (java) R 31327 31330 27678 0 -1 4202560 5606 0 0 0 132 5 0 0 20 0 15 0 98301508 10916999168 121139 33554432000 4194304 4196468 140736266574528 140568164493664 140567789807559 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10661132 memory=-6951259422114956437 CPUtime=0.07 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) S 31327 31330 27678 0 -1 1077944384 159 0 0 0 4 3 0 0 20 0 15 0 98301509 10916999168 121139 33554432000 4194304 4196468 140736266574528 140568112876432 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10661132 memory=-6509546260019855299 CPUtime=0.06 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) S 31327 31330 27678 0 -1 1077944384 139 0 0 0 4 2 0 0 20 0 15 0 98301509 10916999168 121139 33554432000 4194304 4196468 140736266574528 140568111823632 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10661132 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) S 31327 31330 27678 0 -1 1077944384 240 0 0 0 4 4 0 0 20 0 15 0 98301509 10916999168 121139 33554432000 4194304 4196468 140736266574528 140568110771344 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10661132 memory=4134692831991786133 CPUtime=0.08 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) S 31327 31330 27678 0 -1 1077944384 273 0 0 0 4 4 0 0 20 0 15 0 98301509 10916999168 121139 33554432000 4194304 4196468 140736266574528 140568109718544 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 121139 33554432000 4194304 4196468 140736266574528 140567465031792 140568160266882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0

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

/proc/31330/task/31332/stat : 31332 (java) S 31327 31330 27678 0 -1 1077944384 7784 0 0 0 345 14 0 0 20 0 15 0 98301508 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140568164494400 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10661132 memory=6003404313318616423 CPUtime=2.51 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) R 31327 31330 27678 0 -1 4202560 31989 0 0 0 152 99 0 0 20 0 15 0 98301509 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140568112876632 140568153355435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10661132 memory=7451033408552259680 CPUtime=2.48 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) R 31327 31330 27678 0 -1 4202560 31487 0 0 0 142 106 0 0 20 0 15 0 98301509 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140568111823632 140568153355391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10661132 memory=3932840 CPUtime=2.5 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) R 31327 31330 27678 0 -1 4202560 31040 0 0 0 149 101 0 0 20 0 15 0 98301509 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140568110771344 140568153355407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10661132 memory=3630248 CPUtime=2.5 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) R 31327 31330 27678 0 -1 4202560 31808 0 0 0 142 108 0 0 20 0 15 0 98301509 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140568109718744 140568153358739 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10661132 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 7948 0 0 0 12 0 0 0 20 0 15 0 98301511 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567465030336 140568160265941 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31338] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31338/stat : 31338 (java) S 31327 31330 27678 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567463977824 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31339] ppid=31327 vsize=10661132 memory=11 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31339/stat : 31339 (java) S 31327 31330 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567462925424 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31340] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31340/stat : 31340 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567461873744 140568160274331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31341] ppid=31327 vsize=10661132 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/31330/task/31341/stat : 31341 (java) S 31327 31330 27678 0 -1 1077944384 2331 0 0 0 56 0 0 0 20 0 15 0 98301514 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567460821616 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31342] ppid=31327 vsize=10661132 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/31330/task/31342/stat : 31342 (java) S 31327 31330 27678 0 -1 1077944384 2323 0 0 0 55 0 0 0 20 0 15 0 98301514 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567459760096 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31343] ppid=31327 vsize=10661132 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/31330/task/31343/stat : 31343 (java) S 31327 31330 27678 0 -1 1077944384 1486 0 0 0 26 0 0 0 20 0 15 0 98301514 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567458716528 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31344] ppid=31327 vsize=10661132 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31344/stat : 31344 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567457663968 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31345] ppid=31327 vsize=10661132 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31345/stat : 31345 (java) S 31327 31330 27678 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 1216732 33554432000 4194304 4196468 140736266574528 140567456610736 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
Current children cumulated CPU time: 15.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4866928 KiB

[startup+12.7008 s]
/proc/loadavg: 2.38 2.04 1.98 6/215 31345
/proc/meminfo: memFree=19000084/32770624 swapFree=67108496/67108860
[pid=31330] ppid=31327 vsize=10661132 memory=8307540 CPUtime=36.2 cores=1,3,5,7
/proc/31330/stat : 31330 (java) S 31327 31330 27678 0 -1 1077944320 315270 0 0 0 2835 785 0 0 20 0 15 0 98301508 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140736266557072 140568160255735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
/proc/31330/statm: 2665283 2076885 3176 1 0 2627263 0
[pid=31330/tid=31332] ppid=31327 vsize=10661132 memory=8307268 CPUtime=4.8 cores=1,3,5,7
/proc/31330/task/31332/stat : 31332 (java) S 31327 31330 27678 0 -1 1077944384 7805 0 0 0 466 14 0 0 20 0 15 0 98301508 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568164494336 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10661132 memory=0 CPUtime=7.35 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) R 31327 31330 27678 0 -1 4202560 48350 0 0 0 545 190 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568112876240 140568152883943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10661132 memory=20353 CPUtime=7.38 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) R 31327 31330 27678 0 -1 4202560 147012 0 0 0 532 206 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568111823832 140568153355428 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10661132 memory=4420 CPUtime=7.37 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) R 31327 31330 27678 0 -1 4202560 53822 0 0 0 532 205 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568110771152 140568152883943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10661132 memory=0 CPUtime=7.35 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) R 31327 31330 27678 0 -1 4202560 39537 0 0 0 572 163 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568109718664 140568152883943 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10661132 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 10549 0 0 0 38 1 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567465030352 140568160265941 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31338] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31338/stat : 31338 (java) S 31327 31330 27678 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567463977824 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31339] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31339/stat : 31339 (java) S 31327 31330 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567462925424 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31340] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31340/stat : 31340 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567461873744 140568160274331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31341] ppid=31327 vsize=10661132 memory=57 CPUtime=0.57 cores=1,3,5,7
/proc/31330/task/31341/stat : 31341 (java) S 31327 31330 27678 0 -1 1077944384 2331 0 0 0 57 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567460821616 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31342] ppid=31327 vsize=10661132 memory=28296 CPUtime=0.64 cores=1,3,5,7
/proc/31330/task/31342/stat : 31342 (java) S 31327 31330 27678 0 -1 1077944384 2864 0 0 0 64 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567459768816 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31343] ppid=31327 vsize=10661132 memory=1224 CPUtime=0.27 cores=1,3,5,7
/proc/31330/task/31343/stat : 31343 (java) S 31327 31330 27678 0 -1 1077944384 1494 0 0 0 27 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567458716528 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31344] ppid=31327 vsize=10661132 memory=8307268 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31344/stat : 31344 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567457663968 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31345] ppid=31327 vsize=10661132 memory=6924412 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31345/stat : 31345 (java) S 31327 31330 27678 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567456610736 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
Current children cumulated CPU time: 36.2 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307540 KiB

[startup+13.4173 s]
# the end of solver process 31330 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=30.313 s, system=7.94859 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.801 s]
/proc/loadavg: 2.38 2.04 1.98 6/215 31345
/proc/meminfo: memFree=19000084/32770624 swapFree=67108496/67108860
[pid=31330] ppid=31327 vsize=10661132 memory=8307540 CPUtime=36.6 cores=1,3,5,7
/proc/31330/stat : 31330 (java) S 31327 31330 27678 0 -1 1077944320 354284 0 0 0 2873 787 0 0 20 0 15 0 98301508 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140736266557072 140568160255735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
/proc/31330/statm: 2665283 2076885 3176 1 0 2627263 0
[pid=31330/tid=31332] ppid=31327 vsize=10661132 memory=28296 CPUtime=4.8 cores=1,3,5,7
/proc/31330/task/31332/stat : 31332 (java) S 31327 31330 27678 0 -1 1077944384 7805 0 0 0 466 14 0 0 20 0 15 0 98301508 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568164494336 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10661132 memory=1224 CPUtime=7.45 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) R 31327 31330 27678 0 -1 4202560 48350 0 0 0 555 190 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568112876240 140568152883943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10661132 memory=2260 CPUtime=7.49 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) R 31327 31330 27678 0 -1 4202560 186026 0 0 0 541 208 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568111823832 140568153355411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10661132 memory=1775400 CPUtime=7.46 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) R 31327 31330 27678 0 -1 4202560 53822 0 0 0 541 205 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568110771152 140568152883943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10661132 memory=280530889356400 CPUtime=7.44 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) R 31327 31330 27678 0 -1 4202560 39537 0 0 0 581 163 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568109718664 140568152883943 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10661132 memory=280530889356848 CPUtime=0.39 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 10549 0 0 0 38 1 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567465030352 140568160265941 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31338] ppid=31327 vsize=10661132 memory=280530889356784 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31338/stat : 31338 (java) S 31327 31330 27678 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567463977824 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31339] ppid=31327 vsize=10661132 memory=280530889752048 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31339/stat : 31339 (java) S 31327 31330 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567462925424 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31340] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31340/stat : 31340 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567461873744 140568160274331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31341] ppid=31327 vsize=10661132 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/31330/task/31341/stat : 31341 (java) S 31327 31330 27678 0 -1 1077944384 2331 0 0 0 57 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567460821616 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31342] ppid=31327 vsize=10661132 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/31330/task/31342/stat : 31342 (java) S 31327 31330 27678 0 -1 1077944384 2864 0 0 0 64 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567459768816 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31343] ppid=31327 vsize=10661132 memory=8094212 CPUtime=0.27 cores=1,3,5,7
/proc/31330/task/31343/stat : 31343 (java) S 31327 31330 27678 0 -1 1077944384 1494 0 0 0 27 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567458716528 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31344] ppid=31327 vsize=10661132 memory=64 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31344/stat : 31344 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567457663968 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31345] ppid=31327 vsize=10661132 memory=140265444894254 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31345/stat : 31345 (java) S 31327 31330 27678 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567456610736 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
Current children cumulated CPU time: 36.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307540 KiB

[startup+13.2016 s]
/proc/loadavg: 2.38 2.04 1.98 6/215 31345
/proc/meminfo: memFree=19000084/32770624 swapFree=67108496/67108860
[pid=31330] ppid=31327 vsize=10661132 memory=8307540 CPUtime=37.88 cores=1,3,5,7
/proc/31330/stat : 31330 (java) S 31327 31330 27678 0 -1 1077944320 354920 0 0 0 3001 787 0 0 20 0 15 0 98301508 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140736266557072 140568160255735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
/proc/31330/statm: 2665283 2076885 3176 1 0 2627263 0
[pid=31330/tid=31332] ppid=31327 vsize=10661132 memory=0 CPUtime=4.8 cores=1,3,5,7
/proc/31330/task/31332/stat : 31332 (java) S 31327 31330 27678 0 -1 1077944384 7806 0 0 0 466 14 0 0 20 0 15 0 98301508 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568164494336 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31333] ppid=31327 vsize=10661132 memory=140265444963406 CPUtime=7.75 cores=1,3,5,7
/proc/31330/task/31333/stat : 31333 (java) R 31327 31330 27678 0 -1 4202560 48350 0 0 0 585 190 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568112876432 140568144953280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31334] ppid=31327 vsize=10661132 memory=6943526294502006880 CPUtime=7.79 cores=1,3,5,7
/proc/31330/task/31334/stat : 31334 (java) R 31327 31330 27678 0 -1 4202560 186616 0 0 0 571 208 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568111823520 140568145099558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31335] ppid=31327 vsize=10661132 memory=0 CPUtime=7.77 cores=1,3,5,7
/proc/31330/task/31335/stat : 31335 (java) R 31327 31330 27678 0 -1 4202560 53822 0 0 0 572 205 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568110771344 140568144953374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31336] ppid=31327 vsize=10661132 memory=0 CPUtime=7.73 cores=1,3,5,7
/proc/31330/task/31336/stat : 31336 (java) R 31327 31330 27678 0 -1 4202560 39580 0 0 0 610 163 0 0 20 0 15 0 98301509 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140568109718744 140568141852391 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31337] ppid=31327 vsize=10661132 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/31330/task/31337/stat : 31337 (java) S 31327 31330 27678 0 -1 1077944384 10551 0 0 0 47 1 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567465030128 140568160265941 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31338] ppid=31327 vsize=10661132 memory=8307540 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31338/stat : 31338 (java) S 31327 31330 27678 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567463977824 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31339] ppid=31327 vsize=10661132 memory=280530890392368 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31339/stat : 31339 (java) S 31327 31330 27678 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98301511 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567462925424 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31340] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31340/stat : 31340 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567461873744 140568160274331 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31341] ppid=31327 vsize=10661132 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/31330/task/31341/stat : 31341 (java) S 31327 31330 27678 0 -1 1077944384 2331 0 0 0 57 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567460821616 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31342] ppid=31327 vsize=10661132 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/31330/task/31342/stat : 31342 (java) S 31327 31330 27678 0 -1 1077944384 2864 0 0 0 64 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567459768816 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31343] ppid=31327 vsize=10661132 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/31330/task/31343/stat : 31343 (java) S 31327 31330 27678 0 -1 1077944384 1494 0 0 0 27 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567458716528 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31344] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31344/stat : 31344 (java) S 31327 31330 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567457663968 140568160265941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
[pid=31330/tid=31345] ppid=31327 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31330/task/31345/stat : 31345 (java) S 31327 31330 27678 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 98301514 10916999168 2076885 33554432000 4194304 4196468 140736266574528 140567456610736 140568160266882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 35430400 140736266577016 140736266577161 140736266577161 140736266579919 0
Current children cumulated CPU time: 37.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307540 KiB

[startup+13.4016 s]*
/proc/loadavg: 2.38 2.04 1.98 3/202 31346
/proc/meminfo: memFree=24589648/32770624 swapFree=67108496/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 13.4173
CPU time (s): 38.2616
CPU user time (s): 30.313
CPU system time (s): 7.94859
CPU usage (%): 285.166
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8307540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.313
system time used= 7.94859
maximum resident set size= 8307540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355275
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8464
involuntary context switches= 314


# summary of solver processes directly reported to runsolver:
#   pid: 31330
#   total CPU time (s): 38.2616
#   total CPU user time (s): 30.313
#   total CPU system time (s): 7.94859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.1061 second user time and 0.18685 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 21:49:43
IDJOB=4299194
IDBENCH=141306
IDSOLVER=2768
FILE ID=node149/4299194-1532807383
RUNJOBID= node149-1532775878-27710
PBS_JOBID= 21022467
Free space on /tmp= 43228 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299194-1532807383/watcher-4299194-1532807383 -o /tmp/evaluation-result-4299194-1532807383/solver-4299194-1532807383 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299194-1532807383.xml --timelimit 2520

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=2040858347

node149.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.60
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.60
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.60
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.60
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:        27310040 kB
MemAvailable:   31784744 kB
Buffers:          142404 kB
Cached:          4550868 kB
SwapCached:           60 kB
Active:          1727044 kB
Inactive:        3162920 kB
Active(anon):     146792 kB
Inactive(anon):    78000 kB
Active(file):    1580252 kB
Inactive(file):  3084920 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             29144 kB
Writeback:             0 kB
AnonPages:        204792 kB
Mapped:            47336 kB
Shmem:             25040 kB
Slab:             266420 kB
SReclaimable:     237992 kB
SUnreclaim:        28428 kB
KernelStack:        3520 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1078036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 43228 MiB
End job on node149 at 2018-07-28 21:49:57