Trace number 4258227

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? 100.637 36.9361

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-37-03.xml
MD5SUMf27483baa127f488650207f51eee544f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark132
Best CPU time to get the best result obtained on this benchmark593.18201
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints198
Number of domains2
Minimum domain size1
Maximum domain size474
Distribution of domain sizes[{"size":1,"count":1},{"size":474,"count":91}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":8},{"degree":5,"count":18},{"degree":6,"count":26},{"degree":7,"count":26},{"degree":8,"count":11},{"degree":9,"count":1},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity53
Distribution of constraint arities[{"arity":2,"count":194},{"arity":42,"count":1},{"arity":43,"count":2},{"arity":53,"count":1}]
Number of extensional constraints0
Number of intensional constraints194
Distribution of constraint types[{"type":"intension","count":194},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258227-1501650949/watcher-4258227-1501650949 -o /tmp/evaluation-result-4258227-1501650949/solver-4258227-1501650949 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258227-1501650949.xml 

pid=7608
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.16 5.23 3.74 6/198 7611
/proc/meminfo: memFree=29018988/32770624 swapFree=0/231156
[pid=7611] ppid=7608 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7611/stat : 7611 (runsolver) D 7608 7611 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13717929 24240128 107 18446744073709551615 4194304 4338465 140732273623792 140732273621432 140675551294167 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 12537856 140732273631367 140732273631814 140732273631814 140732273635274 0
/proc/7611/statm: 5918 107 54 36 0 2156 0

[startup+0.102565 s]
/proc/loadavg: 6.16 5.23 3.74 6/198 7611
/proc/meminfo: memFree=29018988/32770624 swapFree=0/231156
[pid=7611] ppid=7608 vsize=10151672 CPUtime=0.04 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 3857 0 0 0 3 1 0 0 20 0 9 0 13717929 10395312128 4969 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2537918 4969 2114 1 0 2527423 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.200276 s]
/proc/loadavg: 6.16 5.23 3.74 6/198 7611
/proc/meminfo: memFree=29018988/32770624 swapFree=0/231156
[pid=7611] ppid=7608 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 4642 0 0 0 6 1 0 0 20 0 15 0 13717929 10804383744 6139 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637789 6139 2600 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300263 s]
/proc/loadavg: 6.16 5.23 3.74 6/198 7611
/proc/meminfo: memFree=29018988/32770624 swapFree=0/231156
[pid=7611] ppid=7608 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 7897 0 0 0 20 2 0 0 20 0 15 0 13717929 10804383744 9094 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637789 9094 2854 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701193 s]
/proc/loadavg: 6.16 5.23 3.74 6/198 7611
/proc/meminfo: memFree=29018988/32770624 swapFree=0/231156
[pid=7611] ppid=7608 vsize=10551232 CPUtime=1.22 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 11492 0 0 0 116 6 0 0 20 0 15 0 13717929 10804461568 38170 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637808 38170 3044 1 0 2627269 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 10551232

[startup+1.50119 s]
/proc/loadavg: 6.16 5.23 3.74 3/213 7626
/proc/meminfo: memFree=28716360/32770624 swapFree=0/231168
[pid=7611] ppid=7608 vsize=10551232 CPUtime=3.09 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 12551 0 0 0 267 42 0 0 20 0 15 0 13717929 10804461568 140056 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637808 140056 3073 1 0 2627269 0
[pid=7611/tid=7613] ppid=7608 vsize=10551232 CPUtime=1.03 cores=1,3,5,7
/proc/7611/task/7613/stat : 7613 (java) S 7608 7611 5091 0 -1 1077944384 7057 0 0 0 97 6 0 0 20 0 15 0 13717935 10804461568 140056 18446744073709551615 4194304 4196468 140720467826656 140144739374352 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7614] ppid=7608 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/7611/task/7614/stat : 7614 (java) R 7608 7611 5091 0 -1 4202560 275 0 0 0 23 8 0 0 20 0 15 0 13717936 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140144665557664 140144720165401 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7615] ppid=7608 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/7611/task/7615/stat : 7615 (java) R 7608 7611 5091 0 -1 4202560 217 0 0 0 23 8 0 0 20 0 15 0 13717936 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140144664505432 140144728237227 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7616] ppid=7608 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/7611/task/7616/stat : 7616 (java) R 7608 7611 5091 0 -1 4202560 148 0 0 0 23 8 0 0 20 0 15 0 13717936 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140144663452888 140144720165401 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7617] ppid=7608 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/7611/task/7617/stat : 7617 (java) R 7608 7611 5091 0 -1 4202560 210 0 0 0 23 8 0 0 20 0 15 0 13717936 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140144662400344 140144720165401 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7618] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13717937 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143774122528 140144735147733 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717940 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7622] ppid=7608 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 5091 0 -1 1077944384 1272 0 0 0 28 0 0 0 20 0 15 0 13717940 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143769913840 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7623] ppid=7608 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 5091 0 -1 1077944384 846 0 0 0 26 0 0 0 20 0 15 0 13717940 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143768861296 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7624] ppid=7608 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 5091 0 -1 1077944384 1087 0 0 0 20 0 0 0 20 0 15 0 13717940 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143767808752 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7625] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717941 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143766756448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7626] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13717948 10804461568 140568 18446744073709551615 4194304 4196468 140720467826656 140143765702960 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10551232

