Trace number 4263524

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 9.6880999 7.9113998

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-05_X2.xml
MD5SUMe93f9383432bfdcdac2c998bf48e4532
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.119231
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints309
Number of domains2
Minimum domain size6
Maximum domain size25
Distribution of domain sizes[{"size":6,"count":1},{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree25
Distribution of variable degrees[{"degree":9,"count":1},{"degree":24,"count":16},{"degree":25,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":309}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309}]
Optimization problemNO
Type of objective

Solver Data

1.06/0.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.06/0.68	c This is free software under the dual EPL/GNU LGPL licenses.
1.06/0.68	c See www.sat4j.org for details.
1.06/0.68	c That software uses the Rhino library from the Mozilla project.
1.06/0.68	c version CUSTOM.v20170705
1.06/0.68	c java.runtime.name	Java(TM) SE Runtime Environment
1.06/0.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.06/0.68	c java.vm.version	25.131-b11
1.06/0.68	c java.vm.vendor	Oracle Corporation
1.06/0.68	c sun.arch.data.model	64
1.06/0.68	c java.version		1.8.0_131
1.06/0.68	c os.name		Linux
1.06/0.68	c os.version		3.10.0-514.16.1.el7.x86_64
1.06/0.68	c os.arch		amd64
1.06/0.68	c Free memory 		499604488
1.06/0.68	c Max memory 		7247757312
1.06/0.68	c Total memory 		504889344
1.06/0.68	c Number of processors 	4
1.06/0.68	c c --- Begin Solver configuration ---
1.06/0.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.06/0.68	c Learn all clauses as in MiniSAT
1.06/0.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.06/0.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.06/0.68	c No reason simplification
1.06/0.68	c Glucose 2.1 dynamic restart strategy
1.06/0.68	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
1.06/0.68	c timeout=2147483s
1.06/0.68	c DB Simplification allowed=false
1.06/0.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.06/0.68	c --- End Solver configuration ---
1.06/0.68	c constraints type 
1.06/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 52
1.06/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6396
1.06/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 177411
1.06/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 618
1.06/0.68	c 184477 constraints processed.
9.66/7.89	c starts		: 502
9.66/7.89	c conflicts		: 117074
9.66/7.89	c decisions		: 694477
9.66/7.89	c propagations		: 9100011
9.66/7.89	c inspects		: 110944188
9.66/7.89	c shortcuts		: 0
9.66/7.89	c learnt literals	: 5
9.66/7.89	c learnt binary clauses	: 5325
9.66/7.89	c learnt ternary clauses	: 1675
9.66/7.89	c learnt constraints	: 117069
9.66/7.89	c ignored constraints	: 0
9.66/7.89	c root simplifications	: 0
9.66/7.89	c removed literals (reason simplification)	: 0
9.66/7.89	c reason swapping (by a shorter reason)	: 0
9.66/7.89	c Calls to reduceDB	: 11
9.66/7.89	c Number of update (reduction) of LBD	: 75701
9.66/7.89	c Imported unit clauses	: 0
9.66/7.89	c number of reductions to clauses (during analyze)	: 0
9.66/7.89	c number of learned constraints concerned by reduction	: 0
9.66/7.89	c number of learning phase by resolution	: 0
9.66/7.89	c number of learning phase by cutting planes	: 0
9.66/7.89	c number of rounding to 1 operations	: 0
9.66/7.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
9.66/7.89	c number of reductions of the coefficients by power 2 	: 0
9.66/7.89	c number of right shift for reduction by power 2 	: 0
9.66/7.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
9.66/7.89	c speed (assignments/second)	: 1262662.8278062996
9.66/7.89	c non guided choices	6933
9.67/7.90	c learnt constraints type 
9.67/7.90	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5325
9.67/7.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21660
9.67/7.90	s SATISFIABLE
9.67/7.90	v <instantiation type="solution">
9.67/7.90	v 	<list> w0 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] </list>
9.67/7.90	v 	<values> 12 4 13 24 17 10 1 8 19 22 15 6 3 14 23 12 21 18 9 2 5 16 7 0 11 20 </values>
9.67/7.90	v </instantiation>
9.67/7.90	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263524-1502627288/watcher-4263524-1502627288 -o /tmp/evaluation-result-4263524-1502627288/solver-4263524-1502627288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263524-1502627288.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
solver pid=29289, runsolver pid=29286
Current StackSize limit: 8192 KiB


[startup+0.1002 s]*
/proc/loadavg: 2.00 2.20 2.75 3/205 29298
/proc/meminfo: memFree=30702220/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10151672 memory=21056 CPUtime=0.04 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 4164 0 0 0 3 1 0 0 20 0 9 0 64949455 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2537918 5264 2122 1 0 2527415 0
[pid=29289/tid=29291] ppid=29286 vsize=10151672 memory=8390339637985935414 CPUtime=0.03 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) R 29286 29289 897 0 -1 4202560 2805 0 0 0 3 0 0 0 20 0 9 0 64949462 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140032488501112 140032476756885 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10151672 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64949463 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10151672 memory=288370667367294592 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64949463 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64949463 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64949463 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10151672 memory=140291215582848 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64949464 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64949465 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64949465 10395312128 5264 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21056 KiB

[startup+0.210282 s]*
/proc/loadavg: 2.00 2.20 2.75 3/211 29304
/proc/meminfo: memFree=30698528/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10551156 memory=29900 CPUtime=0.11 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 7585 0 0 0 9 2 0 0 20 0 15 0 64949455 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2637789 7475 2801 1 0 2627261 0
[pid=29289/tid=29291] ppid=29286 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) R 29286 29289 897 0 -1 4202560 5508 0 0 0 7 2 0 0 20 0 15 0 64949462 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032488454064 140032468346206 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64949463 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10551156 memory=288370667367294592 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64949463 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64949463 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64949463 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10551156 memory=140291215582848 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64949464 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64949465 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64949465 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29299] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29299/stat : 29299 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64949467 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032061192144 140032484284315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29300] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29300/stat : 29300 (java) S 29286 29289 897 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 64949467 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032060140272 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29301] ppid=29286 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29301/stat : 29301 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64949467 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032059087728 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29302] ppid=29286 vsize=10551156 memory=140291215582848 CPUtime=0.01 cores=0,2,4,6
/proc/29289/task/29302/stat : 29302 (java) R 29286 29289 897 0 -1 4202560 295 0 0 0 1 0 0 0 20 0 15 0 64949467 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032058034672 140032468448463 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29303] ppid=29286 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29303/stat : 29303 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64949467 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032056982368 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29304] ppid=29286 vsize=10551156 memory=140291215582848 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29304/stat : 29304 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64949473 10804383744 7475 18446744073709551615 4194304 4196468 140736581440368 140032055929392 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29900 KiB

