Trace number 4263093

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 2017-07-05? 111.221 40.451099

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-26-08.xml
MD5SUM885f7dce9f12482b5755a1b8bd42ad86
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark1091.9399
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints170
Number of domains2
Minimum domain size1
Maximum domain size532
Distribution of domain sizes[{"size":1,"count":1},{"size":532,"count":91}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":2},{"degree":5,"count":14},{"degree":6,"count":27},{"degree":7,"count":23},{"degree":8,"count":15},{"degree":9,"count":6},{"degree":10,"count":2}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":166},{"arity":59,"count":1},{"arity":68,"count":1},{"arity":72,"count":2}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

111.15/40.20	Aug 13, 2017 2:09:14 PM org.sat4j.reader.XMLCSP3Reader parseInstance
111.15/40.20	INFO: Runtime exception
111.15/40.20	java.lang.IllegalArgumentException: "ite" is not a valid operator
111.15/40.20		at org.sat4j.csp.intension.EOperator.operator(EOperator.java:92)
111.15/40.20		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:84)
111.15/40.20		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
111.15/40.20		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
111.15/40.20		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
111.15/40.20		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
111.15/40.20		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
111.15/40.20		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
111.15/40.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
111.15/40.20		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
111.15/40.20		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:877)
111.15/40.20		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:677)
111.15/40.20		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:181)
111.15/40.20		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
111.15/40.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
111.15/40.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
111.15/40.20		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
111.15/40.20		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
111.15/40.20		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
111.15/40.20		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
111.15/40.20		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
111.15/40.20		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
111.15/40.20		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
111.15/40.20	
111.17/40.40	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
111.17/40.40	c This is free software under the dual EPL/GNU LGPL licenses.
111.17/40.40	c See www.sat4j.org for details.
111.17/40.40	c That software uses the Rhino library from the Mozilla project.
111.17/40.40	c version CUSTOM.v20170705
111.17/40.40	c java.runtime.name	Java(TM) SE Runtime Environment
111.17/40.40	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
111.17/40.40	c java.vm.version	25.131-b11
111.17/40.40	c java.vm.vendor	Oracle Corporation
111.17/40.40	c sun.arch.data.model	64
111.17/40.40	c java.version		1.8.0_131
111.17/40.40	c os.name		Linux
111.17/40.40	c os.version		3.10.0-514.16.1.el7.x86_64
111.17/40.40	c os.arch		amd64
111.17/40.40	c Free memory 		499604488
111.17/40.40	c Max memory 		7247757312
111.17/40.40	c Total memory 		504889344
111.17/40.40	c Number of processors 	4
111.17/40.40	c c --- Begin Solver configuration ---
111.17/40.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
111.17/40.40	c Learn all clauses as in MiniSAT
111.17/40.40	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
111.17/40.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
111.17/40.40	c No reason simplification
111.17/40.40	c Glucose 2.1 dynamic restart strategy
111.17/40.40	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
111.17/40.40	c timeout=2147483s
111.17/40.40	c DB Simplification allowed=false
111.17/40.40	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
111.17/40.40	c --- End Solver configuration ---
111.17/40.40	c starts		: 0
111.17/40.40	c conflicts		: 0
111.17/40.40	c decisions		: 0
111.17/40.40	c propagations		: 0
111.17/40.40	c inspects		: 0
111.17/40.40	c shortcuts		: 0
111.17/40.40	c learnt literals	: 0
111.17/40.40	c learnt binary clauses	: 0
111.17/40.40	c learnt ternary clauses	: 0
111.17/40.40	c learnt constraints	: 0
111.17/40.40	c ignored constraints	: 0
111.17/40.40	c root simplifications	: 0
111.17/40.40	c removed literals (reason simplification)	: 0
111.17/40.40	c reason swapping (by a shorter reason)	: 0
111.17/40.40	c Calls to reduceDB	: 0
111.17/40.40	c Number of update (reduction) of LBD	: 0
111.17/40.40	c Imported unit clauses	: 0
111.17/40.40	c number of reductions to clauses (during analyze)	: 0
111.17/40.40	c number of learned constraints concerned by reduction	: 0
111.17/40.40	c number of learning phase by resolution	: 0
111.17/40.40	c number of learning phase by cutting planes	: 0
111.17/40.40	c number of rounding to 1 operations	: 0
111.17/40.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
111.17/40.40	c number of reductions of the coefficients by power 2 	: 0
111.17/40.40	c number of right shift for reduction by power 2 	: 0
111.17/40.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
111.17/40.40	c speed (assignments/second)	: 0.0
111.17/40.40	c non guided choices	0
111.17/40.40	c learnt constraints type 
111.17/40.40	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 (13000 MiB free)
  memory of node 1: 16384 MiB (14704 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263093-1502626972/watcher-4263093-1502626972 -o /tmp/evaluation-result-4263093-1502626972/solver-4263093-1502626972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263093-1502626972.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=3097, runsolver pid=3094

[startup+0.109962 s]*
/proc/loadavg: 2.77 2.80 3.82 4/216 3112
/proc/meminfo: memFree=28349820/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10555400 memory=31372 CPUtime=0.13 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 6386 0 0 0 12 1 0 0 20 0 15 0 95785125 10808729600 7843 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2638850 7843 2828 1 0 2627263 0
[pid=3097/tid=3099] ppid=3094 vsize=10555400 memory=8326441112148417179 CPUtime=0.1 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) D 3094 3097 31095 0 -1 1077944384 4278 0 0 0 9 1 0 0 20 0 15 0 95785125 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291570733280 140291559201325 0 4 0 16800975 18446744072101584420 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291492596752 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10555400 memory=140702733248128 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291491544208 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10555432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808762368 7891 33554432000 4194304 4196468 140727280188208 140291490491152 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10555432 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) S 3094 3097 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95785126 10808762368 7891 33554432000 4194304 4196468 140727280188208 140291489438608 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10555400 memory=140702733248128 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) S 3094 3097 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95785128 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291058112752 140291566533250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3105] ppid=3094 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3105/stat : 3105 (java) S 3094 3097 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95785128 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291057058976 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3106] ppid=3094 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3106/stat : 3106 (java) S 3094 3097 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95785128 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291056005872 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3107] ppid=3094 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3107/stat : 3107 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291054954448 140291566540699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3108] ppid=3094 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3108/stat : 3108 (java) R 3094 3097 31095 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 95785131 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291053902576 140291566533250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3109] ppid=3094 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3109/stat : 3109 (java) R 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291052850032 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3110] ppid=3094 vsize=10555400 memory=140702733248128 CPUtime=0.02 cores=0,2,4,6
/proc/3097/task/3110/stat : 3110 (java) R 3094 3097 31095 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 95785131 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291051796976 140291566533250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3111] ppid=3094 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10555400 memory=140702733248128 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785131 10808729600 7891 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31372 KiB

