Trace number 4263634

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 52.863499 50.806198

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-050-9.xml
MD5SUM6e540fe1a8c18734980495af80b87f14
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 benchmark7.2435098
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints600
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":50}]
Minimum variable degree24
Maximum variable degree48
Distribution of variable degrees[{"degree":24,"count":1},{"degree":25,"count":2},{"degree":26,"count":2},{"degree":27,"count":2},{"degree":28,"count":2},{"degree":29,"count":2},{"degree":30,"count":2},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":4},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":600}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":600}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263634-1502626283/watcher-4263634-1502626283 -o /tmp/evaluation-result-4263634-1502626283/solver-4263634-1502626283 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263634-1502626283.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=3213, runsolver pid=3210

[startup+0.100154 s]*
/proc/loadavg: 4.89 4.47 3.56 4/216 3228
/proc/meminfo: memFree=23903292/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10555400 memory=30488 CPUtime=0.12 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 6678 0 0 0 11 1 0 0 20 0 15 0 95716393 10808729600 7622 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2638850 7622 2822 1 0 2627263 0
[pid=3213/tid=3215] ppid=3210 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 4531 0 0 0 9 0 0 0 20 0 15 0 95716393 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033789751488 140033785549402 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10555400 memory=140457081464448 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716394 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3220] ppid=3210 vsize=10555400 memory=140457081464448 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3220/stat : 3220 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716395 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033277041392 140033785539202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3221] ppid=3210 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3221/stat : 3221 (java) S 3210 3213 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716396 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033275987616 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3222] ppid=3210 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3222/stat : 3222 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716396 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033274934512 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3223] ppid=3210 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3223/stat : 3223 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716398 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033273883088 140033785546651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3224] ppid=3210 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3224/stat : 3224 (java) S 3210 3213 31794 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 95716398 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033272830192 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3225] ppid=3210 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3225/stat : 3225 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716398 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033271777648 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3226] ppid=3210 vsize=10555400 memory=140457081464448 CPUtime=0.01 cores=1,3,5,7
/proc/3213/task/3226/stat : 3226 (java) S 3210 3213 31794 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 15 0 95716398 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033270724592 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3227] ppid=3210 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3227/stat : 3227 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716398 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033269672288 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3228] ppid=3210 vsize=10555400 memory=140457081464448 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3228/stat : 3228 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716399 10808729600 7622 33554432000 4194304 4196468 140737305558656 140033268620336 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30488 KiB

[startup+0.21202 s]*
/proc/loadavg: 4.89 4.47 3.56 4/216 3228
/proc/meminfo: memFree=23894452/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10555400 memory=39808 CPUtime=0.31 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 8194 0 0 0 29 2 0 0 20 0 15 0 95716393 10808729600 9952 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2638850 9952 2956 1 0 2627263 0
[pid=3213/tid=3215] ppid=3210 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 5276 0 0 0 19 1 0 0 20 0 15 0 95716393 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033789760256 140033769608572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10555400 memory=140457081645054 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716394 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3220] ppid=3210 vsize=10555400 memory=140457081464448 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3220/stat : 3220 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716395 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033277041392 140033785539202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3221] ppid=3210 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3221/stat : 3221 (java) S 3210 3213 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716396 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033275987616 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3222] ppid=3210 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3222/stat : 3222 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716396 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033274934512 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3223] ppid=3210 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3223/stat : 3223 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716398 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033273883088 140033785546651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3224] ppid=3210 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3213/task/3224/stat : 3224 (java) S 3210 3213 31794 0 -1 1077944384 540 0 0 0 1 0 0 0 20 0 15 0 95716398 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033272830192 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3225] ppid=3210 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3213/task/3225/stat : 3225 (java) S 3210 3213 31794 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 15 0 95716398 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033271777648 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3226] ppid=3210 vsize=10555400 memory=140457081464448 CPUtime=0.06 cores=1,3,5,7
/proc/3213/task/3226/stat : 3226 (java) S 3210 3213 31794 0 -1 1077944384 822 0 0 0 6 0 0 0 20 0 15 0 95716398 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033270724592 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3227] ppid=3210 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3227/stat : 3227 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716398 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033269672288 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3228] ppid=3210 vsize=10555400 memory=140457081464448 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3228/stat : 3228 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716399 10808729600 9952 33554432000 4194304 4196468 140737305558656 140033268620336 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39808 KiB

