Trace number 4302087

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-11SAT (TO)1707 252.164 247.019

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy06_c18.xml
MD5SUMf39156c7286cf2527a5ad695a59d725a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1587
Best CPU time to get the best result obtained on this benchmark252.084
Satisfiable
(Un)Satisfiability was proved
Number of variables246
Number of constraints485
Number of domains3
Minimum domain size2
Maximum domain size16
Distribution of domain sizes[{"size":2,"count":120},{"size":6,"count":60},{"size":16,"count":66}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":126},{"degree":17,"count":48},{"degree":18,"count":60},{"degree":19,"count":10},{"degree":20,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":61},{"arity":3,"count":12},{"arity":4,"count":216},{"arity":5,"count":54},{"arity":6,"count":70},{"arity":8,"count":60},{"arity":10,"count":12}]
Number of extensional constraints66
Number of intensional constraints277
Distribution of constraint types[{"type":"extension","count":66},{"type":"intension","count":277},{"type":"regular","count":6},{"type":"allDifferent","count":10},{"type":"cardinality","count":6},{"type":"element","count":120}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.92/1.42	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.92/1.42	c This is free software under the dual EPL/GNU LGPL licenses.
3.92/1.42	c See www.sat4j.org for details.
3.92/1.42	c That software uses the Rhino library from the Mozilla project.
3.92/1.42	c version 2.3.6-SNAPSHOT
3.92/1.42	c java.runtime.name	Java(TM) SE Runtime Environment
3.92/1.42	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.92/1.42	c java.vm.version	25.131-b11
3.92/1.42	c java.vm.vendor	Oracle Corporation
3.92/1.42	c sun.arch.data.model	64
3.92/1.42	c java.version		1.8.0_131
3.92/1.42	c os.name		Linux
3.92/1.42	c os.version		3.10.0-514.16.1.el7.x86_64
3.92/1.42	c os.arch		amd64
3.92/1.42	c Free memory 		499604488
3.92/1.42	c Max memory 		7247757312
3.92/1.42	c Total memory 		504889344
3.92/1.42	c Number of processors 	4
3.92/1.42	c c --- Begin Solver configuration ---
3.92/1.42	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.92/1.42	c Learn all clauses as in MiniSAT
3.92/1.42	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.92/1.42	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.92/1.42	c No reason simplification
3.92/1.42	c Glucose 2.1 dynamic restart strategy
3.92/1.42	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.92/1.42	c timeout=2147483s
3.92/1.42	c DB Simplification allowed=false
3.92/1.42	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.92/1.42	c --- End Solver configuration ---
3.92/1.42	c constraints type 
3.92/1.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 492
3.92/1.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 216816
3.92/1.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147192
3.92/1.42	c org.sat4j.specs.Constr$1 => 282
3.92/1.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 1298
3.92/1.42	c 366080 constraints processed.
21.83/18.00	o 1814
27.89/23.61	o 1753
48.96/44.35	o 1738
76.05/71.39	o 1734
105.65/100.89	o 1733
125.59/120.75	o 1707
252.14/247.00	c starts		: 1374
252.14/247.00	c conflicts		: 628576
252.14/247.00	c decisions		: 45634239
252.14/247.00	c propagations		: 758256073
252.14/247.00	c inspects		: 1259744598
252.14/247.00	c shortcuts		: 0
252.14/247.00	c learnt literals	: 493
252.14/247.00	c learnt binary clauses	: 11695
252.14/247.00	c learnt ternary clauses	: 14180
252.14/247.00	c learnt constraints	: 628083
252.14/247.00	c ignored constraints	: 0
252.14/247.00	c root simplifications	: 0
252.14/247.00	c removed literals (reason simplification)	: 0
252.14/247.00	c reason swapping (by a shorter reason)	: 0
252.14/247.00	c Calls to reduceDB	: 57
252.14/247.00	c Number of update (reduction) of LBD	: 279262
252.14/247.00	c Imported unit clauses	: 0
252.14/247.00	c number of reductions to clauses (during analyze)	: 0
252.14/247.00	c number of learned constraints concerned by reduction	: 0
252.14/247.00	c number of learning phase by resolution	: 0
252.14/247.00	c number of learning phase by cutting planes	: 0
252.14/247.00	c number of rounding to 1 operations	: 0
252.14/247.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.14/247.00	c number of reductions of the coefficients by power 2 	: 0
252.14/247.00	c number of right shift for reduction by power 2 	: 0
252.14/247.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.14/247.00	c number of ending skipping 	: 0
252.14/247.00	c number of internal skipping 	: 0
252.14/247.00	c number of derivation steps 	: 0
252.14/247.00	c number of skipped derivation steps 	: 0
252.14/247.00	c number of remaining unassigned 	: 0
252.14/247.00	c number of remaining assigned 	: 0
252.14/247.00	c speed (assignments/second)	: 3087990.523315007
252.14/247.00	c non guided choices	: 9302626
252.14/247.00	s SATISFIABLE
252.14/247.01	v <instantiation type="solution">
252.14/247.01	v 	<list> o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[0][9] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[1][9] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[2][9] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[3][9] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] o[4][9] o[5][0] o[5][1] o[5][2] o[5][3] o[5][4] o[5][5] o[5][6] o[5][7] o[5][8] o[5][9] h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[0][7] h[0][8] h[0][9] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[1][7] h[1][8] h[1][9] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[2][7] h[2][8] h[2][9] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] h[3][7] h[3][8] h[3][9] h[4][0] h[4][1] h[4][2] h[4][3] h[4][4] h[4][5] h[4][6] h[4][7] h[4][8] h[4][9] h[5][0] h[5][1] h[5][2] h[5][3] h[5][4] h[5][5] h[5][6] h[5][7] h[5][8] h[5][9] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[0][7] a[0][8] a[0][9] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[1][7] a[1][8] a[1][9] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[2][7] a[2][8] a[2][9] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] a[3][7] a[3][8] a[3][9] a[4][0] a[4][1] a[4][2] a[4][3] a[4][4] a[4][5] a[4][6] a[4][7] a[4][8] a[4][9] a[5][0] a[5][1] a[5][2] a[5][3] a[5][4] a[5][5] a[5][6] a[5][7] a[5][8] a[5][9] t[0][0] t[0][1] t[0][2] t[0][3] t[0][4] t[0][5] t[0][6] t[0][7] t[0][8] t[0][9] t[0][10] t[1][0] t[1][1] t[1][2] t[1][3] t[1][4] t[1][5] t[1][6] t[1][7] t[1][8] t[1][9] t[1][10] t[2][0] t[2][1] t[2][2] t[2][3] t[2][4] t[2][5] t[2][6] t[2][7] t[2][8] t[2][9] t[2][10] t[3][0] t[3][1] t[3][2] t[3][3] t[3][4] t[3][5] t[3][6] t[3][7] t[3][8] t[3][9] t[3][10] t[4][0] t[4][1] t[4][2] t[4][3] t[4][4] t[4][5] t[4][6] t[4][7] t[4][8] t[4][9] t[4][10] t[5][0] t[5][1] t[5][2] t[5][3] t[5][4] t[5][5] t[5][6] t[5][7] t[5][8] t[5][9] t[5][10] </list>
252.14/247.01	v 	<values> 3 2 1 1 4 4 3 5 2 5 2 5 0 0 3 2 5 4 4 3 1 0 5 3 5 1 4 3 0 4 0 4 4 2 1 5 0 2 5 1 5 3 3 5 0 0 2 1 1 2 4 1 2 4 2 3 1 0 3 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 0 1 1 0 1 1 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 1 1 0 0 1 0 0 1 1 0 0 0 1 1 0 1 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 15 22 10 36 36 34 34 0 39 39 22 22 0 10 10 0 40 35 31 32 32 0 0 50 41 47 22 22 0 15 36 45 34 36 51 0 32 32 0 47 50 41 0 0 0 51 41 35 36 15 45 31 31 0 35 31 40 0 50 47 41 39 39 0 0 </values>
252.14/247.01	v </instantiation>
252.14/247.01	

