Trace number 4302015

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11OPT871 88.8327 86.2032

General information on the benchmark

NameKnapsack/
Knapsack-30-100-01_c18.xml
MD5SUM29cb88997fb73697c0a266537888e139
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark871
Best CPU time to get the best result obtained on this benchmark0.458688
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.51/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.51/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.51/0.36	c See www.sat4j.org for details.
0.51/0.36	c That software uses the Rhino library from the Mozilla project.
0.51/0.36	c version 2.3.6-SNAPSHOT
0.51/0.36	c java.runtime.name	Java(TM) SE Runtime Environment
0.51/0.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.51/0.36	c java.vm.version	25.131-b11
0.51/0.36	c java.vm.vendor	Oracle Corporation
0.51/0.36	c sun.arch.data.model	64
0.51/0.36	c java.version		1.8.0_131
0.51/0.36	c os.name		Linux
0.51/0.36	c os.version		3.10.0-514.16.1.el7.x86_64
0.51/0.36	c os.arch		amd64
0.51/0.36	c Free memory 		499604488
0.51/0.36	c Max memory 		7247757312
0.51/0.36	c Total memory 		504889344
0.51/0.36	c Number of processors 	4
0.51/0.36	c c --- Begin Solver configuration ---
0.51/0.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.51/0.36	c Learn all clauses as in MiniSAT
0.51/0.36	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.51/0.36	c No reason simplification
0.51/0.36	c Glucose 2.1 dynamic restart strategy
0.51/0.36	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.51/0.36	c timeout=2147483s
0.51/0.36	c DB Simplification allowed=false
0.51/0.36	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.51/0.36	c --- End Solver configuration ---
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 468
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11512
0.51/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.51/0.36	c 12042 constraints processed.
4.62/3.71	o 807
5.24/4.03	o 829
5.24/4.04	o 834
5.24/4.06	o 839
5.24/4.07	o 869
7.25/5.67	o 871
88.81/86.19	c starts		: 241
88.81/86.19	c conflicts		: 225323
88.81/86.19	c decisions		: 300021
88.81/86.19	c propagations		: 346070567
88.81/86.19	c inspects		: 903127895
88.81/86.19	c shortcuts		: 0
88.81/86.19	c learnt literals	: 366
88.81/86.19	c learnt binary clauses	: 37
88.81/86.19	c learnt ternary clauses	: 141
88.81/86.19	c learnt constraints	: 224956
88.81/86.19	c ignored constraints	: 0
88.81/86.19	c root simplifications	: 0
88.81/86.19	c removed literals (reason simplification)	: 0
88.81/86.19	c reason swapping (by a shorter reason)	: 0
88.81/86.19	c Calls to reduceDB	: 18
88.81/86.19	c Number of update (reduction) of LBD	: 75883
88.81/86.19	c Imported unit clauses	: 0
88.81/86.19	c number of reductions to clauses (during analyze)	: 0
88.81/86.19	c number of learned constraints concerned by reduction	: 0
88.81/86.19	c number of learning phase by resolution	: 0
88.81/86.19	c number of learning phase by cutting planes	: 0
88.81/86.19	c number of rounding to 1 operations	: 0
88.81/86.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
88.81/86.19	c number of reductions of the coefficients by power 2 	: 0
88.81/86.19	c number of right shift for reduction by power 2 	: 0
88.81/86.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
88.81/86.19	c number of ending skipping 	: 0
88.81/86.19	c number of internal skipping 	: 0
88.81/86.19	c number of derivation steps 	: 0
88.81/86.19	c number of skipped derivation steps 	: 0
88.81/86.19	c number of remaining unassigned 	: 0
88.81/86.19	c number of remaining assigned 	: 0
88.81/86.19	c speed (assignments/second)	: 4032328.5677665924
88.81/86.19	c non guided choices	: 1350
88.81/86.19	s OPTIMUM FOUND
88.81/86.19	v <instantiation type="optimum" cost="871">
88.81/86.19	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] </list>
88.81/86.19	v 	<values> 0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 1 0 1 </values>
88.81/86.19	v </instantiation>
88.81/86.19	

Verifier Data

