Trace number 4299038

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? 341.912 120.038

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-test02-0250_c18.xml
MD5SUM973c4f7d3bfa6ee5bf8044e5608ab9c3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89983130
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3894
Number of constraints2462
Number of domains32
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":1380},{"size":11,"count":1131},{"size":12,"count":1},{"size":23,"count":45},{"size":47,"count":70},{"size":57,"count":33},{"size":60,"count":11},{"size":69,"count":36},{"size":70,"count":19},{"size":79,"count":14},{"size":81,"count":2},{"size":84,"count":6},{"size":93,"count":2},{"size":94,"count":10},{"size":110,"count":4},{"size":113,"count":12},{"size":118,"count":77},{"size":127,"count":39},{"size":137,"count":13},{"size":151,"count":17},{"size":153,"count":16},{"size":154,"count":100},{"size":170,"count":27},{"size":175,"count":828}]
Minimum variable degree2
Maximum variable degree1132
Distribution of variable degrees[{"degree":2,"count":3396},{"degree":3,"count":10},{"degree":4,"count":16},{"degree":5,"count":23},{"degree":6,"count":38},{"degree":7,"count":47},{"degree":8,"count":26},{"degree":9,"count":44},{"degree":10,"count":59},{"degree":11,"count":73},{"degree":12,"count":68},{"degree":13,"count":29},{"degree":14,"count":29},{"degree":15,"count":16},{"degree":16,"count":13},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":1132,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1131},{"arity":6,"count":1131}]
Number of extensional constraints2462
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2462}]
Optimization problemYES
Type of objectivemin 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
341.76/119.95	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
341.76/119.95		at java.lang.Integer.valueOf(Integer.java:832)
341.76/119.95		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$null$1(CtrLoaderInteger.java:98)
341.76/119.95		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$75/1021258849.applyAsInt(Unknown Source)
341.76/119.95		at java.util.stream.IntPipeline$3$1.accept(IntPipeline.java:233)
341.76/119.95		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
341.76/119.95		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
341.76/119.95		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
341.76/119.95		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
341.76/119.95		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
341.76/119.95		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
341.76/119.95		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
341.76/119.95		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
341.88/120.01		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$73/166454155.apply(Unknown Source)
341.88/120.01		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
341.88/120.01		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
341.88/120.01		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
341.88/120.01		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
341.88/120.01		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
341.88/120.01		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
341.88/120.01		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
341.88/120.01		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
341.88/120.01		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
341.88/120.01		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
341.88/120.01		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
341.88/120.01		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
341.88/120.01		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
341.88/120.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
341.88/120.01		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
341.88/120.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
341.88/120.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
341.88/120.01		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
341.88/120.01		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
341.88/120.01	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 (10012 MiB free)
  memory of node 1: 16384 MiB (11278 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299038-1532798772/watcher-4299038-1532798772 -o /tmp/evaluation-result-4299038-1532798772/solver-4299038-1532798772 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299038-1532798772.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=30405, runsolver pid=30402
Current StackSize limit: 8192 KiB


[startup+0.100127 s]*
/proc/loadavg: 5.42 3.76 2.53 5/215 30420
/proc/meminfo: memFree=21785796/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10658972 memory=28044 CPUtime=0.13 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 5427 0 0 0 13 0 0 0 20 0 15 0 97440541 10914787328 7011 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2664743 7011 2830 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10658972 memory=-8197568871503401347 CPUtime=0.09 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) R 30402 30405 27678 0 -1 4202560 3246 0 0 0 9 0 0 0 20 0 15 0 97440542 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235961809776 140235937390700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440542 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235918539280 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10658972 memory=139902182708864 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440542 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235563047568 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440542 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235561994512 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440542 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235560941968 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10658972 memory=139902182708864 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440544 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235517364976 140235957590658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30413] ppid=30402 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30413/stat : 30413 (java) S 30402 30405 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97440544 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235516311200 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30414] ppid=30402 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30414/stat : 30414 (java) S 30402 30405 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97440544 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235515258096 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30415] ppid=30402 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30415/stat : 30415 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235446938064 140235957598107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30416] ppid=30402 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30416/stat : 30416 (java) R 30402 30405 27678 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 97440547 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235445885168 140235957590658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30417] ppid=30402 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30417/stat : 30417 (java) R 30402 30405 27678 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 15 0 97440547 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235444832720 140235934824256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30418] ppid=30402 vsize=10658972 memory=139902182708864 CPUtime=0.02 cores=1,3,5,7
/proc/30405/task/30418/stat : 30418 (java) R 30402 30405 27678 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 97440547 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235443778752 140235957600858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30419] ppid=30402 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10658972 memory=139902182708864 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440547 10914787328 7011 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28044 KiB

