Trace number 4292048

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
Sat4j-CSP 2018-07-11? 1714.84 476.346

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-18-0350_c18.xml
MD5SUM970c879d9e656f0525c6818b69538b39
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162507055
Best CPU time to get the best result obtained on this benchmark68.4417
Satisfiable
(Un)Satisfiability was proved
Number of variables4976
Number of constraints3812
Number of domains49
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":1771},{"size":11,"count":1425},{"size":12,"count":1},{"size":21,"count":54},{"size":22,"count":3},{"size":26,"count":5},{"size":27,"count":67},{"size":35,"count":51},{"size":41,"count":8},{"size":42,"count":5},{"size":43,"count":24},{"size":46,"count":13},{"size":47,"count":27},{"size":49,"count":29},{"size":55,"count":18},{"size":69,"count":6},{"size":75,"count":20},{"size":78,"count":3},{"size":82,"count":2},{"size":83,"count":66},{"size":85,"count":10},{"size":86,"count":78},{"size":88,"count":4},{"size":103,"count":37},{"size":111,"count":78},{"size":123,"count":7},{"size":129,"count":11},{"size":134,"count":14},{"size":135,"count":123},{"size":142,"count":28},{"size":143,"count":195},{"size":150,"count":69},{"size":151,"count":720}]
Minimum variable degree2
Maximum variable degree1426
Distribution of variable degrees[{"degree":2,"count":4277},{"degree":3,"count":4},{"degree":4,"count":14},{"degree":5,"count":20},{"degree":6,"count":25},{"degree":7,"count":40},{"degree":8,"count":48},{"degree":9,"count":61},{"degree":10,"count":81},{"degree":11,"count":74},{"degree":12,"count":95},{"degree":13,"count":88},{"degree":14,"count":68},{"degree":15,"count":55},{"degree":16,"count":21},{"degree":17,"count":4},{"degree":1426,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":962},{"arity":3,"count":1425},{"arity":6,"count":1425}]
Number of extensional constraints1425
Number of intensional constraints2387
Distribution of constraint types[{"type":"extension","count":1425},{"type":"intension","count":2387}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1667.33/463.53	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1714.68/476.07		at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
1714.68/476.07		at java.lang.Integer.parseInt(Integer.java:580)
1714.68/476.07		at java.lang.Integer.valueOf(Integer.java:766)
1714.68/476.07		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:76)
1714.68/476.07		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1714.68/476.07		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1714.68/476.07		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1714.68/476.07		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1714.68/476.07		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1714.68/476.07		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1714.68/476.07		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
1714.68/476.07		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:57)
1714.68/476.07		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1714.68/476.07		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1714.68/476.07		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1714.68/476.07		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1714.68/476.07		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1714.68/476.07		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1714.68/476.07		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1714.68/476.07		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
1714.68/476.07		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
1714.68/476.07		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1714.68/476.07		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1714.68/476.07		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1714.68/476.07		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1714.68/476.07		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1714.68/476.07		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1714.68/476.07		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1714.68/476.07		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1714.76/476.27	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1714.76/476.27	c This is free software under the dual EPL/GNU LGPL licenses.
1714.76/476.27	c See www.sat4j.org for details.
1714.76/476.27	c That software uses the Rhino library from the Mozilla project.
1714.76/476.27	c version 2.3.6-SNAPSHOT
1714.76/476.27	c java.runtime.name	Java(TM) SE Runtime Environment
1714.76/476.27	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1714.76/476.27	c java.vm.version	25.131-b11
1714.76/476.27	c java.vm.vendor	Oracle Corporation
1714.76/476.27	c sun.arch.data.model	64
1714.76/476.27	c java.version		1.8.0_131
1714.76/476.27	c os.name		Linux
1714.76/476.27	c os.version		3.10.0-514.16.1.el7.x86_64
1714.76/476.27	c os.arch		amd64
1714.76/476.27	c Free memory 		499604488
1714.76/476.27	c Max memory 		7247757312
1714.76/476.27	c Total memory 		504889344
1714.76/476.27	c Number of processors 	4
1714.76/476.27	c c --- Begin Solver configuration ---
1714.76/476.27	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1714.76/476.27	c Learn all clauses as in MiniSAT
1714.76/476.27	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1714.76/476.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1714.76/476.27	c No reason simplification
1714.76/476.27	c Glucose 2.1 dynamic restart strategy
1714.76/476.27	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1714.76/476.27	c timeout=2147483s
1714.76/476.27	c DB Simplification allowed=false
1714.76/476.27	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1714.76/476.27	c --- End Solver configuration ---
1714.76/476.27	c starts		: 0
1714.76/476.27	c conflicts		: 0
1714.76/476.27	c decisions		: 0
1714.76/476.27	c propagations		: 0
1714.76/476.27	c inspects		: 0
1714.76/476.27	c shortcuts		: 0
1714.76/476.27	c learnt literals	: 0
1714.76/476.27	c learnt binary clauses	: 0
1714.76/476.27	c learnt ternary clauses	: 0
1714.76/476.27	c learnt constraints	: 0
1714.76/476.27	c ignored constraints	: 0
1714.76/476.27	c root simplifications	: 0
1714.76/476.27	c removed literals (reason simplification)	: 0
1714.76/476.27	c reason swapping (by a shorter reason)	: 0
1714.76/476.27	c Calls to reduceDB	: 0
1714.76/476.27	c Number of update (reduction) of LBD	: 0
1714.76/476.27	c Imported unit clauses	: 0
1714.76/476.27	c number of reductions to clauses (during analyze)	: 0
1714.76/476.27	c number of learned constraints concerned by reduction	: 0
1714.76/476.27	c number of learning phase by resolution	: 0
1714.76/476.27	c number of learning phase by cutting planes	: 0
1714.76/476.27	c number of rounding to 1 operations	: 0
1714.76/476.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1714.76/476.27	c number of reductions of the coefficients by power 2 	: 0
1714.76/476.27	c number of right shift for reduction by power 2 	: 0
1714.76/476.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
1714.76/476.27	c number of ending skipping 	: 0
1714.76/476.27	c number of internal skipping 	: 0
1714.76/476.27	c number of derivation steps 	: 0
1714.76/476.27	c number of skipped derivation steps 	: 0
1714.76/476.27	c number of remaining unassigned 	: 0
1714.76/476.27	c number of remaining assigned 	: 0
1714.76/476.27	c speed (assignments/second)	: 0.0
1714.76/476.27	c non guided choices	: 0
1714.76/476.27	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 (6905 MiB free)
  memory of node 1: 16384 MiB (12249 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292048-1532265773/watcher-4292048-1532265773 -o /tmp/evaluation-result-4292048-1532265773/solver-4292048-1532265773 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292048-1532265773.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=3019, runsolver pid=3016


[startup+0.100224 s]*
/proc/loadavg: 4.61 4.26 3.30 3/217 3034
/proc/meminfo: memFree=19598212/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10659012 memory=30120 CPUtime=0.12 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 6601 0 0 0 11 1 0 0 20 0 15 0 44140510 10914828288 7530 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2664753 7530 2824 1 0 2627263 0
[pid=3019/tid=3021] ppid=3016 vsize=10659012 memory=-8969870258422510784 CPUtime=0.09 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) R 3016 3019 1778 0 -1 4202560 4438 0 0 0 8 1 0 0 20 0 15 0 44140511 10914828288 7530 33554432000 4194304 4196468 140737458373600 139845167159152 139845162976413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 7530 33554432000 4194304 4196468 140737458373600 139845089028880 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 7530 33554432000 4194304 4196468 140737458373600 139845087976336 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 7530 33554432000 4194304 4196468 140737458373600 139845086923792 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 7530 33554432000 4194304 4196468 140737458373600 139845085871248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140513 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844654295024 139845162965634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3027] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3027/stat : 3027 (java) S 3016 3019 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44140513 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844653241248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3028] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3028/stat : 3028 (java) S 3016 3019 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44140514 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844652188656 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3029] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3029/stat : 3029 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844651137232 139845162973083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3030] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3030/stat : 3030 (java) R 3016 3019 1778 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844650084848 139845162975834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3031] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3031/stat : 3031 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844649032304 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3032] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0.02 cores=1,3,5,7
/proc/3019/task/3032/stat : 3032 (java) R 3016 3019 1778 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 44140516 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844647979760 139845162966422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3033] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3033/stat : 3033 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844646927456 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3034] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3034/stat : 3034 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 7530 33554432000 4194304 4196468 140737458373600 139844645873968 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30120 KiB

