Trace number 4263579

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 2017-07-05UNSAT 249.138 148.30499

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-21.xml
MD5SUM0963ecc662fca7fb73f4e82ded789c90
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.53957999
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints270
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":17},{"degree":4,"count":19},{"degree":5,"count":7},{"degree":6,"count":2},{"degree":7,"count":4},{"degree":8,"count":1},{"degree":9,"count":3},{"degree":10,"count":2},{"degree":11,"count":3},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":39,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":26},{"arity":4,"count":23},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints159
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":159},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

174.99/74.99	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
174.99/74.99	c This is free software under the dual EPL/GNU LGPL licenses.
174.99/74.99	c See www.sat4j.org for details.
174.99/74.99	c That software uses the Rhino library from the Mozilla project.
174.99/74.99	c version CUSTOM.v20170705
174.99/74.99	c java.runtime.name	Java(TM) SE Runtime Environment
174.99/74.99	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
174.99/74.99	c java.vm.version	25.131-b11
174.99/74.99	c java.vm.vendor	Oracle Corporation
174.99/74.99	c sun.arch.data.model	64
174.99/74.99	c java.version		1.8.0_131
174.99/74.99	c os.name		Linux
174.99/74.99	c os.version		3.10.0-514.16.1.el7.x86_64
174.99/74.99	c os.arch		amd64
174.99/74.99	c Free memory 		499604488
174.99/74.99	c Max memory 		7247757312
174.99/74.99	c Total memory 		504889344
174.99/74.99	c Number of processors 	4
174.99/74.99	c c --- Begin Solver configuration ---
174.99/74.99	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
174.99/74.99	c Learn all clauses as in MiniSAT
174.99/74.99	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
174.99/74.99	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
174.99/74.99	c No reason simplification
174.99/74.99	c Glucose 2.1 dynamic restart strategy
174.99/74.99	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
174.99/74.99	c timeout=2147483s
174.99/74.99	c DB Simplification allowed=false
174.99/74.99	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
174.99/74.99	c --- End Solver configuration ---
174.99/74.99	c constraints type 
174.99/74.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 222
174.99/74.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 56523642
174.99/74.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5382124
174.99/74.99	c org.sat4j.minisat.constraints.cnf.UnitClause => 539
174.99/74.99	c 61906527 constraints processed.
249.09/148.26	c starts		: 7
249.09/148.26	c conflicts		: 5454
249.09/148.26	c decisions		: 6672533
249.09/148.26	c propagations		: 195967748
249.09/148.26	c inspects		: 226061482
249.09/148.26	c shortcuts		: 0
249.09/148.26	c learnt literals	: 5
249.09/148.26	c learnt binary clauses	: 179
249.09/148.26	c learnt ternary clauses	: 194
249.09/148.26	c learnt constraints	: 5448
249.09/148.26	c ignored constraints	: 0
249.09/148.26	c root simplifications	: 0
249.09/148.26	c removed literals (reason simplification)	: 0
249.09/148.26	c reason swapping (by a shorter reason)	: 0
249.09/148.26	c Calls to reduceDB	: 1
249.09/148.26	c Number of update (reduction) of LBD	: 2940
249.09/148.26	c Imported unit clauses	: 0
249.09/148.26	c number of reductions to clauses (during analyze)	: 0
249.09/148.26	c number of learned constraints concerned by reduction	: 0
249.09/148.26	c number of learning phase by resolution	: 0
249.09/148.26	c number of learning phase by cutting planes	: 0
249.09/148.26	c number of rounding to 1 operations	: 0
249.09/148.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
249.09/148.26	c number of reductions of the coefficients by power 2 	: 0
249.09/148.26	c number of right shift for reduction by power 2 	: 0
249.09/148.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
249.09/148.26	c speed (assignments/second)	: 2680487.3271416654
249.09/148.26	c non guided choices	91246
249.09/148.26	c learnt constraints type 
249.09/148.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 179
249.09/148.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2777
249.09/148.27	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12562 MiB free)
  memory of node 1: 16384 MiB (15568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263579-1502636650/watcher-4263579-1502636650 -o /tmp/evaluation-result-4263579-1502636650/solver-4263579-1502636650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263579-1502636650.xml 

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

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

solver pid=19527, runsolver pid=19524

[startup+0.100129 s]*
/proc/loadavg: 4.50 4.19 4.33 3/210 19536
/proc/meminfo: memFree=28795092/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10352392 memory=20220 CPUtime=0.04 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 3989 0 0 0 4 0 0 0 20 0 13 0 111171435 10600849408 5055 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2588098 5055 2155 1 0 2577595 0
[pid=19527/tid=19529] ppid=19524 vsize=10417928 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) R 19524 19527 4674 0 -1 4202560 2623 0 0 0 4 0 0 0 20 0 13 0 111171441 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985551484008 139985547265181 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10417928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 111171442 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985477662992 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10417928 memory=140444003337856 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 111171442 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985476610448 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 111171442 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985475557904 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10417928 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 111171442 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985474505360 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 111171443 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985042745840 139985547254402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 111171443 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985041692064 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 111171444 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19537] ppid=19524 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19537/stat : 19537 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 111171446 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985039588048 139985547261851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19538] ppid=19524 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19538/stat : 19538 (java) R 19524 19527 4674 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 13 0 111171446 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985038534336 139985547253461 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19539] ppid=19524 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19539/stat : 19539 (java) R 19524 19527 4674 0 -1 4202560 250 0 0 0 0 0 0 0 20 0 13 0 111171446 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985037480432 139985528788216 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19540] ppid=19524 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19540/stat : 19540 (java) S 19524 19527 4674 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 13 0 111171446 10667958272 5319 18446744073709551615 4194304 4196468 140729017283280 139985036429552 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10352392 KiB
Current children cumulated memory: 20220 KiB

