Trace number 4301835

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)64 252.183 247.229

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark7.43785
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

2.60/1.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.60/1.08	c This is free software under the dual EPL/GNU LGPL licenses.
2.60/1.08	c See www.sat4j.org for details.
2.60/1.08	c That software uses the Rhino library from the Mozilla project.
2.60/1.08	c version 2.3.6-SNAPSHOT
2.60/1.08	c java.runtime.name	Java(TM) SE Runtime Environment
2.60/1.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.60/1.08	c java.vm.version	25.131-b11
2.60/1.08	c java.vm.vendor	Oracle Corporation
2.60/1.08	c sun.arch.data.model	64
2.60/1.08	c java.version		1.8.0_131
2.60/1.08	c os.name		Linux
2.60/1.08	c os.version		3.10.0-514.16.1.el7.x86_64
2.60/1.08	c os.arch		amd64
2.60/1.08	c Free memory 		499604488
2.60/1.08	c Max memory 		7247757312
2.60/1.08	c Total memory 		504889344
2.60/1.08	c Number of processors 	4
2.60/1.08	c c --- Begin Solver configuration ---
2.60/1.08	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.60/1.08	c Learn all clauses as in MiniSAT
2.60/1.08	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.60/1.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.60/1.08	c No reason simplification
2.60/1.08	c Glucose 2.1 dynamic restart strategy
2.60/1.08	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
2.60/1.08	c timeout=2147483s
2.60/1.08	c DB Simplification allowed=false
2.60/1.08	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.60/1.08	c --- End Solver configuration ---
2.60/1.08	c constraints type 
2.60/1.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 110
2.60/1.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 99000
2.60/1.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1363500
2.60/1.08	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
2.60/1.08	c 1462700 constraints processed.
7.56/4.10	o 100
17.56/13.95	o 95
18.48/14.73	o 94
18.71/14.93	o 91
21.95/18.15	o 90
37.90/34.02	o 86
44.82/40.90	o 84
48.08/44.15	o 82
52.52/48.57	o 77
55.15/51.13	o 76
70.75/66.78	o 75
72.49/68.24	o 73
95.52/91.25	o 71
98.62/94.32	o 70
99.22/94.98	o 69
141.53/136.54	o 68
142.53/137.51	o 67
185.06/180.07	o 66
237.28/232.26	o 64
252.16/247.21	c starts		: 2097
252.16/247.21	c conflicts		: 854959
252.16/247.21	c decisions		: 9737700
252.16/247.21	c propagations		: 542893642
252.16/247.21	c inspects		: 3101858702
252.16/247.21	c shortcuts		: 0
252.16/247.21	c learnt literals	: 2767
252.16/247.21	c learnt binary clauses	: 2283
252.16/247.21	c learnt ternary clauses	: 2322
252.16/247.21	c learnt constraints	: 852192
252.16/247.21	c ignored constraints	: 0
252.16/247.21	c root simplifications	: 0
252.16/247.21	c removed literals (reason simplification)	: 0
252.16/247.21	c reason swapping (by a shorter reason)	: 0
252.16/247.21	c Calls to reduceDB	: 92
252.16/247.21	c Number of update (reduction) of LBD	: 653357
252.16/247.21	c Imported unit clauses	: 0
252.16/247.21	c number of reductions to clauses (during analyze)	: 0
252.16/247.21	c number of learned constraints concerned by reduction	: 0
252.16/247.21	c number of learning phase by resolution	: 0
252.16/247.21	c number of learning phase by cutting planes	: 0
252.16/247.21	c number of rounding to 1 operations	: 0
252.16/247.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.16/247.21	c number of reductions of the coefficients by power 2 	: 0
252.16/247.21	c number of right shift for reduction by power 2 	: 0
252.16/247.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.16/247.21	c number of ending skipping 	: 0
252.16/247.21	c number of internal skipping 	: 0
252.16/247.21	c number of derivation steps 	: 0
252.16/247.21	c number of skipped derivation steps 	: 0
252.16/247.21	c number of remaining unassigned 	: 0
252.16/247.21	c number of remaining assigned 	: 0
252.16/247.21	c speed (assignments/second)	: 2205737.0230124164
252.16/247.21	c non guided choices	: 189772
252.16/247.21	s SATISFIABLE
252.16/247.22	v <instantiation type="solution">
252.16/247.22	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[5][9] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[6][9] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[7][9] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] y[8][9] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] </list>
252.16/247.22	v 	<values> 2 8 9 17 27 31 48 59 61 64 1 6 7 15 25 29 46 57 59 62 1 1 1 9 19 23 40 51 53 56 1 1 1 8 18 22 39 50 52 55 1 1 1 1 10 14 31 42 44 47 1 1 1 1 1 4 21 32 34 37 1 1 1 1 1 1 17 28 30 33 1 1 1 1 1 1 1 11 13 16 1 1 1 1 1 1 1 1 2 5 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 </values>
252.16/247.22	v </instantiation>
252.16/247.22	

