Trace number 4290171

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 NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT 197.624 194.647

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.22089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

2.16/0.82	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.16/0.82	c This is free software under the dual EPL/GNU LGPL licenses.
2.16/0.82	c See www.sat4j.org for details.
2.16/0.82	c That software uses the Rhino library from the Mozilla project.
2.16/0.82	c version 2.3.6-SNAPSHOT
2.16/0.82	c java.runtime.name	Java(TM) SE Runtime Environment
2.16/0.82	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.16/0.82	c java.vm.version	25.131-b11
2.16/0.82	c java.vm.vendor	Oracle Corporation
2.16/0.82	c sun.arch.data.model	64
2.16/0.82	c java.version		1.8.0_131
2.16/0.82	c os.name		Linux
2.16/0.82	c os.version		3.10.0-514.16.1.el7.x86_64
2.16/0.82	c os.arch		amd64
2.16/0.82	c Free memory 		499604488
2.16/0.82	c Max memory 		7247757312
2.16/0.82	c Total memory 		504889344
2.16/0.82	c Number of processors 	4
2.16/0.82	c c --- Begin Solver configuration ---
2.16/0.82	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.16/0.82	c Learn all clauses as in MiniSAT
2.16/0.82	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.16/0.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.16/0.82	c No reason simplification
2.16/0.82	c Glucose 2.1 dynamic restart strategy
2.16/0.82	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
2.16/0.82	c timeout=2147483s
2.16/0.82	c DB Simplification allowed=false
2.16/0.82	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.16/0.82	c --- End Solver configuration ---
2.16/0.82	c constraints type 
2.16/0.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
2.16/0.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 141818
2.16/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23400
2.16/0.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
2.16/0.82	c 165338 constraints processed.
197.59/194.62	c starts		: 878
197.59/194.62	c conflicts		: 470960
197.59/194.62	c decisions		: 791670
197.59/194.62	c propagations		: 353001350
197.59/194.62	c inspects		: 2770465325
197.59/194.62	c shortcuts		: 0
197.59/194.62	c learnt literals	: 13
197.59/194.62	c learnt binary clauses	: 1425
197.59/194.62	c learnt ternary clauses	: 66
197.59/194.62	c learnt constraints	: 470947
197.59/194.62	c ignored constraints	: 0
197.59/194.62	c root simplifications	: 0
197.59/194.62	c removed literals (reason simplification)	: 0
197.59/194.62	c reason swapping (by a shorter reason)	: 0
197.59/194.62	c Calls to reduceDB	: 26
197.59/194.62	c Number of update (reduction) of LBD	: 217417
197.59/194.62	c Imported unit clauses	: 0
197.59/194.62	c number of reductions to clauses (during analyze)	: 0
197.59/194.62	c number of learned constraints concerned by reduction	: 0
197.59/194.62	c number of learning phase by resolution	: 0
197.59/194.62	c number of learning phase by cutting planes	: 0
197.59/194.62	c number of rounding to 1 operations	: 0
197.59/194.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
197.59/194.62	c number of reductions of the coefficients by power 2 	: 0
197.59/194.62	c number of right shift for reduction by power 2 	: 0
197.59/194.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
197.59/194.62	c number of ending skipping 	: 0
197.59/194.62	c number of internal skipping 	: 0
197.59/194.62	c number of derivation steps 	: 0
197.59/194.62	c number of skipped derivation steps 	: 0
197.59/194.62	c number of remaining unassigned 	: 0
197.59/194.62	c number of remaining assigned 	: 0
197.59/194.62	c speed (assignments/second)	: 1821500.5908244194
197.59/194.62	c non guided choices	: 6731
197.59/194.64	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 1425
197.59/194.64	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 43536
197.59/194.64	s SATISFIABLE
197.59/194.64	v <instantiation type="solution">
197.59/194.64	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
197.59/194.64	v 	<values> 5 4 1 11 17 3 8 17 2 7 10 12 7 12 0 1 1 16 12 10 17 16 7 6 3 10 6 7 6 8 2 11 14 6 15 4 18 4 12 17 </values>
197.59/194.64	v </instantiation>
197.59/194.64	

Verifier Data