OK	871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302015-1532886451/watcher-4302015-1532886451 -o /tmp/evaluation-result-4302015-1532886451/solver-4302015-1532886451 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302015-1532886451.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=13444, runsolver pid=13441

[startup+0.100125 s]*
/proc/loadavg: 3.26 2.62 2.55 7/215 13459
/proc/meminfo: memFree=20883312/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10659012 memory=30652 CPUtime=0.12 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 6732 0 0 0 11 1 0 0 20 0 15 0 106208251 10914828288 7663 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2664753 7663 2840 1 0 2627263 0
[pid=13444/tid=13446] ppid=13441 vsize=10659012 memory=-8773748148829982845 CPUtime=0.09 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) R 13441 13444 10029 0 -1 4202560 4564 0 0 0 8 1 0 0 20 0 15 0 106208252 10914828288 7663 33554432000 4194304 4196468 140731944218032 140334354311744 140334350111901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914828288 7663 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10659012 memory=139789826291328 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914828288 7663 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914828288 7663 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106208253 10914828288 7663 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13451] ppid=13441 vsize=10659012 memory=139789826291328 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13451/stat : 13451 (java) S 13441 13444 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106208254 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333587102576 140334350101122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13452] ppid=13441 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13452/stat : 13452 (java) S 13441 13444 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106208254 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333586048544 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13453] ppid=13441 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13453/stat : 13453 (java) S 13441 13444 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106208255 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333584995696 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13454] ppid=13441 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13454/stat : 13454 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106208257 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333583944016 140334350108571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13455] ppid=13441 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13455/stat : 13455 (java) S 13441 13444 10029 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 106208257 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333582891376 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13456] ppid=13441 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13456/stat : 13456 (java) S 13441 13444 10029 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 106208257 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333581838576 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13457] ppid=13441 vsize=10659012 memory=139789826291328 CPUtime=0.01 cores=0,2,4,6
/proc/13444/task/13457/stat : 13457 (java) R 13441 13444 10029 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 15 0 106208257 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333580785776 140334342327102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13458] ppid=13441 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13458/stat : 13458 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106208257 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333579733216 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13459] ppid=13441 vsize=10659012 memory=139789826291328 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13459/stat : 13459 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208258 10914828288 7663 33554432000 4194304 4196468 140731944218032 140333578681520 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30652 KiB

[startup+0.212152 s]*
/proc/loadavg: 3.26 2.62 2.55 3/215 13459
/proc/meminfo: memFree=20824476/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10659012 memory=41860 CPUtime=0.33 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 8134 0 0 0 30 3 0 0 20 0 15 0 106208251 10914828288 10465 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2664753 10465 2996 1 0 2627263 0
[pid=13444/tid=13446] ppid=13441 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) R 13441 13444 10029 0 -1 4202560 5023 0 0 0 18 2 0 0 20 0 15 0 106208252 10914828288 10465 33554432000 4194304 4196468 140731944218032 140334354326592 140334334133605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914828288 10465 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10659012 memory=139789826303773 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914828288 10465 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914828288 10465 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106208253 10914828288 10465 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13451] ppid=13441 vsize=10659012 memory=139789826291328 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13451/stat : 13451 (java) S 13441 13444 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106208254 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333587102576 140334350101122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13452] ppid=13441 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13452/stat : 13452 (java) S 13441 13444 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106208254 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333586048544 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13453] ppid=13441 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13453/stat : 13453 (java) S 13441 13444 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106208255 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333584995696 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13454] ppid=13441 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13454/stat : 13454 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106208257 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333583944016 140334350108571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13455] ppid=13441 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13455/stat : 13455 (java) S 13441 13444 10029 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 106208257 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333582891376 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13456] ppid=13441 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13456/stat : 13456 (java) S 13441 13444 10029 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 15 0 106208257 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333581838576 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13457] ppid=13441 vsize=10659012 memory=139789826291328 CPUtime=0.07 cores=0,2,4,6
/proc/13444/task/13457/stat : 13457 (java) R 13441 13444 10029 0 -1 4202560 722 0 0 0 7 0 0 0 20 0 15 0 106208257 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333580785776 140334342327102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13458] ppid=13441 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13458/stat : 13458 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106208257 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333579733216 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13459] ppid=13441 vsize=10659012 memory=139789826291328 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13459/stat : 13459 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208258 10914828288 10465 33554432000 4194304 4196468 140731944218032 140333578681520 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41860 KiB