Verifier Data

OK	64

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301835-1532884890/watcher-4301835-1532884890 -o /tmp/evaluation-result-4301835-1532884890/solver-4301835-1532884890 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301835-1532884890.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
solver pid=29588, runsolver pid=29585
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 2.24 2.96 2.89 3/216 29603
/proc/meminfo: memFree=27085900/32770624 swapFree=67108860/67108860
[pid=29588] ppid=29585 vsize=10659012 memory=30052 CPUtime=0.13 cores=0,2,4,6
/proc/29588/stat : 29588 (java) S 29585 29588 22004 0 -1 1077944320 6611 0 0 0 12 1 0 0 20 0 15 0 106052187 10914828288 7513 33554432000 4194304 4196468 140737143986160 140737143968704 139747564048119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
/proc/29588/statm: 2664753 7513 2845 1 0 2627263 0
[pid=29588/tid=29590] ppid=29585 vsize=10659012 memory=-8773748148830244995 CPUtime=0.08 cores=0,2,4,6
/proc/29588/task/29590/stat : 29590 (java) R 29585 29588 22004 0 -1 4202560 4419 0 0 0 8 0 0 0 20 0 15 0 106052188 10914828288 7513 33554432000 4194304 4196468 140737143986160 139747568263424 139747548128606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29591] ppid=29585 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29591/stat : 29591 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914828288 7513 33554432000 4194304 4196468 140737143986160 139747500739216 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29592] ppid=29585 vsize=10659012 memory=139636311365248 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29592/stat : 29592 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914828288 7513 33554432000 4194304 4196468 140737143986160 139747499686416 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29593] ppid=29585 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914828288 7513 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106052188 10914828288 7513 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10659012 memory=139636311365248 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106052190 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29596] ppid=29585 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29596/stat : 29596 (java) S 29585 29588 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106052190 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746665555488 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29597] ppid=29585 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29597/stat : 29597 (java) S 29585 29588 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106052190 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746664502640 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29598] ppid=29585 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29598/stat : 29598 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106052193 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746663450960 139747564066715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29599] ppid=29585 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29599/stat : 29599 (java) S 29585 29588 22004 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 106052193 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746662398320 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29600] ppid=29585 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29600/stat : 29600 (java) S 29585 29588 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106052193 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746661345520 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29601] ppid=29585 vsize=10659012 memory=139636311365248 CPUtime=0.02 cores=0,2,4,6
/proc/29588/task/29601/stat : 29601 (java) S 29585 29588 22004 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 15 0 106052193 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746660292720 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29602] ppid=29585 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29602/stat : 29602 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106052193 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746659240160 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29603] ppid=29585 vsize=10659012 memory=139636311365248 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29603/stat : 29603 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052193 10914828288 7513 33554432000 4194304 4196468 140737143986160 139746658188464 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30052 KiB

