Trace number 4263235

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-05SAT 70.163101 66.459602

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-01.xml
MD5SUM4b3f242d4d7820c1a4b57bc20b9aba43
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.071172997
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints67
Number of domains1
Minimum domain size40
Maximum domain size40
Distribution of domain sizes[{"size":40,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":67},{"degree":3,"count":13}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":65},{"arity":80,"count":1}]
Number of extensional constraints39
Number of intensional constraints27
Distribution of constraint types[{"type":"extension","count":39},{"type":"intension","count":27},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263235-1502631442/watcher-4263235-1502631442 -o /tmp/evaluation-result-4263235-1502631442/solver-4263235-1502631442 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263235-1502631442.xml 

running on 4 cores: 0,2,4,6

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=25407, runsolver pid=25404

[startup+0.100294 s]*
/proc/loadavg: 2.00 2.14 2.59 3/202 25409
/proc/meminfo: memFree=25155780/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=9936560 memory=14372 CPUtime=0 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 2915 0 0 0 0 0 0 0 20 0 6 0 162796923 10175037440 3593 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2484140 3593 1541 1 0 2473637 0
[pid=25407/tid=25409] ppid=25404 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) R 25404 25407 7084 0 -1 4202560 1669 0 0 0 0 0 0 0 20 0 6 0 162796933 10175037440 3659 18446744073709551615 4194304 4196468 140728968092128 140091491934800 140091448680310 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162796934 10175037440 3659 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=9936560 memory=140653498451584 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162796934 10175037440 3659 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 162796934 10175037440 3659 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162796934 10175037440 3659 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14372 KiB

[startup+0.210386 s]*
/proc/loadavg: 2.00 2.14 2.59 4/215 25422
/proc/meminfo: memFree=25142884/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=10551156 memory=26576 CPUtime=0.1 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 5130 0 0 0 9 1 0 0 20 0 15 0 162796923 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2637789 6644 2801 1 0 2627261 0
[pid=25407/tid=25409] ppid=25404 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) R 25404 25407 7084 0 -1 4202560 3052 0 0 0 7 0 0 0 20 0 15 0 162796933 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091491936432 140091471779166 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=10551156 memory=3689488364413896352 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162796934 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25414] ppid=25404 vsize=10551156 memory=140653498451584 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25414/stat : 25414 (java) S 25404 25407 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162796935 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091051665904 140091487709826 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25415] ppid=25404 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25415/stat : 25415 (java) S 25404 25407 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162796936 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091050612128 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25416] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25416/stat : 25416 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162796936 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091049559536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25417] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25417/stat : 25417 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796938 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091048508112 140091487717275 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25418] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25418/stat : 25418 (java) S 25404 25407 7084 0 -1 1077944384 409 0 0 0 0 0 0 0 20 0 15 0 162796938 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091047454704 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25419] ppid=25404 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25419/stat : 25419 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796938 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091046402160 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25420] ppid=25404 vsize=10551156 memory=140653498451584 CPUtime=0.01 cores=0,2,4,6
/proc/25407/task/25420/stat : 25420 (java) S 25404 25407 7084 0 -1 1077944384 300 0 0 0 1 0 0 0 20 0 15 0 162796938 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091045349616 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25421] ppid=25404 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25421/stat : 25421 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796939 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091044297312 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25422] ppid=25404 vsize=10551156 memory=140653498451584 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25422/stat : 25422 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796942 10804383744 6644 18446744073709551615 4194304 4196468 140728968092128 140091043244848 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26576 KiB