[startup+0.211664 s]*
/proc/loadavg: 4.61 4.26 3.30 3/217 3034
/proc/meminfo: memFree=19584372/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10659012 memory=41824 CPUtime=0.33 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 8079 0 0 0 31 2 0 0 20 0 15 0 44140510 10914828288 10456 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2664753 10456 3006 1 0 2627263 0
[pid=3019/tid=3021] ppid=3016 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) R 3016 3019 1778 0 -1 4202560 5036 0 0 0 18 2 0 0 20 0 15 0 44140511 10914828288 10456 33554432000 4194304 4196468 140737458373600 139845167190768 139845148322624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 10456 33554432000 4194304 4196468 140737458373600 139845089028880 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10659012 memory=139914681722502 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 10456 33554432000 4194304 4196468 140737458373600 139845087976336 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 10456 33554432000 4194304 4196468 140737458373600 139845086923792 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 10456 33554432000 4194304 4196468 140737458373600 139845085871248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140513 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844654295024 139845162965634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3027] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3027/stat : 3027 (java) S 3016 3019 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44140513 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844653241248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3028] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3028/stat : 3028 (java) S 3016 3019 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44140514 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844652188656 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3029] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3029/stat : 3029 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844651137232 139845162973083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3030] ppid=3016 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3019/task/3030/stat : 3030 (java) S 3016 3019 1778 0 -1 1077944384 759 0 0 0 2 0 0 0 20 0 15 0 44140516 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844650084848 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3031] ppid=3016 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3019/task/3031/stat : 3031 (java) S 3016 3019 1778 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 15 0 44140516 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844649032304 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3032] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0.08 cores=1,3,5,7
/proc/3019/task/3032/stat : 3032 (java) R 3016 3019 1778 0 -1 4202560 704 0 0 0 8 0 0 0 20 0 15 0 44140516 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844647979760 139845162975834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3033] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3033/stat : 3033 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844646927456 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3034] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3034/stat : 3034 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 10456 33554432000 4194304 4196468 140737458373600 139844645873968 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41824 KiB