[startup+0.313861 s]*
/proc/loadavg: 4.89 4.47 3.56 4/216 3228
/proc/meminfo: memFree=23887628/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10555476 memory=46384 CPUtime=0.52 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 8892 0 0 0 50 2 0 0 20 0 15 0 95716393 10808807424 11596 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2638869 11596 3015 1 0 2627263 0
[pid=3213/tid=3215] ppid=3210 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 5689 0 0 0 29 1 0 0 20 0 15 0 95716393 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033789763408 140033399008384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10555476 memory=140457081522464 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716394 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3220] ppid=3210 vsize=10555476 memory=140457081529376 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3220/stat : 3220 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716395 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033277041392 140033785539202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3221] ppid=3210 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3221/stat : 3221 (java) S 3210 3213 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716396 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033275987616 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3222] ppid=3210 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3222/stat : 3222 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716396 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033274934512 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3223] ppid=3210 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3223/stat : 3223 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716398 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033273883088 140033785546651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3224] ppid=3210 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3213/task/3224/stat : 3224 (java) S 3210 3213 31794 0 -1 1077944384 615 0 0 0 3 0 0 0 20 0 15 0 95716398 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033272830192 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3225] ppid=3210 vsize=10555476 memory=140456973422095 CPUtime=0.04 cores=1,3,5,7
/proc/3213/task/3225/stat : 3225 (java) S 3210 3213 31794 0 -1 1077944384 262 0 0 0 4 0 0 0 20 0 15 0 95716398 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033271777648 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3226] ppid=3210 vsize=10555476 memory=140457081467349 CPUtime=0.13 cores=1,3,5,7
/proc/3213/task/3226/stat : 3226 (java) R 3210 3213 31794 0 -1 4202560 962 0 0 0 13 0 0 0 20 0 15 0 95716398 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033270720320 140033778624844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3227] ppid=3210 vsize=10555476 memory=140456973426639 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3227/stat : 3227 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716398 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033269672288 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3228] ppid=3210 vsize=10555476 memory=280914054907840 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3228/stat : 3228 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716399 10808807424 11596 33554432000 4194304 4196468 140737305558656 140033268620336 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46384 KiB

[startup+0.700797 s]
/proc/loadavg: 4.89 4.47 3.56 5/217 3229
/proc/meminfo: memFree=23873176/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10622040 memory=69028 CPUtime=1.68 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 12433 0 0 0 165 3 0 0 20 0 16 0 95716393 10876968960 17257 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2655510 17257 3088 1 0 2643904 0
[pid=3213/tid=3215] ppid=3210 vsize=10622040 memory=10560994 CPUtime=0.67 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 5829 0 0 0 66 1 0 0 20 0 16 0 95716393 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033789763184 140033402332788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10622040 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10622040 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3220] ppid=3210 vsize=10622040 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3220/stat : 3220 (java) S 3210 3213 31794 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 95716395 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033277041392 140033785539202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3221] ppid=3210 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3221/stat : 3221 (java) S 3210 3213 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95716396 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033275987616 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3222] ppid=3210 vsize=10622040 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3222/stat : 3222 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716396 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033274934512 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3223] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3223/stat : 3223 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716398 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033273883088 140033785546651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3224] ppid=3210 vsize=10622040 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/3213/task/3224/stat : 3224 (java) R 3210 3213 31794 0 -1 4202560 1733 0 0 0 34 0 0 0 20 0 16 0 95716398 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033272830192 140033765221147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3225] ppid=3210 vsize=10622040 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/3213/task/3225/stat : 3225 (java) R 3210 3213 31794 0 -1 4202560 1805 0 0 0 36 0 0 0 20 0 16 0 95716398 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033271764960 140033767072720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3226] ppid=3210 vsize=10622040 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/3213/task/3226/stat : 3226 (java) S 3210 3213 31794 0 -1 1077944384 1675 0 0 0 28 0 0 0 20 0 16 0 95716398 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033270724592 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3227] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3227/stat : 3227 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716398 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033269672288 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3228] ppid=3210 vsize=10622040 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3228/stat : 3228 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716399 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033268620336 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3229] ppid=3210 vsize=10622040 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3229/stat : 3229 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716437 10876968960 17257 33554432000 4194304 4196468 140737305558656 140033267566128 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 69028 KiB