[startup+0.311107 s]*
/proc/loadavg: 2.00 2.14 2.59 4/215 25422
/proc/meminfo: memFree=25132872/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=10551156 memory=36372 CPUtime=0.25 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 8408 0 0 0 22 3 0 0 20 0 15 0 162796923 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2637789 9093 2857 1 0 2627261 0
[pid=25407/tid=25409] ppid=25404 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) R 25404 25407 7084 0 -1 4202560 6052 0 0 0 15 2 0 0 20 0 15 0 162796933 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091491928464 140091471779196 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162796934 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25414] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25414/stat : 25414 (java) S 25404 25407 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162796935 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091051665904 140091487709826 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25415] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25415/stat : 25415 (java) S 25404 25407 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162796936 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091050612128 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25416] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25416/stat : 25416 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162796936 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091049559536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25417] ppid=25404 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25417/stat : 25417 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796938 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091048508112 140091487717275 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25418] ppid=25404 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25407/task/25418/stat : 25418 (java) S 25404 25407 7084 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 15 0 162796938 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091047454704 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25419] ppid=25404 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/25407/task/25419/stat : 25419 (java) S 25404 25407 7084 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 15 0 162796938 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091046402160 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25420] ppid=25404 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/25407/task/25420/stat : 25420 (java) S 25404 25407 7084 0 -1 1077944384 429 0 0 0 4 0 0 0 20 0 15 0 162796938 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091045349616 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25421] ppid=25404 vsize=10551156 memory=140653498451584 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25421/stat : 25421 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796939 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091044297312 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25422] ppid=25404 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25422/stat : 25422 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796942 10804383744 9093 18446744073709551615 4194304 4196468 140728968092128 140091043244848 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36372 KiB

[startup+0.701107 s]
/proc/loadavg: 2.00 2.14 2.59 4/215 25422
/proc/meminfo: memFree=25117064/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=10551232 memory=114532 CPUtime=1.29 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 12680 0 0 0 124 5 0 0 20 0 15 0 162796923 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2637808 28633 3064 1 0 2627261 0
[pid=25407/tid=25409] ppid=25404 vsize=10551232 memory=281306802028584 CPUtime=0.55 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) R 25404 25407 7084 0 -1 4202560 7468 0 0 0 52 3 0 0 20 0 15 0 162796933 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091491931472 140091114950372 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=10551232 memory=281306802163792 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=10551232 memory=281306802033832 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=10551232 memory=281306801983264 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162796934 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796934 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25414] ppid=25404 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25414/stat : 25414 (java) S 25404 25407 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162796935 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091051665904 140091487709826 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25415] ppid=25404 vsize=10551232 memory=39572 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25415/stat : 25415 (java) S 25404 25407 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162796936 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091050612128 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25416] ppid=25404 vsize=10551232 memory=636 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25416/stat : 25416 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162796936 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091049559536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25417] ppid=25404 vsize=10551232 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25417/stat : 25417 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796938 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091048508112 140091487717275 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25418] ppid=25404 vsize=10551232 memory=960 CPUtime=0.25 cores=0,2,4,6
/proc/25407/task/25418/stat : 25418 (java) R 25404 25407 7084 0 -1 4202560 1482 0 0 0 25 0 0 0 20 0 15 0 162796938 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091047435720 140091471688979 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25419] ppid=25404 vsize=10551232 memory=1236 CPUtime=0.25 cores=0,2,4,6
/proc/25407/task/25419/stat : 25419 (java) R 25404 25407 7084 0 -1 4202560 1294 0 0 0 25 0 0 0 20 0 15 0 162796938 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091046387624 140091472813951 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25420] ppid=25404 vsize=10551232 memory=2240 CPUtime=0.21 cores=0,2,4,6
/proc/25407/task/25420/stat : 25420 (java) S 25404 25407 7084 0 -1 1077944384 1065 0 0 0 21 0 0 0 20 0 15 0 162796938 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091045349616 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25421] ppid=25404 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25421/stat : 25421 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796939 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091044297312 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25422] ppid=25404 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25422/stat : 25422 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796942 10804461568 28633 18446744073709551615 4194304 4196468 140728968092128 140091043244848 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 114532 KiB

