Trace number 4301847

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)95 252.173 246.52

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-11_c18.xml
MD5SUMd48530cddaac7c3de8b9754209410058
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark252.13
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"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

3.39/1.43	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.39/1.43	c This is free software under the dual EPL/GNU LGPL licenses.
3.39/1.43	c See www.sat4j.org for details.
3.39/1.43	c That software uses the Rhino library from the Mozilla project.
3.39/1.43	c version 2.3.6-SNAPSHOT
3.39/1.43	c java.runtime.name	Java(TM) SE Runtime Environment
3.39/1.43	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.39/1.43	c java.vm.version	25.131-b11
3.39/1.43	c java.vm.vendor	Oracle Corporation
3.39/1.43	c sun.arch.data.model	64
3.39/1.43	c java.version		1.8.0_131
3.39/1.43	c os.name		Linux
3.39/1.43	c os.version		3.10.0-514.16.1.el7.x86_64
3.39/1.43	c os.arch		amd64
3.39/1.43	c Free memory 		499604488
3.39/1.43	c Max memory 		7247757312
3.39/1.43	c Total memory 		504889344
3.39/1.43	c Number of processors 	4
3.39/1.43	c c --- Begin Solver configuration ---
3.39/1.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.39/1.43	c Learn all clauses as in MiniSAT
3.39/1.43	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.39/1.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.39/1.43	c No reason simplification
3.39/1.43	c Glucose 2.1 dynamic restart strategy
3.39/1.43	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.39/1.43	c timeout=2147483s
3.39/1.43	c DB Simplification allowed=false
3.39/1.43	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.39/1.43	c --- End Solver configuration ---
3.39/1.43	c constraints type 
3.39/1.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
3.39/1.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 179685
3.39/1.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2435730
3.39/1.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 110
3.39/1.43	c 2615657 constraints processed.
26.50/23.27	o 119
44.70/39.53	o 117
58.89/53.63	o 112
70.45/65.18	o 111
81.67/76.39	o 108
93.60/88.25	o 107
105.26/99.81	o 102
145.32/139.67	o 101
154.43/148.77	o 100
200.95/195.24	o 99
233.47/227.73	o 96
249.29/243.58	o 95
252.15/246.50	c starts		: 2451
252.15/246.50	c conflicts		: 698950
252.15/246.50	c decisions		: 12782092
252.15/246.50	c propagations		: 532979617
252.15/246.50	c inspects		: 2992212836
252.15/246.50	c shortcuts		: 0
252.15/246.50	c learnt literals	: 2935
252.15/246.50	c learnt binary clauses	: 2095
252.15/246.50	c learnt ternary clauses	: 2000
252.15/246.50	c learnt constraints	: 696015
252.15/246.50	c ignored constraints	: 0
252.15/246.50	c root simplifications	: 0
252.15/246.50	c removed literals (reason simplification)	: 0
252.15/246.50	c reason swapping (by a shorter reason)	: 0
252.15/246.50	c Calls to reduceDB	: 76
252.15/246.50	c Number of update (reduction) of LBD	: 540244
252.15/246.50	c Imported unit clauses	: 0
252.15/246.50	c number of reductions to clauses (during analyze)	: 0
252.15/246.50	c number of learned constraints concerned by reduction	: 0
252.15/246.50	c number of learning phase by resolution	: 0
252.15/246.50	c number of learning phase by cutting planes	: 0
252.15/246.50	c number of rounding to 1 operations	: 0
252.15/246.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.15/246.50	c number of reductions of the coefficients by power 2 	: 0
252.15/246.50	c number of right shift for reduction by power 2 	: 0
252.15/246.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.15/246.50	c number of ending skipping 	: 0
252.15/246.50	c number of internal skipping 	: 0
252.15/246.50	c number of derivation steps 	: 0
252.15/246.50	c number of skipped derivation steps 	: 0
252.15/246.50	c number of remaining unassigned 	: 0
252.15/246.50	c number of remaining assigned 	: 0
252.15/246.50	c speed (assignments/second)	: 2174814.5093830717
252.15/246.50	c non guided choices	: 397501
252.15/246.50	s SATISFIABLE
252.15/246.51	v <instantiation type="solution">
252.15/246.51	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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[0][10] 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[1][10] 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[2][10] 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[3][10] 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[4][10] 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[5][10] 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[6][10] 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[7][10] 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[8][10] 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] y[9][10] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[10][9] y[10][10] </list>
252.15/246.51	v 	<values> 6 12 13 45 55 59 64 67 82 93 95 1 6 7 39 49 53 58 61 76 87 89 1 1 1 33 43 47 52 55 70 81 83 1 1 1 32 42 46 51 54 69 80 82 1 1 1 1 10 14 19 22 37 48 50 1 1 1 1 1 4 9 12 27 38 40 1 1 1 1 1 1 5 8 23 34 36 1 1 1 1 1 1 1 3 18 29 31 1 1 1 1 1 1 1 1 15 26 28 1 1 1 1 1 1 1 1 1 11 13 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 </values>
252.15/246.51	v </instantiation>
252.15/246.51	