OK	

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 (5704 MiB free)
  memory of node 1: 16384 MiB (10492 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290171-1532265949/watcher-4290171-1532265949 -o /tmp/evaluation-result-4290171-1532265949/solver-4290171-1532265949 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290171-1532265949.xml 

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

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

solver pid=5000, runsolver pid=4997

[startup+0.100141 s]*
/proc/loadavg: 5.40 4.88 4.60 3/216 5015
/proc/meminfo: memFree=16566580/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10659012 memory=30648 CPUtime=0.12 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 6734 0 0 0 11 1 0 0 20 0 15 0 44157765 10914828288 7662 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2664753 7662 2816 1 0 2627263 0
[pid=5000/tid=5002] ppid=4997 vsize=10659012 memory=-8824905147858384064 CPUtime=0.09 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) R 4997 5000 3751 0 -1 4202560 4569 0 0 0 8 1 0 0 20 0 15 0 44157766 10914828288 7662 33554432000 4194304 4196468 140735833984656 139637440149360 139637421638132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914828288 7662 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10659012 memory=140656994862720 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914828288 7662 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914828288 7662 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44157767 10914828288 7662 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10659012 memory=140656994862720 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44157768 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5008] ppid=4997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5008/stat : 5008 (java) S 4997 5000 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44157769 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636926993440 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5009] ppid=4997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5009/stat : 5009 (java) S 4997 5000 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44157769 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636925940592 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5010] ppid=4997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5010/stat : 5010 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636924888912 139637435963291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5011] ppid=4997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5011/stat : 5011 (java) R 4997 5000 3751 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 44157771 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636923837296 139637435955842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5012] ppid=4997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5012/stat : 5012 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636922784496 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5013] ppid=4997 vsize=10659012 memory=140656994862720 CPUtime=0.02 cores=1,3,5,7
/proc/5000/task/5013/stat : 5013 (java) R 4997 5000 3751 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 44157771 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636921731696 139637435966042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5014] ppid=4997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5014/stat : 5014 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636920679136 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5015] ppid=4997 vsize=10659012 memory=140656994862720 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5015/stat : 5015 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157771 10914828288 7662 33554432000 4194304 4196468 140735833984656 139636919626416 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30648 KiB

[startup+0.210566 s]*
/proc/loadavg: 5.40 4.88 4.60 4/216 5015
/proc/meminfo: memFree=16557532/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10659012 memory=41864 CPUtime=0.33 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 8095 0 0 0 31 2 0 0 20 0 15 0 44157765 10914828288 10466 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2664753 10466 3003 1 0 2627263 0
[pid=5000/tid=5002] ppid=4997 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) R 4997 5000 3751 0 -1 4202560 5037 0 0 0 19 1 0 0 20 0 15 0 44157766 10914828288 10466 33554432000 4194304 4196468 140735833984656 139637440180976 139637435966621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914828288 10466 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10659012 memory=140656995025810 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914828288 10466 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914828288 10466 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44157767 10914828288 10466 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10659012 memory=140656994862720 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44157768 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5008] ppid=4997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5008/stat : 5008 (java) S 4997 5000 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44157769 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636926993440 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5009] ppid=4997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5009/stat : 5009 (java) S 4997 5000 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44157769 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636925940592 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5010] ppid=4997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5010/stat : 5010 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636924888912 139637435963291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5011] ppid=4997 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5000/task/5011/stat : 5011 (java) S 4997 5000 3751 0 -1 1077944384 634 0 0 0 2 0 0 0 20 0 15 0 44157771 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636923837296 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5012] ppid=4997 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5000/task/5012/stat : 5012 (java) S 4997 5000 3751 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 44157771 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636922784496 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5013] ppid=4997 vsize=10659012 memory=140656994862720 CPUtime=0.07 cores=1,3,5,7
/proc/5000/task/5013/stat : 5013 (java) S 4997 5000 3751 0 -1 1077944384 699 0 0 0 7 0 0 0 20 0 15 0 44157771 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636921731696 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5014] ppid=4997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5014/stat : 5014 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636920679136 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5015] ppid=4997 vsize=10659012 memory=140656994862720 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5015/stat : 5015 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157771 10914828288 10466 33554432000 4194304 4196468 140735833984656 139636919626416 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41864 KiB