[startup+0.210272 s]*
/proc/loadavg: 2.77 2.80 3.82 3/216 3112
/proc/meminfo: memFree=28343080/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10555400 memory=39676 CPUtime=0.29 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 7476 0 0 0 27 2 0 0 20 0 15 0 95785125 10808729600 9919 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2638850 9919 2938 1 0 2627263 0
[pid=3097/tid=3099] ppid=3094 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) R 3094 3097 31095 0 -1 4202560 4703 0 0 0 18 1 0 0 20 0 15 0 95785125 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291570742000 140291550565733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291492596752 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10555400 memory=288371078884959872 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291491544208 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291490491152 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) S 3094 3097 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95785126 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291489438608 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10555400 memory=140702733248128 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) S 3094 3097 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95785128 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291058112752 140291566533250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3105] ppid=3094 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3105/stat : 3105 (java) S 3094 3097 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95785128 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291057058976 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3106] ppid=3094 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3106/stat : 3106 (java) S 3094 3097 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95785128 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291056005872 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3107] ppid=3094 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3107/stat : 3107 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291054954448 140291566540699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3108] ppid=3094 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3097/task/3108/stat : 3108 (java) S 3094 3097 31095 0 -1 1077944384 528 0 0 0 1 0 0 0 20 0 15 0 95785131 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291053902576 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3109] ppid=3094 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3097/task/3109/stat : 3109 (java) S 3094 3097 31095 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 95785131 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291052850032 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3110] ppid=3094 vsize=10555400 memory=140702733248128 CPUtime=0.06 cores=0,2,4,6
/proc/3097/task/3110/stat : 3110 (java) R 3094 3097 31095 0 -1 4202560 784 0 0 0 6 0 0 0 20 0 15 0 95785131 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291051796976 140291550602590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3111] ppid=3094 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10555400 memory=140702733248128 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785131 10808729600 9919 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39676 KiB