[startup+0.311264 s]*
/proc/loadavg: 4.61 4.26 3.30 5/217 3034
/proc/meminfo: memFree=19572152/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10659012 memory=54940 CPUtime=0.6 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 9748 0 0 0 57 3 0 0 20 0 15 0 44140510 10914828288 13735 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2664753 13735 3046 1 0 2627263 0
[pid=3019/tid=3021] ppid=3016 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) R 3016 3019 1778 0 -1 4202560 5367 0 0 0 28 2 0 0 20 0 15 0 44140511 10914828288 13735 33554432000 4194304 4196468 140737458373600 139845167193792 139845162976413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10659012 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 13735 33554432000 4194304 4196468 140737458373600 139845089028880 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10659012 memory=139914681722340 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 13735 33554432000 4194304 4196468 140737458373600 139845087976336 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 13735 33554432000 4194304 4196468 140737458373600 139845086923792 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140512 10914828288 13735 33554432000 4194304 4196468 140737458373600 139845085871248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) S 3016 3019 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44140513 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844654295024 139845162965634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3027] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3027/stat : 3027 (java) S 3016 3019 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44140513 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844653241248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3028] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3028/stat : 3028 (java) S 3016 3019 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44140514 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844652188656 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3029] ppid=3016 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3029/stat : 3029 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844651137232 139845162973083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3030] ppid=3016 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3019/task/3030/stat : 3030 (java) R 3016 3019 1778 0 -1 4202560 1389 0 0 0 8 0 0 0 20 0 15 0 44140516 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844650077480 139845144484736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3031] ppid=3016 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3019/task/3031/stat : 3031 (java) R 3016 3019 1778 0 -1 4202560 546 0 0 0 7 0 0 0 20 0 15 0 44140516 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844649018328 139845147379528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3032] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0.13 cores=1,3,5,7
/proc/3019/task/3032/stat : 3032 (java) S 3016 3019 1778 0 -1 1077944384 1077 0 0 0 13 0 0 0 20 0 15 0 44140516 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844647979760 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3033] ppid=3016 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3033/stat : 3033 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844646927456 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3034] ppid=3016 vsize=10659012 memory=139914681697920 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3034/stat : 3034 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140516 10914828288 13735 33554432000 4194304 4196468 140737458373600 139844645873968 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54940 KiB