Verifier Data

OK	1707

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302087-1532887283/watcher-4302087-1532887283 -o /tmp/evaluation-result-4302087-1532887283/solver-4302087-1532887283 -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-4302087-1532887283.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=14126, runsolver pid=14123


[startup+0.100135 s]*
/proc/loadavg: 2.03 2.04 2.21 7/217 14141
/proc/meminfo: memFree=22746880/32770624 swapFree=67028796/67108860
[pid=14126] ppid=14123 vsize=10659012 memory=30672 CPUtime=0.12 cores=0,2,4,6
/proc/14126/stat : 14126 (java) S 14123 14126 10029 0 -1 1077944320 6733 0 0 0 11 1 0 0 20 0 15 0 106291446 10914828288 7668 33554432000 4194304 4196468 140737098270640 140737098253184 139722468364023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
/proc/14126/statm: 2664753 7668 2824 1 0 2627263 0
[pid=14126/tid=14128] ppid=14123 vsize=10659012 memory=-8773748148829982333 CPUtime=0.09 cores=0,2,4,6
/proc/14126/task/14128/stat : 14128 (java) R 14123 14126 10029 0 -1 4202560 4570 0 0 0 8 1 0 0 20 0 15 0 106291447 10914828288 7668 33554432000 4194304 4196468 140737098270640 139722472585152 139722468385949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14129] ppid=14123 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14129/stat : 14129 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291448 10914828288 7668 33554432000 4194304 4196468 140737098270640 139722405054864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14130] ppid=14123 vsize=10659012 memory=140584107202176 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14130/stat : 14130 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291448 10914828288 7668 33554432000 4194304 4196468 140737098270640 139722404002064 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14131] ppid=14123 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14131/stat : 14131 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291448 10914828288 7668 33554432000 4194304 4196468 140737098270640 139722402949776 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14132] ppid=14123 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14132/stat : 14132 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291448 10914828288 7668 33554432000 4194304 4196468 140737098270640 139722401896976 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14133] ppid=14123 vsize=10659012 memory=140584107202176 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291449 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14134] ppid=14123 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14134/stat : 14134 (java) S 14123 14126 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106291449 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721959019808 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14135] ppid=14123 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14135/stat : 14135 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106291450 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721957967472 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14136] ppid=14123 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14136/stat : 14136 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721956915792 139722468382619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14137] ppid=14123 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14137/stat : 14137 (java) R 14123 14126 10029 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 106291452 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721955862640 139722468375170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14138] ppid=14123 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14138/stat : 14138 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721954809840 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14139] ppid=14123 vsize=10659012 memory=140584107202176 CPUtime=0.02 cores=0,2,4,6
/proc/14126/task/14139/stat : 14139 (java) R 14123 14126 10029 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 106291452 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721953757552 139722454144702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14140] ppid=14123 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14140/stat : 14140 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721952704992 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14141] ppid=14123 vsize=10659012 memory=140584107202176 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14141/stat : 14141 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291452 10914828288 7668 33554432000 4194304 4196468 140737098270640 139721951652784 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30672 KiB