[startup+0.310091 s]*
/proc/loadavg: 2.70 2.79 3.81 4/216 3112
/proc/meminfo: memFree=28337248/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10555476 memory=45852 CPUtime=0.51 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 8021 0 0 0 49 2 0 0 20 0 15 0 95785125 10808807424 11463 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2638869 11463 3007 1 0 2627263 0
[pid=3097/tid=3099] ppid=3094 vsize=10555476 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) R 3094 3097 31095 0 -1 4202560 5056 0 0 0 28 1 0 0 20 0 15 0 95785125 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291570757664 140291550565733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291492596752 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10555476 memory=140702733306144 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291491544208 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785126 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291490491152 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) S 3094 3097 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95785126 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291489438608 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10555476 memory=140702733313056 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) S 3094 3097 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291058112752 140291566533250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3105] ppid=3094 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3105/stat : 3105 (java) S 3094 3097 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291057058976 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3106] ppid=3094 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3106/stat : 3106 (java) S 3094 3097 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291056005872 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3107] ppid=3094 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3107/stat : 3107 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291054954448 140291566540699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3108] ppid=3094 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/3097/task/3108/stat : 3108 (java) S 3094 3097 31095 0 -1 1077944384 563 0 0 0 3 0 0 0 20 0 15 0 95785131 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291053902576 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3109] ppid=3094 vsize=10555476 memory=140702591864335 CPUtime=0.03 cores=0,2,4,6
/proc/3097/task/3109/stat : 3109 (java) S 3094 3097 31095 0 -1 1077944384 168 0 0 0 3 0 0 0 20 0 15 0 95785131 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291052850032 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3110] ppid=3094 vsize=10555476 memory=140702733250955 CPUtime=0.13 cores=0,2,4,6
/proc/3097/task/3110/stat : 3110 (java) R 3094 3097 31095 0 -1 4202560 871 0 0 0 13 0 0 0 20 0 15 0 95785131 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291051796976 140291545656336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3111] ppid=3094 vsize=10555476 memory=140702591868879 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10555476 memory=281405325133760 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 11463 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45852 KiB