[startup+0.210625 s]*
/proc/loadavg: 5.42 3.76 2.53 4/215 30420
/proc/meminfo: memFree=21773888/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10661056 memory=40428 CPUtime=0.34 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 8262 0 0 0 33 1 0 0 20 0 15 0 97440541 10916921344 10107 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2665264 10107 2981 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) R 30402 30405 27678 0 -1 4202560 5170 0 0 0 19 1 0 0 20 0 15 0 97440542 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235961817824 140235957601437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440542 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235918539280 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10661056 memory=288370278334420608 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440542 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235563047568 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440542 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235561994512 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440542 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235560941968 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10661056 memory=139902182708864 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235517364976 140235957590658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30413] ppid=30402 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30413/stat : 30413 (java) S 30402 30405 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235516311200 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30414] ppid=30402 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30414/stat : 30414 (java) S 30402 30405 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235515258096 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30415] ppid=30402 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30415/stat : 30415 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235446938064 140235957598107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30416] ppid=30402 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30405/task/30416/stat : 30416 (java) S 30402 30405 27678 0 -1 1077944384 510 0 0 0 2 0 0 0 20 0 15 0 97440547 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235445885168 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30417] ppid=30402 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30405/task/30417/stat : 30417 (java) R 30402 30405 27678 0 -1 4202560 293 0 0 0 2 0 0 0 20 0 15 0 97440547 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235444831808 140235941978092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30418] ppid=30402 vsize=10661056 memory=139902182708864 CPUtime=0.08 cores=1,3,5,7
/proc/30405/task/30418/stat : 30418 (java) R 30402 30405 27678 0 -1 4202560 921 0 0 0 8 0 0 0 20 0 15 0 97440547 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235443779568 140235936554145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30419] ppid=30402 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10661056 memory=139902182708864 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 10107 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40428 KiB

[startup+0.310562 s]*
/proc/loadavg: 5.42 3.76 2.53 4/215 30420
/proc/meminfo: memFree=21710588/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10661056 memory=113220 CPUtime=0.57 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 9025 0 0 0 53 4 0 0 20 0 15 0 97440541 10916921344 28305 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2665264 28305 3035 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) R 30402 30405 27678 0 -1 4202560 5209 0 0 0 27 3 0 0 20 0 15 0 97440542 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235961810944 140235957601437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10661056 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440542 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235918539280 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10661056 memory=288370278334420608 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440542 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235563047568 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440542 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235561994512 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440542 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235560941968 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10661056 memory=139902182708864 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) S 30402 30405 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235517364976 140235957590658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30413] ppid=30402 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30413/stat : 30413 (java) S 30402 30405 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235516311200 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30414] ppid=30402 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30414/stat : 30414 (java) S 30402 30405 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235515258096 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30415] ppid=30402 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30415/stat : 30415 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235446938064 140235957598107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30416] ppid=30402 vsize=10661056 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/30405/task/30416/stat : 30416 (java) S 30402 30405 27678 0 -1 1077944384 654 0 0 0 5 0 0 0 20 0 15 0 97440547 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235445885168 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30417] ppid=30402 vsize=10661056 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30405/task/30417/stat : 30417 (java) R 30402 30405 27678 0 -1 4202560 746 0 0 0 8 0 0 0 20 0 15 0 97440547 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235444813528 140235935857253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30418] ppid=30402 vsize=10661056 memory=139902182708864 CPUtime=0.12 cores=1,3,5,7
/proc/30405/task/30418/stat : 30418 (java) S 30402 30405 27678 0 -1 1077944384 1050 0 0 0 12 0 0 0 20 0 15 0 97440547 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235443779568 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30419] ppid=30402 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10661056 memory=139902182708864 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 28305 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 113220 KiB