[startup+3.10119 s]
/proc/loadavg: 6.16 5.23 3.74 3/213 7626
/proc/meminfo: memFree=28414940/32770624 swapFree=0/231176
[pid=7611] ppid=7608 vsize=10551232 CPUtime=7.32 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 13962 0 0 0 666 66 0 0 20 0 15 0 13717929 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637808 191610 3088 1 0 2627269 0
[pid=7611/tid=7613] ppid=7608 vsize=10551232 CPUtime=1.42 cores=1,3,5,7
/proc/7611/task/7613/stat : 7613 (java) R 7608 7611 5091 0 -1 4202560 7185 0 0 0 136 6 0 0 20 0 15 0 13717935 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140144739372984 140144332377728 0 4 1 16800974 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7614] ppid=7608 vsize=10551232 CPUtime=1.18 cores=1,3,5,7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 5091 0 -1 1077944384 461 0 0 0 104 14 0 0 20 0 15 0 13717936 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140144665557776 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7615] ppid=7608 vsize=10551232 CPUtime=1.18 cores=1,3,5,7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 5091 0 -1 1077944384 440 0 0 0 104 14 0 0 20 0 15 0 13717936 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140144664505232 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7616] ppid=7608 vsize=10551232 CPUtime=1.18 cores=1,3,5,7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 5091 0 -1 1077944384 353 0 0 0 104 14 0 0 20 0 15 0 13717936 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140144663452688 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7617] ppid=7608 vsize=10551232 CPUtime=1.18 cores=1,3,5,7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 5091 0 -1 1077944384 443 0 0 0 104 14 0 0 20 0 15 0 13717936 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140144662400144 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7618] ppid=7608 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 5091 0 -1 1077944384 501 0 0 0 34 0 0 0 20 0 15 0 13717937 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143774124016 140144735148674 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717940 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7622] ppid=7608 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 5091 0 -1 1077944384 1272 0 0 0 28 0 0 0 20 0 15 0 13717940 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143769913840 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7623] ppid=7608 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 5091 0 -1 1077944384 854 0 0 0 27 0 0 0 20 0 15 0 13717940 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143768861296 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7624] ppid=7608 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 5091 0 -1 1077944384 1095 0 0 0 21 0 0 0 20 0 15 0 13717940 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143767808752 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7625] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717941 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143766756448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7626] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13717948 10804461568 191610 18446744073709551615 4194304 4196468 140720467826656 140143765702960 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 10551232