[startup+0.210478 s]*
/proc/loadavg: 2.30 2.96 2.89 5/216 29603
/proc/meminfo: memFree=27076968/32770624 swapFree=67108860/67108860
[pid=29588] ppid=29585 vsize=10659012 memory=41744 CPUtime=0.33 cores=0,2,4,6
/proc/29588/stat : 29588 (java) S 29585 29588 22004 0 -1 1077944320 8083 0 0 0 32 1 0 0 20 0 15 0 106052187 10914828288 10436 33554432000 4194304 4196468 140737143986160 140737143968704 139747564048119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
/proc/29588/statm: 2664753 10436 3004 1 0 2627263 0
[pid=29588/tid=29590] ppid=29585 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29588/task/29590/stat : 29590 (java) R 29585 29588 22004 0 -1 4202560 5000 0 0 0 19 1 0 0 20 0 15 0 106052188 10914828288 10436 33554432000 4194304 4196468 140737143986160 139747568284400 139747564060054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29591] ppid=29585 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29591/stat : 29591 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914828288 10436 33554432000 4194304 4196468 140737143986160 139747500739216 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29592] ppid=29585 vsize=10659012 memory=139636312003613 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29592/stat : 29592 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914828288 10436 33554432000 4194304 4196468 140737143986160 139747499686416 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29593] ppid=29585 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914828288 10436 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106052188 10914828288 10436 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10659012 memory=139636311365248 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106052190 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29596] ppid=29585 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29596/stat : 29596 (java) S 29585 29588 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106052190 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746665555488 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29597] ppid=29585 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29597/stat : 29597 (java) S 29585 29588 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106052190 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746664502640 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29598] ppid=29585 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29598/stat : 29598 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106052193 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746663450960 139747564066715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29599] ppid=29585 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29588/task/29599/stat : 29599 (java) S 29585 29588 22004 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 15 0 106052193 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746662398320 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29600] ppid=29585 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29588/task/29600/stat : 29600 (java) S 29585 29588 22004 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 15 0 106052193 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746661345520 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29601] ppid=29585 vsize=10659012 memory=139636311365248 CPUtime=0.07 cores=0,2,4,6
/proc/29588/task/29601/stat : 29601 (java) R 29585 29588 22004 0 -1 4202560 720 0 0 0 7 0 0 0 20 0 15 0 106052193 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746660292720 139747543334933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29602] ppid=29585 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29602/stat : 29602 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106052193 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746659240160 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29603] ppid=29585 vsize=10659012 memory=139636311365248 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29603/stat : 29603 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052193 10914828288 10436 33554432000 4194304 4196468 140737143986160 139746658188464 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41744 KiB

[startup+0.316369 s]*
/proc/loadavg: 2.30 2.96 2.89 4/216 29603
/proc/meminfo: memFree=27069172/32770624 swapFree=67108860/67108860
[pid=29588] ppid=29585 vsize=10659088 memory=47488 CPUtime=0.53 cores=0,2,4,6
/proc/29588/stat : 29588 (java) S 29585 29588 22004 0 -1 1077944320 9106 0 0 0 52 1 0 0 20 0 15 0 106052187 10914906112 11872 33554432000 4194304 4196468 140737143986160 140737143968704 139747564048119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
/proc/29588/statm: 2664772 11872 3059 1 0 2627263 0
[pid=29588/tid=29590] ppid=29585 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/29588/task/29590/stat : 29590 (java) R 29585 29588 22004 0 -1 4202560 5799 0 0 0 29 1 0 0 20 0 15 0 106052188 10914906112 11872 33554432000 4194304 4196468 140737143986160 139747568286624 139747564060054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29591] ppid=29585 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29591/stat : 29591 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914906112 11872 33554432000 4194304 4196468 140737143986160 139747500739216 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29592] ppid=29585 vsize=10659088 memory=139636312003612 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29592/stat : 29592 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914906112 11872 33554432000 4194304 4196468 140737143986160 139747499686416 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29593] ppid=29585 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914906112 11872 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106052188 10914906112 11872 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10659088 memory=139636311365248 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106052190 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29596] ppid=29585 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29596/stat : 29596 (java) S 29585 29588 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106052190 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746665555488 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29597] ppid=29585 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29597/stat : 29597 (java) S 29585 29588 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106052190 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746664502640 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29598] ppid=29585 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29598/stat : 29598 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106052193 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746663450960 139747564066715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29599] ppid=29585 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/29588/task/29599/stat : 29599 (java) S 29585 29588 22004 0 -1 1077944384 612 0 0 0 5 0 0 0 20 0 15 0 106052193 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746662398320 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29600] ppid=29585 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/29588/task/29600/stat : 29600 (java) S 29585 29588 22004 0 -1 1077944384 542 0 0 0 4 0 0 0 20 0 15 0 106052193 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746661345520 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29601] ppid=29585 vsize=10659088 memory=139636311365248 CPUtime=0.12 cores=0,2,4,6
/proc/29588/task/29601/stat : 29601 (java) R 29585 29588 22004 0 -1 4202560 787 0 0 0 12 0 0 0 20 0 15 0 106052193 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746660291904 139747556285246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29602] ppid=29585 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29602/stat : 29602 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106052193 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746659240160 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29603] ppid=29585 vsize=10659088 memory=139636311365248 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29603/stat : 29603 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052193 10914906112 11872 33554432000 4194304 4196468 140737143986160 139746658188464 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47488 KiB

