Trace number 4243494

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
R1: sat4j-CSP 2017-07-05SAT 757.799 616.803

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-megane-pos.xml
MD5SUM21b1bfe08dea0128787163580c257a28
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.463669
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints113
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":6},{"size":2,"count":54},{"size":3,"count":15},{"size":4,"count":3},{"size":5,"count":9},{"size":6,"count":2},{"size":7,"count":1},{"size":9,"count":1},{"size":10,"count":2},{"size":11,"count":1},{"size":12,"count":1},{"size":13,"count":1},{"size":25,"count":1},{"size":29,"count":1},{"size":42,"count":1}]
Minimum variable degree1
Maximum variable degree80
Distribution of variable degrees[{"degree":1,"count":58},{"degree":2,"count":17},{"degree":3,"count":8},{"degree":4,"count":5},{"degree":5,"count":1},{"degree":7,"count":1},{"degree":10,"count":1},{"degree":18,"count":1},{"degree":28,"count":1},{"degree":31,"count":1},{"degree":55,"count":2},{"degree":58,"count":1},{"degree":72,"count":1},{"degree":80,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":21},{"arity":3,"count":13},{"arity":4,"count":11},{"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 constraints113
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":113}]
Optimization problemNO
Type of objective

Solver Data

186.98/47.79	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
186.98/47.79	c This is free software under the dual EPL/GNU LGPL licenses.
186.98/47.79	c See www.sat4j.org for details.
186.98/47.79	c That software uses the Rhino library from the Mozilla project.
186.98/47.79	c version CUSTOM.v20170705
186.98/47.79	c java.runtime.name	Java(TM) SE Runtime Environment
186.98/47.79	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
186.98/47.79	c java.vm.version	25.131-b11
186.98/47.79	c java.vm.vendor	Oracle Corporation
186.98/47.79	c sun.arch.data.model	64
186.98/47.79	c java.version		1.8.0_131
186.98/47.79	c os.name		Linux
186.98/47.79	c os.version		3.10.0-514.16.1.el7.x86_64
186.98/47.79	c os.arch		amd64
186.98/47.79	c Free memory 		499604488
186.98/47.79	c Max memory 		7247757312
186.98/47.79	c Total memory 		504889344
186.98/47.79	c Number of processors 	8
186.98/47.79	c c --- Begin Solver configuration ---
186.98/47.79	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
186.98/47.79	c Learn all clauses as in MiniSAT
186.98/47.79	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
186.98/47.79	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
186.98/47.79	c No reason simplification
186.98/47.79	c Glucose 2.1 dynamic restart strategy
186.98/47.79	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
186.98/47.79	c timeout=2147483s
186.98/47.79	c DB Simplification allowed=false
186.98/47.79	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
186.98/47.79	c --- End Solver configuration ---
186.98/47.79	c constraints type 
186.98/47.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 186
186.98/47.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 15534786
186.98/47.79	c org.sat4j.minisat.constraints.cnf.UnitClauses => 6
186.98/47.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5151420
186.98/47.79	c org.sat4j.specs.Constr$1 => 6
186.98/47.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 479
186.98/47.79	c 20686883 constraints processed.
757.74/616.75	c starts		: 28
757.74/616.75	c conflicts		: 26775
757.74/616.75	c decisions		: 25751079
757.74/616.75	c propagations		: 1797438216
757.74/616.75	c inspects		: 2007694925
757.74/616.75	c shortcuts		: 0
757.74/616.75	c learnt literals	: 0
757.74/616.75	c learnt binary clauses	: 657
757.74/616.75	c learnt ternary clauses	: 802
757.74/616.75	c learnt constraints	: 26775
757.74/616.75	c ignored constraints	: 0
757.74/616.75	c root simplifications	: 0
757.74/616.75	c removed literals (reason simplification)	: 0
757.74/616.75	c reason swapping (by a shorter reason)	: 0
757.74/616.75	c Calls to reduceDB	: 4
757.74/616.75	c Number of update (reduction) of LBD	: 20533
757.74/616.75	c Imported unit clauses	: 0
757.74/616.75	c number of reductions to clauses (during analyze)	: 0
757.74/616.75	c number of learned constraints concerned by reduction	: 0
757.74/616.75	c number of learning phase by resolution	: 0
757.74/616.75	c number of learning phase by cutting planes	: 0
757.74/616.75	c number of rounding to 1 operations	: 0
757.74/616.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
757.74/616.75	c number of reductions of the coefficients by power 2 	: 0
757.74/616.75	c number of right shift for reduction by power 2 	: 0
757.74/616.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
757.74/616.75	c speed (assignments/second)	: 3160014.2332988167
757.74/616.75	c non guided choices	17399077
757.74/616.76	c learnt constraints type 
757.74/616.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 657
757.74/616.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6991
757.74/616.76	s SATISFIABLE
757.74/616.76	v <instantiation type="solution">
757.74/616.76	v 	<list> x0 x2 x4 x9 x10 x11 x12 x14 x1[0] x1[1] x1[2] x1[3] x1[4] x1[5] x1[6] x1[7] x1[8] x3[0] x3[1] x3[2] x3[3] x3[4] x3[5] x3[6] x3[7] x3[8] x3[9] x3[10] x3[11] x3[12] x3[13] x3[14] x3[15] x3[16] x3[17] x3[18] x3[19] x3[20] x3[21] x3[22] x3[23] x3[24] x3[25] x3[26] x3[27] x3[28] x3[29] x3[30] x3[31] x3[32] x3[33] x3[34] x3[35] x3[36] x3[37] x3[38] x3[39] x3[40] x3[41] x3[42] x3[43] x3[44] x3[45] x3[46] x3[47] x3[48] x3[49] x3[50] x3[51] x3[52] x3[53] x5[0] x5[1] x5[2] x5[3] x5[4] x5[5] x6[0] x6[1] x7[0] x7[1] x7[2] x7[3] x7[4] x7[5] x7[6] x7[7] x7[8] x7[9] x7[10] x7[11] x7[12] x7[13] x7[14] x8[0] x8[1] x8[2] x13[0] x13[1] </list>
757.74/616.76	v 	<values> 7 5 13 9 10 5 6 2 1 1 1 1 1 0 0 3 2 0 1 1 1 0 1 0 1 1 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 0 0 1 0 1 0 1 1 1 1 1 0 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 3 5 2 1 2 0 0 1 2 0 2 2 2 2 0 2 1 0 0 3 1 5 </values>
757.74/616.76	v </instantiation>
757.74/616.76	

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243494-1500673052/watcher-4243494-1500673052 -o /tmp/evaluation-result-4243494-1500673052/solver-4243494-1500673052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500673052-5492 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243494-1500673052.xml 

pid=5528
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.03 3/252 5531
/proc/meminfo: memFree=32020132/32770624 swapFree=5804/220720
[pid=5531] ppid=5528 vsize=8339376 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 1804 0 0 0 0 0 0 0 20 0 2 0 2573858 8539521024 1537 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2084844 1537 1182 1 0 2073755 0
[pid=5531/tid=5533] ppid=5528 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 582 0 0 0 0 0 0 0 20 0 2 0 2573859 8550137856 1602 33554432000 4194304 4196468 140736602001936 140071198009760 140071186057120 0 4 0 16784584 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0

[startup+0.100061 s]
/proc/loadavg: 2.03 2.03 2.03 3/252 5531
/proc/meminfo: memFree=32020132/32770624 swapFree=5804/220720
[pid=5531] ppid=5528 vsize=10900456 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 4658 0 0 0 9 1 0 0 20 0 20 0 2573858 11162066944 5756 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2725114 5756 2620 1 0 2713552 0
[pid=5531/tid=5533] ppid=5528 vsize=10900456 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 2730 0 0 0 8 0 0 0 20 0 20 0 2573859 11162066944 5756 33554432000 4194304 4196468 140736602001936 140071198005680 140071179034224 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900456

[startup+0.200384 s]
/proc/loadavg: 2.03 2.03 2.03 3/252 5531
/proc/meminfo: memFree=32020132/32770624 swapFree=5804/220720
[pid=5531] ppid=5528 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 6887 0 0 0 24 2 0 0 20 0 20 0 2573858 11162169344 8134 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2725139 8134 2849 1 0 2713552 0
[pid=5531/tid=5533] ppid=5528 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 4458 0 0 0 17 1 0 0 20 0 20 0 2573859 11162169344 8134 33554432000 4194304 4196468 140736602001936 140071197964368 140071193789597 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300389 s]
/proc/loadavg: 2.03 2.03 2.03 3/252 5531
/proc/meminfo: memFree=32020132/32770624 swapFree=5804/220720
[pid=5531] ppid=5528 vsize=10900556 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 8699 0 0 0 41 4 0 0 20 0 20 0 2573858 11162169344 11966 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2725139 11966 2982 1 0 2713552 0
[pid=5531/tid=5533] ppid=5528 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 4966 0 0 0 25 2 0 0 20 0 20 0 2573859 11162169344 11966 33554432000 4194304 4196468 140736602001936 140071197993472 140071193789597 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10900556

[startup+0.700294 s]
/proc/loadavg: 2.03 2.03 2.03 3/252 5531
/proc/meminfo: memFree=32020132/32770624 swapFree=5804/220720
[pid=5531] ppid=5528 vsize=10900632 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 12028 0 0 0 179 15 0 0 20 0 20 0 2573858 11162247168 48954 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2725158 48954 3097 1 0 2713552 0
[pid=5531/tid=5533] ppid=5528 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 5398 0 0 0 61 4 0 0 20 0 20 0 2573859 11162247168 48954 33554432000 4194304 4196468 140736602001936 140071198005304 140070833565951 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10900632

[startup+1.50107 s]
/proc/loadavg: 2.03 2.03 2.03 8/283 5562
/proc/meminfo: memFree=31651744/32770624 swapFree=5804/220740
[pid=5531] ppid=5528 vsize=10900632 CPUtime=4.88 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 20297 0 0 0 461 27 0 0 20 0 20 0 2573858 11162247168 86690 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2725158 86690 3115 1 0 2713552 0
[pid=5531/tid=5533] ppid=5528 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 5567 0 0 0 137 6 0 0 20 0 20 0 2573859 11162247168 86690 33554432000 4194304 4196468 140736602001936 140071198001096 140071175715034 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5537] ppid=5528 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5537/stat : 5537 (java) S 5528 5531 2464 0 -1 1077944384 29 0 0 0 1 2 0 0 20 0 20 0 2573860 11162247168 86690 33554432000 4194304 4196468 140736602001936 140071165610768 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5538] ppid=5528 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5538/stat : 5538 (java) S 5528 5531 2464 0 -1 1077944384 29 0 0 0 1 2 0 0 20 0 20 0 2573860 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070799903632 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5539] ppid=5528 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5539/stat : 5539 (java) S 5528 5531 2464 0 -1 1077944384 20 0 0 0 1 2 0 0 20 0 20 0 2573860 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070798851088 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5540] ppid=5528 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5540/stat : 5540 (java) S 5528 5531 2464 0 -1 1077944384 19 0 0 0 1 2 0 0 20 0 20 0 2573860 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070797798544 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5541] ppid=5528 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5541/stat : 5541 (java) S 5528 5531 2464 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 2573860 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070796744976 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5542] ppid=5528 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5542/stat : 5542 (java) S 5528 5531 2464 0 -1 1077944384 16 0 0 0 1 2 0 0 20 0 20 0 2573860 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070795692432 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5543] ppid=5528 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5543/stat : 5543 (java) S 5528 5531 2464 0 -1 1077944384 22 0 0 0 1 2 0 0 20 0 20 0 2573860 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070794639888 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5544] ppid=5528 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5544/stat : 5544 (java) S 5528 5531 2464 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 20 0 2573860 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070793587344 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5545] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5545/stat : 5545 (java) S 5528 5531 2464 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2573862 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070400977392 140071193778818 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5546] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5546/stat : 5546 (java) S 5528 5531 2464 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2573863 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070399923616 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5550] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5550/stat : 5550 (java) S 5528 5531 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2573863 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070398871024 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5555] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5555/stat : 5555 (java) S 5528 5531 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573867 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070397819600 140071193786267 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5556] ppid=5528 vsize=10900632 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5556/stat : 5556 (java) R 5528 5531 2464 0 -1 4202560 4640 0 0 0 91 1 0 0 20 0 20 0 2573867 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070396752216 140071175312111 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5557] ppid=5528 vsize=10900632 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5557/stat : 5557 (java) R 5528 5531 2464 0 -1 4202560 3606 0 0 0 90 0 0 0 20 0 20 0 2573867 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070395699672 140071175287731 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5558] ppid=5528 vsize=10900632 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5558/stat : 5558 (java) R 5528 5531 2464 0 -1 4202560 3077 0 0 0 94 0 0 0 20 0 20 0 2573867 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070394642208 140071177264459 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5559] ppid=5528 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5559/stat : 5559 (java) S 5528 5531 2464 0 -1 1077944384 1783 0 0 0 35 0 0 0 20 0 20 0 2573867 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070393608560 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5560] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5560/stat : 5560 (java) S 5528 5531 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2573867 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070392556256 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5561] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5561/stat : 5561 (java) S 5528 5531 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573868 11162247168 86690 33554432000 4194304 4196468 140736602001936 140070391503792 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 10900632