[startup+6.30068 s]
/proc/loadavg: 5.83 5.18 3.73 6/213 7626
/proc/meminfo: memFree=27074452/32770624 swapFree=0/231188
[pid=7611] ppid=7608 vsize=10551232 CPUtime=15.09 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 21692 0 0 0 1381 128 0 0 20 0 15 0 13717929 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637808 379259 3090 1 0 2627269 0
[pid=7611/tid=7613] ppid=7608 vsize=10551232 CPUtime=2.64 cores=1,3,5,7
/proc/7611/task/7613/stat : 7613 (java) R 7608 7611 5091 0 -1 4202560 8233 0 0 0 256 8 0 0 20 0 15 0 13717935 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140144739374352 140144332780845 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7614] ppid=7608 vsize=10551232 CPUtime=2.7 cores=1,3,5,7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 5091 0 -1 1077944384 1032 0 0 0 241 29 0 0 20 0 15 0 13717936 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140144665557776 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7615] ppid=7608 vsize=10551232 CPUtime=2.69 cores=1,3,5,7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 5091 0 -1 1077944384 1046 0 0 0 240 29 0 0 20 0 15 0 13717936 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140144664505232 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7616] ppid=7608 vsize=10551232 CPUtime=2.69 cores=1,3,5,7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 5091 0 -1 1077944384 1043 0 0 0 241 28 0 0 20 0 15 0 13717936 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140144663452688 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7617] ppid=7608 vsize=10551232 CPUtime=2.7 cores=1,3,5,7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 5091 0 -1 1077944384 954 0 0 0 241 29 0 0 20 0 15 0 13717936 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140144662400144 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7618] ppid=7608 vsize=10551232 CPUtime=0.78 cores=1,3,5,7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 5091 0 -1 1077944384 4106 0 0 0 78 0 0 0 20 0 15 0 13717937 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143774124016 140144735148674 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717940 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7622] ppid=7608 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 5091 0 -1 1077944384 1322 0 0 0 28 0 0 0 20 0 15 0 13717940 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143769913840 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7623] ppid=7608 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 5091 0 -1 1077944384 890 0 0 0 27 0 0 0 20 0 15 0 13717940 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143768861296 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7624] ppid=7608 vsize=10551232 CPUtime=0.24 cores=1,3,5,7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 5091 0 -1 1077944384 1536 0 0 0 24 0 0 0 20 0 15 0 13717940 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143767808752 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7625] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717941 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143766756448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7626] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 5091 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 15 0 13717948 10804461568 379259 18446744073709551615 4194304 4196468 140720467826656 140143765702960 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 10551232

[startup+12.7006 s]
/proc/loadavg: 5.60 5.14 3.72 3/213 7626
/proc/meminfo: memFree=24504232/32770624 swapFree=0/231192
[pid=7611] ppid=7608 vsize=10551232 CPUtime=35.03 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 25799 0 0 0 3259 244 0 0 20 0 15 0 13717929 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637808 712521 3090 1 0 2627269 0
[pid=7611/tid=7613] ppid=7608 vsize=10551232 CPUtime=3.3 cores=1,3,5,7
/proc/7611/task/7613/stat : 7613 (java) S 7608 7611 5091 0 -1 1077944384 8239 0 0 0 322 8 0 0 20 0 15 0 13717935 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140144739374448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7614] ppid=7608 vsize=10551232 CPUtime=7.26 cores=1,3,5,7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 5091 0 -1 1077944384 1936 0 0 0 669 57 0 0 20 0 15 0 13717936 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140144665557776 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7615] ppid=7608 vsize=10551232 CPUtime=7.2 cores=1,3,5,7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 5091 0 -1 1077944384 2256 0 0 0 658 62 0 0 20 0 15 0 13717936 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140144664505232 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7616] ppid=7608 vsize=10551232 CPUtime=7.19 cores=1,3,5,7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 5091 0 -1 1077944384 1962 0 0 0 665 54 0 0 20 0 15 0 13717936 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140144663452688 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7617] ppid=7608 vsize=10551232 CPUtime=7.23 cores=1,3,5,7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 5091 0 -1 1077944384 1646 0 0 0 665 58 0 0 20 0 15 0 13717936 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140144662400144 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7618] ppid=7608 vsize=10551232 CPUtime=1.97 cores=1,3,5,7
/proc/7611/task/7618/stat : 7618 (java) R 7608 7611 5091 0 -1 4202560 4437 0 0 0 197 0 0 0 20 0 15 0 13717937 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140143774122448 140144719838215 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717940 10804461568 712521 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0

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

/proc/7611/task/7618/stat : 7618 (java) R 7608 7611 5091 0 -1 4202560 11987 0 0 0 638 0 0 0 20 0 15 0 13717937 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143774122560 140144719838171 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717940 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7622] ppid=7608 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 5091 0 -1 1077944384 2080 0 0 0 33 0 0 0 20 0 15 0 13717940 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143769913600 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7623] ppid=7608 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 5091 0 -1 1077944384 2536 0 0 0 38 0 0 0 20 0 15 0 13717940 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143768861344 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7624] ppid=7608 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 5091 0 -1 1077944384 2419 0 0 0 27 0 0 0 20 0 15 0 13717940 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143767808800 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7625] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717941 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143766756448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7626] ppid=7608 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 5091 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 13717948 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143765702960 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
Current children cumulated CPU time (s) 99.08
Current children cumulated vsize (KiB) 10551232