[startup+0.705221 s]
/proc/loadavg: 4.61 4.26 3.30 6/217 3034
/proc/meminfo: memFree=19404344/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10659088 memory=296912 CPUtime=1.72 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 12410 0 0 0 152 20 0 0 20 0 15 0 44140510 10914906112 74228 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2664772 74228 3110 1 0 2627263 0
[pid=3019/tid=3021] ppid=3016 vsize=10659088 memory=1836 CPUtime=0.61 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) R 3016 3019 1778 0 -1 4202560 5837 0 0 0 56 5 0 0 20 0 15 0 44140511 10914906112 74228 33554432000 4194304 4196468 140737458373600 139845167189392 139844758677999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10659088 memory=792 CPUtime=0.05 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) S 3016 3019 1778 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 44140512 10914906112 74228 33554432000 4194304 4196468 140737458373600 139845089028880 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10659088 memory=1960 CPUtime=0.05 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) S 3016 3019 1778 0 -1 1077944384 53 0 0 0 2 3 0 0 20 0 15 0 44140512 10914906112 74228 33554432000 4194304 4196468 140737458373600 139845087976336 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10659088 memory=5380 CPUtime=0.05 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) S 3016 3019 1778 0 -1 1077944384 67 0 0 0 2 3 0 0 20 0 15 0 44140512 10914906112 74228 33554432000 4194304 4196468 140737458373600 139845086923792 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10659088 memory=4616 CPUtime=0.06 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) S 3016 3019 1778 0 -1 1077944384 65 0 0 0 3 3 0 0 20 0 15 0 44140512 10914906112 74228 33554432000 4194304 4196468 140737458373600 139845085871248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) S 3016 3019 1778 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44140513 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844654295024 139845162965634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3027] ppid=3016 vsize=10659088 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3027/stat : 3027 (java) S 3016 3019 1778 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44140513 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844653241248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3028] ppid=3016 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3028/stat : 3028 (java) S 3016 3019 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44140514 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844652188656 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3029] ppid=3016 vsize=10659088 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3029/stat : 3029 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844651137232 139845162973083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3030] ppid=3016 vsize=10659088 memory=6297835844906604903 CPUtime=0.29 cores=1,3,5,7
/proc/3019/task/3030/stat : 3030 (java) R 3016 3019 1778 0 -1 4202560 1834 0 0 0 29 0 0 0 20 0 15 0 44140516 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844650074528 139845142618929 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3031] ppid=3016 vsize=10659088 memory=7597685182856913236 CPUtime=0.32 cores=1,3,5,7
/proc/3019/task/3031/stat : 3031 (java) R 3016 3019 1778 0 -1 4202560 1569 0 0 0 32 0 0 0 20 0 15 0 44140516 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844649017696 139845147835743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3032] ppid=3016 vsize=10659088 memory=6935659224111272016 CPUtime=0.21 cores=1,3,5,7
/proc/3019/task/3032/stat : 3032 (java) S 3016 3019 1778 0 -1 1077944384 1476 0 0 0 21 0 0 0 20 0 15 0 44140516 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844647979760 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3033] ppid=3016 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3033/stat : 3033 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844646927456 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3034] ppid=3016 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3034/stat : 3034 (java) S 3016 3019 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44140516 10914906112 74228 33554432000 4194304 4196468 140737458373600 139844645873968 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 296912 KiB