[startup+0.701645 s]
/proc/loadavg: 5.42 3.76 2.53 3/215 30420
/proc/meminfo: memFree=21522124/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10661056 memory=481380 CPUtime=1.58 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 11728 0 0 0 124 34 0 0 20 0 15 0 97440541 10916921344 120345 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2665264 120345 3088 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10661056 memory=1788 CPUtime=0.51 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) S 30402 30405 27678 0 -1 1077944384 5238 0 0 0 45 6 0 0 20 0 15 0 97440542 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235961818768 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10661056 memory=860 CPUtime=0.12 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) R 30402 30405 27678 0 -1 4202560 230 0 0 0 7 5 0 0 20 0 15 0 97440542 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235918539168 140235950682490 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10661056 memory=12556 CPUtime=0.11 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) R 30402 30405 27678 0 -1 4202560 359 0 0 0 6 5 0 0 20 0 15 0 97440542 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235563047568 140235950207719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10661056 memory=756 CPUtime=0.14 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) R 30402 30405 27678 0 -1 4202560 398 0 0 0 7 7 0 0 20 0 15 0 97440542 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235561994512 140235950207719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10661056 memory=1616 CPUtime=0.14 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) R 30402 30405 27678 0 -1 4202560 365 0 0 0 7 7 0 0 20 0 15 0 97440542 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235560941968 140235950207719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10661056 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) S 30402 30405 27678 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235517363520 140235957589717 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30413] ppid=30402 vsize=10661056 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30413/stat : 30413 (java) S 30402 30405 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235516311200 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30414] ppid=30402 vsize=10661056 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30414/stat : 30414 (java) S 30402 30405 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97440544 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235515258096 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30415] ppid=30402 vsize=10661056 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30415/stat : 30415 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235446938064 140235957598107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30416] ppid=30402 vsize=10661056 memory=7523093115782322283 CPUtime=0.12 cores=1,3,5,7
/proc/30405/task/30416/stat : 30416 (java) S 30402 30405 27678 0 -1 1077944384 1140 0 0 0 12 0 0 0 20 0 15 0 97440547 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235445864624 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30417] ppid=30402 vsize=10661056 memory=5787213827096799335 CPUtime=0.23 cores=1,3,5,7
/proc/30405/task/30417/stat : 30417 (java) S 30402 30405 27678 0 -1 1077944384 1486 0 0 0 23 0 0 0 20 0 15 0 97440547 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235444823904 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30418] ppid=30402 vsize=10661056 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/30405/task/30418/stat : 30418 (java) S 30402 30405 27678 0 -1 1077944384 1060 0 0 0 13 0 0 0 20 0 15 0 97440547 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235443779568 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30419] ppid=30402 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10661056 memory=33 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97440547 10916921344 120345 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 481380 KiB