[startup+3.10265 s]
/proc/loadavg: 2.27 2.08 2.05 5/281 5598
/proc/meminfo: memFree=31484500/32770624 swapFree=5804/220740
[pid=5531] ppid=5528 vsize=10900632 CPUtime=9.79 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 22980 0 0 0 816 163 0 0 20 0 20 0 2573858 11162247168 214709 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2725158 214709 3136 1 0 2713552 0
[pid=5531/tid=5533] ppid=5528 vsize=10900632 CPUtime=2.65 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) S 5528 5531 2464 0 -1 1077944384 5787 0 0 0 255 10 0 0 20 0 20 0 2573859 11162247168 214709 33554432000 4194304 4196468 140736602001936 140071198005456 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5537] ppid=5528 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5537/stat : 5537 (java) S 5528 5531 2464 0 -1 1077944384 314 0 0 0 19 18 0 0 20 0 20 0 2573860 11162247168 214709 33554432000 4194304 4196468 140736602001936 140071165610768 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5538] ppid=5528 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5538/stat : 5538 (java) S 5528 5531 2464 0 -1 1077944384 212 0 0 0 23 18 0 0 20 0 20 0 2573860 11162247168 214709 33554432000 4194304 4196468 140736602001936 140070799903632 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5539] ppid=5528 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5539/stat : 5539 (java) S 5528 5531 2464 0 -1 1077944384 203 0 0 0 21 19 0 0 20 0 20 0 2573860 11162247168 214770 33554432000 4194304 4196468 140736602001936 140070798851088 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5540] ppid=5528 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5540/stat : 5540 (java) S 5528 5531 2464 0 -1 1077944384 194 0 0 0 21 20 0 0 20 0 20 0 2573860 11162247168 214770 33554432000 4194304 4196468 140736602001936 140070797798544 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5541] ppid=5528 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5541/stat : 5541 (java) S 5528 5531 2464 0 -1 1077944384 186 0 0 0 20 19 0 0 20 0 20 0 2573860 11162247168 214770 33554432000 4194304 4196468 140736602001936 140070796744976 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5542] ppid=5528 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5542/stat : 5542 (java) S 5528 5531 2464 0 -1 1077944384 190 0 0 0 22 17 0 0 20 0 20 0 2573860 11162247168 214770 33554432000 4194304 4196468 140736602001936 140070795692432 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5543] ppid=5528 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5543/stat : 5543 (java) S 5528 5531 2464 0 -1 1077944384 179 0 0 0 20 18 0 0 20 0 20 0 2573860 11162247168 214835 33554432000 4194304 4196468 140736602001936 140070794639888 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5544] ppid=5528 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5544/stat : 5544 (java) S 5528 5531 2464 0 -1 1077944384 178 0 0 0 21 17 0 0 20 0 20 0 2573860 11162247168 214835 33554432000 4194304 4196468 140736602001936 140070793587344 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5545] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5545/stat : 5545 (java) R 5528 5531 2464 0 -1 4202560 317 0 0 0 0 0 0 0 20 0 20 0 2573862 11162247168 214835 33554432000 4194304 4196468 140736602001936 140070400975904 140071186057120 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5546] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5546/stat : 5546 (java) S 5528 5531 2464 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2573863 11162247168 214835 33554432000 4194304 4196468 140736602001936 140070399923680 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5550] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5550/stat : 5550 (java) S 5528 5531 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2573863 11162247168 214901 33554432000 4194304 4196468 140736602001936 140070398871024 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5555] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5555/stat : 5555 (java) S 5528 5531 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573867 11162247168 214901 33554432000 4194304 4196468 140736602001936 140070397819600 140071193786267 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5556] ppid=5528 vsize=10900632 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5556/stat : 5556 (java) S 5528 5531 2464 0 -1 1077944384 4698 0 0 0 111 1 0 0 20 0 20 0 2573867 11162247168 214901 33554432000 4194304 4196468 140736602001936 140070396766192 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5557] ppid=5528 vsize=10900632 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5557/stat : 5557 (java) S 5528 5531 2464 0 -1 1077944384 3695 0 0 0 123 0 0 0 20 0 20 0 2573867 11162247168 214967 33554432000 4194304 4196468 140736602001936 140070395693200 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5558] ppid=5528 vsize=10900632 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5558/stat : 5558 (java) S 5528 5531 2464 0 -1 1077944384 3748 0 0 0 118 0 0 0 20 0 20 0 2573867 11162247168 214967 33554432000 4194304 4196468 140736602001936 140070394661104 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5559] ppid=5528 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5559/stat : 5559 (java) S 5528 5531 2464 0 -1 1077944384 1820 0 0 0 37 0 0 0 20 0 20 0 2573867 11162247168 214967 33554432000 4194304 4196468 140736602001936 140070393608560 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5560] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5560/stat : 5560 (java) S 5528 5531 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2573867 11162247168 214967 33554432000 4194304 4196468 140736602001936 140070392556256 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5561] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5561/stat : 5561 (java) S 5528 5531 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2573868 11162247168 215033 33554432000 4194304 4196468 140736602001936 140070391503792 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 10900632