[startup+1.50111 s]
/proc/loadavg: 2.00 2.14 2.59 5/215 25422
/proc/meminfo: memFree=24953372/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=10551232 memory=311388 CPUtime=3.47 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 18647 0 0 0 335 12 0 0 20 0 15 0 162796923 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2637808 77847 3093 1 0 2627261 0
[pid=25407/tid=25409] ppid=25404 vsize=10551232 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) R 25404 25407 7084 0 -1 4202560 7554 0 0 0 122 4 0 0 20 0 15 0 162796933 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091491935592 140091469345874 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=10551232 memory=7649399375624680754 CPUtime=0.05 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 127 0 0 0 4 1 0 0 20 0 15 0 162796934 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=10551232 memory=7300704776819335744 CPUtime=0.07 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 149 0 0 0 6 1 0 0 20 0 15 0 162796934 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=10551232 memory=266260 CPUtime=0.07 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 68 0 0 0 6 1 0 0 20 0 15 0 162796934 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=10551232 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 141 0 0 0 5 1 0 0 20 0 15 0 162796934 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25414] ppid=25404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25414/stat : 25414 (java) S 25404 25407 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 162796935 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091051665904 140091487709826 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25415] ppid=25404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25415/stat : 25415 (java) S 25404 25407 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162796936 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091050612128 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25416] ppid=25404 vsize=10551232 memory=6502580487379 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25416/stat : 25416 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162796936 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091049559536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25417] ppid=25404 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25417/stat : 25417 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796938 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091048508112 140091487717275 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25418] ppid=25404 vsize=10551232 memory=13563786715989427 CPUtime=0.84 cores=0,2,4,6
/proc/25407/task/25418/stat : 25418 (java) S 25404 25407 7084 0 -1 1077944384 3935 0 0 0 83 1 0 0 20 0 15 0 162796938 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091047454704 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25419] ppid=25404 vsize=10551232 memory=4044 CPUtime=0.81 cores=0,2,4,6
/proc/25407/task/25419/stat : 25419 (java) S 25404 25407 7084 0 -1 1077944384 3843 0 0 0 81 0 0 0 20 0 15 0 162796938 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091046402160 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25420] ppid=25404 vsize=10551232 memory=2241 CPUtime=0.25 cores=0,2,4,6
/proc/25407/task/25420/stat : 25420 (java) S 25404 25407 7084 0 -1 1077944384 1386 0 0 0 25 0 0 0 20 0 15 0 162796938 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091045349616 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25421] ppid=25404 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25421/stat : 25421 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162796939 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091044297312 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25422] ppid=25404 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25422/stat : 25422 (java) S 25404 25407 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162796942 10804461568 77847 18446744073709551615 4194304 4196468 140728968092128 140091043244848 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 10551232 KiB

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

Current children cumulated memory: 451808 KiB

[startup+64.0007 s]*
/proc/loadavg: 2.07 2.13 2.56 3/214 25425
/proc/meminfo: memFree=24717092/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=10617796 memory=451808 CPUtime=67.86 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 33970 0 0 0 6761 25 0 0 20 0 16 0 162796923 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2654449 112952 3126 1 0 2643902 0
[pid=25407/tid=25409] ppid=25404 vsize=10617796 memory=836 CPUtime=63.65 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) R 25404 25407 7084 0 -1 4202560 10440 0 0 0 6360 5 0 0 20 0 16 0 162796933 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091491936984 140091116560473 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=10617796 memory=3908 CPUtime=0.15 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 221 0 0 0 12 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=10617796 memory=4872558044660077418 CPUtime=0.16 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 787 0 0 0 13 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=10617796 memory=2008 CPUtime=0.16 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 153 0 0 0 13 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=10617796 memory=11368 CPUtime=0.15 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 368 0 0 0 12 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25414] ppid=25404 vsize=10617796 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25414/stat : 25414 (java) S 25404 25407 7084 0 -1 1077944384 711 0 0 0 0 0 0 0 20 0 16 0 162796935 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091051665904 140091487709826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25415] ppid=25404 vsize=10617796 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25415/stat : 25415 (java) S 25404 25407 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162796936 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091050612128 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25416] ppid=25404 vsize=10617796 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25416/stat : 25416 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162796936 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091049559536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25417] ppid=25404 vsize=10617796 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25417/stat : 25417 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091048508112 140091487717275 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25418] ppid=25404 vsize=10617796 memory=988 CPUtime=1.56 cores=0,2,4,6
/proc/25407/task/25418/stat : 25418 (java) S 25404 25407 7084 0 -1 1077944384 7574 0 0 0 155 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091047454704 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25419] ppid=25404 vsize=10617796 memory=451808 CPUtime=1.57 cores=0,2,4,6
/proc/25407/task/25419/stat : 25419 (java) S 25404 25407 7084 0 -1 1077944384 8503 0 0 0 156 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091046402160 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25420] ppid=25404 vsize=10617796 memory=1296 CPUtime=0.34 cores=0,2,4,6
/proc/25407/task/25420/stat : 25420 (java) S 25404 25407 7084 0 -1 1077944384 2693 0 0 0 33 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091045349616 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25421] ppid=25404 vsize=10617796 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25421/stat : 25421 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162796939 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091044297312 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25422] ppid=25404 vsize=10617796 memory=1836 CPUtime=0.03 cores=0,2,4,6
/proc/25407/task/25422/stat : 25422 (java) S 25404 25407 7084 0 -1 1077944384 1139 0 0 0 1 2 0 0 20 0 16 0 162796942 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091043244848 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25423] ppid=25404 vsize=10617796 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25423/stat : 25423 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162797083 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091042190640 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 67.86 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 451808 KiB