Verifier Data

OK	95

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301847-1532884955/watcher-4301847-1532884955 -o /tmp/evaluation-result-4301847-1532884955/solver-4301847-1532884955 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301847-1532884955.xml 

running on 4 cores: 1,3,5,7

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=29668, runsolver pid=29665

[startup+0.107892 s]*
/proc/loadavg: 2.11 2.78 2.84 4/216 29683
/proc/meminfo: memFree=27873828/32770624 swapFree=67108860/67108860
[pid=29668] ppid=29665 vsize=10659012 memory=30240 CPUtime=0.14 cores=1,3,5,7
/proc/29668/stat : 29668 (java) S 29665 29668 22004 0 -1 1077944320 6695 0 0 0 12 2 0 0 20 0 15 0 106058686 10914828288 7560 33554432000 4194304 4196468 140724362704064 140724362686608 140606044516087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
/proc/29668/statm: 2664753 7560 2844 1 0 2627263 0
[pid=29668/tid=29670] ppid=29665 vsize=10659012 memory=-8773748148830376321 CPUtime=0.09 cores=1,3,5,7
/proc/29668/task/29670/stat : 29670 (java) R 29665 29668 22004 0 -1 4202560 4557 0 0 0 8 1 0 0 20 0 15 0 106058686 10914828288 7560 33554432000 4194304 4196468 140724362704064 140606048737952 140606044538013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29671] ppid=29665 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29671/stat : 29671 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605970590352 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29672] ppid=29665 vsize=10659012 memory=139693541394048 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106058687 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10659012 memory=139693541394048 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106058688 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29676] ppid=29665 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29676/stat : 29676 (java) S 29665 29668 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106058689 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605535479328 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29677] ppid=29665 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29677/stat : 29677 (java) S 29665 29668 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106058689 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605534426480 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29678] ppid=29665 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29678/stat : 29678 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106058691 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605533374800 140606044534683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29679] ppid=29665 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29679/stat : 29679 (java) S 29665 29668 22004 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 106058691 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605532322160 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29680] ppid=29665 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29680/stat : 29680 (java) S 29665 29668 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106058691 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605531269360 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29681] ppid=29665 vsize=10659012 memory=139693541394048 CPUtime=0.02 cores=1,3,5,7
/proc/29668/task/29681/stat : 29681 (java) S 29665 29668 22004 0 -1 1077944384 316 0 0 0 2 0 0 0 20 0 15 0 106058692 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605530216560 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29682] ppid=29665 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29682/stat : 29682 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106058692 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605529164000 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29683] ppid=29665 vsize=10659012 memory=139693541394048 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29683/stat : 29683 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058692 10914828288 7560 33554432000 4194304 4196468 140724362704064 140605528112304 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30240 KiB