[startup+0.210745 s]*
/proc/loadavg: 2.03 2.04 2.21 6/217 14141
/proc/meminfo: memFree=22733696/32770624 swapFree=67028796/67108860
[pid=14126] ppid=14123 vsize=10659012 memory=41868 CPUtime=0.33 cores=0,2,4,6
/proc/14126/stat : 14126 (java) S 14123 14126 10029 0 -1 1077944320 8109 0 0 0 31 2 0 0 20 0 15 0 106291446 10914828288 10467 33554432000 4194304 4196468 140737098270640 140737098253184 139722468364023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
/proc/14126/statm: 2664753 10467 3005 1 0 2627263 0
[pid=14126/tid=14128] ppid=14123 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/14126/task/14128/stat : 14128 (java) R 14123 14126 10029 0 -1 4202560 5024 0 0 0 19 1 0 0 20 0 15 0 106291447 10914828288 10467 33554432000 4194304 4196468 140737098270640 139722472585920 139722081010064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14129] ppid=14123 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14129/stat : 14129 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291448 10914828288 10467 33554432000 4194304 4196468 140737098270640 139722405054864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14130] ppid=14123 vsize=10659012 memory=140584107669595 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14130/stat : 14130 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291448 10914828288 10467 33554432000 4194304 4196468 140737098270640 139722404002064 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14131] ppid=14123 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14131/stat : 14131 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291448 10914828288 10467 33554432000 4194304 4196468 140737098270640 139722402949776 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14132] ppid=14123 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14132/stat : 14132 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291448 10914828288 10467 33554432000 4194304 4196468 140737098270640 139722401896976 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14133] ppid=14123 vsize=10659012 memory=140584107202176 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291449 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14134] ppid=14123 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14134/stat : 14134 (java) S 14123 14126 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106291449 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721959019808 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14135] ppid=14123 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14135/stat : 14135 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106291450 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721957967472 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14136] ppid=14123 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14136/stat : 14136 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721956915792 139722468382619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14137] ppid=14123 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14126/task/14137/stat : 14137 (java) S 14123 14126 10029 0 -1 1077944384 764 0 0 0 2 0 0 0 20 0 15 0 106291452 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721955862640 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14138] ppid=14123 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14126/task/14138/stat : 14138 (java) S 14123 14126 10029 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 15 0 106291452 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721954809840 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14139] ppid=14123 vsize=10659012 memory=140584107202176 CPUtime=0.07 cores=0,2,4,6
/proc/14126/task/14139/stat : 14139 (java) R 14123 14126 10029 0 -1 4202560 701 0 0 0 7 0 0 0 20 0 15 0 106291452 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721953757552 139722452444510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14140] ppid=14123 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14140/stat : 14140 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721952704992 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14141] ppid=14123 vsize=10659012 memory=140584107202176 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14141/stat : 14141 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291452 10914828288 10467 33554432000 4194304 4196468 140737098270640 139721951652784 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41868 KiB