[startup+1.50079 s]
/proc/loadavg: 5.42 3.76 2.53 3/215 30420
/proc/meminfo: memFree=21244348/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10661056 memory=880852 CPUtime=3.32 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 13853 0 0 0 256 76 0 0 20 0 15 0 97440541 10916921344 220213 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2665264 220213 3098 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10661056 memory=6791534058613427641 CPUtime=1.05 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) R 30402 30405 27678 0 -1 4202560 5298 0 0 0 92 13 0 0 20 0 15 0 97440542 10916921344 220213 33554432000 4194304 4196468 140727332297520 140235961811376 140235957601437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10661056 memory=-6951259422114956437 CPUtime=0.37 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) S 30402 30405 27678 0 -1 1077944384 405 0 0 0 23 14 0 0 20 0 15 0 97440542 10916921344 220213 33554432000 4194304 4196468 140727332297520 140235918539280 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10661056 memory=-6509546260019855299 CPUtime=0.38 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) S 30402 30405 27678 0 -1 1077944384 502 0 0 0 24 14 0 0 20 0 15 0 97440542 10916921344 220213 33554432000 4194304 4196468 140727332297520 140235563047568 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10661056 memory=-7390251449858225344 CPUtime=0.39 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) S 30402 30405 27678 0 -1 1077944384 534 0 0 0 23 16 0 0 20 0 15 0 97440542 10916921344 220213 33554432000 4194304 4196468 140727332297520 140235561994512 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10661056 memory=4134692831991786133 CPUtime=0.4 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) S 30402 30405 27678 0 -1 1077944384 514 0 0 0 24 16 0 0 20 0 15 0 97440542 10916921344 220213 33554432000 4194304 4196468 140727332297520 140235560941968 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) S 30402 30405 27678 0 -1 1077944384 972 0 0 0 1 0 0 0 20 0 15 0 97440544 10916921344 220213 33554432000 4194304 4196468 140727332297520 140235517364976 140235957590658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0

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

[pid=30405/tid=30419] ppid=30402 vsize=10661132 memory=5500 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 2077025 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10661132 memory=4460 CPUtime=0.08 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 551 0 0 0 3 5 0 0 20 0 15 0 97440547 10916999168 2077025 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 323.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8308100 KiB

[startup+118.401 s]
/proc/loadavg: 4.10 3.70 2.65 6/215 30422
/proc/meminfo: memFree=13488672/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10661132 memory=8308108 CPUtime=336.04 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 166187 0 0 0 32830 774 0 0 20 0 15 0 97440541 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2665283 2077027 3194 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10661132 memory=6791534058613427641 CPUtime=42.04 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) S 30402 30405 27678 0 -1 1077944384 17484 0 0 0 4176 28 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235961817520 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10661132 memory=0 CPUtime=71.75 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) R 30402 30405 27678 0 -1 4202560 28675 0 0 0 6996 179 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235918539280 140235942575863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10661132 memory=8308096 CPUtime=71.77 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) R 30402 30405 27678 0 -1 4202560 22223 0 0 0 6993 184 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235563047376 140235950207719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10661132 memory=8308096 CPUtime=71.85 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) R 30402 30405 27678 0 -1 4202560 26866 0 0 0 6998 187 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235561994632 140235950207719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10661132 memory=28116 CPUtime=71.9 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) R 30402 30405 27678 0 -1 4202560 20662 0 0 0 7003 187 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235560941776 140235950207719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10661132 memory=1224 CPUtime=3.78 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) S 30402 30405 27678 0 -1 1077944384 31854 0 0 0 376 2 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235517363520 140235957589717 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30413] ppid=30402 vsize=10661132 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30413/stat : 30413 (java) S 30402 30405 27678 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235516311264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30414] ppid=30402 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30414/stat : 30414 (java) S 30402 30405 27678 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235515258096 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30415] ppid=30402 vsize=10661132 memory=860 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30415/stat : 30415 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235446938064 140235957598107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30416] ppid=30402 vsize=10661132 memory=12556 CPUtime=1.07 cores=1,3,5,7
/proc/30405/task/30416/stat : 30416 (java) S 30402 30405 27678 0 -1 1077944384 4831 0 0 0 106 1 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235445885216 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30417] ppid=30402 vsize=10661132 memory=756 CPUtime=1.2 cores=1,3,5,7
/proc/30405/task/30417/stat : 30417 (java) S 30402 30405 27678 0 -1 1077944384 5479 0 0 0 120 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235444832624 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30418] ppid=30402 vsize=10661132 memory=1616 CPUtime=0.51 cores=1,3,5,7
/proc/30405/task/30418/stat : 30418 (java) S 30402 30405 27678 0 -1 1077944384 6062 0 0 0 50 1 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235443779328 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30419] ppid=30402 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10661132 memory=1132 CPUtime=0.08 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 551 0 0 0 3 5 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 336.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8308108 KiB