[startup+0.701001 s]
/proc/loadavg: 2.70 2.79 3.81 5/216 3112
/proc/meminfo: memFree=28262152/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10555476 memory=233072 CPUtime=1.66 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 12715 0 0 0 156 10 0 0 20 0 15 0 95785125 10808807424 58268 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2638869 58268 3094 1 0 2627263 0
[pid=3097/tid=3099] ppid=3094 vsize=10555476 memory=2372 CPUtime=0.62 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) R 3094 3097 31095 0 -1 4202560 5373 0 0 0 58 4 0 0 20 0 15 0 95785125 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291570755776 140291164415079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10555476 memory=6872598998417432672 CPUtime=0.03 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) S 3094 3097 31095 0 -1 1077944384 29 0 0 0 3 0 0 0 20 0 15 0 95785126 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291492596752 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10555476 memory=1420 CPUtime=0.04 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) S 3094 3097 31095 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 15 0 95785126 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291491544208 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10555476 memory=15872 CPUtime=0.04 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) S 3094 3097 31095 0 -1 1077944384 30 0 0 0 4 0 0 0 20 0 15 0 95785126 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291490491152 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10555476 memory=16448 CPUtime=0.05 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) S 3094 3097 31095 0 -1 1077944384 37 0 0 0 4 1 0 0 20 0 15 0 95785126 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291489438608 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) S 3094 3097 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291058112752 140291566533250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3105] ppid=3094 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3105/stat : 3105 (java) S 3094 3097 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291057058976 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3106] ppid=3094 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3106/stat : 3106 (java) S 3094 3097 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291056005872 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3107] ppid=3094 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3107/stat : 3107 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291054954448 140291566540699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3108] ppid=3094 vsize=10555476 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/3097/task/3108/stat : 3108 (java) R 3094 3097 31095 0 -1 4202560 2855 0 0 0 32 0 0 0 20 0 15 0 95785131 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291053888456 140291545769033 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3109] ppid=3094 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/3097/task/3109/stat : 3109 (java) R 3094 3097 31095 0 -1 4202560 1827 0 0 0 29 0 0 0 20 0 15 0 95785131 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291052829168 140291548043494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3110] ppid=3094 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3097/task/3110/stat : 3110 (java) S 3094 3097 31095 0 -1 1077944384 1096 0 0 0 20 0 0 0 20 0 15 0 95785131 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291051796976 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3111] ppid=3094 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 58268 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 233072 KiB

[startup+1.50096 s]
/proc/loadavg: 2.70 2.79 3.81 3/216 3112
/proc/meminfo: memFree=28053392/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10555476 memory=601624 CPUtime=3.78 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 14710 0 0 0 337 41 0 0 20 0 15 0 95785125 10808807424 150406 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2638869 150406 3109 1 0 2627263 0
[pid=3097/tid=3099] ppid=3094 vsize=10555476 memory=3467828029579278651 CPUtime=1.1 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) S 3094 3097 31095 0 -1 1077944384 5478 0 0 0 105 5 0 0 20 0 15 0 95785125 10808807424 150406 33554432000 4194304 4196468 140727280188208 140291570757232 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10555476 memory=251588 CPUtime=0.34 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) R 3094 3097 31095 0 -1 4202560 257 0 0 0 26 8 0 0 20 0 15 0 95785126 10808807424 150406 33554432000 4194304 4196468 140727280188208 140291492596952 140291551543589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10555476 memory=2241 CPUtime=0.35 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) R 3094 3097 31095 0 -1 4202560 217 0 0 0 27 8 0 0 20 0 15 0 95785126 10808807424 150406 33554432000 4194304 4196468 140727280188208 140291491544408 140291545717347 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10555476 memory=1420 CPUtime=0.35 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) R 3094 3097 31095 0 -1 4202560 790 0 0 0 28 7 0 0 20 0 15 0 95785126 10808807424 150406 33554432000 4194304 4196468 140727280188208 140291490490536 140291551544224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10555476 memory=15872 CPUtime=0.36 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) R 3094 3097 31095 0 -1 4202560 248 0 0 0 27 9 0 0 20 0 15 0 95785126 10808807424 150406 33554432000 4194304 4196468 140727280188208 140291489438808 140291551544224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) S 3094 3097 31095 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 150406 33554432000 4194304 4196468 140727280188208 140291058111264 140291566532309 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0

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

[pid=3097/tid=3111] ppid=3094 vsize=10555476 memory=15478525266666 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 1446904 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10555476 memory=135729019620074 CPUtime=0.01 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 620 0 0 0 0 1 0 0 20 0 15 0 95785131 10808807424 1446904 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 103.18 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 5787616 KiB