[startup+6.30088 s]
/proc/loadavg: 2.27 2.08 2.05 6/282 5751
/proc/meminfo: memFree=30635376/32770624 swapFree=5804/220756
[pid=5531] ppid=5528 vsize=10900632 CPUtime=19.19 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 27322 0 0 0 1683 236 0 0 20 0 20 0 2573858 11162247168 306559 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2725158 306559 3151 1 0 2713552 0
[pid=5531/tid=5533] ppid=5528 vsize=10900632 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 6565 0 0 0 436 12 0 0 20 0 20 0 2573859 11162247168 306559 33554432000 4194304 4196468 140736602001936 140071198001792 140070834370722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5537] ppid=5528 vsize=10900632 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5537/stat : 5537 (java) S 5528 5531 2464 0 -1 1077944384 422 0 0 0 98 28 0 0 20 0 20 0 2573860 11162247168 306559 33554432000 4194304 4196468 140736602001936 140071165610768 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5538] ppid=5528 vsize=10900632 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5538/stat : 5538 (java) S 5528 5531 2464 0 -1 1077944384 661 0 0 0 101 27 0 0 20 0 20 0 2573860 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070799903632 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5539] ppid=5528 vsize=10900632 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5539/stat : 5539 (java) S 5528 5531 2464 0 -1 1077944384 697 0 0 0 101 27 0 0 20 0 20 0 2573860 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070798851088 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5540] ppid=5528 vsize=10900632 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5540/stat : 5540 (java) S 5528 5531 2464 0 -1 1077944384 331 0 0 0 97 28 0 0 20 0 20 0 2573860 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070797798544 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5541] ppid=5528 vsize=10900632 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5541/stat : 5541 (java) S 5528 5531 2464 0 -1 1077944384 621 0 0 0 98 27 0 0 20 0 20 0 2573860 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070796744976 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5542] ppid=5528 vsize=10900632 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5542/stat : 5542 (java) S 5528 5531 2464 0 -1 1077944384 525 0 0 0 100 26 0 0 20 0 20 0 2573860 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070795692432 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5543] ppid=5528 vsize=10900632 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5543/stat : 5543 (java) S 5528 5531 2464 0 -1 1077944384 654 0 0 0 98 27 0 0 20 0 20 0 2573860 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070794639888 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5544] ppid=5528 vsize=10900632 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5544/stat : 5544 (java) S 5528 5531 2464 0 -1 1077944384 525 0 0 0 100 25 0 0 20 0 20 0 2573860 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070793587344 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5545] ppid=5528 vsize=10900632 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5545/stat : 5545 (java) S 5528 5531 2464 0 -1 1077944384 976 0 0 0 49 0 0 0 20 0 20 0 2573862 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070400977392 140071193778818 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5546] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5546/stat : 5546 (java) S 5528 5531 2464 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2573863 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070399923680 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5550] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5550/stat : 5550 (java) S 5528 5531 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2573863 11162247168 306559 33554432000 4194304 4196468 140736602001936 140070398871024 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5555] ppid=5528 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/5531/task/5559/stat : 5559 (java) S 5528 5531 2464 0 -1 1077944384 5591 0 0 0 47 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070393608560 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5560] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5560/stat : 5560 (java) S 5528 5531 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070392556256 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5561] ppid=5528 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5561/stat : 5561 (java) S 5528 5531 2464 0 -1 1077944384 714 0 0 0 19 16 0 0 20 0 21 0 2573868 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070391503792 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5848] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5848/stat : 5848 (java) S 5528 5531 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2578654 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070390449584 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 752.29
Current children cumulated vsize (KiB) 10967196