[startup+65.6007 s]
/proc/loadavg: 2.07 2.13 2.56 3/214 25425
/proc/meminfo: memFree=24717092/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=10617796 memory=451808 CPUtime=69.45 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 33976 0 0 0 6920 25 0 0 20 0 16 0 162796923 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2654449 112952 3126 1 0 2643902 0
[pid=25407/tid=25409] ppid=25404 vsize=10617796 memory=1296 CPUtime=65.24 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) R 25404 25407 7084 0 -1 4202560 10446 0 0 0 6519 5 0 0 20 0 16 0 162796933 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091491936984 140091116508099 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=10617796 memory=2460 CPUtime=0.15 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 221 0 0 0 12 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=10617796 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 787 0 0 0 13 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=10617796 memory=1440 CPUtime=0.16 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 153 0 0 0 13 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=10617796 memory=451808 CPUtime=0.15 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 368 0 0 0 12 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25414] ppid=25404 vsize=10617796 memory=988 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25414/stat : 25414 (java) S 25404 25407 7084 0 -1 1077944384 711 0 0 0 0 0 0 0 20 0 16 0 162796935 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091051665904 140091487709826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25415] ppid=25404 vsize=10617796 memory=451808 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25415/stat : 25415 (java) S 25404 25407 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162796936 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091050612128 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25416] ppid=25404 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25416/stat : 25416 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162796936 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091049559536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25417] ppid=25404 vsize=10617796 memory=-7531822216215551788 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25417/stat : 25417 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091048508112 140091487717275 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25418] ppid=25404 vsize=10617796 memory=-4049636988374952755 CPUtime=1.56 cores=0,2,4,6
/proc/25407/task/25418/stat : 25418 (java) S 25404 25407 7084 0 -1 1077944384 7574 0 0 0 155 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091047454704 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25419] ppid=25404 vsize=10617796 memory=-7384994778349281184 CPUtime=1.57 cores=0,2,4,6
/proc/25407/task/25419/stat : 25419 (java) S 25404 25407 7084 0 -1 1077944384 8503 0 0 0 156 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091046402160 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25420] ppid=25404 vsize=10617796 memory=7016714186490735262 CPUtime=0.34 cores=0,2,4,6
/proc/25407/task/25420/stat : 25420 (java) S 25404 25407 7084 0 -1 1077944384 2693 0 0 0 33 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091045349616 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25421] ppid=25404 vsize=10617796 memory=6298654963638032225 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25421/stat : 25421 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162796939 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091044297312 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25422] ppid=25404 vsize=10617796 memory=7301849377030956375 CPUtime=0.03 cores=0,2,4,6
/proc/25407/task/25422/stat : 25422 (java) S 25404 25407 7084 0 -1 1077944384 1139 0 0 0 1 2 0 0 20 0 16 0 162796942 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091043244848 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25423] ppid=25404 vsize=10617796 memory=5939241225635063382 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25423/stat : 25423 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162797083 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091042190640 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 69.45 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 451808 KiB