[startup+1.50078 s]
/proc/loadavg: 4.89 4.47 3.56 3/217 3229
/proc/meminfo: memFree=23864416/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10622040 memory=71772 CPUtime=2.85 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 14776 0 0 0 282 3 0 0 20 0 16 0 95716393 10876968960 17943 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2655510 17943 3097 1 0 2643904 0
[pid=3213/tid=3215] ppid=3210 vsize=10622040 memory=127 CPUtime=1.47 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 6067 0 0 0 146 1 0 0 20 0 16 0 95716393 10876968960 17943 33554432000 4194304 4196468 140737305558656 140033789766816 140033402332207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 17943 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 17943 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10622040 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 17943 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 17943 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0

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

[pid=3213/tid=3229] ppid=3210 vsize=10622040 memory=14135545647335258 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3229/stat : 3229 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716437 10876968960 31698 33554432000 4194304 4196468 140737305558656 140033267566128 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 46.81 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 126792 KiB

[startup+48.0007 s]*
/proc/loadavg: 3.18 4.07 3.47 3/217 3229
/proc/meminfo: memFree=23445488/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10622040 memory=130888 CPUtime=50.02 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 27432 0 0 0 4997 5 0 0 20 0 16 0 95716393 10876968960 32722 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2655510 32722 3105 1 0 2643904 0
[pid=3213/tid=3215] ppid=3210 vsize=10622040 memory=6935054825532540783 CPUtime=47.98 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 7602 0 0 0 4796 2 0 0 20 0 16 0 95716393 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033789766376 140033402486212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10622040 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10622040 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10622040 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10622040 memory=124744 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3220] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3220/stat : 3220 (java) S 3210 3213 31794 0 -1 1077944384 610 0 0 0 0 0 0 0 20 0 16 0 95716395 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033277041392 140033785539202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3221] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3221/stat : 3221 (java) S 3210 3213 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95716396 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033275987616 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3222] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3222/stat : 3222 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716396 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033274934512 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3223] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3223/stat : 3223 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716398 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033273883088 140033785546651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3224] ppid=3210 vsize=10622040 memory=11032 CPUtime=0.91 cores=1,3,5,7
/proc/3213/task/3224/stat : 3224 (java) S 3210 3213 31794 0 -1 1077944384 8281 0 0 0 91 0 0 0 20 0 16 0 95716398 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033272830192 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3225] ppid=3210 vsize=10622040 memory=1712 CPUtime=0.77 cores=1,3,5,7
/proc/3213/task/3225/stat : 3225 (java) S 3210 3213 31794 0 -1 1077944384 6344 0 0 0 77 0 0 0 20 0 16 0 95716398 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033271777648 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3226] ppid=3210 vsize=10622040 memory=1952 CPUtime=0.31 cores=1,3,5,7
/proc/3213/task/3226/stat : 3226 (java) S 3210 3213 31794 0 -1 1077944384 2444 0 0 0 30 1 0 0 20 0 16 0 95716398 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033270724592 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3227] ppid=3210 vsize=10622040 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3227/stat : 3227 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716398 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033269672288 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3228] ppid=3210 vsize=10622040 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3228/stat : 3228 (java) S 3210 3213 31794 0 -1 1077944384 766 0 0 0 0 0 0 0 20 0 16 0 95716399 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033268620336 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3229] ppid=3210 vsize=10622040 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3229/stat : 3229 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716437 10876968960 32722 33554432000 4194304 4196468 140737305558656 140033267566128 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 50.02 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 130888 KiB