[startup+614.401 s]
/proc/loadavg: 2.06 2.08 2.10 5/283 5866
/proc/meminfo: memFree=24743384/32770624 swapFree=5804/221408
[pid=5531] ppid=5528 vsize=10967196 CPUtime=755.49 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 169952 0 0 0 74429 1120 0 0 20 0 21 0 2573858 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2741799 1304370 3169 1 0 2730193 0
[pid=5531/tid=5533] ppid=5528 vsize=10967196 CPUtime=585.88 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 55412 0 0 0 58567 21 0 0 20 0 21 0 2573859 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140071198004456 140070835842862 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5537] ppid=5528 vsize=10967196 CPUtime=19.33 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5537/stat : 5537 (java) S 5528 5531 2464 0 -1 1077944384 9510 0 0 0 1792 141 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140071165610768 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5538] ppid=5528 vsize=10967196 CPUtime=19.22 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5538/stat : 5538 (java) S 5528 5531 2464 0 -1 1077944384 3473 0 0 0 1788 134 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070799903632 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5539] ppid=5528 vsize=10967196 CPUtime=19.41 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5539/stat : 5539 (java) S 5528 5531 2464 0 -1 1077944384 5983 0 0 0 1816 125 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070798851088 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5540] ppid=5528 vsize=10967196 CPUtime=19.4 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5540/stat : 5540 (java) S 5528 5531 2464 0 -1 1077944384 7651 0 0 0 1800 140 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070797798544 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5541] ppid=5528 vsize=10967196 CPUtime=19.2 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5541/stat : 5541 (java) S 5528 5531 2464 0 -1 1077944384 11023 0 0 0 1793 127 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070796744976 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5542] ppid=5528 vsize=10967196 CPUtime=19.35 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5542/stat : 5542 (java) S 5528 5531 2464 0 -1 1077944384 4174 0 0 0 1802 133 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070795692432 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5543] ppid=5528 vsize=10967196 CPUtime=19.46 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5543/stat : 5543 (java) S 5528 5531 2464 0 -1 1077944384 7939 0 0 0 1807 139 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070794639888 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5544] ppid=5528 vsize=10967196 CPUtime=19.41 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5544/stat : 5544 (java) S 5528 5531 2464 0 -1 1077944384 11291 0 0 0 1807 134 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070793587344 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5545] ppid=5528 vsize=10967196 CPUtime=8.43 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5545/stat : 5545 (java) S 5528 5531 2464 0 -1 1077944384 15211 0 0 0 841 2 0 0 20 0 21 0 2573862 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070400977392 140071193778818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5546] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5546/stat : 5546 (java) S 5528 5531 2464 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2573863 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070399923680 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5550] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5550/stat : 5550 (java) S 5528 5531 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2573863 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070398871024 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5555] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5555/stat : 5555 (java) S 5528 5531 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070397819600 140071193786267 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5556] ppid=5528 vsize=10967196 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5556/stat : 5556 (java) S 5528 5531 2464 0 -1 1077944384 12951 0 0 0 180 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070396766192 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5557] ppid=5528 vsize=10967196 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5557/stat : 5557 (java) S 5528 5531 2464 0 -1 1077944384 10651 0 0 0 203 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070395713648 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5558] ppid=5528 vsize=10967196 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5558/stat : 5558 (java) S 5528 5531 2464 0 -1 1077944384 6992 0 0 0 157 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070394661104 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5559] ppid=5528 vsize=10967196 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5559/stat : 5559 (java) S 5528 5531 2464 0 -1 1077944384 5591 0 0 0 47 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070393608560 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5560] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5560/stat : 5560 (java) S 5528 5531 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070392556256 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5561] ppid=5528 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5561/stat : 5561 (java) S 5528 5531 2464 0 -1 1077944384 714 0 0 0 19 16 0 0 20 0 21 0 2573868 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070391503792 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5848] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5848/stat : 5848 (java) S 5528 5531 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2578654 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070390449584 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 755.49
Current children cumulated vsize (KiB) 10967196