[startup+0.700712 s]
/proc/loadavg: 2.30 2.96 2.89 5/216 29603
/proc/meminfo: memFree=27041820/32770624 swapFree=67108860/67108860
[pid=29588] ppid=29585 vsize=10659088 memory=106900 CPUtime=1.68 cores=0,2,4,6
/proc/29588/stat : 29588 (java) S 29585 29588 22004 0 -1 1077944320 14205 0 0 0 164 4 0 0 20 0 15 0 106052187 10914906112 26725 33554432000 4194304 4196468 140737143986160 140737143968704 139747564048119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
/proc/29588/statm: 2664772 26725 3100 1 0 2627263 0
[pid=29588/tid=29590] ppid=29585 vsize=10659088 memory=1840 CPUtime=0.67 cores=0,2,4,6
/proc/29588/task/29590/stat : 29590 (java) R 29585 29588 22004 0 -1 4202560 5941 0 0 0 65 2 0 0 20 0 15 0 106052188 10914906112 26725 33554432000 4194304 4196468 140737143986160 139747568274528 139747179916768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29591] ppid=29585 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29591/stat : 29591 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914906112 26725 33554432000 4194304 4196468 140737143986160 139747500739216 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29592] ppid=29585 vsize=10659088 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29592/stat : 29592 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914906112 26725 33554432000 4194304 4196468 140737143986160 139747499686416 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29593] ppid=29585 vsize=10659088 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052188 10914906112 26725 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106052188 10914906112 26725 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106052190 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29596] ppid=29585 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29596/stat : 29596 (java) S 29585 29588 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106052190 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746665555488 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29597] ppid=29585 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29597/stat : 29597 (java) S 29585 29588 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106052190 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746664502640 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29598] ppid=29585 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29598/stat : 29598 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106052193 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746663450960 139747564066715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29599] ppid=29585 vsize=10659088 memory=7590935255203861604 CPUtime=0.39 cores=0,2,4,6
/proc/29588/task/29599/stat : 29599 (java) R 29585 29588 22004 0 -1 4202560 2859 0 0 0 39 0 0 0 20 0 15 0 106052193 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746662383784 139747556289100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29600] ppid=29585 vsize=10659088 memory=6220993253238723945 CPUtime=0.38 cores=0,2,4,6
/proc/29588/task/29600/stat : 29600 (java) R 29585 29588 22004 0 -1 4202560 3007 0 0 0 38 0 0 0 20 0 15 0 106052193 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746661325864 139747547544288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29601] ppid=29585 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/29588/task/29601/stat : 29601 (java) S 29585 29588 22004 0 -1 1077944384 1028 0 0 0 19 0 0 0 20 0 15 0 106052193 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746660292720 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29602] ppid=29585 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29602/stat : 29602 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106052193 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746659240160 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29603] ppid=29585 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29603/stat : 29603 (java) S 29585 29588 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106052193 10914906112 26725 33554432000 4194304 4196468 140737143986160 139746658188464 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 106900 KiB

[startup+1.50072 s]
/proc/loadavg: 2.30 2.96 2.89 4/216 29603
/proc/meminfo: memFree=26864960/32770624 swapFree=67108860/67108860
[pid=29588] ppid=29585 vsize=10725652 memory=250040 CPUtime=3.67 cores=0,2,4,6
/proc/29588/stat : 29588 (java) S 29585 29588 22004 0 -1 1077944320 14947 0 0 0 356 11 0 0 20 0 16 0 106052187 10983067648 62510 33554432000 4194304 4196468 140737143986160 140737143968704 139747564048119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
/proc/29588/statm: 2681413 62510 3125 1 0 2643904 0
[pid=29588/tid=29590] ppid=29585 vsize=10725652 memory=6791534058613427641 CPUtime=1.39 cores=0,2,4,6
/proc/29588/task/29590/stat : 29590 (java) R 29585 29588 22004 0 -1 4202560 6058 0 0 0 136 3 0 0 20 0 16 0 106052188 10983067648 62510 33554432000 4194304 4196468 140737143986160 139747568286320 139747183565799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29591] ppid=29585 vsize=10725652 memory=-6951259422114956437 CPUtime=0.06 cores=0,2,4,6
/proc/29588/task/29591/stat : 29591 (java) S 29585 29588 22004 0 -1 1077944384 42 0 0 0 5 1 0 0 20 0 16 0 106052188 10983067648 62510 33554432000 4194304 4196468 140737143986160 139747500739216 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29592] ppid=29585 vsize=10725652 memory=-6509546260019855295 CPUtime=0.05 cores=0,2,4,6
/proc/29588/task/29592/stat : 29592 (java) S 29585 29588 22004 0 -1 1077944384 23 0 0 0 4 1 0 0 20 0 16 0 106052188 10983067648 62510 33554432000 4194304 4196468 140737143986160 139747499686416 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29593] ppid=29585 vsize=10725652 memory=-7390251449858225344 CPUtime=0.05 cores=0,2,4,6
/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 35 0 0 0 5 0 0 0 20 0 16 0 106052188 10983067648 62510 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10725652 memory=4134692831991786133 CPUtime=0.06 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 40 0 0 0 5 1 0 0 20 0 16 0 106052188 10983067648 62510 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10725652 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 106052190 10983067648 62510 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0

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