[startup+1.50084 s]
/proc/loadavg: 4.61 4.26 3.30 5/217 3034
/proc/meminfo: memFree=19311400/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10659088 memory=403532 CPUtime=4.23 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 22605 0 0 0 395 28 0 0 20 0 15 0 44140510 10914906112 100883 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2664772 100883 3128 1 0 2627263 0
[pid=3019/tid=3021] ppid=3016 vsize=10659088 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) R 3016 3019 1778 0 -1 4202560 5937 0 0 0 132 5 0 0 20 0 15 0 44140511 10914906112 100883 33554432000 4194304 4196468 140737458373600 139845167190496 139844759903017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10659088 memory=1404238533875048054 CPUtime=0.07 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) S 3016 3019 1778 0 -1 1077944384 167 0 0 0 3 4 0 0 20 0 15 0 44140512 10914906112 100883 33554432000 4194304 4196468 140737458373600 139845089028880 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10659088 memory=6525018278055875452 CPUtime=0.06 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) S 3016 3019 1778 0 -1 1077944384 120 0 0 0 2 4 0 0 20 0 15 0 44140512 10914906112 100883 33554432000 4194304 4196468 140737458373600 139845087976336 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10659088 memory=3047711462688066934 CPUtime=0.08 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) S 3016 3019 1778 0 -1 1077944384 182 0 0 0 3 5 0 0 20 0 15 0 44140512 10914906112 100883 33554432000 4194304 4196468 140737458373600 139845086923792 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10659088 memory=1400242874264906928 CPUtime=0.09 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) S 3016 3019 1778 0 -1 1077944384 183 0 0 0 4 5 0 0 20 0 15 0 44140512 10914906112 100883 33554432000 4194304 4196468 140737458373600 139845085871248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) S 3016 3019 1778 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44140513 10914906112 100883 33554432000 4194304 4196468 140737458373600 139844654295024 139845162965634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0

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


[startup+470.701 s]
/proc/loadavg: 4.87 4.58 3.79 5/217 3051
/proc/meminfo: memFree=11271312/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10661136 memory=8338560 CPUtime=1695.29 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 1970330 0 0 0 168717 812 0 0 20 0 15 0 44140510 10917003264 2084640 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2665284 2084640 3189 1 0 2627775 0
[pid=3019/tid=3021] ppid=3016 vsize=10661136 memory=1836 CPUtime=32.13 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) S 3016 3019 1778 0 -1 1077944384 28137 0 0 0 3180 33 0 0 20 0 15 0 44140511 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845167193984 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10661136 memory=8338560 CPUtime=407.35 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) R 3016 3019 1778 0 -1 4202560 560195 0 0 0 40540 195 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845089028880 139845147655120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10661136 memory=8338560 CPUtime=407.92 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) R 3016 3019 1778 0 -1 4202560 437419 0 0 0 40600 192 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845087976224 139845147944010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10661136 memory=8338560 CPUtime=406.77 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) R 3016 3019 1778 0 -1 4202560 368664 0 0 0 40493 184 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845086923992 139845147944051 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10661136 memory=8112282956445269571 CPUtime=406.31 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) R 3016 3019 1778 0 -1 4202560 422797 0 0 0 40440 191 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845085871248 139845147655175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10661136 memory=3140 CPUtime=25.19 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) S 3016 3019 1778 0 -1 1077944384 106428 0 0 0 2513 6 0 0 20 0 15 0 44140513 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844654293568 139845162964693 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3027] ppid=3016 vsize=10661136 memory=8338556 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3027/stat : 3027 (java) S 3016 3019 1778 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 44140513 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844653241312 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3028] ppid=3016 vsize=10661136 memory=8338560 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3028/stat : 3028 (java) S 3016 3019 1778 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 44140514 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844652188672 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3029] ppid=3016 vsize=10661136 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3029/stat : 3029 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844651137232 139845162973083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3030] ppid=3016 vsize=10661136 memory=14912 CPUtime=4.03 cores=1,3,5,7
/proc/3019/task/3030/stat : 3030 (java) S 3016 3019 1778 0 -1 1077944384 15824 0 0 0 402 1 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844650084896 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3031] ppid=3016 vsize=10661136 memory=792 CPUtime=4.42 cores=1,3,5,7
/proc/3019/task/3031/stat : 3031 (java) S 3016 3019 1778 0 -1 1077944384 22243 0 0 0 440 2 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844649032352 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3032] ppid=3016 vsize=10661136 memory=1960 CPUtime=0.74 cores=1,3,5,7
/proc/3019/task/3032/stat : 3032 (java) S 3016 3019 1778 0 -1 1077944384 5558 0 0 0 73 1 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844647979520 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3033] ppid=3016 vsize=10661136 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3033/stat : 3033 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844646927456 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3034] ppid=3016 vsize=10661136 memory=8112282956445269571 CPUtime=0.34 cores=1,3,5,7
/proc/3019/task/3034/stat : 3034 (java) S 3016 3019 1778 0 -1 1077944384 1642 0 0 0 16 18 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844645873968 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
Current children cumulated CPU time: 1695.29 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8338560 KiB