[startup+119.201 s]
/proc/loadavg: 4.10 3.70 2.65 6/215 30423
/proc/meminfo: memFree=13488544/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10661132 memory=8308108 CPUtime=339.13 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 166306 0 0 0 33138 775 0 0 20 0 15 0 97440541 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2665283 2077027 3194 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10661132 memory=860 CPUtime=42.04 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) S 30402 30405 27678 0 -1 1077944384 17484 0 0 0 4176 28 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235961817520 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10661132 memory=6791534058613427641 CPUtime=72.55 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) R 30402 30405 27678 0 -1 4202560 28794 0 0 0 7076 179 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235918539480 140235950676212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10661132 memory=28116 CPUtime=72.54 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) R 30402 30405 27678 0 -1 4202560 22223 0 0 0 7069 185 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235563047376 140235950207719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10661132 memory=1224 CPUtime=72.61 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) R 30402 30405 27678 0 -1 4202560 26866 0 0 0 7073 188 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235561994632 140235950207719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10661132 memory=2260 CPUtime=72.66 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) R 30402 30405 27678 0 -1 4202560 20662 0 0 0 7079 187 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235560941776 140235950207719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10661132 memory=12556 CPUtime=3.78 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) S 30402 30405 27678 0 -1 1077944384 31854 0 0 0 376 2 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235517363520 140235957589717 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30413] ppid=30402 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30413/stat : 30413 (java) S 30402 30405 27678 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235516311264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30414] ppid=30402 vsize=10661132 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30414/stat : 30414 (java) S 30402 30405 27678 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235515258096 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30415] ppid=30402 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30415/stat : 30415 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235446938064 140235957598107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30416] ppid=30402 vsize=10661132 memory=1132 CPUtime=1.07 cores=1,3,5,7
/proc/30405/task/30416/stat : 30416 (java) S 30402 30405 27678 0 -1 1077944384 4831 0 0 0 106 1 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235445885216 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30417] ppid=30402 vsize=10661132 memory=6384 CPUtime=1.2 cores=1,3,5,7
/proc/30405/task/30417/stat : 30417 (java) S 30402 30405 27678 0 -1 1077944384 5479 0 0 0 120 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235444832624 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30418] ppid=30402 vsize=10661132 memory=5500 CPUtime=0.51 cores=1,3,5,7
/proc/30405/task/30418/stat : 30418 (java) S 30402 30405 27678 0 -1 1077944384 6062 0 0 0 50 1 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235443779328 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30419] ppid=30402 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10661132 memory=860 CPUtime=0.08 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 551 0 0 0 3 5 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 339.13 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8308108 KiB