[startup+49.6007 s]
/proc/loadavg: 3.18 4.07 3.47 3/217 3229
/proc/meminfo: memFree=23445364/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10622040 memory=133328 CPUtime=51.77 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 30662 0 0 0 5172 5 0 0 20 0 16 0 95716393 10876968960 33332 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2655510 33332 3105 1 0 2643904 0
[pid=3213/tid=3215] ppid=3210 vsize=10622040 memory=128840 CPUtime=49.57 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 8140 0 0 0 4955 2 0 0 20 0 16 0 95716393 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033789766376 140033402332788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10622040 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10622040 memory=27416 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10622040 memory=130888 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3220] ppid=3210 vsize=10622040 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3220/stat : 3220 (java) S 3210 3213 31794 0 -1 1077944384 610 0 0 0 0 0 0 0 20 0 16 0 95716395 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033277041392 140033785539202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3221] ppid=3210 vsize=10622040 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3221/stat : 3221 (java) S 3210 3213 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95716396 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033275987616 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3222] ppid=3210 vsize=10622040 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3222/stat : 3222 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716396 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033274934512 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3223] ppid=3210 vsize=10622040 memory=11032 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3223/stat : 3223 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033273883088 140033785546651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3224] ppid=3210 vsize=10622040 memory=1712 CPUtime=0.99 cores=1,3,5,7
/proc/3213/task/3224/stat : 3224 (java) S 3210 3213 31794 0 -1 1077944384 9869 0 0 0 99 0 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033272830192 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3225] ppid=3210 vsize=10622040 memory=1952 CPUtime=0.86 cores=1,3,5,7
/proc/3213/task/3225/stat : 3225 (java) S 3210 3213 31794 0 -1 1077944384 7018 0 0 0 86 0 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033271777648 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3226] ppid=3210 vsize=10622040 memory=8552 CPUtime=0.32 cores=1,3,5,7
/proc/3213/task/3226/stat : 3226 (java) S 3210 3213 31794 0 -1 1077944384 2874 0 0 0 31 1 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033270724592 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3227] ppid=3210 vsize=10622040 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3227/stat : 3227 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033269672288 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3228] ppid=3210 vsize=10622040 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3228/stat : 3228 (java) S 3210 3213 31794 0 -1 1077944384 766 0 0 0 0 0 0 0 20 0 16 0 95716399 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033268620336 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3229] ppid=3210 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3229/stat : 3229 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716437 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033267566128 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 51.77 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 133328 KiB