/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 424 0 0 0 38 10 0 0 20 0 16 0 106052188 10983067648 167973 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10725652 memory=671892 CPUtime=0.47 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 737 0 0 0 37 10 0 0 20 0 16 0 106052188 10983067648 167973 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10725652 memory=671892 CPUtime=0.01 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 3227 0 0 0 1 0 0 0 20 0 16 0 106052190 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29596] ppid=29585 vsize=10725652 memory=671892 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29596/stat : 29596 (java) S 29585 29588 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106052190 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746665555552 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29597] ppid=29585 vsize=10725652 memory=535348 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29597/stat : 29597 (java) S 29585 29588 22004 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 106052190 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746664502656 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29598] ppid=29585 vsize=10725652 memory=535348 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29598/stat : 29598 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106052193 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746663450960 139747564066715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29599] ppid=29585 vsize=10725652 memory=671892 CPUtime=1.6 cores=0,2,4,6
/proc/29588/task/29599/stat : 29599 (java) S 29585 29588 22004 0 -1 1077944384 7419 0 0 0 160 0 0 0 20 0 16 0 106052193 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746662398320 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29600] ppid=29585 vsize=10725652 memory=4028 CPUtime=1.58 cores=0,2,4,6
/proc/29588/task/29600/stat : 29600 (java) S 29585 29588 22004 0 -1 1077944384 9024 0 0 0 157 1 0 0 20 0 16 0 106052193 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746661345520 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29601] ppid=29585 vsize=10725652 memory=6791534058613427641 CPUtime=0.38 cores=0,2,4,6
/proc/29588/task/29601/stat : 29601 (java) S 29585 29588 22004 0 -1 1077944384 2920 0 0 0 37 1 0 0 20 0 16 0 106052193 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746660292720 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29602] ppid=29585 vsize=10725652 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29602/stat : 29602 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106052193 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746659240160 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29603] ppid=29585 vsize=10725652 memory=671892 CPUtime=0.08 cores=0,2,4,6
/proc/29588/task/29603/stat : 29603 (java) S 29585 29588 22004 0 -1 1077944384 466 0 0 0 5 3 0 0 20 0 16 0 106052193 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746658188464 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29604] ppid=29585 vsize=10725652 memory=671892 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29604/stat : 29604 (java) S 29585 29588 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106052296 10983067648 167973 33554432000 4194304 4196468 140737143986160 139746657134000 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
Current children cumulated CPU time: 167.35 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 671892 KiB