[startup+0.310319 s]*
/proc/loadavg: 2.00 2.20 2.75 4/211 29304
/proc/meminfo: memFree=30688752/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10551156 memory=39236 CPUtime=0.28 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 9102 0 0 0 25 3 0 0 20 0 15 0 64949455 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2637789 9809 2915 1 0 2627261 0
[pid=29289/tid=29291] ppid=29286 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) R 29286 29289 897 0 -1 4202560 6173 0 0 0 17 2 0 0 20 0 15 0 64949462 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032488504528 140032468346206 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64949463 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64949463 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64949463 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64949463 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64949464 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64949465 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64949465 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29299] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29299/stat : 29299 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64949467 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032061192144 140032484284315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29300] ppid=29286 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29289/task/29300/stat : 29300 (java) S 29286 29289 897 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 15 0 64949467 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032060140272 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29301] ppid=29286 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29289/task/29301/stat : 29301 (java) S 29286 29289 897 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 15 0 64949467 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032059087728 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29302] ppid=29286 vsize=10551156 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/29289/task/29302/stat : 29302 (java) R 29286 29289 897 0 -1 4202560 855 0 0 0 5 0 0 0 20 0 15 0 64949467 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032058030432 140032462949224 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29303] ppid=29286 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29303/stat : 29303 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64949467 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032056982368 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29304] ppid=29286 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29304/stat : 29304 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64949473 10804383744 9809 18446744073709551615 4194304 4196468 140736581440368 140032055929392 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39236 KiB