[startup+0.31769 s]*
/proc/loadavg: 5.40 4.88 4.60 5/216 5015
/proc/meminfo: memFree=16549344/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10659088 memory=48116 CPUtime=0.57 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 9087 0 0 0 55 2 0 0 20 0 15 0 44157765 10914906112 12029 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2664772 12029 3073 1 0 2627263 0
[pid=5000/tid=5002] ppid=4997 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) R 4997 5000 3751 0 -1 4202560 5632 0 0 0 29 1 0 0 20 0 15 0 44157766 10914906112 12029 33554432000 4194304 4196468 140735833984656 139637440181888 139637055111552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10659088 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914906112 12029 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10659088 memory=140656995012833 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914906112 12029 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914906112 12029 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44157767 10914906112 12029 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10659088 memory=140656994862720 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44157768 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5008] ppid=4997 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5008/stat : 5008 (java) S 4997 5000 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44157769 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636926993440 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5009] ppid=4997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5009/stat : 5009 (java) S 4997 5000 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44157769 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636925940592 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5010] ppid=4997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5010/stat : 5010 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636924888912 139637435963291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5011] ppid=4997 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5000/task/5011/stat : 5011 (java) S 4997 5000 3751 0 -1 1077944384 742 0 0 0 5 0 0 0 20 0 15 0 44157771 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636923837296 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5012] ppid=4997 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/5000/task/5012/stat : 5012 (java) S 4997 5000 3751 0 -1 1077944384 535 0 0 0 5 0 0 0 20 0 15 0 44157771 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636922784496 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5013] ppid=4997 vsize=10659088 memory=140656994862720 CPUtime=0.14 cores=1,3,5,7
/proc/5000/task/5013/stat : 5013 (java) R 4997 5000 3751 0 -1 4202560 815 0 0 0 14 0 0 0 20 0 15 0 44157771 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636921730096 139637429044628 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5014] ppid=4997 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5014/stat : 5014 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636920679136 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5015] ppid=4997 vsize=10659088 memory=140656994862720 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5015/stat : 5015 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157771 10914906112 12029 33554432000 4194304 4196468 140735833984656 139636919626416 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 48116 KiB

[startup+0.701216 s]
/proc/loadavg: 5.40 4.88 4.60 5/216 5015
/proc/meminfo: memFree=16504048/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10659088 memory=140556 CPUtime=1.84 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 11880 0 0 0 180 4 0 0 20 0 15 0 44157765 10914906112 35139 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2664772 35139 3105 1 0 2627263 0
[pid=5000/tid=5002] ppid=4997 vsize=10659088 memory=18460 CPUtime=0.67 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) R 4997 5000 3751 0 -1 4202560 5964 0 0 0 65 2 0 0 20 0 15 0 44157766 10914906112 35139 33554432000 4194304 4196468 140735833984656 139637440182512 139637420055717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10659088 memory=10104 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914906112 35139 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914906112 35139 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157767 10914906112 35139 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44157767 10914906112 35139 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44157768 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5008] ppid=4997 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5008/stat : 5008 (java) S 4997 5000 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44157769 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636926993440 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5009] ppid=4997 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5009/stat : 5009 (java) S 4997 5000 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44157769 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636925940592 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5010] ppid=4997 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5010/stat : 5010 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636924888912 139637435963291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5011] ppid=4997 vsize=10659088 memory=6081105704601809001 CPUtime=0.4 cores=1,3,5,7
/proc/5000/task/5011/stat : 5011 (java) R 4997 5000 3751 0 -1 4202560 1741 0 0 0 40 0 0 0 20 0 15 0 44157771 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636923828624 139637420368083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5012] ppid=4997 vsize=10659088 memory=5932762877087012201 CPUtime=0.39 cores=1,3,5,7
/proc/5000/task/5012/stat : 5012 (java) R 4997 5000 3751 0 -1 4202560 1183 0 0 0 39 0 0 0 20 0 15 0 44157771 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636922774688 139637413961704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5013] ppid=4997 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/5000/task/5013/stat : 5013 (java) S 4997 5000 3751 0 -1 1077944384 1621 0 0 0 34 0 0 0 20 0 15 0 44157771 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636921731696 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5014] ppid=4997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5014/stat : 5014 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44157771 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636920679136 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5015] ppid=4997 vsize=10659088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5015/stat : 5015 (java) S 4997 5000 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44157771 10914906112 35139 33554432000 4194304 4196468 140735833984656 139636919626416 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 140556 KiB