[startup+66.0007 s]*
/proc/loadavg: 2.07 2.13 2.56 3/214 25425
/proc/meminfo: memFree=24717092/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=10617796 memory=451808 CPUtime=69.86 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 33978 0 0 0 6961 25 0 0 20 0 16 0 162796923 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2654449 112952 3126 1 0 2643902 0
[pid=25407/tid=25409] ppid=25404 vsize=10617796 memory=-8774313645642428999 CPUtime=65.65 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) R 25404 25407 7084 0 -1 4202560 10448 0 0 0 6560 5 0 0 20 0 16 0 162796933 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091491936984 140091113685135 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=10617796 memory=4872558044660077418 CPUtime=0.15 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 221 0 0 0 12 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=10617796 memory=-8253362762722141311 CPUtime=0.16 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 787 0 0 0 13 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=10617796 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 153 0 0 0 13 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=10617796 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 368 0 0 0 12 3 0 0 20 0 16 0 162796934 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25414] ppid=25404 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25414/stat : 25414 (java) S 25404 25407 7084 0 -1 1077944384 711 0 0 0 0 0 0 0 20 0 16 0 162796935 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091051665904 140091487709826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25415] ppid=25404 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25415/stat : 25415 (java) S 25404 25407 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162796936 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091050612128 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25416] ppid=25404 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25416/stat : 25416 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162796936 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091049559536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25417] ppid=25404 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25417/stat : 25417 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091048508112 140091487717275 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25418] ppid=25404 vsize=10617796 memory=57588 CPUtime=1.56 cores=0,2,4,6
/proc/25407/task/25418/stat : 25418 (java) S 25404 25407 7084 0 -1 1077944384 7574 0 0 0 155 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091047454704 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25419] ppid=25404 vsize=10617796 memory=4426639978525455914 CPUtime=1.57 cores=0,2,4,6
/proc/25407/task/25419/stat : 25419 (java) S 25404 25407 7084 0 -1 1077944384 8503 0 0 0 156 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091046402160 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25420] ppid=25404 vsize=10617796 memory=3047711553219693942 CPUtime=0.34 cores=0,2,4,6
/proc/25407/task/25420/stat : 25420 (java) S 25404 25407 7084 0 -1 1077944384 2693 0 0 0 33 1 0 0 20 0 16 0 162796938 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091045349616 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25421] ppid=25404 vsize=10617796 memory=4639948313719891052 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25421/stat : 25421 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162796939 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091044297312 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25422] ppid=25404 vsize=10617796 memory=7440056984007045732 CPUtime=0.03 cores=0,2,4,6
/proc/25407/task/25422/stat : 25422 (java) S 25404 25407 7084 0 -1 1077944384 1139 0 0 0 1 2 0 0 20 0 16 0 162796942 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091043244848 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25423] ppid=25404 vsize=10617796 memory=4639948313719891052 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25423/stat : 25423 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162797083 10872623104 112952 18446744073709551615 4194304 4196468 140728968092128 140091042190640 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 69.86 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 451808 KiB