[startup+222.301 s]
/proc/loadavg: 2.07 2.48 2.71 3/217 29687
/proc/meminfo: memFree=26913492/32770624 swapFree=67108860/67108860
[pid=29588] ppid=29585 vsize=10725652 memory=714008 CPUtime=227.37 cores=0,2,4,6
/proc/29588/stat : 29588 (java) S 29585 29588 22004 0 -1 1077944320 39366 0 0 0 22682 55 0 0 20 0 16 0 106052187 10983067648 178502 33554432000 4194304 4196468 140737143986160 140737143968704 139747564048119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
/proc/29588/statm: 2681413 178502 3162 1 0 2643904 0
[pid=29588/tid=29590] ppid=29585 vsize=10725652 memory=714008 CPUtime=221.73 cores=0,2,4,6
/proc/29588/task/29590/stat : 29590 (java) R 29585 29588 22004 0 -1 4202560 12315 0 0 0 22165 8 0 0 20 0 16 0 106052188 10983067648 178502 33554432000 4194304 4196468 140737143986160 139747568279696 139747183760229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29591] ppid=29585 vsize=10725652 memory=705816 CPUtime=0.47 cores=0,2,4,6
/proc/29588/task/29591/stat : 29591 (java) S 29585 29588 22004 0 -1 1077944384 790 0 0 0 37 10 0 0 20 0 16 0 106052188 10983067648 178502 33554432000 4194304 4196468 140737143986160 139747500739216 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29592] ppid=29585 vsize=10725652 memory=678964 CPUtime=0.46 cores=0,2,4,6
/proc/29588/task/29592/stat : 29592 (java) S 29585 29588 22004 0 -1 1077944384 429 0 0 0 36 10 0 0 20 0 16 0 106052188 10983067648 178502 33554432000 4194304 4196468 140737143986160 139747499686416 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29593] ppid=29585 vsize=10725652 memory=714008 CPUtime=0.48 cores=0,2,4,6
/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 424 0 0 0 38 10 0 0 20 0 16 0 106052188 10983067648 178502 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10725652 memory=689432 CPUtime=0.47 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 737 0 0 0 37 10 0 0 20 0 16 0 106052188 10983067648 178502 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10725652 memory=689432 CPUtime=0.01 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 3308 0 0 0 1 0 0 0 20 0 16 0 106052190 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29596] ppid=29585 vsize=10725652 memory=279272330477904 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29596/stat : 29596 (java) S 29585 29588 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106052190 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746665555552 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29597] ppid=29585 vsize=10725652 memory=-2541025662029814883 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29597/stat : 29597 (java) S 29585 29588 22004 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 106052190 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746664502656 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29598] ppid=29585 vsize=10725652 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29598/stat : 29598 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106052193 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746663450960 139747564066715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29599] ppid=29585 vsize=10725652 memory=1840 CPUtime=1.6 cores=0,2,4,6
/proc/29588/task/29599/stat : 29599 (java) S 29585 29588 22004 0 -1 1077944384 7497 0 0 0 160 0 0 0 20 0 16 0 106052193 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746662398320 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29600] ppid=29585 vsize=10725652 memory=1004 CPUtime=1.58 cores=0,2,4,6
/proc/29588/task/29600/stat : 29600 (java) S 29585 29588 22004 0 -1 1077944384 9026 0 0 0 157 1 0 0 20 0 16 0 106052193 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746661345520 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29601] ppid=29585 vsize=10725652 memory=4028 CPUtime=0.38 cores=0,2,4,6
/proc/29588/task/29601/stat : 29601 (java) S 29585 29588 22004 0 -1 1077944384 2922 0 0 0 37 1 0 0 20 0 16 0 106052193 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746660292720 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29602] ppid=29585 vsize=10725652 memory=30236 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29602/stat : 29602 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106052193 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746659240160 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29603] ppid=29585 vsize=10725652 memory=1296 CPUtime=0.1 cores=0,2,4,6
/proc/29588/task/29603/stat : 29603 (java) S 29585 29588 22004 0 -1 1077944384 509 0 0 0 6 4 0 0 20 0 16 0 106052193 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746658188464 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29604] ppid=29585 vsize=10725652 memory=714008 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29604/stat : 29604 (java) S 29585 29588 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106052296 10983067648 178502 33554432000 4194304 4196468 140737143986160 139746657134000 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
Current children cumulated CPU time: 227.37 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 714008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.001 s]*
/proc/loadavg: 2.11 2.45 2.70 3/217 29688
/proc/meminfo: memFree=26795640/32770624 swapFree=67108860/67108860
[pid=29588] ppid=29585 vsize=10725652 memory=830744 CPUtime=252.1 cores=0,2,4,6
/proc/29588/stat : 29588 (java) S 29585 29588 22004 0 -1 1077944320 39868 0 0 0 25153 57 0 0 20 0 16 0 106052187 10983067648 207686 33554432000 4194304 4196468 140737143986160 140737143968704 139747564048119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
/proc/29588/statm: 2681413 207686 3162 1 0 2643904 0
[pid=29588/tid=29590] ppid=29585 vsize=10725652 memory=6791534058613427641 CPUtime=246.44 cores=0,2,4,6
/proc/29588/task/29590/stat : 29590 (java) R 29585 29588 22004 0 -1 4202560 12572 0 0 0 24635 9 0 0 20 0 16 0 106052188 10983067648 207686 33554432000 4194304 4196468 140737143986160 139747568279696 139747183376785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29591] ppid=29585 vsize=10725652 memory=288230596050944315 CPUtime=0.47 cores=0,2,4,6
/proc/29588/task/29591/stat : 29591 (java) S 29585 29588 22004 0 -1 1077944384 790 0 0 0 37 10 0 0 20 0 16 0 106052188 10983067648 207686 33554432000 4194304 4196468 140737143986160 139747500739216 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29592] ppid=29585 vsize=10725652 memory=15542903384575324 CPUtime=0.46 cores=0,2,4,6
/proc/29588/task/29592/stat : 29592 (java) S 29585 29588 22004 0 -1 1077944384 429 0 0 0 36 10 0 0 20 0 16 0 106052188 10983067648 207686 33554432000 4194304 4196468 140737143986160 139747499686416 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29593] ppid=29585 vsize=10725652 memory=1200 CPUtime=0.48 cores=0,2,4,6
/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 424 0 0 0 38 10 0 0 20 0 16 0 106052188 10983067648 207686 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10725652 memory=15872 CPUtime=0.47 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 737 0 0 0 37 10 0 0 20 0 16 0 106052188 10983067648 207686 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10725652 memory=18016 CPUtime=0.01 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 3308 0 0 0 1 0 0 0 20 0 16 0 106052190 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29596] ppid=29585 vsize=10725652 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29596/stat : 29596 (java) S 29585 29588 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106052190 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746665555552 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29597] ppid=29585 vsize=10725652 memory=18248 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29597/stat : 29597 (java) S 29585 29588 22004 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 106052190 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746664502656 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29598] ppid=29585 vsize=10725652 memory=640 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29598/stat : 29598 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106052193 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746663450960 139747564066715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29599] ppid=29585 vsize=10725652 memory=1784 CPUtime=1.6 cores=0,2,4,6
/proc/29588/task/29599/stat : 29599 (java) S 29585 29588 22004 0 -1 1077944384 7497 0 0 0 160 0 0 0 20 0 16 0 106052193 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746662398320 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29600] ppid=29585 vsize=10725652 memory=6791534058613427641 CPUtime=1.58 cores=0,2,4,6
/proc/29588/task/29600/stat : 29600 (java) S 29585 29588 22004 0 -1 1077944384 9026 0 0 0 157 1 0 0 20 0 16 0 106052193 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746661345520 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29601] ppid=29585 vsize=10725652 memory=820504 CPUtime=0.38 cores=0,2,4,6
/proc/29588/task/29601/stat : 29601 (java) S 29585 29588 22004 0 -1 1077944384 3165 0 0 0 37 1 0 0 20 0 16 0 106052193 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746660292720 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29602] ppid=29585 vsize=10725652 memory=3112 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29602/stat : 29602 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106052193 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746659240160 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29603] ppid=29585 vsize=10725652 memory=793880 CPUtime=0.12 cores=0,2,4,6
/proc/29588/task/29603/stat : 29603 (java) S 29585 29588 22004 0 -1 1077944384 511 0 0 0 8 4 0 0 20 0 16 0 106052193 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746658188464 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29604] ppid=29585 vsize=10725652 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29604/stat : 29604 (java) S 29585 29588 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106052296 10983067648 207686 33554432000 4194304 4196468 140737143986160 139746657134000 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 830744 KiB

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