[startup+0.310393 s]*
/proc/loadavg: 3.26 2.62 2.55 3/215 13459
/proc/meminfo: memFree=20817404/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10659088 memory=47224 CPUtime=0.51 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 9049 0 0 0 48 3 0 0 20 0 15 0 106208251 10914906112 11806 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2664772 11806 3044 1 0 2627263 0
[pid=13444/tid=13446] ppid=13441 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) R 13441 13444 10029 0 -1 4202560 5787 0 0 0 27 2 0 0 20 0 15 0 106208252 10914906112 11806 33554432000 4194304 4196468 140731944218032 140334354323888 140333979610248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10659088 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914906112 11806 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10659088 memory=139789826303373 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914906112 11806 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208253 10914906112 11806 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106208253 10914906112 11806 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13451] ppid=13441 vsize=10659088 memory=139789826291328 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13451/stat : 13451 (java) S 13441 13444 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106208254 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333587102576 140334350101122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13452] ppid=13441 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13452/stat : 13452 (java) S 13441 13444 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106208254 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333586048544 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13453] ppid=13441 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13453/stat : 13453 (java) S 13441 13444 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106208255 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333584995696 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13454] ppid=13441 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13454/stat : 13454 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106208257 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333583944016 140334350108571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13455] ppid=13441 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/13444/task/13455/stat : 13455 (java) S 13441 13444 10029 0 -1 1077944384 586 0 0 0 4 0 0 0 20 0 15 0 106208257 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333582891376 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13456] ppid=13441 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/13444/task/13456/stat : 13456 (java) R 13441 13444 10029 0 -1 1077944384 544 0 0 0 4 0 0 0 20 0 15 0 106208257 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333581838576 140334350101122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13457] ppid=13441 vsize=10659088 memory=139789826291328 CPUtime=0.1 cores=0,2,4,6
/proc/13444/task/13457/stat : 13457 (java) R 13441 13444 10029 0 -1 4202560 765 0 0 0 10 0 0 0 20 0 15 0 106208257 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333580785776 140334334738145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13458] ppid=13441 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13458/stat : 13458 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106208257 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333579733216 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13459] ppid=13441 vsize=10659088 memory=139789826291328 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13459/stat : 13459 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106208258 10914906112 11806 33554432000 4194304 4196468 140731944218032 140333578681520 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47224 KiB

[startup+0.700824 s]
/proc/loadavg: 3.26 2.62 2.55 6/216 13460
/proc/meminfo: memFree=20804628/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10725652 memory=59972 CPUtime=1.38 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 11203 0 0 0 135 3 0 0 20 0 16 0 106208251 10983067648 14993 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2681413 14993 3095 1 0 2643904 0
[pid=13444/tid=13446] ppid=13441 vsize=10725652 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) R 13441 13444 10029 0 -1 4202560 5910 0 0 0 65 2 0 0 20 0 16 0 106208252 10983067648 14993 33554432000 4194304 4196468 140731944218032 140334354328208 140333981956223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10725652 memory=197561314985962 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106208253 10983067648 14993 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10725652 memory=616836 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106208253 10983067648 14993 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106208253 10983067648 14993 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106208253 10983067648 14993 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13451] ppid=13441 vsize=10725652 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13451/stat : 13451 (java) S 13441 13444 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106208254 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333587102576 140334350101122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13452] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13452/stat : 13452 (java) S 13441 13444 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106208254 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333586048544 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13453] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13453/stat : 13453 (java) S 13441 13444 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106208255 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333584995696 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13454] ppid=13441 vsize=10725652 memory=7307210987814301138 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13454/stat : 13454 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333583944016 140334350108571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13455] ppid=13441 vsize=10725652 memory=-2897801490638248215 CPUtime=0.25 cores=0,2,4,6
/proc/13444/task/13455/stat : 13455 (java) S 13441 13444 10029 0 -1 1077944384 1495 0 0 0 25 0 0 0 20 0 16 0 106208257 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333582891376 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13456] ppid=13441 vsize=10725652 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/13444/task/13456/stat : 13456 (java) S 13441 13444 10029 0 -1 1077944384 1335 0 0 0 26 0 0 0 20 0 16 0 106208257 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333581838576 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13457] ppid=13441 vsize=10725652 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/13444/task/13457/stat : 13457 (java) S 13441 13444 10029 0 -1 1077944384 1072 0 0 0 17 0 0 0 20 0 16 0 106208257 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333580785776 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13458] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13458/stat : 13458 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333579733216 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13459] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13459/stat : 13459 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106208258 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333578681520 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13460] ppid=13441 vsize=10725652 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13460/stat : 13460 (java) S 13441 13444 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106208289 10983067648 14993 33554432000 4194304 4196468 140731944218032 140333577627056 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 59972 KiB