[startup+0.212749 s]*
/proc/loadavg: 4.50 4.19 4.33 4/216 19542
/proc/meminfo: memFree=28783936/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10551156 memory=31152 CPUtime=0.15 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 7576 0 0 0 12 3 0 0 20 0 15 0 111171435 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2637789 7788 2739 1 0 2627261 0
[pid=19527/tid=19529] ppid=19524 vsize=10551156 memory=8316850467074736180 CPUtime=0.11 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) R 19524 19527 4674 0 -1 4202560 5426 0 0 0 9 2 0 0 20 0 15 0 111171441 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985551454432 139985531323772 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171442 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985477662992 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10551156 memory=140444003413525 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111171442 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985476610448 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171442 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985475557904 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111171442 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985474505360 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10551156 memory=140444003337856 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111171443 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985042745840 139985547254402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111171443 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985041692064 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111171444 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19537] ppid=19524 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19537/stat : 19537 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111171446 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985039588048 139985547261851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19538] ppid=19524 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19538/stat : 19538 (java) S 19524 19527 4674 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 111171446 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985038534640 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19539] ppid=19524 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19539/stat : 19539 (java) S 19524 19527 4674 0 -1 1077944384 392 0 0 0 0 0 0 0 20 0 15 0 111171446 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985037482096 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19540] ppid=19524 vsize=10551156 memory=140444003337856 CPUtime=0.02 cores=1,3,5,7
/proc/19527/task/19540/stat : 19540 (java) S 19524 19527 4674 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 111171446 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985036429552 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19541] ppid=19524 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19541/stat : 19541 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111171446 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985035377248 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19542] ppid=19524 vsize=10551156 memory=140444003337856 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19542/stat : 19542 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171451 10804383744 7788 18446744073709551615 4194304 4196468 140729017283280 139985034324784 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31152 KiB