[startup+36.0006 s]
/proc/loadavg: 4.81 4.99 3.71 6/213 7703
/proc/meminfo: memFree=22371260/32770624 swapFree=0/231244
[pid=7611] ppid=7608 vsize=10551232 CPUtime=99.87 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 56317 0 0 0 9587 400 0 0 20 0 15 0 13717929 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637808 1372016 3096 1 0 2627269 0
[pid=7611/tid=7613] ppid=7608 vsize=10551232 CPUtime=7.46 cores=1,3,5,7
/proc/7611/task/7613/stat : 7613 (java) S 7608 7611 5091 0 -1 1077944384 11947 0 0 0 738 8 0 0 20 0 15 0 13717935 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140144739374416 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7614] ppid=7608 vsize=10551232 CPUtime=21.03 cores=1,3,5,7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 5091 0 -1 1077944384 5465 0 0 0 2004 99 0 0 20 0 15 0 13717936 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140144665557776 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7615] ppid=7608 vsize=10551232 CPUtime=21.1 cores=1,3,5,7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 5091 0 -1 1077944384 5320 0 0 0 2011 99 0 0 20 0 15 0 13717936 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140144664505232 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7616] ppid=7608 vsize=10551232 CPUtime=21.03 cores=1,3,5,7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 5091 0 -1 1077944384 6791 0 0 0 2014 89 0 0 20 0 15 0 13717936 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140144663452688 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7617] ppid=7608 vsize=10551232 CPUtime=20.98 cores=1,3,5,7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 5091 0 -1 1077944384 6149 0 0 0 1999 99 0 0 20 0 15 0 13717936 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140144662400144 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7618] ppid=7608 vsize=10551232 CPUtime=7.18 cores=1,3,5,7
/proc/7611/task/7618/stat : 7618 (java) R 7608 7611 5091 0 -1 4202560 12002 0 0 0 718 0 0 0 20 0 15 0 13717937 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143774122560 140144719838528 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717940 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7622] ppid=7608 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 5091 0 -1 1077944384 2080 0 0 0 33 0 0 0 20 0 15 0 13717940 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143769913600 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7623] ppid=7608 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 5091 0 -1 1077944384 2536 0 0 0 38 0 0 0 20 0 15 0 13717940 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143768861344 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7624] ppid=7608 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 5091 0 -1 1077944384 2419 0 0 0 27 0 0 0 20 0 15 0 13717940 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143767808800 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7625] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717941 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143766756448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7626] ppid=7608 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 5091 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 13717948 10804461568 1372016 18446744073709551615 4194304 4196468 140720467826656 140143765702960 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
Current children cumulated CPU time (s) 99.87
Current children cumulated vsize (KiB) 10551232

[startup+36.4065 s]
/proc/loadavg: 4.81 4.99 3.71 3/213 7703
/proc/meminfo: memFree=22364748/32770624 swapFree=0/231244
[pid=7611] ppid=7608 vsize=10551232 CPUtime=100.28 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 58293 0 0 0 9628 400 0 0 20 0 15 0 13717929 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2637808 1373603 3096 1 0 2627269 0
[pid=7611/tid=7613] ppid=7608 vsize=10551232 CPUtime=7.78 cores=1,3,5,7
/proc/7611/task/7613/stat : 7613 (java) R 7608 7611 5091 0 -1 4202560 12072 0 0 0 770 8 0 0 20 0 15 0 13717935 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140144739374416 140144332780816 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7614] ppid=7608 vsize=10551232 CPUtime=21.03 cores=1,3,5,7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 5091 0 -1 1077944384 5465 0 0 0 2004 99 0 0 20 0 15 0 13717936 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140144665557776 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7615] ppid=7608 vsize=10551232 CPUtime=21.1 cores=1,3,5,7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 5091 0 -1 1077944384 5320 0 0 0 2011 99 0 0 20 0 15 0 13717936 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140144664505232 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7616] ppid=7608 vsize=10551232 CPUtime=21.03 cores=1,3,5,7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 5091 0 -1 1077944384 6791 0 0 0 2014 89 0 0 20 0 15 0 13717936 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140144663452688 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7617] ppid=7608 vsize=10551232 CPUtime=20.98 cores=1,3,5,7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 5091 0 -1 1077944384 6149 0 0 0 1999 99 0 0 20 0 15 0 13717936 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140144662400144 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7618] ppid=7608 vsize=10551232 CPUtime=7.27 cores=1,3,5,7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 5091 0 -1 1077944384 13795 0 0 0 726 1 0 0 20 0 15 0 13717937 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143774124016 140144735148674 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13717938 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717940 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7622] ppid=7608 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 5091 0 -1 1077944384 2080 0 0 0 33 0 0 0 20 0 15 0 13717940 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143769913840 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7623] ppid=7608 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 5091 0 -1 1077944384 2536 0 0 0 38 0 0 0 20 0 15 0 13717940 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143768861296 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7624] ppid=7608 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 5091 0 -1 1077944384 2477 0 0 0 27 0 0 0 20 0 15 0 13717940 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143767808752 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7625] ppid=7608 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13717941 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143766756448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7626] ppid=7608 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 5091 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 13717948 10804461568 1373603 18446744073709551615 4194304 4196468 140720467826656 140143765702960 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
Current children cumulated CPU time (s) 100.28
Current children cumulated vsize (KiB) 10551232