[startup+0.210396 s]*
/proc/loadavg: 2.11 2.78 2.84 4/216 29683
/proc/meminfo: memFree=27866136/32770624 swapFree=67108860/67108860
[pid=29668] ppid=29665 vsize=10659012 memory=40500 CPUtime=0.32 cores=1,3,5,7
/proc/29668/stat : 29668 (java) S 29665 29668 22004 0 -1 1077944320 7801 0 0 0 30 2 0 0 20 0 15 0 106058686 10914828288 10125 33554432000 4194304 4196468 140724362704064 140724362686608 140606044516087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
/proc/29668/statm: 2664753 10125 2950 1 0 2627263 0
[pid=29668/tid=29670] ppid=29665 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29668/task/29670/stat : 29670 (java) R 29665 29668 22004 0 -1 4202560 5011 0 0 0 18 2 0 0 20 0 15 0 106058686 10914828288 10125 33554432000 4194304 4196468 140724362704064 140606048752368 140606029884239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29671] ppid=29665 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29671/stat : 29671 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605970590352 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29672] ppid=29665 vsize=10659012 memory=139693542032413 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106058687 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10659012 memory=139693541394048 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106058688 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29676] ppid=29665 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29676/stat : 29676 (java) S 29665 29668 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106058689 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605535479328 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29677] ppid=29665 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29677/stat : 29677 (java) S 29665 29668 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106058689 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605534426480 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29678] ppid=29665 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29678/stat : 29678 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106058691 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605533374800 140606044534683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29679] ppid=29665 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29668/task/29679/stat : 29679 (java) S 29665 29668 22004 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 15 0 106058691 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605532322160 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29680] ppid=29665 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29668/task/29680/stat : 29680 (java) S 29665 29668 22004 0 -1 1077944384 383 0 0 0 1 0 0 0 20 0 15 0 106058691 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605531269360 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29681] ppid=29665 vsize=10659012 memory=139693541394048 CPUtime=0.07 cores=1,3,5,7
/proc/29668/task/29681/stat : 29681 (java) R 29665 29668 22004 0 -1 4202560 647 0 0 0 7 0 0 0 20 0 15 0 106058692 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605530216560 140606036753214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29682] ppid=29665 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29682/stat : 29682 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106058692 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605529164000 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29683] ppid=29665 vsize=10659012 memory=139693541394048 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29683/stat : 29683 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058692 10914828288 10125 33554432000 4194304 4196468 140724362704064 140605528112304 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40500 KiB

[startup+0.311114 s]*
/proc/loadavg: 2.02 2.75 2.83 5/216 29683
/proc/meminfo: memFree=27856768/32770624 swapFree=67108860/67108860
[pid=29668] ppid=29665 vsize=10659088 memory=46168 CPUtime=0.51 cores=1,3,5,7
/proc/29668/stat : 29668 (java) S 29665 29668 22004 0 -1 1077944320 8819 0 0 0 48 3 0 0 20 0 15 0 106058686 10914906112 11542 33554432000 4194304 4196468 140724362704064 140724362686608 140606044516087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
/proc/29668/statm: 2664772 11542 3058 1 0 2627263 0
[pid=29668/tid=29670] ppid=29665 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29668/task/29670/stat : 29670 (java) R 29665 29668 22004 0 -1 4202560 5791 0 0 0 27 2 0 0 20 0 15 0 106058686 10914906112 11542 33554432000 4194304 4196468 140724362704064 140606048750816 140606044528022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29671] ppid=29665 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29671/stat : 29671 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605970590352 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29672] ppid=29665 vsize=10659088 memory=139693542032412 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106058687 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10659088 memory=139693541394048 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106058688 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29676] ppid=29665 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29676/stat : 29676 (java) S 29665 29668 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106058689 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605535479328 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29677] ppid=29665 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29677/stat : 29677 (java) S 29665 29668 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106058689 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605534426480 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29678] ppid=29665 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29678/stat : 29678 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106058691 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605533374800 140606044534683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29679] ppid=29665 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29668/task/29679/stat : 29679 (java) S 29665 29668 22004 0 -1 1077944384 518 0 0 0 4 0 0 0 20 0 15 0 106058691 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605532322160 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29680] ppid=29665 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/29668/task/29680/stat : 29680 (java) S 29665 29668 22004 0 -1 1077944384 430 0 0 0 3 0 0 0 20 0 15 0 106058691 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605531269360 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29681] ppid=29665 vsize=10659088 memory=139693541394048 CPUtime=0.11 cores=1,3,5,7
/proc/29668/task/29681/stat : 29681 (java) R 29665 29668 22004 0 -1 4202560 713 0 0 0 11 0 0 0 20 0 15 0 106058692 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605530216560 140606023487103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29682] ppid=29665 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29682/stat : 29682 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106058692 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605529164000 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29683] ppid=29665 vsize=10659088 memory=139693541394048 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29683/stat : 29683 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058692 10914906112 11542 33554432000 4194304 4196468 140724362704064 140605528112304 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46168 KiB