[startup+0.318206 s]*
/proc/loadavg: 4.50 4.19 4.33 4/216 19542
/proc/meminfo: memFree=28776292/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10551156 memory=41588 CPUtime=0.36 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 8702 0 0 0 32 4 0 0 20 0 15 0 111171435 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2637789 10397 2930 1 0 2627261 0
[pid=19527/tid=19529] ppid=19524 vsize=10551156 memory=8316850467074736180 CPUtime=0.21 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) R 19524 19527 4674 0 -1 4202560 5660 0 0 0 19 2 0 0 20 0 15 0 111171441 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 139985551481232 139985148771799 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10551156 memory=12626 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171442 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 139985477662992 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10551156 memory=140444004127142 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111171442 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 139985476610448 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171442 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 139985475557904 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111171442 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 139985474505360 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10551156 memory=3184238364079306416 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111171443 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 139985042745840 139985547254402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10551156 memory=8751164178631584878 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111171443 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 139985041692064 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10551156 memory=10 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111171444 10804383744 10397 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19537] ppid=19524 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19537/stat : 19537 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111171446 10804383744 10909 18446744073709551615 4194304 4196468 140729017283280 139985039588048 139985547261851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19538] ppid=19524 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19527/task/19538/stat : 19538 (java) S 19524 19527 4674 0 -1 1077944384 188 0 0 0 2 0 0 0 20 0 15 0 111171446 10804383744 10909 18446744073709551615 4194304 4196468 140729017283280 139985038534640 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19539] ppid=19524 vsize=10551156 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19527/task/19539/stat : 19539 (java) S 19524 19527 4674 0 -1 1077944384 648 0 0 0 2 0 0 0 20 0 15 0 111171446 10804383744 10909 18446744073709551615 4194304 4196468 140729017283280 139985037482096 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19540] ppid=19524 vsize=10551156 memory=140444003337856 CPUtime=0.07 cores=1,3,5,7
/proc/19527/task/19540/stat : 19540 (java) S 19524 19527 4674 0 -1 1077944384 838 0 0 0 7 0 0 0 20 0 15 0 111171446 10804383744 10909 18446744073709551615 4194304 4196468 140729017283280 139985036429552 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19541] ppid=19524 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19541/stat : 19541 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111171446 10804383744 10909 18446744073709551615 4194304 4196468 140729017283280 139985035377248 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19542] ppid=19524 vsize=10551156 memory=140444003337856 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19542/stat : 19542 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171451 10804383744 10909 18446744073709551615 4194304 4196468 140729017283280 139985034324784 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 41588 KiB

[startup+0.700898 s]
/proc/loadavg: 4.50 4.19 4.33 6/216 19542
/proc/meminfo: memFree=28756104/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10551232 memory=147104 CPUtime=1.4 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 11517 0 0 0 134 6 0 0 20 0 15 0 111171435 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2637808 36776 3043 1 0 2627261 0
[pid=19527/tid=19529] ppid=19524 vsize=10551232 memory=9000 CPUtime=0.59 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) R 19524 19527 4674 0 -1 4202560 6272 0 0 0 55 4 0 0 20 0 15 0 111171441 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985551480096 139985150774528 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171442 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985477662992 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10551232 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111171442 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985476610448 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171442 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985475557904 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) S 19524 19527 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111171442 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985474505360 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111171443 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985042745840 139985547254402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111171443 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985041692064 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111171444 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19537] ppid=19524 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19537/stat : 19537 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111171446 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985039588048 139985547261851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19538] ppid=19524 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/19527/task/19538/stat : 19538 (java) R 19524 19527 4674 0 -1 4202560 891 0 0 0 26 0 0 0 20 0 15 0 111171446 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985038521184 139985526498038 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19539] ppid=19524 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/19527/task/19539/stat : 19539 (java) R 19524 19527 4674 0 -1 4202560 1554 0 0 0 29 0 0 0 20 0 15 0 111171446 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985037468120 139985526898480 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19540] ppid=19524 vsize=10551232 memory=4048 CPUtime=0.23 cores=1,3,5,7
/proc/19527/task/19540/stat : 19540 (java) S 19524 19527 4674 0 -1 1077944384 1429 0 0 0 23 0 0 0 20 0 15 0 111171446 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985036429552 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19541] ppid=19524 vsize=10551232 memory=32132 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19541/stat : 19541 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111171446 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985035377248 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19542] ppid=19524 vsize=10551232 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19542/stat : 19542 (java) S 19524 19527 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111171451 10804461568 36776 18446744073709551615 4194304 4196468 140729017283280 139985034324784 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 147104 KiB