[startup+0.700839 s]
/proc/loadavg: 2.24 2.25 2.77 5/211 29304
/proc/meminfo: memFree=30677616/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10617796 memory=93352 CPUtime=1.39 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 12490 0 0 0 134 5 0 0 20 0 16 0 64949455 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2654449 23338 3057 1 0 2643902 0
[pid=29289/tid=29291] ppid=29286 vsize=10617796 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) R 29286 29289 897 0 -1 4202560 7524 0 0 0 53 4 0 0 20 0 16 0 64949462 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032488502096 140032484277654 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10617796 memory=297 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10617796 memory=245 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10617796 memory=280582160927616 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10617796 memory=280582160983216 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10617796 memory=140291080468304 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 64949464 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64949465 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64949465 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29299] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29299/stat : 29299 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032061192144 140032484284315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29300] ppid=29286 vsize=10617796 memory=2000 CPUtime=0.25 cores=0,2,4,6
/proc/29289/task/29300/stat : 29300 (java) R 29286 29289 897 0 -1 4202560 1121 0 0 0 25 0 0 0 20 0 16 0 64949467 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032060139456 140032484287066 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29301] ppid=29286 vsize=10617796 memory=10976 CPUtime=0.25 cores=0,2,4,6
/proc/29289/task/29301/stat : 29301 (java) R 29286 29289 897 0 -1 4202560 766 0 0 0 25 0 0 0 20 0 16 0 64949467 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032059074256 140032465441796 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29302] ppid=29286 vsize=10617796 memory=1200 CPUtime=0.3 cores=0,2,4,6
/proc/29289/task/29302/stat : 29302 (java) R 29286 29289 897 0 -1 1077944384 1687 0 0 0 30 0 0 0 20 0 16 0 64949467 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032058034672 140032484276866 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29303] ppid=29286 vsize=10617796 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29303/stat : 29303 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032056982368 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29304] ppid=29286 vsize=10617796 memory=20440 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29304/stat : 29304 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949473 10872623104 23338 18446744073709551615 4194304 4196468 140736581440368 140032055929392 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 93352 KiB

[startup+1.50084 s]
/proc/loadavg: 2.24 2.25 2.77 5/212 29305
/proc/meminfo: memFree=30628272/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10617796 memory=103624 CPUtime=3.19 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 18141 0 0 0 313 6 0 0 20 0 16 0 64949455 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2654449 25906 3082 1 0 2643902 0
[pid=29289/tid=29291] ppid=29286 vsize=10617796 memory=117 CPUtime=1.37 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) R 29286 29289 897 0 -1 4202560 8080 0 0 0 133 4 0 0 20 0 16 0 64949462 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032488500720 140032127819701 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10617796 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10617796 memory=10976 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10617796 memory=7446534215326328408 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 16 0 64949464 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10617796 memory=7374755785842911338 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64949465 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10617796 memory=7523372460388079208 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64949465 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29299] ppid=29286 vsize=10617796 memory=180 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29299/stat : 29299 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032061192144 140032484284315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29300] ppid=29286 vsize=10617796 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/29289/task/29300/stat : 29300 (java) S 29286 29289 897 0 -1 1077944384 3737 0 0 0 78 0 0 0 20 0 16 0 64949467 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032060140272 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29301] ppid=29286 vsize=10617796 memory=4532 CPUtime=0.65 cores=0,2,4,6
/proc/29289/task/29301/stat : 29301 (java) S 29286 29289 897 0 -1 1077944384 2811 0 0 0 65 0 0 0 20 0 16 0 64949467 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032059087728 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29302] ppid=29286 vsize=10617796 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/29289/task/29302/stat : 29302 (java) S 29286 29289 897 0 -1 1077944384 2007 0 0 0 35 0 0 0 20 0 16 0 64949467 10872623104 25906 18446744073709551615 4194304 4196468 140736581440368 140032058034672 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0

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