[startup+0.316773 s]*
/proc/loadavg: 2.03 2.04 2.21 9/217 14141
/proc/meminfo: memFree=22726320/32770624 swapFree=67028796/67108860
[pid=14126] ppid=14123 vsize=10659088 memory=47564 CPUtime=0.56 cores=0,2,4,6
/proc/14126/stat : 14126 (java) S 14123 14126 10029 0 -1 1077944320 8937 0 0 0 54 2 0 0 20 0 15 0 106291446 10914906112 11891 33554432000 4194304 4196468 140737098270640 140737098253184 139722468364023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
/proc/14126/statm: 2664772 11891 3056 1 0 2627263 0
[pid=14126/tid=14128] ppid=14123 vsize=10659088 memory=7022364594140610616 CPUtime=0.31 cores=0,2,4,6
/proc/14126/task/14128/stat : 14128 (java) R 14123 14126 10029 0 -1 4202560 5642 0 0 0 30 1 0 0 20 0 15 0 106291447 10914906112 11891 33554432000 4194304 4196468 140737098270640 139722472597184 139722452444510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14129] ppid=14123 vsize=10659088 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14129/stat : 14129 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291448 10914906112 11891 33554432000 4194304 4196468 140737098270640 139722405054864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14130] ppid=14123 vsize=10659088 memory=140584107836801 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14130/stat : 14130 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291448 10914906112 11891 33554432000 4194304 4196468 140737098270640 139722404002064 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14131] ppid=14123 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14131/stat : 14131 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291448 10914906112 11891 33554432000 4194304 4196468 140737098270640 139722402949776 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14132] ppid=14123 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14132/stat : 14132 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291448 10914906112 11891 33554432000 4194304 4196468 140737098270640 139722401896976 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14133] ppid=14123 vsize=10659088 memory=140584107202176 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291449 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14134] ppid=14123 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14134/stat : 14134 (java) S 14123 14126 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106291449 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721959019808 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14135] ppid=14123 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14135/stat : 14135 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106291450 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721957967472 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14136] ppid=14123 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14136/stat : 14136 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721956915792 139722468382619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14137] ppid=14123 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/14126/task/14137/stat : 14137 (java) R 14123 14126 10029 0 -1 1077944384 848 0 0 0 5 0 0 0 20 0 15 0 106291452 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721955862640 139722468375170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14138] ppid=14123 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/14126/task/14138/stat : 14138 (java) R 14123 14126 10029 0 -1 4202560 287 0 0 0 4 0 0 0 20 0 15 0 106291452 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721954799104 139722449908127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14139] ppid=14123 vsize=10659088 memory=140584107202176 CPUtime=0.13 cores=0,2,4,6
/proc/14126/task/14139/stat : 14139 (java) R 14123 14126 10029 0 -1 4202560 793 0 0 0 13 0 0 0 20 0 15 0 106291452 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721953755344 139722447293367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14140] ppid=14123 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14140/stat : 14140 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721952704992 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14141] ppid=14123 vsize=10659088 memory=140584107202176 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14141/stat : 14141 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291452 10914906112 11891 33554432000 4194304 4196468 140737098270640 139721951652784 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47564 KiB

[startup+0.700691 s]
/proc/loadavg: 2.03 2.04 2.21 9/217 14141
/proc/meminfo: memFree=22709008/32770624 swapFree=67028796/67108860
[pid=14126] ppid=14123 vsize=10661136 memory=111008 CPUtime=1.73 cores=0,2,4,6
/proc/14126/stat : 14126 (java) S 14123 14126 10029 0 -1 1077944320 12698 0 0 0 168 5 0 0 20 0 15 0 106291446 10917003264 27752 33554432000 4194304 4196468 140737098270640 140737098253184 139722468364023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
/proc/14126/statm: 2665284 27752 3116 1 0 2627775 0
[pid=14126/tid=14128] ppid=14123 vsize=10661136 memory=201284783196820 CPUtime=0.66 cores=0,2,4,6
/proc/14126/task/14128/stat : 14128 (java) R 14123 14126 10029 0 -1 4202560 6107 0 0 0 64 2 0 0 20 0 15 0 106291447 10917003264 27752 33554432000 4194304 4196468 140737098270640 139722472599472 139722448639013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14129] ppid=14123 vsize=10661136 memory=616836 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14129/stat : 14129 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291448 10917003264 27752 33554432000 4194304 4196468 140737098270640 139722405054864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14130] ppid=14123 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14130/stat : 14130 (java) S 14123 14126 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106291448 10917003264 27752 33554432000 4194304 4196468 140737098270640 139722404002064 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14131] ppid=14123 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14131/stat : 14131 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291448 10917003264 27752 33554432000 4194304 4196468 140737098270640 139722402949776 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14132] ppid=14123 vsize=10661136 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14132/stat : 14132 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291448 10917003264 27752 33554432000 4194304 4196468 140737098270640 139722401896976 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14133] ppid=14123 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106291449 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14134] ppid=14123 vsize=10661136 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14134/stat : 14134 (java) S 14123 14126 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106291449 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721959019808 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14135] ppid=14123 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14135/stat : 14135 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106291450 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721957967472 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14136] ppid=14123 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14136/stat : 14136 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721956915792 139722468382619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14137] ppid=14123 vsize=10661136 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/14126/task/14137/stat : 14137 (java) R 14123 14126 10029 0 -1 4202560 2073 0 0 0 32 0 0 0 20 0 15 0 106291452 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721955843640 139722451858025 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14138] ppid=14123 vsize=10661136 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/14126/task/14138/stat : 14138 (java) D 14123 14126 10029 0 -1 4202560 1147 0 0 0 30 0 0 0 20 0 15 0 106291452 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721954795976 139722461081175 0 4 0 16800975 18446744071582151463 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14139] ppid=14123 vsize=10661136 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/14126/task/14139/stat : 14139 (java) R 14123 14126 10029 0 -1 4202560 2015 0 0 0 40 1 0 0 20 0 15 0 106291452 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721953755144 139722447499517 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14140] ppid=14123 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14140/stat : 14140 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106291452 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721952704992 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14141] ppid=14123 vsize=10661136 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14141/stat : 14141 (java) S 14123 14126 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106291452 10917003264 27752 33554432000 4194304 4196468 140737098270640 139721951652784 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 111008 KiB