[startup+38.4006 s]
/proc/loadavg: 2.76 2.79 3.77 3/216 3112
/proc/meminfo: memFree=22584644/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10555476 memory=5787640 CPUtime=109.34 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 134585 0 0 0 10496 438 0 0 20 0 15 0 95785125 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2638869 1446910 3132 1 0 2627263 0
[pid=3097/tid=3099] ppid=3094 vsize=10555476 memory=11008 CPUtime=8.02 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) S 3094 3097 31095 0 -1 1077944384 11163 0 0 0 793 9 0 0 20 0 15 0 95785125 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291570758944 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10555476 memory=1228 CPUtime=23.28 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) S 3094 3097 31095 0 -1 1077944384 28765 0 0 0 2224 104 0 0 20 0 15 0 95785126 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291492596752 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10555476 memory=0 CPUtime=23.34 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) S 3094 3097 31095 0 -1 1077944384 20599 0 0 0 2228 106 0 0 20 0 15 0 95785126 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291491544208 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10555476 memory=10905 CPUtime=23.14 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) S 3094 3097 31095 0 -1 1077944384 22780 0 0 0 2211 103 0 0 20 0 15 0 95785126 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291490491152 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10555476 memory=5022852 CPUtime=23.2 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) S 3094 3097 31095 0 -1 1077944384 29566 0 0 0 2210 110 0 0 20 0 15 0 95785126 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291489438608 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10555476 memory=4526348 CPUtime=6.85 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) R 3094 3097 31095 0 -1 4202560 10021 0 0 0 684 1 0 0 20 0 15 0 95785128 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291058111184 140291551222736 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3105] ppid=3094 vsize=10555476 memory=154068530038407 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3105/stat : 3105 (java) S 3094 3097 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291057058976 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3106] ppid=3094 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3106/stat : 3106 (java) S 3094 3097 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291056005872 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3107] ppid=3094 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3107/stat : 3107 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291054954448 140291566540699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3108] ppid=3094 vsize=10555476 memory=281405183623232 CPUtime=0.56 cores=0,2,4,6
/proc/3097/task/3108/stat : 3108 (java) S 3094 3097 31095 0 -1 1077944384 4031 0 0 0 56 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291053902336 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3109] ppid=3094 vsize=10555476 memory=4206186544037388384 CPUtime=0.54 cores=0,2,4,6
/proc/3097/task/3109/stat : 3109 (java) S 3094 3097 31095 0 -1 1077944384 3069 0 0 0 54 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291052850080 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3110] ppid=3094 vsize=10555476 memory=6655300316396806240 CPUtime=0.28 cores=0,2,4,6
/proc/3097/task/3110/stat : 3110 (java) S 3094 3097 31095 0 -1 1077944384 2611 0 0 0 28 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291051797024 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3111] ppid=3094 vsize=10555476 memory=281405183492336 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10555476 memory=301789760512518518 CPUtime=0.02 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 620 0 0 0 1 1 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 109.34 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 5787640 KiB