[startup+1.50078 s]
/proc/loadavg: 3.26 2.62 2.55 4/216 13460
/proc/meminfo: memFree=20804628/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10725652 memory=62372 CPUtime=2.34 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 12477 0 0 0 230 4 0 0 20 0 16 0 106208251 10983067648 15593 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2681413 15593 3100 1 0 2643904 0
[pid=13444/tid=13446] ppid=13441 vsize=10725652 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) R 13441 13444 10029 0 -1 4202560 6005 0 0 0 145 2 0 0 20 0 16 0 106208252 10983067648 15593 33554432000 4194304 4196468 140731944218032 140334354326080 140333982097613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106208253 10983067648 15593 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106208253 10983067648 15593 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106208253 10983067648 15593 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106208253 10983067648 15593 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0

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

[startup+84.8007 s]
/proc/loadavg: 2.05 2.39 2.47 3/217 13540
/proc/meminfo: memFree=26431532/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10725652 memory=257592 CPUtime=87.61 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 31441 0 0 0 8743 18 0 0 20 0 16 0 106208251 10983067648 64398 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2681413 64398 3148 1 0 2643904 0
[pid=13444/tid=13446] ppid=13441 vsize=10725652 memory=6791534058613427641 CPUtime=84.72 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) R 13441 13444 10029 0 -1 4202560 8730 0 0 0 8468 4 0 0 20 0 16 0 106208252 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334354328992 140333979870330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10725652 memory=257592 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 437 0 0 0 1 2 0 0 20 0 16 0 106208253 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10725652 memory=3544 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 825 0 0 0 1 2 0 0 20 0 16 0 106208253 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10725652 memory=27000 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 177 0 0 0 1 2 0 0 20 0 16 0 106208253 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10725652 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 269 0 0 0 1 1 0 0 20 0 16 0 106208253 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13451] ppid=13441 vsize=10725652 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13451/stat : 13451 (java) S 13441 13444 10029 0 -1 1077944384 836 0 0 0 0 0 0 0 20 0 16 0 106208254 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333587102576 140334350101122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13452] ppid=13441 vsize=10725652 memory=288230591722422566 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13452/stat : 13452 (java) S 13441 13444 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106208254 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333586048544 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13453] ppid=13441 vsize=10725652 memory=13852953979127113 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13453/stat : 13453 (java) S 13441 13444 10029 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 106208255 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333584995696 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13454] ppid=13441 vsize=10725652 memory=844 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13454/stat : 13454 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333583944016 140334350108571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13455] ppid=13441 vsize=10725652 memory=1460 CPUtime=1.27 cores=0,2,4,6
/proc/13444/task/13455/stat : 13455 (java) S 13441 13444 10029 0 -1 1077944384 9305 0 0 0 127 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333582891376 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13456] ppid=13441 vsize=10725652 memory=257592 CPUtime=1.13 cores=0,2,4,6
/proc/13444/task/13456/stat : 13456 (java) S 13441 13444 10029 0 -1 1077944384 6778 0 0 0 113 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333581838576 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13457] ppid=13441 vsize=10725652 memory=13740 CPUtime=0.22 cores=0,2,4,6
/proc/13444/task/13457/stat : 13457 (java) S 13441 13444 10029 0 -1 1077944384 2368 0 0 0 22 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333580785776 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13458] ppid=13441 vsize=10725652 memory=15128 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13458/stat : 13458 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333579733216 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13459] ppid=13441 vsize=10725652 memory=640 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13459/stat : 13459 (java) S 13441 13444 10029 0 -1 1077944384 276 0 0 0 1 1 0 0 20 0 16 0 106208258 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333578681520 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13460] ppid=13441 vsize=10725652 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13460/stat : 13460 (java) S 13441 13444 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106208289 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333577627056 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
Current children cumulated CPU time: 87.61 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 257592 KiB