[startup+1.50154 s]
/proc/loadavg: 2.03 2.04 2.21 5/217 14141
/proc/meminfo: memFree=22557500/32770624 swapFree=67028796/67108860
[pid=14126] ppid=14123 vsize=10727700 memory=260740 CPUtime=4.23 cores=0,2,4,6
/proc/14126/stat : 14126 (java) S 14123 14126 10029 0 -1 1077944320 21230 0 0 0 413 10 0 0 20 0 16 0 106291446 10985164800 65185 33554432000 4194304 4196468 140737098270640 140737098253184 139722468364023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
/proc/14126/statm: 2681925 65185 3152 1 0 2644416 0
[pid=14126/tid=14128] ppid=14123 vsize=10727700 memory=9169 CPUtime=1.4 cores=0,2,4,6
/proc/14126/task/14128/stat : 14128 (java) R 14123 14126 10029 0 -1 4202560 6258 0 0 0 136 4 0 0 20 0 16 0 106291447 10985164800 65185 33554432000 4194304 4196468 140737098270640 139722472602392 139722086406300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14129] ppid=14123 vsize=10727700 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/14126/task/14129/stat : 14129 (java) S 14123 14126 10029 0 -1 1077944384 49 0 0 0 4 1 0 0 20 0 16 0 106291448 10985164800 65185 33554432000 4194304 4196468 140737098270640 139722405054864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14130] ppid=14123 vsize=10727700 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/14126/task/14130/stat : 14130 (java) S 14123 14126 10029 0 -1 1077944384 113 0 0 0 3 0 0 0 20 0 16 0 106291448 10985164800 65185 33554432000 4194304 4196468 140737098270640 139722404002064 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14131] ppid=14123 vsize=10727700 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14126/task/14131/stat : 14131 (java) S 14123 14126 10029 0 -1 1077944384 97 0 0 0 2 0 0 0 20 0 16 0 106291448 10985164800 65185 33554432000 4194304 4196468 140737098270640 139722402949776 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14132] ppid=14123 vsize=10727700 memory=6943526294502006880 CPUtime=0.03 cores=0,2,4,6
/proc/14126/task/14132/stat : 14132 (java) S 14123 14126 10029 0 -1 1077944384 117 0 0 0 3 0 0 0 20 0 16 0 106291448 10985164800 65185 33554432000 4194304 4196468 140737098270640 139722401896976 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14133] ppid=14123 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 106291449 10985164800 65185 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0

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

/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 1639 0 0 0 1 0 0 0 20 0 16 0 106291449 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14134] ppid=14123 vsize=10727700 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14134/stat : 14134 (java) S 14123 14126 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106291449 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721959019808 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14135] ppid=14123 vsize=10727700 memory=545056 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14135/stat : 14135 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106291450 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721957967472 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14136] ppid=14123 vsize=10727700 memory=435412 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14136/stat : 14136 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721956915792 139722468382619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14137] ppid=14123 vsize=10727700 memory=545056 CPUtime=2.12 cores=0,2,4,6
/proc/14126/task/14137/stat : 14137 (java) S 14123 14126 10029 0 -1 1077944384 11969 0 0 0 211 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721955862640 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14138] ppid=14123 vsize=10727700 memory=545056 CPUtime=1.89 cores=0,2,4,6
/proc/14126/task/14138/stat : 14138 (java) S 14123 14126 10029 0 -1 1077944384 11023 0 0 0 188 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721954809840 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14139] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.58 cores=0,2,4,6
/proc/14126/task/14139/stat : 14139 (java) S 14123 14126 10029 0 -1 1077944384 4237 0 0 0 57 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721953757552 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14140] ppid=14123 vsize=10727700 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14140/stat : 14140 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721952704992 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14141] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.09 cores=0,2,4,6
/proc/14126/task/14141/stat : 14141 (java) S 14123 14126 10029 0 -1 1077944384 1224 0 0 0 4 5 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721951652784 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14142] ppid=14123 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14142/stat : 14142 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106291592 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721948501168 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
Current children cumulated CPU time: 167.53 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 545056 KiB