[startup+247.229 s]
# the end of solver process 29588 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.603 s, system=0.579223 s

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

[startup+247.201 s]
/proc/loadavg: 2.11 2.45 2.70 3/217 29688
/proc/meminfo: memFree=26795640/32770624 swapFree=67108860/67108860
[pid=29588] ppid=29585 vsize=10925344 memory=839200 CPUtime=252.16 cores=0,2,4,6
/proc/29588/stat : 29588 (java) S 29585 29588 22004 0 -1 1077944320 40644 0 0 0 25159 57 0 0 20 0 17 0 106052187 11187552256 209800 33554432000 4194304 4196468 140737143986160 140737143968704 139747564048119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
/proc/29588/statm: 2731336 209800 3165 1 0 2693827 0
[pid=29588/tid=29590] ppid=29585 vsize=10925344 memory=18248 CPUtime=246.49 cores=0,2,4,6
/proc/29588/task/29590/stat : 29590 (java) S 29585 29588 22004 0 -1 1077944384 12729 0 0 0 24640 9 0 0 20 0 17 0 106052188 11187552256 209800 33554432000 4194304 4196468 140737143986160 139747568290992 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29591] ppid=29585 vsize=10925344 memory=6791534058613427641 CPUtime=0.47 cores=0,2,4,6
/proc/29588/task/29591/stat : 29591 (java) S 29585 29588 22004 0 -1 1077944384 790 0 0 0 37 10 0 0 20 0 17 0 106052188 11187552256 209800 33554432000 4194304 4196468 140737143986160 139747500739216 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29592] ppid=29585 vsize=10925344 memory=792 CPUtime=0.46 cores=0,2,4,6
/proc/29588/task/29592/stat : 29592 (java) S 29585 29588 22004 0 -1 1077944384 429 0 0 0 36 10 0 0 20 0 17 0 106052188 11187552256 209800 33554432000 4194304 4196468 140737143986160 139747499686416 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29593] ppid=29585 vsize=10925344 memory=1228 CPUtime=0.48 cores=0,2,4,6
/proc/29588/task/29593/stat : 29593 (java) S 29585 29588 22004 0 -1 1077944384 424 0 0 0 38 10 0 0 20 0 17 0 106052188 11187552256 209800 33554432000 4194304 4196468 140737143986160 139747169003920 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29594] ppid=29585 vsize=10925344 memory=1944 CPUtime=0.47 cores=0,2,4,6
/proc/29588/task/29594/stat : 29594 (java) S 29585 29588 22004 0 -1 1077944384 737 0 0 0 37 10 0 0 20 0 17 0 106052188 11187552256 209800 33554432000 4194304 4196468 140737143986160 139747167951120 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29595] ppid=29585 vsize=10925344 memory=1416 CPUtime=0.01 cores=0,2,4,6
/proc/29588/task/29595/stat : 29595 (java) S 29585 29588 22004 0 -1 1077944384 3308 0 0 0 1 0 0 0 20 0 17 0 106052190 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746666609520 139747564059266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29596] ppid=29585 vsize=10925344 memory=8508 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29596/stat : 29596 (java) S 29585 29588 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106052190 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746665555552 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29597] ppid=29585 vsize=10925344 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29597/stat : 29597 (java) S 29585 29588 22004 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 106052190 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746664502656 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29598] ppid=29585 vsize=10925344 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29598/stat : 29598 (java) S 29585 29588 22004 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 17 0 106052193 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746663450960 139747564066715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29599] ppid=29585 vsize=10925344 memory=15872 CPUtime=1.6 cores=0,2,4,6
/proc/29588/task/29599/stat : 29599 (java) S 29585 29588 22004 0 -1 1077944384 7536 0 0 0 160 0 0 0 20 0 17 0 106052193 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746662398320 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29600] ppid=29585 vsize=10925344 memory=18016 CPUtime=1.58 cores=0,2,4,6
/proc/29588/task/29600/stat : 29600 (java) S 29585 29588 22004 0 -1 1077944384 9045 0 0 0 157 1 0 0 20 0 17 0 106052193 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746661345520 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29601] ppid=29585 vsize=10925344 memory=30236 CPUtime=0.39 cores=0,2,4,6
/proc/29588/task/29601/stat : 29601 (java) S 29585 29588 22004 0 -1 1077944384 3203 0 0 0 38 1 0 0 20 0 17 0 106052193 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746660292720 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29602] ppid=29585 vsize=10925344 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/29588/task/29602/stat : 29602 (java) S 29585 29588 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106052193 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746659240160 139747564058325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
[pid=29588/tid=29603] ppid=29585 vsize=10925344 memory=2424 CPUtime=0.12 cores=0,2,4,6
/proc/29588/task/29603/stat : 29603 (java) S 29585 29588 22004 0 -1 1077944384 511 0 0 0 8 4 0 0 20 0 17 0 106052193 11187552256 209800 33554432000 4194304 4196468 140737143986160 139746658188464 139747564059266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34418688 140737143993462 140737143993614 140737143993614 140737143996367 0
Current children cumulated CPU time: 252.16 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 839200 KiB