[startup+1.50686 s]
/proc/loadavg: 4.50 4.19 4.33 5/216 19542
/proc/meminfo: memFree=28603752/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10551232 memory=380276 CPUtime=3.71 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 17907 0 0 0 355 16 0 0 20 0 15 0 111171435 10804461568 95069 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2637808 95069 3093 1 0 2627261 0
[pid=19527/tid=19529] ppid=19524 vsize=10551232 memory=53968 CPUtime=1.34 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) S 19524 19527 4674 0 -1 1077944384 7081 0 0 0 128 6 0 0 20 0 15 0 111171441 10804461568 95069 18446744073709551615 4194304 4196468 140729017283280 139985551472112 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10551232 memory=1296 CPUtime=0.02 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) R 19524 19527 4674 0 -1 4202560 32 0 0 0 1 1 0 0 20 0 15 0 111171442 10804461568 95069 18446744073709551615 4194304 4196468 140729017283280 139985477662880 139985532271138 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10551232 memory=2 CPUtime=0.03 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) R 19524 19527 4674 0 -1 4202560 41 0 0 0 2 1 0 0 20 0 15 0 111171442 10804461568 95069 18446744073709551615 4194304 4196468 140729017283280 139985476610648 139985532271120 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10551232 memory=2 CPUtime=0.03 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) R 19524 19527 4674 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 15 0 111171442 10804461568 95069 18446744073709551615 4194304 4196468 140729017283280 139985475558104 139985532271129 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10551232 memory=2 CPUtime=0.04 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) R 19524 19527 4674 0 -1 4202560 49 0 0 0 3 1 0 0 20 0 15 0 111171442 10804461568 95581 18446744073709551615 4194304 4196468 140729017283280 139985474505560 139985532271129 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 111171443 10804461568 95581 18446744073709551615 4194304 4196468 140729017283280 139985042744352 139985547253461 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 111171443 10804461568 95581 18446744073709551615 4194304 4196468 140729017283280 139985041692128 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10551232 memory=7012474477710037328 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111171444 10804461568 95581 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0

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

Current children cumulated memory: 7447636 KiB

[startup+145.601 s]
/proc/loadavg: 2.38 3.48 4.05 3/214 19547
/proc/meminfo: memFree=21357212/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10617796 memory=7447636 CPUtime=246.48 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 194406 0 0 0 24177 471 0 0 20 0 16 0 111171435 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2654449 1861909 3138 1 0 2643902 0
[pid=19527/tid=19529] ppid=19524 vsize=10617796 memory=7516904089384019308 CPUtime=99.89 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) R 19524 19527 4674 0 -1 4202560 17560 0 0 0 9973 16 0 0 20 0 16 0 111171441 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985551479928 139985153040559 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10617796 memory=-8774313645642428999 CPUtime=32.41 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) S 19524 19527 4674 0 -1 1077944384 31008 0 0 0 3143 98 0 0 20 0 16 0 111171442 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985477662992 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10617796 memory=53968 CPUtime=32.22 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) S 19524 19527 4674 0 -1 1077944384 39899 0 0 0 3101 121 0 0 20 0 16 0 111171442 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985476610448 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10617796 memory=1296 CPUtime=32.42 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) S 19524 19527 4674 0 -1 1077944384 26520 0 0 0 3131 111 0 0 20 0 16 0 111171442 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985475557904 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10617796 memory=2320 CPUtime=32.34 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) S 19524 19527 4674 0 -1 1077944384 39726 0 0 0 3121 113 0 0 20 0 16 0 111171442 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985474505360 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10617796 memory=1724 CPUtime=12.8 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 21554 0 0 0 1279 1 0 0 20 0 16 0 111171443 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985042745840 139985547254402 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10617796 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 111171443 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985041692128 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10617796 memory=177 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111171444 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19537] ppid=19524 vsize=10617796 memory=200 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19537/stat : 19537 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111171446 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985039588048 139985547261851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19538] ppid=19524 vsize=10617796 memory=45 CPUtime=1.77 cores=1,3,5,7
/proc/19527/task/19538/stat : 19538 (java) S 19524 19527 4674 0 -1 1077944384 6211 0 0 0 176 1 0 0 20 0 16 0 111171446 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985038534640 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19539] ppid=19524 vsize=10617796 memory=0 CPUtime=2 cores=1,3,5,7
/proc/19527/task/19539/stat : 19539 (java) S 19524 19527 4674 0 -1 1077944384 7609 0 0 0 198 2 0 0 20 0 16 0 111171446 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985037482096 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19540] ppid=19524 vsize=10617796 memory=9 CPUtime=0.45 cores=1,3,5,7
/proc/19527/task/19540/stat : 19540 (java) S 19524 19527 4674 0 -1 1077944384 2519 0 0 0 44 1 0 0 20 0 16 0 111171446 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985036429552 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19541] ppid=19524 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19541/stat : 19541 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111171446 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985035377248 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19542] ppid=19524 vsize=10617796 memory=-8774313645642428999 CPUtime=0.09 cores=1,3,5,7
/proc/19527/task/19542/stat : 19542 (java) S 19524 19527 4674 0 -1 1077944384 419 0 0 0 5 4 0 0 20 0 16 0 111171451 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985034324784 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19545] ppid=19524 vsize=10617796 memory=53968 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19545/stat : 19545 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111178951 10872623104 1861909 18446744073709551615 4194304 4196468 140729017283280 139985033270576 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
Current children cumulated CPU time: 246.48 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7447636 KiB