[startup+0.705892 s]
/proc/loadavg: 2.02 2.75 2.83 5/216 29683
/proc/meminfo: memFree=27829656/32770624 swapFree=67108860/67108860
[pid=29668] ppid=29665 vsize=10659088 memory=102684 CPUtime=1.63 cores=1,3,5,7
/proc/29668/stat : 29668 (java) S 29665 29668 22004 0 -1 1077944320 13318 0 0 0 159 4 0 0 20 0 15 0 106058686 10914906112 25671 33554432000 4194304 4196468 140724362704064 140724362686608 140606044516087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
/proc/29668/statm: 2664772 25671 3099 1 0 2627263 0
[pid=29668/tid=29670] ppid=29665 vsize=10659088 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/29668/task/29670/stat : 29670 (java) R 29665 29668 22004 0 -1 4202560 6054 0 0 0 65 3 0 0 20 0 15 0 106058686 10914906112 25671 33554432000 4194304 4196468 140724362704064 140606048747376 140605638927382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29671] ppid=29665 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29671/stat : 29671 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605970590352 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29672] ppid=29665 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058687 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106058687 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106058688 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29676] ppid=29665 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29676/stat : 29676 (java) S 29665 29668 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106058689 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605535479328 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29677] ppid=29665 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29677/stat : 29677 (java) S 29665 29668 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106058689 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605534426480 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29678] ppid=29665 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29678/stat : 29678 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106058691 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605533374800 140606044534683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29679] ppid=29665 vsize=10659088 memory=7590935255203861604 CPUtime=0.36 cores=1,3,5,7
/proc/29668/task/29679/stat : 29679 (java) R 29665 29668 22004 0 -1 4202560 2220 0 0 0 36 0 0 0 20 0 15 0 106058691 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605532308040 140606029640828 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29680] ppid=29665 vsize=10659088 memory=6293050847276651881 CPUtime=0.38 cores=1,3,5,7
/proc/29668/task/29680/stat : 29680 (java) R 29665 29668 22004 0 -1 4202560 2584 0 0 0 38 0 0 0 20 0 15 0 106058691 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605531253680 140606028908068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29681] ppid=29665 vsize=10659088 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/29668/task/29681/stat : 29681 (java) S 29665 29668 22004 0 -1 1077944384 1090 0 0 0 19 0 0 0 20 0 15 0 106058692 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605530216560 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29682] ppid=29665 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29682/stat : 29682 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106058692 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605529164000 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29683] ppid=29665 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29683/stat : 29683 (java) S 29665 29668 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106058692 10914906112 25671 33554432000 4194304 4196468 140724362704064 140605528112304 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 102684 KiB

[startup+1.50093 s]
/proc/loadavg: 2.02 2.75 2.83 4/216 29683
/proc/meminfo: memFree=27656828/32770624 swapFree=67108860/67108860
[pid=29668] ppid=29665 vsize=10725652 memory=352232 CPUtime=3.64 cores=1,3,5,7
/proc/29668/stat : 29668 (java) S 29665 29668 22004 0 -1 1077944320 14554 0 0 0 342 22 0 0 20 0 16 0 106058686 10983067648 88058 33554432000 4194304 4196468 140724362704064 140724362686608 140606044516087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
/proc/29668/statm: 2681413 88058 3137 1 0 2643904 0
[pid=29668/tid=29670] ppid=29665 vsize=10725652 memory=6791534058613427641 CPUtime=1.29 cores=1,3,5,7
/proc/29668/task/29670/stat : 29670 (java) R 29665 29668 22004 0 -1 4202560 6172 0 0 0 125 4 0 0 20 0 16 0 106058686 10983067648 88058 33554432000 4194304 4196468 140724362704064 140606048754464 140605640056416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29671] ppid=29665 vsize=10725652 memory=-6951259422114956437 CPUtime=0.16 cores=1,3,5,7
/proc/29668/task/29671/stat : 29671 (java) S 29665 29668 22004 0 -1 1077944384 146 0 0 0 12 4 0 0 20 0 16 0 106058687 10983067648 88058 33554432000 4194304 4196468 140724362704064 140605970590352 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29672] ppid=29665 vsize=10725652 memory=-6509546260019855295 CPUtime=0.16 cores=1,3,5,7
/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 163 0 0 0 13 3 0 0 20 0 16 0 106058687 10983067648 88058 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10725652 memory=-7390251449858225344 CPUtime=0.16 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 139 0 0 0 13 3 0 0 20 0 16 0 106058687 10983067648 88058 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10725652 memory=4134692831991786133 CPUtime=0.18 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 149 0 0 0 14 4 0 0 20 0 16 0 106058687 10983067648 88058 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10725652 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 106058688 10983067648 88058 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0

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