[startup+1.50082 s]
/proc/loadavg: 5.37 4.88 4.60 5/217 5016
/proc/meminfo: memFree=16394272/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10725652 memory=208316 CPUtime=3.81 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 15177 0 0 0 373 8 0 0 20 0 16 0 44157765 10983067648 52079 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2681413 52079 3137 1 0 2643904 0
[pid=5000/tid=5002] ppid=4997 vsize=10725652 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) R 4997 5000 3751 0 -1 4202560 6007 0 0 0 142 3 0 0 20 0 16 0 44157766 10983067648 52079 33554432000 4194304 4196468 140735833984656 139637440179648 139637058320704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10725652 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 44157767 10983067648 52079 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10725652 memory=-2247047206207641111 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 44157767 10983067648 52079 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10725652 memory=6944652177228980320 CPUtime=0.01 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 16 0 44157767 10983067648 52079 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10725652 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 16 0 44157767 10983067648 52079 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44157768 10983067648 52079 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0

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

Current children cumulated memory: 271768 KiB

[startup+192.001 s]*
/proc/loadavg: 2.14 3.52 4.12 3/217 5020
/proc/meminfo: memFree=16097048/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10725652 memory=275864 CPUtime=195.15 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 32506 0 0 0 19498 17 0 0 20 0 16 0 44157765 10983067648 68966 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2681413 68966 3164 1 0 2643904 0
[pid=5000/tid=5002] ppid=4997 vsize=10725652 memory=8112282956445269571 CPUtime=191.89 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) R 4997 5000 3751 0 -1 4202560 9116 0 0 0 19185 4 0 0 20 0 16 0 44157766 10983067648 68966 33554432000 4194304 4196468 140735833984656 139637440180752 139637058577838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10725652 memory=6944652177228980320 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 668 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 68966 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10725652 memory=-9062862659931694204 CPUtime=0.02 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 291 0 0 0 2 0 0 0 20 0 16 0 44157767 10983067648 68966 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10725652 memory=-7522837583045875833 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 120 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 68966 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10725652 memory=4126316290023845779 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 172 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 68966 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10725652 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 667 0 0 0 0 0 0 0 20 0 16 0 44157768 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5008] ppid=4997 vsize=10725652 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5008/stat : 5008 (java) S 4997 5000 3751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44157769 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636926993504 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5009] ppid=4997 vsize=10725652 memory=14952 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5009/stat : 5009 (java) S 4997 5000 3751 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 44157769 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636925940608 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5010] ppid=4997 vsize=10725652 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5010/stat : 5010 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44157771 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636924888912 139637435963291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5011] ppid=4997 vsize=10725652 memory=2408 CPUtime=1.2 cores=1,3,5,7
/proc/5000/task/5011/stat : 5011 (java) S 4997 5000 3751 0 -1 1077944384 8054 0 0 0 119 1 0 0 20 0 16 0 44157771 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636923837296 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5012] ppid=4997 vsize=10725652 memory=271768 CPUtime=1.32 cores=1,3,5,7
/proc/5000/task/5012/stat : 5012 (java) S 4997 5000 3751 0 -1 1077944384 7458 0 0 0 131 1 0 0 20 0 16 0 44157771 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636922784496 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5013] ppid=4997 vsize=10725652 memory=8112282956445269571 CPUtime=0.45 cores=1,3,5,7
/proc/5000/task/5013/stat : 5013 (java) S 4997 5000 3751 0 -1 1077944384 3695 0 0 0 44 1 0 0 20 0 16 0 44157771 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636921731696 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5014] ppid=4997 vsize=10725652 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5014/stat : 5014 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44157771 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636920679136 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5015] ppid=4997 vsize=10725652 memory=1228 CPUtime=0.09 cores=1,3,5,7
/proc/5000/task/5015/stat : 5015 (java) S 4997 5000 3751 0 -1 1077944384 841 0 0 0 4 5 0 0 20 0 16 0 44157771 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636919626416 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5016] ppid=4997 vsize=10725652 memory=8388 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5016/stat : 5016 (java) S 4997 5000 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44157848 10983067648 68966 33554432000 4194304 4196468 140735833984656 139636918571952 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
Current children cumulated CPU time: 195.15 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 275864 KiB