[startup+36.8006 s]
/proc/loadavg: 4.81 4.99 3.71 3/213 7703
/proc/meminfo: memFree=22364748/32770624 swapFree=0/231244
[pid=7611] ppid=7608 vsize=10686560 CPUtime=100.61 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 59538 0 0 0 9660 401 0 0 20 0 16 0 13717929 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2671640 1373848 3144 1 0 2661063 0
[pid=7611/tid=7613] ppid=7608 vsize=10686560 CPUtime=8.08 cores=1,3,5,7
/proc/7611/task/7613/stat : 7613 (java) S 7608 7611 5091 0 -1 1077944384 13173 0 0 0 799 9 0 0 20 0 16 0 13717935 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144739378208 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7614] ppid=7608 vsize=10686560 CPUtime=21.03 cores=1,3,5,7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 5091 0 -1 1077944384 5465 0 0 0 2004 99 0 0 20 0 16 0 13717936 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144665557776 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7615] ppid=7608 vsize=10686560 CPUtime=21.1 cores=1,3,5,7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 5091 0 -1 1077944384 5320 0 0 0 2011 99 0 0 20 0 16 0 13717936 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144664505232 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7616] ppid=7608 vsize=10686560 CPUtime=21.03 cores=1,3,5,7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 5091 0 -1 1077944384 6791 0 0 0 2014 89 0 0 20 0 16 0 13717936 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144663452688 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7617] ppid=7608 vsize=10686560 CPUtime=20.98 cores=1,3,5,7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 5091 0 -1 1077944384 6149 0 0 0 1999 99 0 0 20 0 16 0 13717936 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144662400144 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7618] ppid=7608 vsize=10686560 CPUtime=7.27 cores=1,3,5,7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 5091 0 -1 1077944384 13795 0 0 0 726 1 0 0 20 0 16 0 13717937 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143774124016 140144735148674 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13717938 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 13717938 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13717940 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7622] ppid=7608 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 5091 0 -1 1077944384 2100 0 0 0 34 0 0 0 20 0 16 0 13717940 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143769913840 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7623] ppid=7608 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 5091 0 -1 1077944384 2545 0 0 0 38 0 0 0 20 0 16 0 13717940 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143768861296 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7624] ppid=7608 vsize=10686560 CPUtime=0.29 cores=1,3,5,7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 5091 0 -1 1077944384 2545 0 0 0 29 0 0 0 20 0 16 0 13717940 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143767808752 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7625] ppid=7608 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13717941 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143766756448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7626] ppid=7608 vsize=10686560 CPUtime=0.01 cores=1,3,5,7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 5091 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 16 0 13717948 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143765702960 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
Current children cumulated CPU time (s) 100.61
Current children cumulated vsize (KiB) 10686560