[startup+85.6007 s]
/proc/loadavg: 2.04 2.38 2.47 3/217 13540
/proc/meminfo: memFree=26431532/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10725652 memory=257592 CPUtime=88.41 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 31453 0 0 0 8823 18 0 0 20 0 16 0 106208251 10983067648 64398 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2681413 64398 3148 1 0 2643904 0
[pid=13444/tid=13446] ppid=13441 vsize=10725652 memory=2716 CPUtime=85.52 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) R 13441 13444 10029 0 -1 4202560 8731 0 0 0 8548 4 0 0 20 0 16 0 106208252 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334354328992 140333981956646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10725652 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 437 0 0 0 1 2 0 0 20 0 16 0 106208253 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10725652 memory=27000 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 825 0 0 0 1 2 0 0 20 0 16 0 106208253 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10725652 memory=776 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 177 0 0 0 1 2 0 0 20 0 16 0 106208253 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10725652 memory=1876 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 269 0 0 0 1 1 0 0 20 0 16 0 106208253 10983067648 64398 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13451] ppid=13441 vsize=10725652 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13451/stat : 13451 (java) S 13441 13444 10029 0 -1 1077944384 836 0 0 0 0 0 0 0 20 0 16 0 106208254 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333587102576 140334350101122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13452] ppid=13441 vsize=10725652 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13452/stat : 13452 (java) S 13441 13444 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106208254 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333586048544 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13453] ppid=13441 vsize=10725652 memory=916 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13453/stat : 13453 (java) S 13441 13444 10029 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 106208255 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333584995696 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13454] ppid=13441 vsize=10725652 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13454/stat : 13454 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333583944016 140334350108571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13455] ppid=13441 vsize=10725652 memory=2716 CPUtime=1.27 cores=0,2,4,6
/proc/13444/task/13455/stat : 13455 (java) S 13441 13444 10029 0 -1 1077944384 9307 0 0 0 127 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333582891376 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13456] ppid=13441 vsize=10725652 memory=0 CPUtime=1.13 cores=0,2,4,6
/proc/13444/task/13456/stat : 13456 (java) S 13441 13444 10029 0 -1 1077944384 6783 0 0 0 113 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333581838576 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13457] ppid=13441 vsize=10725652 memory=279579421549952 CPUtime=0.22 cores=0,2,4,6
/proc/13444/task/13457/stat : 13457 (java) S 13441 13444 10029 0 -1 1077944384 2369 0 0 0 22 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333580785776 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13458] ppid=13441 vsize=10725652 memory=139789710779408 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13458/stat : 13458 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333579733216 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13459] ppid=13441 vsize=10725652 memory=6768 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13459/stat : 13459 (java) S 13441 13444 10029 0 -1 1077944384 279 0 0 0 1 1 0 0 20 0 16 0 106208258 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333578681520 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13460] ppid=13441 vsize=10725652 memory=824 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13460/stat : 13460 (java) S 13441 13444 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106208289 10983067648 64398 33554432000 4194304 4196468 140731944218032 140333577627056 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
Current children cumulated CPU time: 88.41 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 257592 KiB