[startup+147.201 s]
/proc/loadavg: 2.38 3.48 4.05 3/214 19547
/proc/meminfo: memFree=21356716/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10617796 memory=7447728 CPUtime=248.21 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 196452 0 0 0 24350 471 0 0 20 0 16 0 111171435 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2654449 1861932 3141 1 0 2643902 0
[pid=19527/tid=19529] ppid=19524 vsize=10617796 memory=7447620 CPUtime=101.49 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) R 19524 19527 4674 0 -1 4202560 17980 0 0 0 10133 16 0 0 20 0 16 0 111171441 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985551479312 139985152996464 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10617796 memory=7447620 CPUtime=32.41 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) S 19524 19527 4674 0 -1 1077944384 31008 0 0 0 3143 98 0 0 20 0 16 0 111171442 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985477662992 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10617796 memory=7447620 CPUtime=32.22 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) S 19524 19527 4674 0 -1 1077944384 39899 0 0 0 3101 121 0 0 20 0 16 0 111171442 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985476610448 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10617796 memory=7447620 CPUtime=32.42 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) S 19524 19527 4674 0 -1 1077944384 26520 0 0 0 3131 111 0 0 20 0 16 0 111171442 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985475557904 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10617796 memory=16436 CPUtime=32.34 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) S 19524 19527 4674 0 -1 1077944384 39726 0 0 0 3121 113 0 0 20 0 16 0 111171442 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985474505360 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10617796 memory=3908 CPUtime=12.8 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 21555 0 0 0 1279 1 0 0 20 0 16 0 111171443 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985042745840 139985547254402 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 111171443 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985041692128 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10617796 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111171444 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19537] ppid=19524 vsize=10617796 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19537/stat : 19537 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985039588048 139985547261851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19538] ppid=19524 vsize=10617796 memory=7447620 CPUtime=1.88 cores=1,3,5,7
/proc/19527/task/19538/stat : 19538 (java) S 19524 19527 4674 0 -1 1077944384 7317 0 0 0 187 1 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985038534640 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19539] ppid=19524 vsize=10617796 memory=1296 CPUtime=2.01 cores=1,3,5,7
/proc/19527/task/19539/stat : 19539 (java) S 19524 19527 4674 0 -1 1077944384 7807 0 0 0 199 2 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985037482096 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19540] ppid=19524 vsize=10617796 memory=2320 CPUtime=0.46 cores=1,3,5,7
/proc/19527/task/19540/stat : 19540 (java) S 19524 19527 4674 0 -1 1077944384 2839 0 0 0 45 1 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985036429552 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19541] ppid=19524 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19541/stat : 19541 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985035377248 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19542] ppid=19524 vsize=10617796 memory=7447620 CPUtime=0.09 cores=1,3,5,7
/proc/19527/task/19542/stat : 19542 (java) S 19524 19527 4674 0 -1 1077944384 420 0 0 0 5 4 0 0 20 0 16 0 111171451 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985034324784 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19545] ppid=19524 vsize=10617796 memory=7447620 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19545/stat : 19545 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111178951 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985033270576 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
Current children cumulated CPU time: 248.21 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7447728 KiB