[startup+473.901 s]
/proc/loadavg: 4.88 4.59 3.79 6/217 3051
/proc/meminfo: memFree=11271320/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10661136 memory=8338560 CPUtime=1708.04 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 1970504 0 0 0 169992 812 0 0 20 0 15 0 44140510 10917003264 2084640 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2665284 2084640 3189 1 0 2627775 0
[pid=3019/tid=3021] ppid=3016 vsize=10661136 memory=2412 CPUtime=32.13 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) S 3016 3019 1778 0 -1 1077944384 28137 0 0 0 3180 33 0 0 20 0 15 0 44140511 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845167193984 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10661136 memory=1836 CPUtime=410.55 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) R 3016 3019 1778 0 -1 4202560 560214 0 0 0 40860 195 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845089029080 139845147655120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10661136 memory=792 CPUtime=411.12 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) R 3016 3019 1778 0 -1 4202560 437470 0 0 0 40920 192 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845087976224 139845147655183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10661136 memory=1960 CPUtime=409.92 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) R 3016 3019 1778 0 -1 4202560 368704 0 0 0 40808 184 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845086923992 139845147655162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10661136 memory=5380 CPUtime=409.51 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) R 3016 3019 1778 0 -1 4202560 422861 0 0 0 40760 191 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845085871448 139845147654435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10661136 memory=4616 CPUtime=25.19 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) S 3016 3019 1778 0 -1 1077944384 106428 0 0 0 2513 6 0 0 20 0 15 0 44140513 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844654293568 139845162964693 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3027] ppid=3016 vsize=10661136 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3027/stat : 3027 (java) S 3016 3019 1778 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 44140513 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844653241312 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3028] ppid=3016 vsize=10661136 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3028/stat : 3028 (java) S 3016 3019 1778 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 44140514 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844652188672 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3029] ppid=3016 vsize=10661136 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3029/stat : 3029 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844651137232 139845162973083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3030] ppid=3016 vsize=10661136 memory=8338560 CPUtime=4.03 cores=1,3,5,7
/proc/3019/task/3030/stat : 3030 (java) S 3016 3019 1778 0 -1 1077944384 15824 0 0 0 402 1 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844650084896 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3031] ppid=3016 vsize=10661136 memory=8338556 CPUtime=4.42 cores=1,3,5,7
/proc/3019/task/3031/stat : 3031 (java) S 3016 3019 1778 0 -1 1077944384 22243 0 0 0 440 2 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844649032352 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3032] ppid=3016 vsize=10661136 memory=4616 CPUtime=0.74 cores=1,3,5,7
/proc/3019/task/3032/stat : 3032 (java) S 3016 3019 1778 0 -1 1077944384 5558 0 0 0 73 1 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844647979520 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3033] ppid=3016 vsize=10661136 memory=8338556 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3033/stat : 3033 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844646927456 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3034] ppid=3016 vsize=10661136 memory=14912 CPUtime=0.34 cores=1,3,5,7
/proc/3019/task/3034/stat : 3034 (java) S 3016 3019 1778 0 -1 1077944384 1642 0 0 0 16 18 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844645873968 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
Current children cumulated CPU time: 1708.04 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8338560 KiB