[startup+193.601 s]
/proc/loadavg: 2.14 3.52 4.12 3/217 5020
/proc/meminfo: memFree=16097048/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10725652 memory=277912 CPUtime=196.74 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 32508 0 0 0 19657 17 0 0 20 0 16 0 44157765 10983067648 69478 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2681413 69478 3164 1 0 2643904 0
[pid=5000/tid=5002] ppid=4997 vsize=10725652 memory=275864 CPUtime=193.48 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) R 4997 5000 3751 0 -1 4202560 9118 0 0 0 19344 4 0 0 20 0 16 0 44157766 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637440180752 139637058813801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10725652 memory=275864 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 668 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10725652 memory=8112282956445269571 CPUtime=0.02 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 291 0 0 0 2 0 0 0 20 0 16 0 44157767 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10725652 memory=14952 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 120 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10725652 memory=1296 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 172 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10725652 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 667 0 0 0 0 0 0 0 20 0 16 0 44157768 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5008] ppid=4997 vsize=10725652 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5008/stat : 5008 (java) S 4997 5000 3751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44157769 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636926993504 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5009] ppid=4997 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5009/stat : 5009 (java) S 4997 5000 3751 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 44157769 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636925940608 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5010] ppid=4997 vsize=10725652 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5010/stat : 5010 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636924888912 139637435963291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5011] ppid=4997 vsize=10725652 memory=1408 CPUtime=1.2 cores=1,3,5,7
/proc/5000/task/5011/stat : 5011 (java) S 4997 5000 3751 0 -1 1077944384 8054 0 0 0 119 1 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636923837296 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5012] ppid=4997 vsize=10725652 memory=3264 CPUtime=1.32 cores=1,3,5,7
/proc/5000/task/5012/stat : 5012 (java) S 4997 5000 3751 0 -1 1077944384 7458 0 0 0 131 1 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636922784496 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5013] ppid=4997 vsize=10725652 memory=1863532 CPUtime=0.45 cores=1,3,5,7
/proc/5000/task/5013/stat : 5013 (java) S 4997 5000 3751 0 -1 1077944384 3695 0 0 0 44 1 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636921731696 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5014] ppid=4997 vsize=10725652 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5014/stat : 5014 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636920679136 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5015] ppid=4997 vsize=10725652 memory=4140 CPUtime=0.09 cores=1,3,5,7
/proc/5000/task/5015/stat : 5015 (java) S 4997 5000 3751 0 -1 1077944384 841 0 0 0 4 5 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636919626416 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5016] ppid=4997 vsize=10725652 memory=14952 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5016/stat : 5016 (java) S 4997 5000 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44157848 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636918571952 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
Current children cumulated CPU time: 196.74 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 277912 KiB