[startup+148.001 s]*
/proc/loadavg: 2.35 3.46 4.04 3/214 19547
/proc/meminfo: memFree=21356716/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10617796 memory=7447728 CPUtime=249.02 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 196490 0 0 0 24431 471 0 0 20 0 16 0 111171435 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2654449 1861932 3141 1 0 2643902 0
[pid=19527/tid=19529] ppid=19524 vsize=10617796 memory=2972 CPUtime=102.3 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) R 19524 19527 4674 0 -1 4202560 17987 0 0 0 10214 16 0 0 20 0 16 0 111171441 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985551479312 139985148788119 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10617796 memory=4872558044660077418 CPUtime=32.41 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) S 19524 19527 4674 0 -1 1077944384 31008 0 0 0 3143 98 0 0 20 0 16 0 111171442 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985477662992 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10617796 memory=3234 CPUtime=32.22 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) S 19524 19527 4674 0 -1 1077944384 39899 0 0 0 3101 121 0 0 20 0 16 0 111171442 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985476610448 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10617796 memory=1280 CPUtime=32.42 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) S 19524 19527 4674 0 -1 1077944384 26520 0 0 0 3131 111 0 0 20 0 16 0 111171442 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985475557904 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10617796 memory=0 CPUtime=32.34 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) S 19524 19527 4674 0 -1 1077944384 39726 0 0 0 3121 113 0 0 20 0 16 0 111171442 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985474505360 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10617796 memory=0 CPUtime=12.8 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 21555 0 0 0 1279 1 0 0 20 0 16 0 111171443 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985042745840 139985547254402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 111171443 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985041692128 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10617796 memory=188 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111171444 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19537] ppid=19524 vsize=10617796 memory=201 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19537/stat : 19537 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985039588048 139985547261851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19538] ppid=19524 vsize=10617796 memory=46 CPUtime=1.88 cores=1,3,5,7
/proc/19527/task/19538/stat : 19538 (java) S 19524 19527 4674 0 -1 1077944384 7339 0 0 0 187 1 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985038534640 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19539] ppid=19524 vsize=10617796 memory=0 CPUtime=2.01 cores=1,3,5,7
/proc/19527/task/19539/stat : 19539 (java) S 19524 19527 4674 0 -1 1077944384 7816 0 0 0 199 2 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985037482096 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19540] ppid=19524 vsize=10617796 memory=9 CPUtime=0.46 cores=1,3,5,7
/proc/19527/task/19540/stat : 19540 (java) S 19524 19527 4674 0 -1 1077944384 2839 0 0 0 45 1 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985036429552 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19541] ppid=19524 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19541/stat : 19541 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111171446 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985035377248 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19542] ppid=19524 vsize=10617796 memory=393 CPUtime=0.09 cores=1,3,5,7
/proc/19527/task/19542/stat : 19542 (java) S 19524 19527 4674 0 -1 1077944384 420 0 0 0 5 4 0 0 20 0 16 0 111171451 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985034324784 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19545] ppid=19524 vsize=10617796 memory=497 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19545/stat : 19545 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111178951 10872623104 1861932 18446744073709551615 4194304 4196468 140729017283280 139985033270576 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
Current children cumulated CPU time: 249.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7447728 KiB