[startup+39.2006 s]
/proc/loadavg: 2.76 2.79 3.77 3/216 3112
/proc/meminfo: memFree=22584644/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10555476 memory=5787640 CPUtime=110.14 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 134598 0 0 0 10576 438 0 0 20 0 15 0 95785125 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2638869 1446910 3132 1 0 2627263 0
[pid=3097/tid=3099] ppid=3094 vsize=10555476 memory=840 CPUtime=8.02 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) S 3094 3097 31095 0 -1 1077944384 11163 0 0 0 793 9 0 0 20 0 15 0 95785125 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291570758944 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10555476 memory=8112282956445269571 CPUtime=23.28 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) S 3094 3097 31095 0 -1 1077944384 28765 0 0 0 2224 104 0 0 20 0 15 0 95785126 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291492596752 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10555476 memory=3064 CPUtime=23.34 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) S 3094 3097 31095 0 -1 1077944384 20599 0 0 0 2228 106 0 0 20 0 15 0 95785126 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291491544208 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10555476 memory=5787640 CPUtime=23.14 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) S 3094 3097 31095 0 -1 1077944384 22780 0 0 0 2211 103 0 0 20 0 15 0 95785126 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291490491152 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10555476 memory=1788 CPUtime=23.2 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) S 3094 3097 31095 0 -1 1077944384 29566 0 0 0 2210 110 0 0 20 0 15 0 95785126 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291489438608 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10555476 memory=8112282956445269571 CPUtime=7.65 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) R 3094 3097 31095 0 -1 4202560 10034 0 0 0 764 1 0 0 20 0 15 0 95785128 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291058111184 140291551222734 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3105] ppid=3094 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3105/stat : 3105 (java) S 3094 3097 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291057058976 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3106] ppid=3094 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3106/stat : 3106 (java) S 3094 3097 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291056005872 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3107] ppid=3094 vsize=10555476 memory=4250380 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3107/stat : 3107 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291054954448 140291566540699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3108] ppid=3094 vsize=10555476 memory=1634 CPUtime=0.56 cores=0,2,4,6
/proc/3097/task/3108/stat : 3108 (java) S 3094 3097 31095 0 -1 1077944384 4031 0 0 0 56 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291053902336 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3109] ppid=3094 vsize=10555476 memory=463 CPUtime=0.54 cores=0,2,4,6
/proc/3097/task/3109/stat : 3109 (java) S 3094 3097 31095 0 -1 1077944384 3069 0 0 0 54 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291052850080 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3110] ppid=3094 vsize=10555476 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/3097/task/3110/stat : 3110 (java) S 3094 3097 31095 0 -1 1077944384 2611 0 0 0 28 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291051797024 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3111] ppid=3094 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 620 0 0 0 1 1 0 0 20 0 15 0 95785131 10808807424 1446910 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 110.14 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 5787640 KiB

[startup+40.0007 s]*
/proc/loadavg: 2.76 2.79 3.77 3/216 3112
/proc/meminfo: memFree=22579808/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10555476 memory=5792516 CPUtime=110.95 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 140704 0 0 0 10657 438 0 0 20 0 15 0 95785125 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2638869 1448129 3132 1 0 2627263 0
[pid=3097/tid=3099] ppid=3094 vsize=10555476 memory=5787495302091008337 CPUtime=8.28 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) R 3094 3097 31095 0 -1 4202560 14020 0 0 0 819 9 0 0 20 0 15 0 95785125 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291570758832 140291166919462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10555476 memory=644 CPUtime=23.28 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) S 3094 3097 31095 0 -1 1077944384 28765 0 0 0 2224 104 0 0 20 0 15 0 95785126 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291492596752 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10555476 memory=6944652177228980320 CPUtime=23.34 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) S 3094 3097 31095 0 -1 1077944384 20599 0 0 0 2228 106 0 0 20 0 15 0 95785126 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291491544208 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10555476 memory=4126316290023845779 CPUtime=23.14 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) S 3094 3097 31095 0 -1 1077944384 22780 0 0 0 2211 103 0 0 20 0 15 0 95785126 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291490491152 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10555476 memory=952 CPUtime=23.2 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) S 3094 3097 31095 0 -1 1077944384 29566 0 0 0 2210 110 0 0 20 0 15 0 95785126 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291489438608 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10555476 memory=2340 CPUtime=8.2 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) S 3094 3097 31095 0 -1 1077944384 13267 0 0 0 819 1 0 0 20 0 15 0 95785128 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291058112752 140291566533250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3105] ppid=3094 vsize=10555476 memory=2888 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3105/stat : 3105 (java) S 3094 3097 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291057058976 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3106] ppid=3094 vsize=10555476 memory=2884 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3106/stat : 3106 (java) S 3094 3097 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95785128 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291056005872 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3107] ppid=3094 vsize=10555476 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3107/stat : 3107 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291054954448 140291566540699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3108] ppid=3094 vsize=10555476 memory=928 CPUtime=0.56 cores=0,2,4,6
/proc/3097/task/3108/stat : 3108 (java) S 3094 3097 31095 0 -1 1077944384 4031 0 0 0 56 0 0 0 20 0 15 0 95785131 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291053902576 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3109] ppid=3094 vsize=10555476 memory=2240 CPUtime=0.54 cores=0,2,4,6
/proc/3097/task/3109/stat : 3109 (java) S 3094 3097 31095 0 -1 1077944384 3069 0 0 0 54 0 0 0 20 0 15 0 95785131 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291052850032 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3110] ppid=3094 vsize=10555476 memory=4128 CPUtime=0.28 cores=0,2,4,6
/proc/3097/task/3110/stat : 3110 (java) S 3094 3097 31095 0 -1 1077944384 2628 0 0 0 28 0 0 0 20 0 15 0 95785131 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291051796976 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3111] ppid=3094 vsize=10555476 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95785131 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10555476 memory=2196 CPUtime=0.02 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 620 0 0 0 1 1 0 0 20 0 15 0 95785131 10808807424 1448129 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 110.95 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 5792516 KiB