[startup+475.501 s]
/proc/loadavg: 4.88 4.59 3.79 6/217 3051
/proc/meminfo: memFree=11271312/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10661136 memory=8338560 CPUtime=1714.18 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 1970713 0 0 0 170606 812 0 0 20 0 15 0 44140510 10917003264 2084640 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2665284 2084640 3189 1 0 2627775 0
[pid=3019/tid=3021] ppid=3016 vsize=10661136 memory=8112282956445269571 CPUtime=32.13 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) S 3016 3019 1778 0 -1 1077944384 28137 0 0 0 3180 33 0 0 20 0 15 0 44140511 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845167193984 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10661136 memory=6003972782389095019 CPUtime=412.07 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) S 3016 3019 1778 0 -1 1077944384 560225 0 0 0 41012 195 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845089028880 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10661136 memory=7523097518140976232 CPUtime=412.64 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) S 3016 3019 1778 0 -1 1077944384 437476 0 0 0 41072 192 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845087976336 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10661136 memory=7523097518140976232 CPUtime=411.42 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) S 3016 3019 1778 0 -1 1077944384 368711 0 0 0 40958 184 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845086923792 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10661136 memory=1444 CPUtime=411.03 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) S 3016 3019 1778 0 -1 1077944384 422875 0 0 0 40912 191 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845085871248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10661136 memory=1200 CPUtime=25.27 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) R 3016 3019 1778 0 -1 4202560 106598 0 0 0 2521 6 0 0 20 0 15 0 44140513 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844654293456 139845147950888 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3027] ppid=3016 vsize=10661136 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3027/stat : 3027 (java) S 3016 3019 1778 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 44140513 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844653241312 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3028] ppid=3016 vsize=10661136 memory=9900 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3028/stat : 3028 (java) S 3016 3019 1778 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 44140514 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844652188672 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3029] ppid=3016 vsize=10661136 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3029/stat : 3029 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844651137232 139845162973083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3030] ppid=3016 vsize=10661136 memory=4048 CPUtime=4.03 cores=1,3,5,7
/proc/3019/task/3030/stat : 3030 (java) S 3016 3019 1778 0 -1 1077944384 15824 0 0 0 402 1 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844650084896 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3031] ppid=3016 vsize=10661136 memory=640 CPUtime=4.42 cores=1,3,5,7
/proc/3019/task/3031/stat : 3031 (java) S 3016 3019 1778 0 -1 1077944384 22243 0 0 0 440 2 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844649032352 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3032] ppid=3016 vsize=10661136 memory=1792 CPUtime=0.74 cores=1,3,5,7
/proc/3019/task/3032/stat : 3032 (java) S 3016 3019 1778 0 -1 1077944384 5558 0 0 0 73 1 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844647979520 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3033] ppid=3016 vsize=10661136 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3033/stat : 3033 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844646927456 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3034] ppid=3016 vsize=10661136 memory=1236 CPUtime=0.35 cores=1,3,5,7
/proc/3019/task/3034/stat : 3034 (java) S 3016 3019 1778 0 -1 1077944384 1643 0 0 0 17 18 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844645873968 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
Current children cumulated CPU time: 1714.18 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8338560 KiB

[startup+475.901 s]
/proc/loadavg: 4.88 4.59 3.79 6/217 3051
/proc/meminfo: memFree=11271312/32770624 swapFree=67108860/67108860
[pid=3019] ppid=3016 vsize=10661136 memory=8338560 CPUtime=1714.58 cores=1,3,5,7
/proc/3019/stat : 3019 (java) S 3016 3019 1778 0 -1 1077944320 1970713 0 0 0 170646 812 0 0 20 0 15 0 44140510 10917003264 2084640 33554432000 4194304 4196468 140737458373600 140737458356144 139845162954487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
/proc/3019/statm: 2665284 2084640 3189 1 0 2627775 0
[pid=3019/tid=3021] ppid=3016 vsize=10661136 memory=2340 CPUtime=32.13 cores=1,3,5,7
/proc/3019/task/3021/stat : 3021 (java) S 3016 3019 1778 0 -1 1077944384 28137 0 0 0 3180 33 0 0 20 0 15 0 44140511 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845167193984 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3022] ppid=3016 vsize=10661136 memory=1692 CPUtime=412.07 cores=1,3,5,7
/proc/3019/task/3022/stat : 3022 (java) S 3016 3019 1778 0 -1 1077944384 560225 0 0 0 41012 195 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845089028880 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3023] ppid=3016 vsize=10661136 memory=916 CPUtime=412.64 cores=1,3,5,7
/proc/3019/task/3023/stat : 3023 (java) S 3016 3019 1778 0 -1 1077944384 437476 0 0 0 41072 192 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845087976336 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3024] ppid=3016 vsize=10661136 memory=3848 CPUtime=411.42 cores=1,3,5,7
/proc/3019/task/3024/stat : 3024 (java) S 3016 3019 1778 0 -1 1077944384 368711 0 0 0 40958 184 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845086923792 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3025] ppid=3016 vsize=10661136 memory=2796 CPUtime=411.03 cores=1,3,5,7
/proc/3019/task/3025/stat : 3025 (java) S 3016 3019 1778 0 -1 1077944384 422875 0 0 0 40912 191 0 0 20 0 15 0 44140512 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139845085871248 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3026] ppid=3016 vsize=10661136 memory=2872 CPUtime=25.67 cores=1,3,5,7
/proc/3019/task/3026/stat : 3026 (java) R 3016 3019 1778 0 -1 4202560 106598 0 0 0 2561 6 0 0 20 0 15 0 44140513 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844654293456 139845147950980 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3027] ppid=3016 vsize=10661136 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3027/stat : 3027 (java) S 3016 3019 1778 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 44140513 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844653241312 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3028] ppid=3016 vsize=10661136 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3028/stat : 3028 (java) S 3016 3019 1778 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 44140514 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844652188672 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3029] ppid=3016 vsize=10661136 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3029/stat : 3029 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844651137232 139845162973083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3030] ppid=3016 vsize=10661136 memory=1408 CPUtime=4.03 cores=1,3,5,7
/proc/3019/task/3030/stat : 3030 (java) S 3016 3019 1778 0 -1 1077944384 15824 0 0 0 402 1 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844650084896 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3031] ppid=3016 vsize=10661136 memory=3348 CPUtime=4.42 cores=1,3,5,7
/proc/3019/task/3031/stat : 3031 (java) S 3016 3019 1778 0 -1 1077944384 22243 0 0 0 440 2 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844649032352 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3032] ppid=3016 vsize=10661136 memory=4140 CPUtime=0.74 cores=1,3,5,7
/proc/3019/task/3032/stat : 3032 (java) S 3016 3019 1778 0 -1 1077944384 5558 0 0 0 73 1 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844647979520 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3033] ppid=3016 vsize=10661136 memory=14912 CPUtime=0 cores=1,3,5,7
/proc/3019/task/3033/stat : 3033 (java) S 3016 3019 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844646927456 139845162964693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
[pid=3019/tid=3034] ppid=3016 vsize=10661136 memory=1296 CPUtime=0.35 cores=1,3,5,7
/proc/3019/task/3034/stat : 3034 (java) S 3016 3019 1778 0 -1 1077944384 1643 0 0 0 17 18 0 0 20 0 15 0 44140516 10917003264 2084640 33554432000 4194304 4196468 140737458373600 139844645873968 139845162965634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39165952 140737458381937 140737458382089 140737458382089 140737458384847 0
Current children cumulated CPU time: 1714.58 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8338560 KiB