[startup+36.9006 s]
/proc/loadavg: 4.81 4.99 3.71 3/213 7703
/proc/meminfo: memFree=22364748/32770624 swapFree=0/231244
[pid=7611] ppid=7608 vsize=10686560 CPUtime=100.61 cores=1,3,5,7
/proc/7611/stat : 7611 (java) S 7608 7611 5091 0 -1 1077944320 59538 0 0 0 9660 401 0 0 20 0 16 0 13717929 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140720467809200 140144735137527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
/proc/7611/statm: 2671640 1373848 3144 1 0 2661063 0
[pid=7611/tid=7613] ppid=7608 vsize=10686560 CPUtime=8.08 cores=1,3,5,7
/proc/7611/task/7613/stat : 7613 (java) S 7608 7611 5091 0 -1 1077944384 13173 0 0 0 799 9 0 0 20 0 16 0 13717935 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144739378208 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7614] ppid=7608 vsize=10686560 CPUtime=21.03 cores=1,3,5,7
/proc/7611/task/7614/stat : 7614 (java) S 7608 7611 5091 0 -1 1077944384 5465 0 0 0 2004 99 0 0 20 0 16 0 13717936 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144665557776 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7615] ppid=7608 vsize=10686560 CPUtime=21.1 cores=1,3,5,7
/proc/7611/task/7615/stat : 7615 (java) S 7608 7611 5091 0 -1 1077944384 5320 0 0 0 2011 99 0 0 20 0 16 0 13717936 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144664505232 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7616] ppid=7608 vsize=10686560 CPUtime=21.03 cores=1,3,5,7
/proc/7611/task/7616/stat : 7616 (java) S 7608 7611 5091 0 -1 1077944384 6791 0 0 0 2014 89 0 0 20 0 16 0 13717936 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144663452688 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7617] ppid=7608 vsize=10686560 CPUtime=20.98 cores=1,3,5,7
/proc/7611/task/7617/stat : 7617 (java) S 7608 7611 5091 0 -1 1077944384 6149 0 0 0 1999 99 0 0 20 0 16 0 13717936 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140144662400144 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7618] ppid=7608 vsize=10686560 CPUtime=7.27 cores=1,3,5,7
/proc/7611/task/7618/stat : 7618 (java) S 7608 7611 5091 0 -1 1077944384 13795 0 0 0 726 1 0 0 20 0 16 0 13717937 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143774124016 140144735148674 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7619] ppid=7608 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7619/stat : 7619 (java) S 7608 7611 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13717938 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143773070240 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7620] ppid=7608 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7620/stat : 7620 (java) S 7608 7611 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 13717938 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143772017648 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7621] ppid=7608 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7621/stat : 7621 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13717940 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143770966224 140144735156123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7622] ppid=7608 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/7611/task/7622/stat : 7622 (java) S 7608 7611 5091 0 -1 1077944384 2100 0 0 0 34 0 0 0 20 0 16 0 13717940 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143769913840 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7623] ppid=7608 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/7611/task/7623/stat : 7623 (java) S 7608 7611 5091 0 -1 1077944384 2545 0 0 0 38 0 0 0 20 0 16 0 13717940 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143768861296 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7624] ppid=7608 vsize=10686560 CPUtime=0.29 cores=1,3,5,7
/proc/7611/task/7624/stat : 7624 (java) S 7608 7611 5091 0 -1 1077944384 2545 0 0 0 29 0 0 0 20 0 16 0 13717940 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143767808752 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7625] ppid=7608 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/7611/task/7625/stat : 7625 (java) S 7608 7611 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13717941 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143766756448 140144735147733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
[pid=7611/tid=7626] ppid=7608 vsize=10686560 CPUtime=0.01 cores=1,3,5,7
/proc/7611/task/7626/stat : 7626 (java) S 7608 7611 5091 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 16 0 13717948 10943037440 1373848 18446744073709551615 4194304 4196468 140720467826656 140143765702960 140144735148674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12292096 140720467833266 140720467833419 140720467833419 140720467836879 0
Current children cumulated CPU time (s) 100.61
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 36.9361
CPU time (s): 100.637
CPU user time (s): 96.6046
CPU system time (s): 4.03202
CPU usage (%): 272.462
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.6046
system time used= 4.03202
maximum resident set size= 5495752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3024
involuntary context switches= 1358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.159688 second user time and 0.245447 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:01:49
IDJOB=4258227
IDBENCH=128699
IDSOLVER=2643
FILE ID=node129/4258227-1501650949
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-37-03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258227-1501650949/watcher-4258227-1501650949 -o /tmp/evaluation-result-4258227-1501650949/solver-4258227-1501650949 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258227-1501650949.xml

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

MD5SUM BENCH= f27483baa127f488650207f51eee544f
RANDOM SEED=923116374

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29018988 kB
MemAvailable:   29177016 kB
Buffers:          121812 kB
Cached:           317380 kB
SwapCached:            0 kB
Active:          3102796 kB
Inactive:         239688 kB
Active(anon):    2903632 kB
Inactive(anon):     8532 kB
Active(file):     199164 kB
Inactive(file):   231156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1608 kB
Writeback:             4 kB
AnonPages:       2852056 kB
Mapped:            43256 kB
Shmem:              8872 kB
Slab:             111844 kB
SReclaimable:      87084 kB
SUnreclaim:        24760 kB
KernelStack:        3504 kB
PageTables:        10960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3729604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2756608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 07:02:26