[startup+40.4007 s]
/proc/loadavg: 2.76 2.79 3.77 3/216 3112
/proc/meminfo: memFree=22579808/32770624 swapFree=67108860/67108860
[pid=3097] ppid=3094 vsize=10690804 memory=5793480 CPUtime=111.17 cores=0,2,4,6
/proc/3097/stat : 3097 (java) S 3094 3097 31095 0 -1 1077944320 141789 0 0 0 10678 439 0 0 20 0 16 0 95785125 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140727280170752 140291566522103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
/proc/3097/statm: 2672701 1448370 3180 1 0 2661057 0
[pid=3097/tid=3099] ppid=3094 vsize=10690804 memory=1156 CPUtime=8.47 cores=0,2,4,6
/proc/3097/task/3099/stat : 3099 (java) S 3094 3097 31095 0 -1 1077944384 15004 0 0 0 838 9 0 0 20 0 16 0 95785125 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291570762784 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3100] ppid=3094 vsize=10690804 memory=3064 CPUtime=23.28 cores=0,2,4,6
/proc/3097/task/3100/stat : 3100 (java) S 3094 3097 31095 0 -1 1077944384 28765 0 0 0 2224 104 0 0 20 0 16 0 95785126 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291492596752 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3101] ppid=3094 vsize=10690804 memory=318744 CPUtime=23.34 cores=0,2,4,6
/proc/3097/task/3101/stat : 3101 (java) S 3094 3097 31095 0 -1 1077944384 20599 0 0 0 2228 106 0 0 20 0 16 0 95785126 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291491544208 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3102] ppid=3094 vsize=10690804 memory=1156 CPUtime=23.14 cores=0,2,4,6
/proc/3097/task/3102/stat : 3102 (java) S 3094 3097 31095 0 -1 1077944384 22780 0 0 0 2211 103 0 0 20 0 16 0 95785126 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291490491152 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3103] ppid=3094 vsize=10690804 memory=2772 CPUtime=23.2 cores=0,2,4,6
/proc/3097/task/3103/stat : 3103 (java) S 3094 3097 31095 0 -1 1077944384 29566 0 0 0 2210 110 0 0 20 0 16 0 95785126 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291489438608 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3104] ppid=3094 vsize=10690804 memory=5787616 CPUtime=8.2 cores=0,2,4,6
/proc/3097/task/3104/stat : 3104 (java) S 3094 3097 31095 0 -1 1077944384 13267 0 0 0 819 1 0 0 20 0 16 0 95785128 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291058112752 140291566533250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3105] ppid=3094 vsize=10690804 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3105/stat : 3105 (java) S 3094 3097 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95785128 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291057058976 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3106] ppid=3094 vsize=10690804 memory=916 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3106/stat : 3106 (java) S 3094 3097 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95785128 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291056005872 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3107] ppid=3094 vsize=10690804 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3107/stat : 3107 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95785131 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291054954448 140291566540699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3108] ppid=3094 vsize=10690804 memory=6935054825532540783 CPUtime=0.57 cores=0,2,4,6
/proc/3097/task/3108/stat : 3108 (java) S 3094 3097 31095 0 -1 1077944384 4044 0 0 0 57 0 0 0 20 0 16 0 95785131 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291053902576 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3109] ppid=3094 vsize=10690804 memory=4126316290023845779 CPUtime=0.55 cores=0,2,4,6
/proc/3097/task/3109/stat : 3109 (java) S 3094 3097 31095 0 -1 1077944384 3077 0 0 0 55 0 0 0 20 0 16 0 95785131 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291052850032 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3110] ppid=3094 vsize=10690804 memory=2196 CPUtime=0.29 cores=0,2,4,6
/proc/3097/task/3110/stat : 3110 (java) S 3094 3097 31095 0 -1 1077944384 2660 0 0 0 29 0 0 0 20 0 16 0 95785131 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291051796976 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3111] ppid=3094 vsize=10690804 memory=6760 CPUtime=0 cores=0,2,4,6
/proc/3097/task/3111/stat : 3111 (java) S 3094 3097 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95785131 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291050744672 140291566532309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
[pid=3097/tid=3112] ppid=3094 vsize=10690804 memory=840 CPUtime=0.02 cores=0,2,4,6
/proc/3097/task/3112/stat : 3112 (java) S 3094 3097 31095 0 -1 1077944384 620 0 0 0 1 1 0 0 20 0 16 0 95785131 10947383296 1448370 33554432000 4194304 4196468 140727280188208 140291049691696 140291566533250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140727280194694 140727280194847 140727280194847 140727280197583 0
Current children cumulated CPU time: 111.17 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 5793480 KiB