[startup+50.4007 s]
/proc/loadavg: 3.18 4.07 3.47 3/217 3229
/proc/meminfo: memFree=23442936/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10622040 memory=133328 CPUtime=52.64 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 30726 0 0 0 5259 5 0 0 20 0 16 0 95716393 10876968960 33332 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2655510 33332 3105 1 0 2643904 0
[pid=3213/tid=3215] ppid=3210 vsize=10622040 memory=1224 CPUtime=50.37 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 8145 0 0 0 5035 2 0 0 20 0 16 0 95716393 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033789764000 140033402332802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10622040 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10622040 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10622040 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95716394 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3220] ppid=3210 vsize=10622040 memory=-7395679465411340910 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3220/stat : 3220 (java) S 3210 3213 31794 0 -1 1077944384 637 0 0 0 0 0 0 0 20 0 16 0 95716395 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033277041392 140033785539202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3221] ppid=3210 vsize=10622040 memory=126792 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3221/stat : 3221 (java) S 3210 3213 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95716396 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033275987616 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3222] ppid=3210 vsize=10622040 memory=124744 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3222/stat : 3222 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716396 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033274934512 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3223] ppid=3210 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3223/stat : 3223 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033273883088 140033785546651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3224] ppid=3210 vsize=10622040 memory=280913946825280 CPUtime=1.04 cores=1,3,5,7
/proc/3213/task/3224/stat : 3224 (java) S 3210 3213 31794 0 -1 1077944384 9878 0 0 0 104 0 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033272830192 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3225] ppid=3210 vsize=10622040 memory=140456973428416 CPUtime=0.86 cores=1,3,5,7
/proc/3213/task/3225/stat : 3225 (java) S 3210 3213 31794 0 -1 1077944384 7034 0 0 0 86 0 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033271777648 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3226] ppid=3210 vsize=10622040 memory=636 CPUtime=0.32 cores=1,3,5,7
/proc/3213/task/3226/stat : 3226 (java) S 3210 3213 31794 0 -1 1077944384 2874 0 0 0 31 1 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033270724592 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3227] ppid=3210 vsize=10622040 memory=956 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3227/stat : 3227 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716398 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033269672288 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3228] ppid=3210 vsize=10622040 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3228/stat : 3228 (java) S 3210 3213 31794 0 -1 1077944384 773 0 0 0 0 0 0 0 20 0 16 0 95716399 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033268620336 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3229] ppid=3210 vsize=10622040 memory=5296 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3229/stat : 3229 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95716437 10876968960 33332 33554432000 4194304 4196468 140737305558656 140033267566128 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 52.64 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 133328 KiB

[startup+50.8025 s]
/proc/loadavg: 3.18 4.07 3.47 3/217 3229
/proc/meminfo: memFree=23442936/32770624 swapFree=67108860/67108860
[pid=3213] ppid=3210 vsize=10755168 memory=139664 CPUtime=52.85 cores=1,3,5,7
/proc/3213/stat : 3213 (java) S 3210 3213 31794 0 -1 1077944320 31156 0 0 0 5279 6 0 0 20 0 16 0 95716393 11013292032 34915 33554432000 4194304 4196468 140737305558656 140737305541200 140033785528055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
/proc/3213/statm: 2688792 34915 3108 1 0 2677186 0
[pid=3213/tid=3215] ppid=3210 vsize=10755168 memory=3251651850060967967 CPUtime=50.56 cores=1,3,5,7
/proc/3213/task/3215/stat : 3215 (java) R 3210 3213 31794 0 -1 4202560 8285 0 0 0 5054 2 0 0 20 0 15 0 95716393 11013292032 34897 33554432000 4194304 4196468 140737305558656 140033789768736 140033399019576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3216] ppid=3210 vsize=10755168 memory=8025788822752027748 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3216/stat : 3216 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 11013292032 34897 33554432000 4194304 4196468 140737305558656 140033722219024 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3217] ppid=3210 vsize=10755168 memory=8025788822752027748 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3217/stat : 3217 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716394 11013292032 34897 33554432000 4194304 4196468 140737305558656 140033721166480 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3218] ppid=3210 vsize=10755168 memory=8025788822752027748 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3218/stat : 3218 (java) S 3210 3213 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 95716394 11013292032 34904 33554432000 4194304 4196468 140737305558656 140033720113424 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3219] ppid=3210 vsize=10755168 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3219/stat : 3219 (java) S 3210 3213 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 95716394 11013292032 34904 33554432000 4194304 4196468 140737305558656 140033719060880 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3220] ppid=3210 vsize=10755168 memory=6082514196445294695 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3220/stat : 3220 (java) R 3210 3213 31794 0 -1 1077944384 637 0 0 0 0 0 0 0 20 0 14 0 95716395 11013292032 34926 33554432000 4194304 4196468 140737305558656 140033277041392 140033785539202 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3221] ppid=3210 vsize=10755168 memory=7013346442758874224 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3221/stat : 3221 (java) S 3210 3213 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 95716396 11013292032 34910 33554432000 4194304 4196468 140737305558656 140033275987616 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3222] ppid=3210 vsize=10755168 memory=7013346442758874224 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3222/stat : 3222 (java) S 3210 3213 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 95716396 11013292032 34910 33554432000 4194304 4196468 140737305558656 140033274934512 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3224] ppid=3210 vsize=10755168 memory=7957689449132282197 CPUtime=1.04 cores=1,3,5,7
/proc/3213/task/3224/stat : 3224 (java) S 3210 3213 31794 0 -1 1077944384 9879 0 0 0 104 0 0 0 20 0 13 0 95716398 11013292032 34910 33554432000 4194304 4196468 140737305558656 140033272830192 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3225] ppid=3210 vsize=10755168 memory=7957689449132282197 CPUtime=0.87 cores=1,3,5,7
/proc/3213/task/3225/stat : 3225 (java) S 3210 3213 31794 0 -1 1077944384 7055 0 0 0 87 0 0 0 20 0 12 0 95716398 11013292032 34910 33554432000 4194304 4196468 140737305558656 140033271777648 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3226] ppid=3210 vsize=10755168 memory=7957689449132282197 CPUtime=0.32 cores=1,3,5,7
/proc/3213/task/3226/stat : 3226 (java) S 3210 3213 31794 0 -1 1077944384 2898 0 0 0 31 1 0 0 20 0 12 0 95716398 11013292032 34910 33554432000 4194304 4196468 140737305558656 140033270724592 140033785539202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
[pid=3213/tid=3227] ppid=3210 vsize=10755168 memory=8025788822752027748 CPUtime=0 cores=1,3,5,7
/proc/3213/task/3227/stat : 3227 (java) S 3210 3213 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 12 0 95716398 11013292032 34910 33554432000 4194304 4196468 140737305558656 140033269672288 140033785538261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140737305564294 140737305564447 140737305564447 140737305567183 0
Current children cumulated CPU time: 52.85 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 139664 KiB