Current children cumulated CPU time: 8.33 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 124280 KiB

[startup+7.2008 s]
/proc/loadavg: 2.22 2.25 2.76 3/212 29305
/proc/meminfo: memFree=30600928/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10617796 memory=126328 CPUtime=9.13 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 19686 0 0 0 907 6 0 0 20 0 16 0 64949455 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2654449 31582 3082 1 0 2643902 0
[pid=29289/tid=29291] ppid=29286 vsize=10617796 memory=0 CPUtime=7.07 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) R 29286 29289 897 0 -1 4202560 8393 0 0 0 703 4 0 0 20 0 16 0 64949462 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032488504168 140032128182699 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10617796 memory=124280 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10617796 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10617796 memory=36692 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10617796 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 16 0 64949464 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10617796 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64949465 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10617796 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64949465 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29299] ppid=29286 vsize=10617796 memory=124280 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29299/stat : 29299 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032061192144 140032484284315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29300] ppid=29286 vsize=10617796 memory=1228 CPUtime=0.79 cores=0,2,4,6
/proc/29289/task/29300/stat : 29300 (java) S 29286 29289 897 0 -1 1077944384 3747 0 0 0 79 0 0 0 20 0 16 0 64949467 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032060140272 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29301] ppid=29286 vsize=10617796 memory=796 CPUtime=0.87 cores=0,2,4,6
/proc/29289/task/29301/stat : 29301 (java) S 29286 29289 897 0 -1 1077944384 3356 0 0 0 87 0 0 0 20 0 16 0 64949467 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032059087728 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29302] ppid=29286 vsize=10617796 memory=5788 CPUtime=0.36 cores=0,2,4,6
/proc/29289/task/29302/stat : 29302 (java) S 29286 29289 897 0 -1 1077944384 2055 0 0 0 36 0 0 0 20 0 16 0 64949467 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032058034672 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29303] ppid=29286 vsize=10617796 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29303/stat : 29303 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032056982368 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29304] ppid=29286 vsize=10617796 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29304/stat : 29304 (java) S 29286 29289 897 0 -1 1077944384 457 0 0 0 0 0 0 0 20 0 16 0 64949473 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032055929392 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29305] ppid=29286 vsize=10617796 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29305/stat : 29305 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64949524 10872623104 31582 18446744073709551615 4194304 4196468 140736581440368 140032054875184 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
Current children cumulated CPU time: 9.13 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 126328 KiB

[startup+7.6008 s]
/proc/loadavg: 2.22 2.25 2.76 3/212 29305
/proc/meminfo: memFree=30600928/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10617796 memory=128444 CPUtime=9.56 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 20591 0 0 0 949 7 0 0 20 0 16 0 64949455 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2654449 32111 3082 1 0 2643902 0
[pid=29289/tid=29291] ppid=29286 vsize=10617796 memory=7235140933286192235 CPUtime=7.47 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) R 29286 29289 897 0 -1 4202560 8427 0 0 0 743 4 0 0 20 0 16 0 64949462 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032488504168 140032127733529 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10617796 memory=7235140933286192235 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10617796 memory=7379545387275149912 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10617796 memory=7595723624064112748 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10617796 memory=330 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 16 0 64949464 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64949465 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10617796 memory=1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64949465 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29299] ppid=29286 vsize=10617796 memory=42 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29299/stat : 29299 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032061192144 140032484284315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29300] ppid=29286 vsize=10617796 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/29289/task/29300/stat : 29300 (java) S 29286 29289 897 0 -1 1077944384 3750 0 0 0 79 0 0 0 20 0 16 0 64949467 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032060140272 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29301] ppid=29286 vsize=10617796 memory=1607 CPUtime=0.89 cores=0,2,4,6
/proc/29289/task/29301/stat : 29301 (java) S 29286 29289 897 0 -1 1077944384 4221 0 0 0 89 0 0 0 20 0 16 0 64949467 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032059087728 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29302] ppid=29286 vsize=10617796 memory=338 CPUtime=0.36 cores=0,2,4,6
/proc/29289/task/29302/stat : 29302 (java) S 29286 29289 897 0 -1 1077944384 2058 0 0 0 36 0 0 0 20 0 16 0 64949467 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032058034672 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29303] ppid=29286 vsize=10617796 memory=104 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29303/stat : 29303 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032056982368 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29304] ppid=29286 vsize=10617796 memory=108 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29304/stat : 29304 (java) S 29286 29289 897 0 -1 1077944384 457 0 0 0 0 0 0 0 20 0 16 0 64949473 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032055929392 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29305] ppid=29286 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29305/stat : 29305 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64949524 10872623104 32111 18446744073709551615 4194304 4196468 140736581440368 140032054875184 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 128444 KiB