[startup+66.4008 s]
/proc/loadavg: 2.07 2.13 2.56 3/214 25425
/proc/meminfo: memFree=24717092/32770624 swapFree=67108776/67108860
[pid=25407] ppid=25404 vsize=10685388 memory=451884 CPUtime=70.13 cores=0,2,4,6
/proc/25407/stat : 25407 (java) S 25404 25407 7084 0 -1 1077944320 34601 0 0 0 6988 25 0 0 20 0 16 0 162796923 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140728968074672 140091487698679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
/proc/25407/statm: 2671347 112971 3128 1 0 2660800 0
[pid=25407/tid=25409] ppid=25404 vsize=10685388 memory=15 CPUtime=65.88 cores=0,2,4,6
/proc/25407/task/25409/stat : 25409 (java) S 25404 25407 7084 0 -1 1077944384 10761 0 0 0 6583 5 0 0 20 0 16 0 162796933 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091491939360 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25410] ppid=25404 vsize=10685388 memory=288230574492221466 CPUtime=0.15 cores=0,2,4,6
/proc/25407/task/25410/stat : 25410 (java) S 25404 25407 7084 0 -1 1077944384 221 0 0 0 12 3 0 0 20 0 16 0 162796934 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091434047760 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25411] ppid=25404 vsize=10685388 memory=300896995755950391 CPUtime=0.16 cores=0,2,4,6
/proc/25407/task/25411/stat : 25411 (java) S 25404 25407 7084 0 -1 1077944384 787 0 0 0 13 3 0 0 20 0 16 0 162796934 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091432995216 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25412] ppid=25404 vsize=10685388 memory=13563786715989427 CPUtime=0.16 cores=0,2,4,6
/proc/25407/task/25412/stat : 25412 (java) S 25404 25407 7084 0 -1 1077944384 153 0 0 0 13 3 0 0 20 0 16 0 162796934 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091096619536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25413] ppid=25404 vsize=10685388 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/25407/task/25413/stat : 25413 (java) S 25404 25407 7084 0 -1 1077944384 368 0 0 0 12 3 0 0 20 0 16 0 162796934 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091095566992 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25414] ppid=25404 vsize=10685388 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25414/stat : 25414 (java) S 25404 25407 7084 0 -1 1077944384 711 0 0 0 0 0 0 0 20 0 16 0 162796935 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091051665904 140091487709826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25415] ppid=25404 vsize=10685388 memory=988 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25415/stat : 25415 (java) S 25404 25407 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162796936 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091050612128 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25416] ppid=25404 vsize=10685388 memory=12320 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25416/stat : 25416 (java) S 25404 25407 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162796936 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091049559536 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25417] ppid=25404 vsize=10685388 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25417/stat : 25417 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162796938 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091048508112 140091487717275 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25418] ppid=25404 vsize=10685388 memory=3908 CPUtime=1.57 cores=0,2,4,6
/proc/25407/task/25418/stat : 25418 (java) S 25404 25407 7084 0 -1 1077944384 7588 0 0 0 156 1 0 0 20 0 16 0 162796938 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091047454704 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25419] ppid=25404 vsize=10685388 memory=16444 CPUtime=1.6 cores=0,2,4,6
/proc/25407/task/25419/stat : 25419 (java) S 25404 25407 7084 0 -1 1077944384 8569 0 0 0 159 1 0 0 20 0 16 0 162796938 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091046402160 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25420] ppid=25404 vsize=10685388 memory=2756 CPUtime=0.35 cores=0,2,4,6
/proc/25407/task/25420/stat : 25420 (java) S 25404 25407 7084 0 -1 1077944384 2773 0 0 0 34 1 0 0 20 0 16 0 162796938 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091045349616 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25421] ppid=25404 vsize=10685388 memory=3052 CPUtime=0 cores=0,2,4,6
/proc/25407/task/25421/stat : 25421 (java) S 25404 25407 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162796939 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091044297312 140091487708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
[pid=25407/tid=25422] ppid=25404 vsize=10685388 memory=4068 CPUtime=0.03 cores=0,2,4,6
/proc/25407/task/25422/stat : 25422 (java) S 25404 25407 7084 0 -1 1077944384 1139 0 0 0 1 2 0 0 20 0 16 0 162796942 10941837312 112971 18446744073709551615 4194304 4196468 140728968092128 140091043244848 140091487709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12750848 140728968094096 140728968094249 140728968094249 140728968097743 0
Current children cumulated CPU time: 70.13 s
Current children cumulated vsize: 10685388 KiB
Current children cumulated memory: 451884 KiB

Child status: 0
Real time (s): 66.4596
CPU time (s): 70.1631
CPU user time (s): 69.8989
CPU system time (s): 0.264211
CPU usage (%): 105.573
Max. virtual memory (cumulated for all children) (KiB): 10685388
Max. memory (cumulated for all children) (KiB): 456124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.8989
system time used= 0.264211
maximum resident set size= 456124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34947
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3299
involuntary context switches= 103


# summary of solver processes directly reported to runsolver:
#   pid: 25407
#   total CPU time (s): 70.1631
#   total CPU user time (s): 69.8989
#   total CPU system time (s): 0.264211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.430272 second user time and 0.691278 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 15:22:57
IDJOB=4263235
IDBENCH=134531
IDSOLVER=2651
FILE ID=node132/4263235-1502631442
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-01.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263235-1502631442/watcher-4263235-1502631442 -o /tmp/evaluation-result-4263235-1502631442/solver-4263235-1502631442 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263235-1502631442.xml

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

MD5SUM BENCH= 4b3f242d4d7820c1a4b57bc20b9aba43
RANDOM SEED=2037439164

node132.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.74
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.74
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.74
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.74
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:        25157172 kB
MemAvailable:   25400500 kB
Buffers:          227256 kB
Cached:           340644 kB
SwapCached:           84 kB
Active:          7027952 kB
Inactive:         166488 kB
Active(anon):    6574388 kB
Inactive(anon):   101948 kB
Active(file):     453564 kB
Inactive(file):    64540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       6626004 kB
Mapped:            76276 kB
Shmem:             49768 kB
Slab:             109084 kB
SReclaimable:      82116 kB
SUnreclaim:        26968 kB
KernelStack:        3520 kB
PageTables:        17572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8200244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6293504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 15:24:03