[startup+476.303 s]*
/proc/loadavg: 4.88 4.59 3.79 3/204 3053
/proc/meminfo: memFree=13180560/32770624 swapFree=67108860/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): 476.346
CPU time (s): 1714.84
CPU user time (s): 1706.65
CPU system time (s): 8.19163
CPU usage (%): 359.999
Max. virtual memory (cumulated for all children) (KiB): 10794264
Max. memory (cumulated for all children) (KiB): 8338600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1706.65
system time used= 8.19163
maximum resident set size= 8338716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1974203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31758
involuntary context switches= 16407


# summary of solver processes directly reported to runsolver:
#   pid: 3019
#   total CPU time (s): 1714.84
#   total CPU user time (s): 1706.65
#   total CPU system time (s): 8.19163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.01925 second user time and 4.64389 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 15:22:53
IDJOB=4292048
IDBENCH=141273
IDSOLVER=2742
FILE ID=node104/4292048-1532265773
RUNJOBID= node104-1532259870-1810
PBS_JOBID= 21018962
Free space on /tmp= 57160 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-18-0350_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292048-1532265773/watcher-4292048-1532265773 -o /tmp/evaluation-result-4292048-1532265773/solver-4292048-1532265773 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292048-1532265773.xml

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

MD5SUM BENCH= 970c879d9e656f0525c6818b69538b39
RANDOM SEED=294122555

node104.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.11
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.11
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.11
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.11
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:        19615300 kB
MemAvailable:   30164340 kB
Buffers:          238696 kB
Cached:         10517300 kB
SwapCached:            0 kB
Active:          3671416 kB
Inactive:        8910188 kB
Active(anon):    1828200 kB
Inactive(anon):    17088 kB
Active(file):    1843216 kB
Inactive(file):  8893100 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84608 kB
Writeback:             0 kB
AnonPages:       1832336 kB
Mapped:            47588 kB
Shmem:             17036 kB
Slab:             269048 kB
SReclaimable:     241184 kB
SUnreclaim:        27864 kB
KernelStack:        3552 kB
PageTables:         8676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4005888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1710080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57160 MiB
End job on node104 at 2018-07-22 15:30:50