/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 588 0 0 0 71 11 0 0 20 0 16 0 106058687 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10725652 memory=4028 CPUtime=0.81 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 1307 0 0 0 70 11 0 0 20 0 16 0 106058687 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10725652 memory=715108 CPUtime=0.83 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 906 0 0 0 72 11 0 0 20 0 16 0 106058687 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10725652 memory=715108 CPUtime=0.27 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 2935 0 0 0 27 0 0 0 20 0 16 0 106058688 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29676] ppid=29665 vsize=10725652 memory=769408 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29676/stat : 29676 (java) S 29665 29668 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106058689 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605535479392 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29677] ppid=29665 vsize=10725652 memory=769408 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29677/stat : 29677 (java) S 29665 29668 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106058689 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605534426496 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29678] ppid=29665 vsize=10725652 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29678/stat : 29678 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106058691 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605533374800 140606044534683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29679] ppid=29665 vsize=10725652 memory=30236 CPUtime=1.21 cores=1,3,5,7
/proc/29668/task/29679/stat : 29679 (java) S 29665 29668 22004 0 -1 1077944384 6761 0 0 0 120 1 0 0 20 0 16 0 106058691 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605532322160 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29680] ppid=29665 vsize=10725652 memory=6791534058613427641 CPUtime=1.59 cores=1,3,5,7
/proc/29668/task/29680/stat : 29680 (java) S 29665 29668 22004 0 -1 1077944384 7617 0 0 0 158 1 0 0 20 0 16 0 106058691 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605531269360 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29681] ppid=29665 vsize=10725652 memory=288230596050944315 CPUtime=0.37 cores=1,3,5,7
/proc/29668/task/29681/stat : 29681 (java) S 29665 29668 22004 0 -1 1077944384 2649 0 0 0 37 0 0 0 20 0 16 0 106058692 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605530216560 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29682] ppid=29665 vsize=10725652 memory=15542903384575324 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29682/stat : 29682 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106058692 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605529164000 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29683] ppid=29665 vsize=10725652 memory=769408 CPUtime=0.12 cores=1,3,5,7
/proc/29668/task/29683/stat : 29683 (java) S 29665 29668 22004 0 -1 1077944384 739 0 0 0 5 7 0 0 20 0 16 0 106058692 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605528112304 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29684] ppid=29665 vsize=10725652 memory=769408 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29684/stat : 29684 (java) S 29665 29668 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106058830 10983067648 193376 33554432000 4194304 4196468 140724362704064 140605527057840 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
Current children cumulated CPU time: 228.07 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 773504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.301 s]
/proc/loadavg: 2.23 2.41 2.66 3/217 29845
/proc/meminfo: memFree=27371252/32770624 swapFree=67108860/67108860
[pid=29668] ppid=29665 vsize=10725652 memory=851336 CPUtime=252.09 cores=1,3,5,7
/proc/29668/stat : 29668 (java) S 29665 29668 22004 0 -1 1077944320 40497 0 0 0 25145 64 0 0 20 0 16 0 106058686 10983067648 212834 33554432000 4194304 4196468 140724362704064 140724362686608 140606044516087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
/proc/29668/statm: 2681413 212834 3174 1 0 2643904 0
[pid=29668/tid=29670] ppid=29665 vsize=10725652 memory=851336 CPUtime=245.14 cores=1,3,5,7
/proc/29668/task/29670/stat : 29670 (java) R 29665 29668 22004 0 -1 4202560 13691 0 0 0 24507 7 0 0 20 0 16 0 106058686 10983067648 212834 33554432000 4194304 4196468 140724362704064 140606048752632 140605640471704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29671] ppid=29665 vsize=10725652 memory=843144 CPUtime=0.81 cores=1,3,5,7
/proc/29668/task/29671/stat : 29671 (java) S 29665 29668 22004 0 -1 1077944384 1144 0 0 0 70 11 0 0 20 0 16 0 106058687 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605970590352 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29672] ppid=29665 vsize=10725652 memory=824712 CPUtime=0.82 cores=1,3,5,7
/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 588 0 0 0 71 11 0 0 20 0 16 0 106058687 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10725652 memory=4028 CPUtime=0.81 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 1307 0 0 0 70 11 0 0 20 0 16 0 106058687 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10725652 memory=1840 CPUtime=0.83 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 906 0 0 0 72 11 0 0 20 0 16 0 106058687 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10725652 memory=1004 CPUtime=0.27 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 2935 0 0 0 27 0 0 0 20 0 16 0 106058688 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29676] ppid=29665 vsize=10725652 memory=777600 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29676/stat : 29676 (java) S 29665 29668 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106058689 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605535479392 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29677] ppid=29665 vsize=10725652 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29677/stat : 29677 (java) S 29665 29668 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 106058689 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605534426496 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29678] ppid=29665 vsize=10725652 memory=715108 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29678/stat : 29678 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106058691 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605533374800 140606044534683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29679] ppid=29665 vsize=10725652 memory=4028 CPUtime=1.22 cores=1,3,5,7
/proc/29668/task/29679/stat : 29679 (java) S 29665 29668 22004 0 -1 1077944384 7245 0 0 0 121 1 0 0 20 0 16 0 106058691 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605532322160 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29680] ppid=29665 vsize=10725652 memory=806280 CPUtime=1.59 cores=1,3,5,7
/proc/29668/task/29680/stat : 29680 (java) S 29665 29668 22004 0 -1 1077944384 7761 0 0 0 158 1 0 0 20 0 16 0 106058691 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605531269360 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29681] ppid=29665 vsize=10725652 memory=806280 CPUtime=0.37 cores=1,3,5,7
/proc/29668/task/29681/stat : 29681 (java) S 29665 29668 22004 0 -1 1077944384 2771 0 0 0 37 0 0 0 20 0 16 0 106058692 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605530216560 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29682] ppid=29665 vsize=10725652 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29682/stat : 29682 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106058692 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605529164000 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29683] ppid=29665 vsize=10725652 memory=5788 CPUtime=0.13 cores=1,3,5,7
/proc/29668/task/29683/stat : 29683 (java) S 29665 29668 22004 0 -1 1077944384 742 0 0 0 5 8 0 0 20 0 16 0 106058692 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605528112304 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29684] ppid=29665 vsize=10725652 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29684/stat : 29684 (java) S 29665 29668 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106058830 10983067648 212834 33554432000 4194304 4196468 140724362704064 140605527057840 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 851336 KiB

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