[startup+222.301 s]
/proc/loadavg: 2.04 2.07 2.20 3/218 14224
/proc/meminfo: memFree=25868200/32770624 swapFree=67028796/67108860
[pid=14126] ppid=14123 vsize=10727700 memory=545056 CPUtime=227.57 cores=0,2,4,6
/proc/14126/stat : 14126 (java) S 14123 14126 10029 0 -1 1077944320 46961 0 0 0 22715 42 0 0 20 0 16 0 106291446 10985164800 136264 33554432000 4194304 4196468 140737098270640 140737098253184 139722468364023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
/proc/14126/statm: 2681925 136264 3176 1 0 2644416 0
[pid=14126/tid=14128] ppid=14123 vsize=10727700 memory=545056 CPUtime=222.04 cores=0,2,4,6
/proc/14126/task/14128/stat : 14128 (java) R 14123 14126 10029 0 -1 4202560 12353 0 0 0 22197 7 0 0 20 0 16 0 106291447 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722472601048 139722086625216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14129] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.19 cores=0,2,4,6
/proc/14126/task/14129/stat : 14129 (java) S 14123 14126 10029 0 -1 1077944384 1082 0 0 0 13 6 0 0 20 0 16 0 106291448 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722405054864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14130] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.18 cores=0,2,4,6
/proc/14126/task/14130/stat : 14130 (java) S 14123 14126 10029 0 -1 1077944384 450 0 0 0 12 6 0 0 20 0 16 0 106291448 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722404002064 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14131] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.17 cores=0,2,4,6
/proc/14126/task/14131/stat : 14131 (java) S 14123 14126 10029 0 -1 1077944384 341 0 0 0 11 6 0 0 20 0 16 0 106291448 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722402949776 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14132] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.18 cores=0,2,4,6
/proc/14126/task/14132/stat : 14132 (java) S 14123 14126 10029 0 -1 1077944384 1190 0 0 0 12 6 0 0 20 0 16 0 106291448 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722401896976 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14133] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.01 cores=0,2,4,6
/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 1644 0 0 0 1 0 0 0 20 0 16 0 106291449 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14134] ppid=14123 vsize=10727700 memory=545056 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14134/stat : 14134 (java) S 14123 14126 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106291449 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721959019808 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14135] ppid=14123 vsize=10727700 memory=27036 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14135/stat : 14135 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106291450 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721957967472 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14136] ppid=14123 vsize=10727700 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14136/stat : 14136 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721956915792 139722468382619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14137] ppid=14123 vsize=10727700 memory=27036 CPUtime=2.12 cores=0,2,4,6
/proc/14126/task/14137/stat : 14137 (java) S 14123 14126 10029 0 -1 1077944384 11972 0 0 0 211 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721955862640 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14138] ppid=14123 vsize=10727700 memory=545056 CPUtime=1.89 cores=0,2,4,6
/proc/14126/task/14138/stat : 14138 (java) S 14123 14126 10029 0 -1 1077944384 11031 0 0 0 188 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721954809840 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14139] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.58 cores=0,2,4,6
/proc/14126/task/14139/stat : 14139 (java) S 14123 14126 10029 0 -1 1077944384 4254 0 0 0 57 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721953757552 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14140] ppid=14123 vsize=10727700 memory=545056 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14140/stat : 14140 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721952704992 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14141] ppid=14123 vsize=10727700 memory=6372138757636711988 CPUtime=0.13 cores=0,2,4,6
/proc/14126/task/14141/stat : 14141 (java) S 14123 14126 10029 0 -1 1077944384 1264 0 0 0 6 7 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721951652784 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14142] ppid=14123 vsize=10727700 memory=545056 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14142/stat : 14142 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106291592 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721948501168 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
Current children cumulated CPU time: 227.57 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 545056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.801 s]
/proc/loadavg: 2.03 2.06 2.19 3/218 14225
/proc/meminfo: memFree=25721564/32770624 swapFree=67028796/67108860
[pid=14126] ppid=14123 vsize=10727700 memory=545056 CPUtime=252.09 cores=0,2,4,6
/proc/14126/stat : 14126 (java) S 14123 14126 10029 0 -1 1077944320 47050 0 0 0 25166 43 0 0 20 0 16 0 106291446 10985164800 136264 33554432000 4194304 4196468 140737098270640 140737098253184 139722468364023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
/proc/14126/statm: 2681925 136264 3176 1 0 2644416 0
[pid=14126/tid=14128] ppid=14123 vsize=10727700 memory=1828 CPUtime=246.55 cores=0,2,4,6
/proc/14126/task/14128/stat : 14128 (java) R 14123 14126 10029 0 -1 4202560 12440 0 0 0 24648 7 0 0 20 0 16 0 106291447 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722472601048 139722086644049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14129] ppid=14123 vsize=10727700 memory=800 CPUtime=0.19 cores=0,2,4,6
/proc/14126/task/14129/stat : 14129 (java) S 14123 14126 10029 0 -1 1077944384 1082 0 0 0 13 6 0 0 20 0 16 0 106291448 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722405054864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14130] ppid=14123 vsize=10727700 memory=5220 CPUtime=0.18 cores=0,2,4,6
/proc/14126/task/14130/stat : 14130 (java) S 14123 14126 10029 0 -1 1077944384 450 0 0 0 12 6 0 0 20 0 16 0 106291448 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722404002064 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14131] ppid=14123 vsize=10727700 memory=12772 CPUtime=0.17 cores=0,2,4,6
/proc/14126/task/14131/stat : 14131 (java) S 14123 14126 10029 0 -1 1077944384 341 0 0 0 11 6 0 0 20 0 16 0 106291448 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722402949776 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14132] ppid=14123 vsize=10727700 memory=1008 CPUtime=0.18 cores=0,2,4,6
/proc/14126/task/14132/stat : 14132 (java) S 14123 14126 10029 0 -1 1077944384 1190 0 0 0 12 6 0 0 20 0 16 0 106291448 10985164800 136264 33554432000 4194304 4196468 140737098270640 139722401896976 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14133] ppid=14123 vsize=10727700 memory=15316 CPUtime=0.01 cores=0,2,4,6
/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 1644 0 0 0 1 0 0 0 20 0 16 0 106291449 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14134] ppid=14123 vsize=10727700 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14134/stat : 14134 (java) S 14123 14126 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106291449 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721959019808 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14135] ppid=14123 vsize=10727700 memory=13760 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14135/stat : 14135 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106291450 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721957967472 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14136] ppid=14123 vsize=10727700 memory=15128 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14136/stat : 14136 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721956915792 139722468382619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14137] ppid=14123 vsize=10727700 memory=6791534058613427641 CPUtime=2.12 cores=0,2,4,6
/proc/14126/task/14137/stat : 14137 (java) S 14123 14126 10029 0 -1 1077944384 11972 0 0 0 211 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721955862640 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14138] ppid=14123 vsize=10727700 memory=3544 CPUtime=1.89 cores=0,2,4,6
/proc/14126/task/14138/stat : 14138 (java) S 14123 14126 10029 0 -1 1077944384 11031 0 0 0 188 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721954809840 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14139] ppid=14123 vsize=10727700 memory=545056 CPUtime=0.58 cores=0,2,4,6
/proc/14126/task/14139/stat : 14139 (java) S 14123 14126 10029 0 -1 1077944384 4254 0 0 0 57 1 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721953757552 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14140] ppid=14123 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14140/stat : 14140 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721952704992 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14141] ppid=14123 vsize=10727700 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/14126/task/14141/stat : 14141 (java) S 14123 14126 10029 0 -1 1077944384 1266 0 0 0 7 8 0 0 20 0 16 0 106291452 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721951652784 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14142] ppid=14123 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14142/stat : 14142 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106291592 10985164800 136264 33554432000 4194304 4196468 140737098270640 139721948501168 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 545056 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+247.019 s]
# the end of solver process 14126 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.715 s, system=0.449244 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+247.001 s]*
/proc/loadavg: 2.03 2.06 2.19 2/219 14228
/proc/meminfo: memFree=25721564/32770624 swapFree=67028796/67108860
[pid=14126] ppid=14123 vsize=10861856 memory=545388 CPUtime=252.14 cores=0,2,4,6
/proc/14126/stat : 14126 (java) S 14123 14126 10029 0 -1 1077944320 48618 0 0 0 25171 43 0 0 20 0 17 0 106291446 11122540544 136347 33554432000 4194304 4196468 140737098270640 140737098253184 139722468364023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
/proc/14126/statm: 2715464 136347 3179 1 0 2677955 0
[pid=14126/tid=14128] ppid=14123 vsize=10861856 memory=6791534058613427641 CPUtime=246.58 cores=0,2,4,6
/proc/14126/task/14128/stat : 14128 (java) S 14123 14126 10029 0 -1 1077944384 12704 0 0 0 24651 7 0 0 20 0 17 0 106291447 11122540544 136350 33554432000 4194304 4196468 140737098270640 139722472606896 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14129] ppid=14123 vsize=10861856 memory=1828 CPUtime=0.19 cores=0,2,4,6
/proc/14126/task/14129/stat : 14129 (java) S 14123 14126 10029 0 -1 1077944384 1082 0 0 0 13 6 0 0 20 0 17 0 106291448 11122540544 136350 33554432000 4194304 4196468 140737098270640 139722405054864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14130] ppid=14123 vsize=10861856 memory=800 CPUtime=0.18 cores=0,2,4,6
/proc/14126/task/14130/stat : 14130 (java) S 14123 14126 10029 0 -1 1077944384 450 0 0 0 12 6 0 0 20 0 17 0 106291448 11122540544 136350 33554432000 4194304 4196468 140737098270640 139722404002064 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14131] ppid=14123 vsize=10861856 memory=545056 CPUtime=0.17 cores=0,2,4,6
/proc/14126/task/14131/stat : 14131 (java) S 14123 14126 10029 0 -1 1077944384 341 0 0 0 11 6 0 0 20 0 17 0 106291448 11122540544 136352 33554432000 4194304 4196468 140737098270640 139722402949776 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14132] ppid=14123 vsize=10861856 memory=4872558044660077418 CPUtime=0.18 cores=0,2,4,6
/proc/14126/task/14132/stat : 14132 (java) S 14123 14126 10029 0 -1 1077944384 1190 0 0 0 12 6 0 0 20 0 17 0 106291448 11122540544 136352 33554432000 4194304 4196468 140737098270640 139722401896976 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14133] ppid=14123 vsize=10861856 memory=545056 CPUtime=0.01 cores=0,2,4,6
/proc/14126/task/14133/stat : 14133 (java) S 14123 14126 10029 0 -1 1077944384 1644 0 0 0 1 0 0 0 20 0 17 0 106291449 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721960073840 139722468375170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14134] ppid=14123 vsize=10861856 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14134/stat : 14134 (java) S 14123 14126 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 106291449 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721959019808 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14135] ppid=14123 vsize=10861856 memory=2844 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14135/stat : 14135 (java) S 14123 14126 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 106291450 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721957967472 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14136] ppid=14123 vsize=10861856 memory=500868 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14136/stat : 14136 (java) S 14123 14126 10029 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 17 0 106291452 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721956915792 139722468382619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14137] ppid=14123 vsize=10861856 memory=6791534058613427641 CPUtime=2.12 cores=0,2,4,6
/proc/14126/task/14137/stat : 14137 (java) S 14123 14126 10029 0 -1 1077944384 12103 0 0 0 211 1 0 0 20 0 17 0 106291452 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721955862640 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14138] ppid=14123 vsize=10861856 memory=4872558044660077418 CPUtime=1.9 cores=0,2,4,6
/proc/14126/task/14138/stat : 14138 (java) S 14123 14126 10029 0 -1 1077944384 11266 0 0 0 189 1 0 0 20 0 17 0 106291452 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721954809840 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14139] ppid=14123 vsize=10861856 memory=13760 CPUtime=0.58 cores=0,2,4,6
/proc/14126/task/14139/stat : 14139 (java) S 14123 14126 10029 0 -1 1077944384 4424 0 0 0 57 1 0 0 20 0 17 0 106291452 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721953757552 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14140] ppid=14123 vsize=10861856 memory=15128 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14140/stat : 14140 (java) S 14123 14126 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106291452 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721952704992 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14141] ppid=14123 vsize=10861856 memory=640 CPUtime=0.15 cores=0,2,4,6
/proc/14126/task/14141/stat : 14141 (java) S 14123 14126 10029 0 -1 1077944384 1266 0 0 0 7 8 0 0 20 0 17 0 106291452 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721951652784 139722468375170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14226] ppid=14123 vsize=10861856 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14226/stat : 14226 (java) S 14123 14126 10029 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 17 0 106316127 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721947448176 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
[pid=14126/tid=14227] ppid=14123 vsize=10861856 memory=3008 CPUtime=0 cores=0,2,4,6
/proc/14126/task/14227/stat : 14227 (java) S 14123 14126 10029 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 17 0 106316127 11122540544 136352 33554432000 4194304 4196468 140737098270640 139721946384864 139722468374229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20439040 140737098273910 140737098274062 140737098274062 140737098276815 0
Current children cumulated CPU time: 252.14 s
Current children cumulated vsize: 10861856 KiB
Current children cumulated memory: 545388 KiB