[startup+7.80075 s]
/proc/loadavg: 2.22 2.25 2.76 3/212 29305
/proc/meminfo: memFree=30600928/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10750924 memory=132688 CPUtime=9.66 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 21082 0 0 0 959 7 0 0 20 0 16 0 64949455 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2687731 33172 3090 1 0 2677184 0
[pid=29289/tid=29291] ppid=29286 vsize=10750924 memory=0 CPUtime=7.56 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) S 29286 29289 897 0 -1 1077944384 8707 0 0 0 752 4 0 0 20 0 16 0 64949462 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032488506400 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10750924 memory=4272 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64949463 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10750924 memory=1 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10750924 memory=140291080416620 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10750924 memory=280582160999856 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10750924 memory=419 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 16 0 64949464 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10750924 memory=22 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64949465 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10750924 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64949465 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29299] ppid=29286 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29299/stat : 29299 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032061192144 140032484284315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29300] ppid=29286 vsize=10750924 memory=245 CPUtime=0.8 cores=0,2,4,6
/proc/29289/task/29300/stat : 29300 (java) S 29286 29289 897 0 -1 1077944384 3773 0 0 0 80 0 0 0 20 0 16 0 64949467 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032060140272 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29301] ppid=29286 vsize=10750924 memory=-2893623298589923098 CPUtime=0.89 cores=0,2,4,6
/proc/29289/task/29301/stat : 29301 (java) S 29286 29289 897 0 -1 1077944384 4228 0 0 0 89 0 0 0 20 0 16 0 64949467 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032059087728 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29302] ppid=29286 vsize=10750924 memory=36692 CPUtime=0.36 cores=0,2,4,6
/proc/29289/task/29302/stat : 29302 (java) S 29286 29289 897 0 -1 1077944384 2101 0 0 0 36 0 0 0 20 0 16 0 64949467 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032058034672 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29303] ppid=29286 vsize=10750924 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29303/stat : 29303 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032056982368 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29304] ppid=29286 vsize=10750924 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29304/stat : 29304 (java) S 29286 29289 897 0 -1 1077944384 457 0 0 0 0 0 0 0 20 0 16 0 64949473 11008946176 33172 18446744073709551615 4194304 4196468 140736581440368 140032055929392 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
Current children cumulated CPU time: 9.66 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 132688 KiB