Child status: 0
Real time (s): 40.4511
CPU time (s): 111.221
CPU user time (s): 106.788
CPU system time (s): 4.43226
CPU usage (%): 274.951
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 5793480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.788
system time used= 4.43226
maximum resident set size= 5794016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4360
involuntary context switches= 894


# summary of solver processes directly reported to runsolver:
#   pid: 3097
#   total CPU time (s): 111.221
#   total CPU user time (s): 106.788
#   total CPU system time (s): 4.43226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.270169 second user time and 0.421806 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 14:08:34
IDJOB=4263093
IDBENCH=128868
IDSOLVER=2651
FILE ID=node104/4263093-1502626972
RUNJOBID= node104-1502619271-1476
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-26-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263093-1502626972/watcher-4263093-1502626972 -o /tmp/evaluation-result-4263093-1502626972/solver-4263093-1502626972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263093-1502626972.xml

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

MD5SUM BENCH= 885f7dce9f12482b5755a1b8bd42ad86
RANDOM SEED=708865971

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.43
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.43
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.43
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.43
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:        28371396 kB
MemAvailable:   31680352 kB
Buffers:          150936 kB
Cached:          3440324 kB
SwapCached:            0 kB
Active:           644196 kB
Inactive:        3305536 kB
Active(anon):     361624 kB
Inactive(anon):    25024 kB
Active(file):     282572 kB
Inactive(file):  3280512 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1424 kB
Writeback:             0 kB
AnonPages:        531292 kB
Mapped:            55412 kB
Shmem:             25228 kB
Slab:             148916 kB
SReclaimable:     123416 kB
SUnreclaim:        25500 kB
KernelStack:        3856 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 14:09:14