[startup+616.001 s]
/proc/loadavg: 2.06 2.08 2.10 3/283 5866
/proc/meminfo: memFree=24743276/32770624 swapFree=5804/221428
[pid=5531] ppid=5528 vsize=10967196 CPUtime=757.15 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 172991 0 0 0 74595 1120 0 0 20 0 21 0 2573858 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2741799 1304370 3169 1 0 2730193 0
[pid=5531/tid=5533] ppid=5528 vsize=10967196 CPUtime=587.49 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 56306 0 0 0 58728 21 0 0 20 0 21 0 2573859 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140071198003696 140070835790586 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5537] ppid=5528 vsize=10967196 CPUtime=19.33 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5537/stat : 5537 (java) S 5528 5531 2464 0 -1 1077944384 9510 0 0 0 1792 141 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140071165610768 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5538] ppid=5528 vsize=10967196 CPUtime=19.22 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5538/stat : 5538 (java) S 5528 5531 2464 0 -1 1077944384 3473 0 0 0 1788 134 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070799903632 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5539] ppid=5528 vsize=10967196 CPUtime=19.41 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5539/stat : 5539 (java) S 5528 5531 2464 0 -1 1077944384 5983 0 0 0 1816 125 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070798851088 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5540] ppid=5528 vsize=10967196 CPUtime=19.4 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5540/stat : 5540 (java) S 5528 5531 2464 0 -1 1077944384 7651 0 0 0 1800 140 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070797798544 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5541] ppid=5528 vsize=10967196 CPUtime=19.2 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5541/stat : 5541 (java) S 5528 5531 2464 0 -1 1077944384 11023 0 0 0 1793 127 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070796744976 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5542] ppid=5528 vsize=10967196 CPUtime=19.35 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5542/stat : 5542 (java) S 5528 5531 2464 0 -1 1077944384 4174 0 0 0 1802 133 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070795692432 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5543] ppid=5528 vsize=10967196 CPUtime=19.46 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5543/stat : 5543 (java) S 5528 5531 2464 0 -1 1077944384 7939 0 0 0 1807 139 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070794639888 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5544] ppid=5528 vsize=10967196 CPUtime=19.41 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5544/stat : 5544 (java) S 5528 5531 2464 0 -1 1077944384 11291 0 0 0 1807 134 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070793587344 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5545] ppid=5528 vsize=10967196 CPUtime=8.43 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5545/stat : 5545 (java) S 5528 5531 2464 0 -1 1077944384 15244 0 0 0 841 2 0 0 20 0 21 0 2573862 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070400977392 140071193778818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5546] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5546/stat : 5546 (java) S 5528 5531 2464 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2573863 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070399923680 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5550] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5550/stat : 5550 (java) S 5528 5531 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2573863 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070398871024 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5555] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5555/stat : 5555 (java) S 5528 5531 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070397819600 140071193786267 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5556] ppid=5528 vsize=10967196 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5556/stat : 5556 (java) S 5528 5531 2464 0 -1 1077944384 13660 0 0 0 183 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070396766192 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5557] ppid=5528 vsize=10967196 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5557/stat : 5557 (java) S 5528 5531 2464 0 -1 1077944384 11526 0 0 0 205 2 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070395713648 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5558] ppid=5528 vsize=10967196 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5558/stat : 5558 (java) S 5528 5531 2464 0 -1 1077944384 7134 0 0 0 158 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070394661104 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5559] ppid=5528 vsize=10967196 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5559/stat : 5559 (java) S 5528 5531 2464 0 -1 1077944384 5977 0 0 0 47 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070393608560 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5560] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5560/stat : 5560 (java) S 5528 5531 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070392556256 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5561] ppid=5528 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5561/stat : 5561 (java) S 5528 5531 2464 0 -1 1077944384 714 0 0 0 19 16 0 0 20 0 21 0 2573868 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070391503792 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5848] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5848/stat : 5848 (java) S 5528 5531 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2578654 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070390449584 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 757.15
Current children cumulated vsize (KiB) 10967196