[startup+194.401 s]
/proc/loadavg: 2.14 3.52 4.12 3/217 5020
/proc/meminfo: memFree=16095000/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10725652 memory=277912 CPUtime=197.55 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 33346 0 0 0 19738 17 0 0 20 0 16 0 44157765 10983067648 69478 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2681413 69478 3164 1 0 2643904 0
[pid=5000/tid=5002] ppid=4997 vsize=10725652 memory=8112282956445269571 CPUtime=194.28 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) R 4997 5000 3751 0 -1 4202560 9151 0 0 0 19424 4 0 0 20 0 16 0 44157766 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637440180752 139637054119633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10725652 memory=2408 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 668 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10725652 memory=1724 CPUtime=0.02 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 291 0 0 0 2 0 0 0 20 0 16 0 44157767 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10725652 memory=1004 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 120 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10725652 memory=273816 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 172 0 0 0 2 1 0 0 20 0 16 0 44157767 10983067648 69478 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 667 0 0 0 0 0 0 0 20 0 16 0 44157768 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5008] ppid=4997 vsize=10725652 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5008/stat : 5008 (java) S 4997 5000 3751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44157769 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636926993504 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5009] ppid=4997 vsize=10725652 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5009/stat : 5009 (java) S 4997 5000 3751 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 44157769 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636925940608 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5010] ppid=4997 vsize=10725652 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5010/stat : 5010 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636924888912 139637435963291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5011] ppid=4997 vsize=10725652 memory=15872 CPUtime=1.21 cores=1,3,5,7
/proc/5000/task/5011/stat : 5011 (java) R 4997 5000 3751 0 -1 4202560 8087 0 0 0 120 1 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636923837296 139637416648474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5012] ppid=4997 vsize=10725652 memory=4008 CPUtime=1.33 cores=1,3,5,7
/proc/5000/task/5012/stat : 5012 (java) S 4997 5000 3751 0 -1 1077944384 7800 0 0 0 132 1 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636922784496 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5013] ppid=4997 vsize=10725652 memory=18460 CPUtime=0.45 cores=1,3,5,7
/proc/5000/task/5013/stat : 5013 (java) S 4997 5000 3751 0 -1 1077944384 4129 0 0 0 44 1 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636921731696 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5014] ppid=4997 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5014/stat : 5014 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636920679136 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5015] ppid=4997 vsize=10725652 memory=288230621803970871 CPUtime=0.09 cores=1,3,5,7
/proc/5000/task/5015/stat : 5015 (java) S 4997 5000 3751 0 -1 1077944384 841 0 0 0 4 5 0 0 20 0 16 0 44157771 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636919626416 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5016] ppid=4997 vsize=10725652 memory=15541808151136668 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5016/stat : 5016 (java) S 4997 5000 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44157848 10983067648 69478 33554432000 4194304 4196468 140735833984656 139636918571952 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
Current children cumulated CPU time: 197.55 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 277912 KiB