Child status: 0
Real time (s): 50.8062
CPU time (s): 52.8635
CPU user time (s): 52.8004
CPU system time (s): 0.063091
CPU usage (%): 104.049
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 139664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.8004
system time used= 0.063091
maximum resident set size= 139980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2730
involuntary context switches= 81


# summary of solver processes directly reported to runsolver:
#   pid: 3213
#   total CPU time (s): 52.8635
#   total CPU user time (s): 52.8004
#   total CPU system time (s): 0.063091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.255012 second user time and 0.538839 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 13:57:05
IDJOB=4263634
IDBENCH=126889
IDSOLVER=2651
FILE ID=node107/4263634-1502626283
RUNJOBID= node107-1502619133-1624
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-050-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263634-1502626283/watcher-4263634-1502626283 -o /tmp/evaluation-result-4263634-1502626283/solver-4263634-1502626283 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263634-1502626283.xml

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

MD5SUM BENCH= 6e540fe1a8c18734980495af80b87f14
RANDOM SEED=440767017

node107.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.84
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.84
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.84
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.84
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:        23922760 kB
MemAvailable:   26607776 kB
Buffers:          149364 kB
Cached:          2827968 kB
SwapCached:            0 kB
Active:          5838592 kB
Inactive:        2573480 kB
Active(anon):    5437688 kB
Inactive(anon):    24972 kB
Active(file):     400904 kB
Inactive(file):  2548508 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:       5441072 kB
Mapped:            55032 kB
Shmem:             25228 kB
Slab:             128116 kB
SReclaimable:     102880 kB
SUnreclaim:        25236 kB
KernelStack:        3584 kB
PageTables:        15840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7342596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5251072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61660 MiB
End job on node107 at 2017-08-13 13:57:56