[startup+86.0007 s]*
/proc/loadavg: 2.04 2.38 2.47 2/217 13542
/proc/meminfo: memFree=26431532/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10858780 memory=257704 CPUtime=88.81 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 32529 0 0 0 8863 18 0 0 20 0 16 0 106208251 11119390720 64426 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2714695 64426 3150 1 0 2677186 0
[pid=13444/tid=13446] ppid=13441 vsize=10858780 memory=606613969907490995 CPUtime=85.92 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) S 13441 13444 10029 0 -1 1077944384 9077 0 0 0 8588 4 0 0 20 0 16 0 106208252 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334354330656 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10858780 memory=288230587528118295 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 437 0 0 0 1 2 0 0 20 0 16 0 106208253 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10858780 memory=288230376152346817 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 825 0 0 0 1 2 0 0 20 0 16 0 106208253 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10858780 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 177 0 0 0 1 2 0 0 20 0 16 0 106208253 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10858780 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 269 0 0 0 1 1 0 0 20 0 16 0 106208253 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13451] ppid=13441 vsize=10858780 memory=139789826291328 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13451/stat : 13451 (java) S 13441 13444 10029 0 -1 1077944384 836 0 0 0 0 0 0 0 20 0 16 0 106208254 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333587102576 140334350101122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13452] ppid=13441 vsize=10858780 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13452/stat : 13452 (java) S 13441 13444 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106208254 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333586048544 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13453] ppid=13441 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13453/stat : 13453 (java) S 13441 13444 10029 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 106208255 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333584995696 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13454] ppid=13441 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13454/stat : 13454 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333583944016 140334350108571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13455] ppid=13441 vsize=10858780 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/13444/task/13455/stat : 13455 (java) S 13441 13444 10029 0 -1 1077944384 9482 0 0 0 127 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333582891376 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13456] ppid=13441 vsize=10858780 memory=-1 CPUtime=1.14 cores=0,2,4,6
/proc/13444/task/13456/stat : 13456 (java) S 13441 13444 10029 0 -1 1077944384 6894 0 0 0 114 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333581838576 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13457] ppid=13441 vsize=10858780 memory=139789826291328 CPUtime=0.22 cores=0,2,4,6
/proc/13444/task/13457/stat : 13457 (java) S 13441 13444 10029 0 -1 1077944384 2694 0 0 0 22 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333580785776 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13458] ppid=13441 vsize=10858780 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13458/stat : 13458 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333579733216 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13459] ppid=13441 vsize=10858780 memory=139789826291328 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13459/stat : 13459 (java) S 13441 13444 10029 0 -1 1077944384 279 0 0 0 1 1 0 0 20 0 16 0 106208258 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333578681520 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13541] ppid=13441 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13541/stat : 13541 (java) S 13441 13444 10029 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 106216851 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333576574480 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
Current children cumulated CPU time: 88.81 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 257704 KiB