[startup+246.52 s]
# the end of solver process 29668 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.517 s, system=0.656179 s

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

[startup+246.405 s]
/proc/loadavg: 2.23 2.41 2.66 3/217 29845
/proc/meminfo: memFree=27371252/32770624 swapFree=67108860/67108860
[pid=29668] ppid=29665 vsize=10925344 memory=859764 CPUtime=252.15 cores=1,3,5,7
/proc/29668/stat : 29668 (java) S 29665 29668 22004 0 -1 1077944320 41168 0 0 0 25151 64 0 0 20 0 17 0 106058686 11187552256 214941 33554432000 4194304 4196468 140724362704064 140724362686608 140606044516087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
/proc/29668/statm: 2731336 214941 3176 1 0 2693827 0
[pid=29668/tid=29670] ppid=29665 vsize=10925344 memory=6791534058613427641 CPUtime=245.2 cores=1,3,5,7
/proc/29668/task/29670/stat : 29670 (java) S 29665 29668 22004 0 -1 1077944384 13838 0 0 0 24512 8 0 0 20 0 17 0 106058686 11187552256 214941 33554432000 4194304 4196468 140724362704064 140606048758960 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29671] ppid=29665 vsize=10925344 memory=-6689421861837849493 CPUtime=0.81 cores=1,3,5,7
/proc/29668/task/29671/stat : 29671 (java) S 29665 29668 22004 0 -1 1077944384 1144 0 0 0 70 11 0 0 20 0 17 0 106058687 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605970590352 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29672] ppid=29665 vsize=10925344 memory=30236 CPUtime=0.82 cores=1,3,5,7
/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 588 0 0 0 71 11 0 0 20 0 17 0 106058687 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10925344 memory=1296 CPUtime=0.81 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 1307 0 0 0 70 11 0 0 20 0 17 0 106058687 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10925344 memory=2424 CPUtime=0.83 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 906 0 0 0 72 11 0 0 20 0 17 0 106058687 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10925344 memory=849288 CPUtime=0.27 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 2935 0 0 0 27 0 0 0 20 0 17 0 106058688 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29676] ppid=29665 vsize=10925344 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29676/stat : 29676 (java) S 29665 29668 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106058689 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605535479392 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29677] ppid=29665 vsize=10925344 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29677/stat : 29677 (java) S 29665 29668 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 106058689 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605534426496 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29678] ppid=29665 vsize=10925344 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29678/stat : 29678 (java) S 29665 29668 22004 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 17 0 106058691 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605533374800 140606044534683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29679] ppid=29665 vsize=10925344 memory=12060 CPUtime=1.22 cores=1,3,5,7
/proc/29668/task/29679/stat : 29679 (java) S 29665 29668 22004 0 -1 1077944384 7248 0 0 0 121 1 0 0 20 0 17 0 106058691 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605532322160 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29680] ppid=29665 vsize=10925344 memory=6791534058613427641 CPUtime=1.59 cores=1,3,5,7
/proc/29668/task/29680/stat : 29680 (java) S 29665 29668 22004 0 -1 1077944384 7762 0 0 0 158 1 0 0 20 0 17 0 106058691 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605531269360 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29681] ppid=29665 vsize=10925344 memory=845192 CPUtime=0.38 cores=1,3,5,7
/proc/29668/task/29681/stat : 29681 (java) S 29665 29668 22004 0 -1 1077944384 2820 0 0 0 38 0 0 0 20 0 17 0 106058692 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605530216560 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29682] ppid=29665 vsize=10925344 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29682/stat : 29682 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106058692 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605529164000 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29683] ppid=29665 vsize=10925344 memory=8508 CPUtime=0.13 cores=1,3,5,7
/proc/29668/task/29683/stat : 29683 (java) S 29665 29668 22004 0 -1 1077944384 742 0 0 0 5 8 0 0 20 0 17 0 106058692 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605528112304 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
Current children cumulated CPU time: 252.15 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 859764 KiB