[startup+119.601 s]
/proc/loadavg: 4.10 3.70 2.65 6/215 30423
/proc/meminfo: memFree=13488544/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10661132 memory=8308108 CPUtime=340.69 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 175632 0 0 0 33293 776 0 0 20 0 15 0 97440541 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2665283 2077027 3194 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10661132 memory=5154252 CPUtime=42.04 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) S 30402 30405 27678 0 -1 1077944384 17484 0 0 0 4176 28 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235961817520 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10661132 memory=1408 CPUtime=72.95 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) R 30402 30405 27678 0 -1 4202560 38120 0 0 0 7116 179 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235918539480 140235942577456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10661132 memory=2868 CPUtime=72.93 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) R 30402 30405 27678 0 -1 4202560 22223 0 0 0 7108 185 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235563047376 140235950207719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10661132 memory=8308100 CPUtime=73 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) R 30402 30405 27678 0 -1 4202560 26866 0 0 0 7112 188 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235561994632 140235950207719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10661132 memory=6791534058613427641 CPUtime=73.05 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) R 30402 30405 27678 0 -1 4202560 20662 0 0 0 7118 187 0 0 20 0 15 0 97440542 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235560941776 140235950207719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10661132 memory=7737297836121418339 CPUtime=3.78 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) S 30402 30405 27678 0 -1 1077944384 31854 0 0 0 376 2 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235517363520 140235957589717 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30413] ppid=30402 vsize=10661132 memory=7737297836121418339 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30413/stat : 30413 (java) S 30402 30405 27678 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235516311264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30414] ppid=30402 vsize=10661132 memory=7163925629427214954 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30414/stat : 30414 (java) S 30402 30405 27678 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 97440544 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235515258096 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30415] ppid=30402 vsize=10661132 memory=7157181237988909159 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30415/stat : 30415 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235446938064 140235957598107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30416] ppid=30402 vsize=10661132 memory=28116 CPUtime=1.07 cores=1,3,5,7
/proc/30405/task/30416/stat : 30416 (java) S 30402 30405 27678 0 -1 1077944384 4831 0 0 0 106 1 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235445885216 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30417] ppid=30402 vsize=10661132 memory=1224 CPUtime=1.2 cores=1,3,5,7
/proc/30405/task/30417/stat : 30417 (java) S 30402 30405 27678 0 -1 1077944384 5479 0 0 0 120 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235444832672 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30418] ppid=30402 vsize=10661132 memory=2260 CPUtime=0.51 cores=1,3,5,7
/proc/30405/task/30418/stat : 30418 (java) S 30402 30405 27678 0 -1 1077944384 6062 0 0 0 50 1 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235443779328 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30419] ppid=30402 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10661132 memory=860 CPUtime=0.08 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 551 0 0 0 3 5 0 0 20 0 15 0 97440547 10916999168 2077027 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 340.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8308108 KiB

[startup+120.001 s]*
/proc/loadavg: 4.09 3.70 2.65 3/215 30423
/proc/meminfo: memFree=13488556/32770624 swapFree=67108496/67108860
[pid=30405] ppid=30402 vsize=10661132 memory=5336512 CPUtime=341.88 cores=1,3,5,7
/proc/30405/stat : 30405 (java) S 30402 30405 27678 0 -1 1077944320 175789 0 0 0 33410 778 0 0 20 0 15 0 97440541 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140727332280064 140235957579511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
/proc/30405/statm: 2665283 1334128 3196 1 0 2627263 0
[pid=30405/tid=30407] ppid=30402 vsize=10661132 memory=6791534058613427641 CPUtime=42.04 cores=1,3,5,7
/proc/30405/task/30407/stat : 30407 (java) S 30402 30405 27678 0 -1 1077944384 17583 0 0 0 4176 28 0 0 20 0 15 0 97440542 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235961819184 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30408] ppid=30402 vsize=10661132 memory=3988 CPUtime=73.22 cores=1,3,5,7
/proc/30405/task/30408/stat : 30408 (java) S 30402 30405 27678 0 -1 1077944384 38120 0 0 0 7143 179 0 0 20 0 15 0 97440542 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235918539280 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30409] ppid=30402 vsize=10661132 memory=2048 CPUtime=73.18 cores=1,3,5,7
/proc/30405/task/30409/stat : 30409 (java) S 30402 30405 27678 0 -1 1077944384 22223 0 0 0 7133 185 0 0 20 0 15 0 97440542 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235563047568 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30410] ppid=30402 vsize=10661132 memory=7888 CPUtime=73.25 cores=1,3,5,7
/proc/30405/task/30410/stat : 30410 (java) S 30402 30405 27678 0 -1 1077944384 26872 0 0 0 7137 188 0 0 20 0 15 0 97440542 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235561994512 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30411] ppid=30402 vsize=10661132 memory=139902050724016 CPUtime=73.3 cores=1,3,5,7
/proc/30405/task/30411/stat : 30411 (java) S 30402 30405 27678 0 -1 1077944384 20662 0 0 0 7143 187 0 0 20 0 15 0 97440542 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235560941968 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30412] ppid=30402 vsize=10661132 memory=8308108 CPUtime=3.92 cores=1,3,5,7
/proc/30405/task/30412/stat : 30412 (java) R 30402 30405 27678 0 -1 4202560 31865 0 0 0 389 3 0 0 20 0 15 0 97440544 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235517363520 140235950296474 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30413] ppid=30402 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30413/stat : 30413 (java) S 30402 30405 27678 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 97440544 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235516311264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30414] ppid=30402 vsize=10661132 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30414/stat : 30414 (java) S 30402 30405 27678 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 97440544 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235515258096 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30415] ppid=30402 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30415/stat : 30415 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235446938064 140235957598107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30416] ppid=30402 vsize=10661132 memory=1132 CPUtime=1.07 cores=1,3,5,7
/proc/30405/task/30416/stat : 30416 (java) S 30402 30405 27678 0 -1 1077944384 4831 0 0 0 106 1 0 0 20 0 15 0 97440547 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235445885168 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30417] ppid=30402 vsize=10661132 memory=6384 CPUtime=1.2 cores=1,3,5,7
/proc/30405/task/30417/stat : 30417 (java) S 30402 30405 27678 0 -1 1077944384 5479 0 0 0 120 0 0 0 20 0 15 0 97440547 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235444832384 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30418] ppid=30402 vsize=10661132 memory=5500 CPUtime=0.51 cores=1,3,5,7
/proc/30405/task/30418/stat : 30418 (java) S 30402 30405 27678 0 -1 1077944384 6094 0 0 0 50 1 0 0 20 0 15 0 97440547 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235443777072 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30419] ppid=30402 vsize=10661132 memory=4460 CPUtime=0 cores=1,3,5,7
/proc/30405/task/30419/stat : 30419 (java) S 30402 30405 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97440547 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235442727264 140235957589717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
[pid=30405/tid=30420] ppid=30402 vsize=10661132 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/30405/task/30420/stat : 30420 (java) S 30402 30405 27678 0 -1 1077944384 551 0 0 0 3 5 0 0 20 0 15 0 97440547 10916999168 1334128 33554432000 4194304 4196468 140727332297520 140235441675312 140235957590658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7045120 140727332303992 140727332304137 140727332304137 140727332306895 0
Current children cumulated CPU time: 341.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5336512 KiB