[startup+86.1099 s]
/proc/loadavg: 2.04 2.38 2.47 2/217 13542
/proc/meminfo: memFree=26431532/32770624 swapFree=67028796/67108860
[pid=13444] ppid=13441 vsize=10858780 memory=257704 CPUtime=88.81 cores=0,2,4,6
/proc/13444/stat : 13444 (java) S 13441 13444 10029 0 -1 1077944320 32540 0 0 0 8863 18 0 0 20 0 16 0 106208251 11119390720 64426 33554432000 4194304 4196468 140731944218032 140731944200576 140334350089975 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
/proc/13444/statm: 2714695 64426 3150 1 0 2677186 0
[pid=13444/tid=13446] ppid=13441 vsize=10858780 memory=257592 CPUtime=85.92 cores=0,2,4,6
/proc/13444/task/13446/stat : 13446 (java) S 13441 13444 10029 0 -1 1077944384 9077 0 0 0 8588 4 0 0 20 0 16 0 106208252 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334354330656 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13447] ppid=13441 vsize=10858780 memory=205344 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13447/stat : 13447 (java) S 13441 13444 10029 0 -1 1077944384 437 0 0 0 1 2 0 0 20 0 16 0 106208253 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334302710416 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13448] ppid=13441 vsize=10858780 memory=257592 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13448/stat : 13448 (java) S 13441 13444 10029 0 -1 1077944384 825 0 0 0 1 2 0 0 20 0 16 0 106208253 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334301657616 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13449] ppid=13441 vsize=10858780 memory=257592 CPUtime=0.03 cores=0,2,4,6
/proc/13444/task/13449/stat : 13449 (java) S 13441 13444 10029 0 -1 1077944384 177 0 0 0 1 2 0 0 20 0 16 0 106208253 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334300604816 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13450] ppid=13441 vsize=10858780 memory=4100 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13450/stat : 13450 (java) S 13441 13444 10029 0 -1 1077944384 269 0 0 0 1 1 0 0 20 0 16 0 106208253 11119390720 64426 33554432000 4194304 4196468 140731944218032 140334299552016 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13451] ppid=13441 vsize=10858780 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13451/stat : 13451 (java) S 13441 13444 10029 0 -1 1077944384 847 0 0 0 0 0 0 0 20 0 16 0 106208254 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333587102576 140334350101122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13452] ppid=13441 vsize=10858780 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13452/stat : 13452 (java) S 13441 13444 10029 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 106208254 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333586048544 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13453] ppid=13441 vsize=10858780 memory=304556170453188919 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13453/stat : 13453 (java) S 13441 13444 10029 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 106208255 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333584995696 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13454] ppid=13441 vsize=10858780 memory=257592 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13454/stat : 13454 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333583944016 140334350108571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13455] ppid=13441 vsize=10858780 memory=257592 CPUtime=1.27 cores=0,2,4,6
/proc/13444/task/13455/stat : 13455 (java) S 13441 13444 10029 0 -1 1077944384 9482 0 0 0 127 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333582891376 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13456] ppid=13441 vsize=10858780 memory=205344 CPUtime=1.14 cores=0,2,4,6
/proc/13444/task/13456/stat : 13456 (java) S 13441 13444 10029 0 -1 1077944384 6894 0 0 0 114 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333581838576 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13457] ppid=13441 vsize=10858780 memory=205344 CPUtime=0.22 cores=0,2,4,6
/proc/13444/task/13457/stat : 13457 (java) S 13441 13444 10029 0 -1 1077944384 2694 0 0 0 22 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333580785776 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13458] ppid=13441 vsize=10858780 memory=257592 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13458/stat : 13458 (java) S 13441 13444 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106208257 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333579733216 140334350100181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13459] ppid=13441 vsize=10858780 memory=257592 CPUtime=0.02 cores=0,2,4,6
/proc/13444/task/13459/stat : 13459 (java) S 13441 13444 10029 0 -1 1077944384 279 0 0 0 1 1 0 0 20 0 16 0 106208258 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333578681520 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
[pid=13444/tid=13541] ppid=13441 vsize=10858780 memory=13852953979127113 CPUtime=0 cores=0,2,4,6
/proc/13444/task/13541/stat : 13541 (java) S 13441 13444 10029 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 106216851 11119390720 64426 33554432000 4194304 4196468 140731944218032 140333576574480 140334350101122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10231808 140731944219766 140731944219918 140731944219918 140731944222671 0
Current children cumulated CPU time: 88.81 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 257704 KiB

Child status: 0
Real time (s): 86.2032
CPU time (s): 88.8327
CPU user time (s): 88.6425
CPU system time (s): 0.190166
CPU usage (%): 103.05
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 257704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.6425
system time used= 0.190166
maximum resident set size= 258024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32981
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3545
involuntary context switches= 67


# summary of solver processes directly reported to runsolver:
#   pid: 13444
#   total CPU time (s): 88.8327
#   total CPU user time (s): 88.6425
#   total CPU system time (s): 0.190166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.516299 second user time and 0.833189 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:47:31
IDJOB=4302015
IDBENCH=141529
IDSOLVER=2773
FILE ID=node102/4302015-1532886451
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302015-1532886451/watcher-4302015-1532886451 -o /tmp/evaluation-result-4302015-1532886451/solver-4302015-1532886451 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302015-1532886451.xml

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

MD5SUM BENCH= 29cb88997fb73697c0a266537888e139
RANDOM SEED=1617220193

node102.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.51
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.51
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.51
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.51
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:        20899220 kB
MemAvailable:   26074332 kB
Buffers:          231116 kB
Cached:          5188340 kB
SwapCached:        53056 kB
Active:          7016728 kB
Inactive:        4322128 kB
Active(anon):    5845488 kB
Inactive(anon):    99168 kB
Active(file):    1171240 kB
Inactive(file):  4222960 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028796 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:       6031408 kB
Mapped:            49708 kB
Shmem:             22560 kB
Slab:             222476 kB
SReclaimable:     193496 kB
SUnreclaim:        28980 kB
KernelStack:        3808 kB
PageTables:        17172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7375856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5791744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 19:48:57