[startup+246.501 s]
/proc/loadavg: 2.23 2.41 2.66 3/217 29845
/proc/meminfo: memFree=27371252/32770624 swapFree=67108860/67108860
[pid=29668] ppid=29665 vsize=10925344 memory=859764 CPUtime=252.15 cores=1,3,5,7
/proc/29668/stat : 29668 (java) S 29665 29668 22004 0 -1 1077944320 41168 0 0 0 25151 64 0 0 20 0 17 0 106058686 11187552256 214941 33554432000 4194304 4196468 140724362704064 140724362686608 140606044516087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
/proc/29668/statm: 2731336 214941 3176 1 0 2693827 0
[pid=29668/tid=29670] ppid=29665 vsize=10925344 memory=851336 CPUtime=245.2 cores=1,3,5,7
/proc/29668/task/29670/stat : 29670 (java) S 29665 29668 22004 0 -1 1077944384 13838 0 0 0 24512 8 0 0 20 0 17 0 106058686 11187552256 214941 33554432000 4194304 4196468 140724362704064 140606048758960 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29671] ppid=29665 vsize=10925344 memory=1200 CPUtime=0.81 cores=1,3,5,7
/proc/29668/task/29671/stat : 29671 (java) S 29665 29668 22004 0 -1 1077944384 1144 0 0 0 70 11 0 0 20 0 17 0 106058687 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605970590352 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29672] ppid=29665 vsize=10925344 memory=843144 CPUtime=0.82 cores=1,3,5,7
/proc/29668/task/29672/stat : 29672 (java) S 29665 29668 22004 0 -1 1077944384 588 0 0 0 71 11 0 0 20 0 17 0 106058687 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605969537552 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29673] ppid=29665 vsize=10925344 memory=1840 CPUtime=0.81 cores=1,3,5,7
/proc/29668/task/29673/stat : 29673 (java) S 29665 29668 22004 0 -1 1077944384 1307 0 0 0 70 11 0 0 20 0 17 0 106058687 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605968484752 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29674] ppid=29665 vsize=10925344 memory=1004 CPUtime=0.83 cores=1,3,5,7
/proc/29668/task/29674/stat : 29674 (java) S 29665 29668 22004 0 -1 1077944384 906 0 0 0 72 11 0 0 20 0 17 0 106058687 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605967431952 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29675] ppid=29665 vsize=10925344 memory=777600 CPUtime=0.27 cores=1,3,5,7
/proc/29668/task/29675/stat : 29675 (java) S 29665 29668 22004 0 -1 1077944384 2935 0 0 0 27 0 0 0 20 0 17 0 106058688 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605536533360 140606044527234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29676] ppid=29665 vsize=10925344 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29676/stat : 29676 (java) S 29665 29668 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106058689 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605535479392 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29677] ppid=29665 vsize=10925344 memory=715108 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29677/stat : 29677 (java) S 29665 29668 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 106058689 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605534426496 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29678] ppid=29665 vsize=10925344 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29678/stat : 29678 (java) S 29665 29668 22004 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 17 0 106058691 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605533374800 140606044534683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29679] ppid=29665 vsize=10925344 memory=806280 CPUtime=1.22 cores=1,3,5,7
/proc/29668/task/29679/stat : 29679 (java) S 29665 29668 22004 0 -1 1077944384 7248 0 0 0 121 1 0 0 20 0 17 0 106058691 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605532322160 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29680] ppid=29665 vsize=10925344 memory=806280 CPUtime=1.59 cores=1,3,5,7
/proc/29668/task/29680/stat : 29680 (java) S 29665 29668 22004 0 -1 1077944384 7762 0 0 0 158 1 0 0 20 0 17 0 106058691 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605531269360 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29681] ppid=29665 vsize=10925344 memory=824712 CPUtime=0.38 cores=1,3,5,7
/proc/29668/task/29681/stat : 29681 (java) S 29665 29668 22004 0 -1 1077944384 2820 0 0 0 38 0 0 0 20 0 17 0 106058692 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605530216560 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29682] ppid=29665 vsize=10925344 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29668/task/29682/stat : 29682 (java) S 29665 29668 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106058692 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605529164000 140606044526293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
[pid=29668/tid=29683] ppid=29665 vsize=10925344 memory=12060 CPUtime=0.13 cores=1,3,5,7
/proc/29668/task/29683/stat : 29683 (java) S 29665 29668 22004 0 -1 1077944384 742 0 0 0 5 8 0 0 20 0 17 0 106058692 11187552256 214941 33554432000 4194304 4196468 140724362704064 140605528112304 140606044527234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140724362712182 140724362712334 140724362712334 140724362715087 0
Current children cumulated CPU time: 252.15 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 859764 KiB

Child status: 143
Real time (s): 246.52
CPU time (s): 252.173
CPU user time (s): 251.517
CPU system time (s): 0.656179
CPU usage (%): 102.293
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 859764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.517
system time used= 0.656179
maximum resident set size= 862252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7629
involuntary context switches= 173


# summary of solver processes directly reported to runsolver:
#   pid: 29668
#   total CPU time (s): 252.173
#   total CPU user time (s): 251.517
#   total CPU system time (s): 0.656179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.909576 second user time and 2.98222 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:22:35
IDJOB=4301847
IDBENCH=141375
IDSOLVER=2773
FILE ID=node151/4301847-1532884955
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

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

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=724093927

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:        27893608 kB
MemAvailable:   31545128 kB
Buffers:          212676 kB
Cached:          3712388 kB
SwapCached:            0 kB
Active:          1782784 kB
Inactive:        2626560 kB
Active(anon):     433584 kB
Inactive(anon):    78188 kB
Active(file):    1349200 kB
Inactive(file):  2548372 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:        491392 kB
Mapped:            56104 kB
Shmem:             25224 kB
Slab:             167444 kB
SReclaimable:     139568 kB
SUnreclaim:        27876 kB
KernelStack:        3552 kB
PageTables:         5880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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:26:42