Child status: 143
Real time (s): 247.019
CPU time (s): 252.164
CPU user time (s): 251.715
CPU system time (s): 0.449244
CPU usage (%): 102.083
Max. virtual memory (cumulated for all children) (KiB): 10861856
Max. memory (cumulated for all children) (KiB): 545388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.715
system time used= 0.449244
maximum resident set size= 545664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7967
involuntary context switches= 176


# summary of solver processes directly reported to runsolver:
#   pid: 14126
#   total CPU time (s): 252.164
#   total CPU user time (s): 251.715
#   total CPU system time (s): 0.449244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49291 second user time and 2.43035 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 20:01:23
IDJOB=4302087
IDBENCH=141553
IDSOLVER=2773
FILE ID=node102/4302087-1532887283
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy06_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302087-1532887283/watcher-4302087-1532887283 -o /tmp/evaluation-result-4302087-1532887283/solver-4302087-1532887283 -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-4302087-1532887283.xml

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

MD5SUM BENCH= f39156c7286cf2527a5ad695a59d725a
RANDOM SEED=2059613532

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:        22763268 kB
MemAvailable:   27939424 kB
Buffers:          231392 kB
Cached:          5188884 kB
SwapCached:        53056 kB
Active:          5154832 kB
Inactive:        4322424 kB
Active(anon):    3982904 kB
Inactive(anon):    99168 kB
Active(file):    1171928 kB
Inactive(file):  4223256 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028796 kB
Dirty:              2636 kB
Writeback:             0 kB
AnonPages:       4099096 kB
Mapped:            49880 kB
Shmem:             22560 kB
Slab:             222560 kB
SReclaimable:     193616 kB
SUnreclaim:        28944 kB
KernelStack:        3856 kB
PageTables:        13396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4595876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3919872 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 20:05:30