[startup+148.201 s]
/proc/loadavg: 2.35 3.46 4.04 3/214 19547
/proc/meminfo: memFree=21356716/32770624 swapFree=67108764/67108860
[pid=19527] ppid=19524 vsize=10750924 memory=7447788 CPUtime=249.09 cores=1,3,5,7
/proc/19527/stat : 19527 (java) S 19524 19527 4674 0 -1 1077944320 196797 0 0 0 24437 472 0 0 20 0 16 0 111171435 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 140729017265824 139985547243255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
/proc/19527/statm: 2687731 1861947 3143 1 0 2677184 0
[pid=19527/tid=19529] ppid=19524 vsize=10750924 memory=288230617509003574 CPUtime=102.35 cores=1,3,5,7
/proc/19527/task/19529/stat : 19529 (java) S 19524 19527 4674 0 -1 1077944384 18177 0 0 0 10219 16 0 0 20 0 16 0 111171441 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985551483936 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19530] ppid=19524 vsize=10750924 memory=13564886244395551 CPUtime=32.41 cores=1,3,5,7
/proc/19527/task/19530/stat : 19530 (java) S 19524 19527 4674 0 -1 1077944384 31008 0 0 0 3143 98 0 0 20 0 16 0 111171442 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985477662992 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19531] ppid=19524 vsize=10750924 memory=4872558044660077418 CPUtime=32.22 cores=1,3,5,7
/proc/19527/task/19531/stat : 19531 (java) S 19524 19527 4674 0 -1 1077944384 39899 0 0 0 3101 121 0 0 20 0 16 0 111171442 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985476610448 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19532] ppid=19524 vsize=10750924 memory=1296 CPUtime=32.42 cores=1,3,5,7
/proc/19527/task/19532/stat : 19532 (java) S 19524 19527 4674 0 -1 1077944384 26520 0 0 0 3131 111 0 0 20 0 16 0 111171442 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985475557904 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19533] ppid=19524 vsize=10750924 memory=2320 CPUtime=32.34 cores=1,3,5,7
/proc/19527/task/19533/stat : 19533 (java) S 19524 19527 4674 0 -1 1077944384 39726 0 0 0 3121 113 0 0 20 0 16 0 111171442 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985474505360 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19534] ppid=19524 vsize=10750924 memory=1724 CPUtime=12.8 cores=1,3,5,7
/proc/19527/task/19534/stat : 19534 (java) S 19524 19527 4674 0 -1 1077944384 21556 0 0 0 1279 1 0 0 20 0 16 0 111171443 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985042745840 139985547254402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19535] ppid=19524 vsize=10750924 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19535/stat : 19535 (java) S 19524 19527 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 111171443 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985041692128 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19536] ppid=19524 vsize=10750924 memory=9000 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19536/stat : 19536 (java) S 19524 19527 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111171444 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985040639472 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19537] ppid=19524 vsize=10750924 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19537/stat : 19537 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111171446 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985039588048 139985547261851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19538] ppid=19524 vsize=10750924 memory=5712 CPUtime=1.88 cores=1,3,5,7
/proc/19527/task/19538/stat : 19538 (java) S 19524 19527 4674 0 -1 1077944384 7339 0 0 0 187 1 0 0 20 0 16 0 111171446 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985038534640 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19539] ppid=19524 vsize=10750924 memory=796 CPUtime=2.01 cores=1,3,5,7
/proc/19527/task/19539/stat : 19539 (java) S 19524 19527 4674 0 -1 1077944384 7817 0 0 0 199 2 0 0 20 0 16 0 111171446 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985037482096 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19540] ppid=19524 vsize=10750924 memory=984 CPUtime=0.46 cores=1,3,5,7
/proc/19527/task/19540/stat : 19540 (java) S 19524 19527 4674 0 -1 1077944384 2844 0 0 0 45 1 0 0 20 0 16 0 111171446 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985036429552 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19541] ppid=19524 vsize=10750924 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/19527/task/19541/stat : 19541 (java) S 19524 19527 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111171446 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985035377248 139985547253461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
[pid=19527/tid=19542] ppid=19524 vsize=10750924 memory=82 CPUtime=0.09 cores=1,3,5,7
/proc/19527/task/19542/stat : 19542 (java) S 19524 19527 4674 0 -1 1077944384 420 0 0 0 5 4 0 0 20 0 16 0 111171451 11008946176 1861947 18446744073709551615 4194304 4196468 140729017283280 139985034324784 139985547254402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 18853888 140729017287056 140729017287209 140729017287209 140729017290703 0
Current children cumulated CPU time: 249.09 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 7447788 KiB

Child status: 0
Real time (s): 148.305
CPU time (s): 249.138
CPU user time (s): 244.384
CPU system time (s): 4.75445
CPU usage (%): 167.99
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 7447788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.384
system time used= 4.75445
maximum resident set size= 7448188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197027
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7818
involuntary context switches= 1426


# summary of solver processes directly reported to runsolver:
#   pid: 19527
#   total CPU time (s): 249.138
#   total CPU user time (s): 244.384
#   total CPU system time (s): 4.75445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.867376 second user time and 1.53444 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:50:16
IDJOB=4263579
IDBENCH=139299
IDSOLVER=2651
FILE ID=node134/4263579-1502636650
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-21.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263579-1502636650/watcher-4263579-1502636650 -o /tmp/evaluation-result-4263579-1502636650/solver-4263579-1502636650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263579-1502636650.xml

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

MD5SUM BENCH= 0963ecc662fca7fb73f4e82ded789c90
RANDOM SEED=1317319502

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28806528 kB
MemAvailable:   29028888 kB
Buffers:          227244 kB
Cached:           289260 kB
SwapCached:            4 kB
Active:          3297184 kB
Inactive:         212752 kB
Active(anon):    2940688 kB
Inactive(anon):    94432 kB
Active(file):     356496 kB
Inactive(file):   118320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              4964 kB
Writeback:             0 kB
AnonPages:       2993508 kB
Mapped:            69016 kB
Shmem:             41564 kB
Slab:             153192 kB
SReclaimable:     126760 kB
SUnreclaim:        26432 kB
KernelStack:        3552 kB
PageTables:        11444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4578664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 16:52:44