[startup+7.90066 s]
/proc/loadavg: 2.22 2.25 2.76 3/212 29305
/proc/meminfo: memFree=30600928/32770624 swapFree=67108860/67108860
[pid=29289] ppid=29286 vsize=10750924 memory=134836 CPUtime=9.67 cores=0,2,4,6
/proc/29289/stat : 29289 (java) S 29286 29289 897 0 -1 1077944320 21293 0 0 0 960 7 0 0 20 0 16 0 64949455 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140736581422912 140032484265719 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
/proc/29289/statm: 2687731 33709 3091 1 0 2677184 0
[pid=29289/tid=29291] ppid=29286 vsize=10750924 memory=2000 CPUtime=7.56 cores=0,2,4,6
/proc/29289/task/29291/stat : 29291 (java) S 29286 29289 897 0 -1 1077944384 8707 0 0 0 752 4 0 0 20 0 16 0 64949462 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032488506400 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29292] ppid=29286 vsize=10750924 memory=10976 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29292/stat : 29292 (java) S 29286 29289 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64949463 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032445164560 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29293] ppid=29286 vsize=10750924 memory=118036 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29293/stat : 29293 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032444112016 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29294] ppid=29286 vsize=10750924 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29294/stat : 29294 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032093379344 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29295] ppid=29286 vsize=10750924 memory=280582160670752 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29295/stat : 29295 (java) S 29286 29289 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64949463 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032092326800 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29296] ppid=29286 vsize=10750924 memory=4640485871438549090 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29296/stat : 29296 (java) S 29286 29289 897 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 16 0 64949464 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032064350448 140032484276866 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29297] ppid=29286 vsize=10750924 memory=7649399379902806322 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29297/stat : 29297 (java) S 29286 29289 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64949465 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032063296672 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29298] ppid=29286 vsize=10750924 memory=128376 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29298/stat : 29298 (java) S 29286 29289 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64949465 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032062243568 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29299] ppid=29286 vsize=10750924 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29299/stat : 29299 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032061192144 140032484284315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29300] ppid=29286 vsize=10750924 memory=2000 CPUtime=0.8 cores=0,2,4,6
/proc/29289/task/29300/stat : 29300 (java) S 29286 29289 897 0 -1 1077944384 3777 0 0 0 80 0 0 0 20 0 16 0 64949467 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032060140272 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29301] ppid=29286 vsize=10750924 memory=10976 CPUtime=0.89 cores=0,2,4,6
/proc/29289/task/29301/stat : 29301 (java) S 29286 29289 897 0 -1 1077944384 4230 0 0 0 89 0 0 0 20 0 16 0 64949467 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032059087728 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29302] ppid=29286 vsize=10750924 memory=1200 CPUtime=0.36 cores=0,2,4,6
/proc/29289/task/29302/stat : 29302 (java) S 29286 29289 897 0 -1 1077944384 2102 0 0 0 36 0 0 0 20 0 16 0 64949467 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032058034672 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29303] ppid=29286 vsize=10750924 memory=26660 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29303/stat : 29303 (java) S 29286 29289 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64949467 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032056982368 140032484275925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
[pid=29289/tid=29304] ppid=29286 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29289/task/29304/stat : 29304 (java) S 29286 29289 897 0 -1 1077944384 457 0 0 0 0 0 0 0 20 0 16 0 64949473 11008946176 33709 18446744073709551615 4194304 4196468 140736581440368 140032055929392 140032484276866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140736581443984 140736581444137 140736581444137 140736581447631 0
Current children cumulated CPU time: 9.67 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 134836 KiB

Child status: 0
Real time (s): 7.9114
CPU time (s): 9.6881
CPU user time (s): 9.61271
CPU system time (s): 0.075389
CPU usage (%): 122.457
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 134836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.61271
system time used= 0.075389
maximum resident set size= 135024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21441
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1789
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 29289
#   total CPU time (s): 9.6881
#   total CPU user time (s): 9.61271
#   total CPU system time (s): 0.075389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063628 second user time and 0.121106 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 14:14:02
IDJOB=4263524
IDBENCH=130607
IDSOLVER=2651
FILE ID=node125/4263524-1502627288
RUNJOBID= node125-1502623975-28610
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-05_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263524-1502627288/watcher-4263524-1502627288 -o /tmp/evaluation-result-4263524-1502627288/solver-4263524-1502627288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263524-1502627288.xml

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

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=395879124

node125.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.07
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.07
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.07
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.07
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:        30713600 kB
MemAvailable:   31558440 kB
Buffers:          283968 kB
Cached:           856716 kB
SwapCached:            0 kB
Active:          1045440 kB
Inactive:         582300 kB
Active(anon):     487500 kB
Inactive(anon):    33100 kB
Active(file):     557940 kB
Inactive(file):   549200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:        490716 kB
Mapped:            58400 kB
Shmem:             33444 kB
Slab:             132636 kB
SReclaimable:     107068 kB
SUnreclaim:        25568 kB
KernelStack:        3712 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1549720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 14:14:10