Child status: 1
Real time (s): 120.038
CPU time (s): 341.912
CPU user time (s): 334.106
CPU system time (s): 7.80618
CPU usage (%): 284.837
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8308108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.106
system time used= 7.80618
maximum resident set size= 8308112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8038
involuntary context switches= 2930


# summary of solver processes directly reported to runsolver:
#   pid: 30405
#   total CPU time (s): 341.912
#   total CPU user time (s): 334.106
#   total CPU system time (s): 7.80618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.704458 second user time and 1.29066 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 19:26:13
IDJOB=4299038
IDBENCH=141286
IDSOLVER=2768
FILE ID=node149/4299038-1532798772
RUNJOBID= node149-1532775878-27710
PBS_JOBID= 21022467
Free space on /tmp= 42732 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-test02-0250_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299038-1532798772/watcher-4299038-1532798772 -o /tmp/evaluation-result-4299038-1532798772/solver-4299038-1532798772 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299038-1532798772.xml --timelimit 2520

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

MD5SUM BENCH= 973c4f7d3bfa6ee5bf8044e5608ab9c3
RANDOM SEED=660071915

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:        21802344 kB
MemAvailable:   26777688 kB
Buffers:          139184 kB
Cached:          5054116 kB
SwapCached:           60 kB
Active:          7231900 kB
Inactive:        3157768 kB
Active(anon):    5146192 kB
Inactive(anon):    78000 kB
Active(file):    2085708 kB
Inactive(file):  3079768 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:            435464 kB
Writeback:             0 kB
AnonPages:       5204236 kB
Mapped:            47332 kB
Shmem:             25040 kB
Slab:             267628 kB
SReclaimable:     238328 kB
SUnreclaim:        29300 kB
KernelStack:        3504 kB
PageTables:        15444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6515252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4663296 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= 42732 MiB
End job on node149 at 2018-07-28 19:28:14