[startup+616.401 s]
/proc/loadavg: 2.06 2.08 2.10 3/283 5866
/proc/meminfo: memFree=24743276/32770624 swapFree=5804/221428
[pid=5531] ppid=5528 vsize=10967196 CPUtime=757.54 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) S 5528 5531 2464 0 -1 1077944320 172991 0 0 0 74634 1120 0 0 20 0 21 0 2573858 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140736601984480 140071193767671 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
/proc/5531/statm: 2741799 1304370 3169 1 0 2730193 0
[pid=5531/tid=5533] ppid=5528 vsize=10967196 CPUtime=587.88 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5533/stat : 5533 (java) R 5528 5531 2464 0 -1 4202560 56306 0 0 0 58767 21 0 0 20 0 21 0 2573859 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140071198003696 140070836019247 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5537] ppid=5528 vsize=10967196 CPUtime=19.33 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5537/stat : 5537 (java) S 5528 5531 2464 0 -1 1077944384 9510 0 0 0 1792 141 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140071165610768 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5538] ppid=5528 vsize=10967196 CPUtime=19.22 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5538/stat : 5538 (java) S 5528 5531 2464 0 -1 1077944384 3473 0 0 0 1788 134 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070799903632 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5539] ppid=5528 vsize=10967196 CPUtime=19.41 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5539/stat : 5539 (java) S 5528 5531 2464 0 -1 1077944384 5983 0 0 0 1816 125 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070798851088 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5540] ppid=5528 vsize=10967196 CPUtime=19.4 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5540/stat : 5540 (java) S 5528 5531 2464 0 -1 1077944384 7651 0 0 0 1800 140 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070797798544 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5541] ppid=5528 vsize=10967196 CPUtime=19.2 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5541/stat : 5541 (java) S 5528 5531 2464 0 -1 1077944384 11023 0 0 0 1793 127 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070796744976 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5542] ppid=5528 vsize=10967196 CPUtime=19.35 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5542/stat : 5542 (java) S 5528 5531 2464 0 -1 1077944384 4174 0 0 0 1802 133 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070795692432 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5543] ppid=5528 vsize=10967196 CPUtime=19.46 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5543/stat : 5543 (java) S 5528 5531 2464 0 -1 1077944384 7939 0 0 0 1807 139 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070794639888 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5544] ppid=5528 vsize=10967196 CPUtime=19.41 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5544/stat : 5544 (java) S 5528 5531 2464 0 -1 1077944384 11291 0 0 0 1807 134 0 0 20 0 21 0 2573860 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070793587344 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5545] ppid=5528 vsize=10967196 CPUtime=8.43 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5545/stat : 5545 (java) S 5528 5531 2464 0 -1 1077944384 15244 0 0 0 841 2 0 0 20 0 21 0 2573862 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070400977392 140071193778818 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5546] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5546/stat : 5546 (java) S 5528 5531 2464 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2573863 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070399923680 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5550] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5550/stat : 5550 (java) S 5528 5531 2464 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2573863 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070398871024 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5555] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5555/stat : 5555 (java) S 5528 5531 2464 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070397819600 140071193786267 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5556] ppid=5528 vsize=10967196 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5556/stat : 5556 (java) S 5528 5531 2464 0 -1 1077944384 13660 0 0 0 183 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070396766192 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5557] ppid=5528 vsize=10967196 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5557/stat : 5557 (java) S 5528 5531 2464 0 -1 1077944384 11526 0 0 0 205 2 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070395713648 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5558] ppid=5528 vsize=10967196 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5558/stat : 5558 (java) S 5528 5531 2464 0 -1 1077944384 7134 0 0 0 158 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070394661104 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5559] ppid=5528 vsize=10967196 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5559/stat : 5559 (java) S 5528 5531 2464 0 -1 1077944384 5977 0 0 0 47 1 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070393608560 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5560] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5560/stat : 5560 (java) S 5528 5531 2464 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2573867 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070392556256 140071193777877 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5561] ppid=5528 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5561/stat : 5561 (java) S 5528 5531 2464 0 -1 1077944384 714 0 0 0 19 16 0 0 20 0 21 0 2573868 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070391503792 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
[pid=5531/tid=5848] ppid=5528 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5848/stat : 5848 (java) S 5528 5531 2464 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2578654 11230408704 1304370 33554432000 4194304 4196468 140736602001936 140070390449584 140071193778818 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22237184 140736602010795 140736602010948 140736602010948 140736602013647 0
Current children cumulated CPU time (s) 757.54
Current children cumulated vsize (KiB) 10967196