[startup+194.601 s]
/proc/loadavg: 2.14 3.52 4.12 3/217 5020
/proc/meminfo: memFree=16095000/32770624 swapFree=67108860/67108860
[pid=5000] ppid=4997 vsize=10858780 memory=284116 CPUtime=197.59 cores=1,3,5,7
/proc/5000/stat : 5000 (java) S 4997 5000 3751 0 -1 1077944320 33983 0 0 0 19742 17 0 0 20 0 16 0 44157765 11119390720 71029 33554432000 4194304 4196468 140735833984656 140735833967200 139637435944695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
/proc/5000/statm: 2714695 71029 3166 1 0 2677186 0
[pid=5000/tid=5002] ppid=4997 vsize=10858780 memory=928 CPUtime=194.31 cores=1,3,5,7
/proc/5000/task/5002/stat : 5002 (java) S 4997 5000 3751 0 -1 1077944384 9419 0 0 0 19427 4 0 0 20 0 16 0 44157766 11119390720 71029 33554432000 4194304 4196468 140735833984656 139637440185376 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5003] ppid=4997 vsize=10858780 memory=2240 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5003/stat : 5003 (java) S 4997 5000 3751 0 -1 1077944384 668 0 0 0 2 1 0 0 20 0 16 0 44157767 11119390720 71029 33554432000 4194304 4196468 140735833984656 139637377948816 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5004] ppid=4997 vsize=10858780 memory=4124 CPUtime=0.02 cores=1,3,5,7
/proc/5000/task/5004/stat : 5004 (java) S 4997 5000 3751 0 -1 1077944384 291 0 0 0 2 0 0 0 20 0 16 0 44157767 11119390720 71029 33554432000 4194304 4196468 140735833984656 139637376896016 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5005] ppid=4997 vsize=10858780 memory=2200 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5005/stat : 5005 (java) S 4997 5000 3751 0 -1 1077944384 120 0 0 0 2 1 0 0 20 0 16 0 44157767 11119390720 71029 33554432000 4194304 4196468 140735833984656 139637375843216 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5006] ppid=4997 vsize=10858780 memory=273816 CPUtime=0.03 cores=1,3,5,7
/proc/5000/task/5006/stat : 5006 (java) S 4997 5000 3751 0 -1 1077944384 172 0 0 0 2 1 0 0 20 0 16 0 44157767 11119390720 71029 33554432000 4194304 4196468 140735833984656 139637374790416 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5007] ppid=4997 vsize=10858780 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5007/stat : 5007 (java) S 4997 5000 3751 0 -1 1077944384 667 0 0 0 0 0 0 0 20 0 16 0 44157768 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636928047472 139637435955842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5008] ppid=4997 vsize=10858780 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5008/stat : 5008 (java) S 4997 5000 3751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44157769 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636926993504 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5009] ppid=4997 vsize=10858780 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5009/stat : 5009 (java) S 4997 5000 3751 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 44157769 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636925940608 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5010] ppid=4997 vsize=10858780 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5010/stat : 5010 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44157771 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636924888912 139637435963291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5011] ppid=4997 vsize=10858780 memory=15872 CPUtime=1.22 cores=1,3,5,7
/proc/5000/task/5011/stat : 5011 (java) S 4997 5000 3751 0 -1 1077944384 8155 0 0 0 121 1 0 0 20 0 16 0 44157771 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636923837296 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5012] ppid=4997 vsize=10858780 memory=265624 CPUtime=1.33 cores=1,3,5,7
/proc/5000/task/5012/stat : 5012 (java) S 4997 5000 3751 0 -1 1077944384 7804 0 0 0 132 1 0 0 20 0 16 0 44157771 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636922784496 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5013] ppid=4997 vsize=10858780 memory=1004 CPUtime=0.45 cores=1,3,5,7
/proc/5000/task/5013/stat : 5013 (java) S 4997 5000 3751 0 -1 1077944384 4303 0 0 0 44 1 0 0 20 0 16 0 44157771 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636921731696 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5014] ppid=4997 vsize=10858780 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/5000/task/5014/stat : 5014 (java) S 4997 5000 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44157771 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636920679136 139637435954901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
[pid=5000/tid=5015] ppid=4997 vsize=10858780 memory=1704 CPUtime=0.09 cores=1,3,5,7
/proc/5000/task/5015/stat : 5015 (java) S 4997 5000 3751 0 -1 1077944384 841 0 0 0 4 5 0 0 20 0 16 0 44157771 11119390720 71029 33554432000 4194304 4196468 140735833984656 139636919626416 139637435955842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39616512 140735833990257 140735833990409 140735833990409 140735833993167 0
Current children cumulated CPU time: 197.59 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 284116 KiB

Child status: 0
Real time (s): 194.647
CPU time (s): 197.624
CPU user time (s): 197.446
CPU system time (s): 0.178031
CPU usage (%): 101.53
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 284116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.446
system time used= 0.178031
maximum resident set size= 286984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6019
involuntary context switches= 218


# summary of solver processes directly reported to runsolver:
#   pid: 5000
#   total CPU time (s): 197.624
#   total CPU user time (s): 197.446
#   total CPU system time (s): 0.178031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.81099 second user time and 1.28443 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 15:25:49
IDJOB=4290171
IDBENCH=141592
IDSOLVER=2742
FILE ID=node106/4290171-1532265949
RUNJOBID= node106-1532261164-3783
PBS_JOBID= 21018972
Free space on /tmp= 53028 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290171-1532265949/watcher-4290171-1532265949 -o /tmp/evaluation-result-4290171-1532265949/solver-4290171-1532265949 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3783 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290171-1532265949.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=1707835787

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16585936 kB
MemAvailable:   30305720 kB
Buffers:          244344 kB
Cached:         13564820 kB
SwapCached:            0 kB
Active:          2897608 kB
Inactive:       12599156 kB
Active(anon):    1689968 kB
Inactive(anon):    17096 kB
Active(file):    1207640 kB
Inactive(file): 12582060 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2764 kB
Writeback:             0 kB
AnonPages:       1747424 kB
Mapped:            47404 kB
Shmem:             17036 kB
Slab:             386156 kB
SReclaimable:     358544 kB
SUnreclaim:        27612 kB
KernelStack:        3824 kB
PageTables:         8748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2642392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53024 MiB
End job on node106 at 2018-07-22 15:29:04