Child status: 143
Real time (s): 247.229
CPU time (s): 252.183
CPU user time (s): 251.603
CPU system time (s): 0.579223
CPU usage (%): 102.004
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 839200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.603
system time used= 0.579223
maximum resident set size= 841652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41172
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7509
involuntary context switches= 387


# summary of solver processes directly reported to runsolver:
#   pid: 29588
#   total CPU time (s): 252.183
#   total CPU user time (s): 251.603
#   total CPU system time (s): 0.579223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.64509 second user time and 2.19554 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:21:30
IDJOB=4301835
IDBENCH=141371
IDSOLVER=2773
FILE ID=node151/4301835-1532884890
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301835-1532884890/watcher-4301835-1532884890 -o /tmp/evaluation-result-4301835-1532884890/solver-4301835-1532884890 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301835-1532884890.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=1564961918

node151.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.87
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.87
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.87
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.87
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:        27106416 kB
MemAvailable:   30757324 kB
Buffers:          212640 kB
Cached:          3712544 kB
SwapCached:            0 kB
Active:          2567896 kB
Inactive:        2626532 kB
Active(anon):    1219260 kB
Inactive(anon):    78188 kB
Active(file):    1348636 kB
Inactive(file):  2548344 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2196 kB
Writeback:             0 kB
AnonPages:       1248720 kB
Mapped:            56360 kB
Shmem:             25224 kB
Slab:             167336 kB
SReclaimable:     139524 kB
SUnreclaim:        27812 kB
KernelStack:        3888 kB
PageTables:         8156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2915776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1138688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 19:25:37