[startup+616.801 s]
/proc/loadavg: 2.06 2.08 2.10 3/283 5866
/proc/meminfo: memFree=24743276/32770624 swapFree=5804/221428
[pid=5531] ppid=5528 vsize=0 CPUtime=757.79 cores=1,3,5,7,9,11,13,15
/proc/5531/stat : 5531 (java) Z 5528 5531 2464 0 -1 4227084 174451 0 0 0 74656 1123 0 0 20 0 2 0 2573858 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/5531/statm: 0 0 0 0 0 0 0
[pid=5531/tid=5556] ppid=5528 vsize=0 CPUtime=1.88 cores=1,3,5,7,9,11,13,15
/proc/5531/task/5556/stat : 5556 (java) R 5528 5531 2464 0 -1 4203588 13693 0 0 0 184 4 0 0 20 0 2 0 2573867 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 13 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 757.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 616.803
CPU time (s): 757.799
CPU user time (s): 746.562
CPU system time (s): 11.2376
CPU usage (%): 122.859
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 746.562
system time used= 11.2376
maximum resident set size= 5217848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20897
involuntary context switches= 42394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.23316 second user time and 4.90431 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-21 23:37:32
IDJOB=4243494
IDBENCH=123010
IDSOLVER=2623
FILE ID=node117/4243494-1500673052
RUNJOBID= node117-1500673052-5492
PBS_JOBID= 20623301
Free space on /tmp= 62000 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault-megane-pos.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243494-1500673052/watcher-4243494-1500673052 -o /tmp/evaluation-result-4243494-1500673052/solver-4243494-1500673052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500673052-5492 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243494-1500673052.xml

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

MD5SUM BENCH= 21b1bfe08dea0128787163580c257a28
RANDOM SEED=1079147984

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32027880 kB
MemAvailable:   32033604 kB
Buffers:           36832 kB
Cached:           280640 kB
SwapCached:            0 kB
Active:           142660 kB
Inactive:         229416 kB
Active(anon):      57212 kB
Inactive(anon):     8696 kB
Active(file):      85448 kB
Inactive(file):   220720 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5704 kB
Writeback:             0 kB
AnonPages:         60072 kB
Mapped:            31876 kB
Shmem:              8840 kB
Slab:              62172 kB
SReclaimable:      30784 kB
SUnreclaim:        31388 kB
KernelStack:        4112 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61996 MiB
End job on node117 at 2017-07-21 23:47:49