Trace number 4289847

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)80 2400.26 2385.54

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 benchmark72
Best CPU time to get the best result obtained on this benchmark2519.5
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.35/1.45	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.35/1.45	c This is free software under the dual EPL/GNU LGPL licenses.
3.35/1.45	c See www.sat4j.org for details.
3.35/1.45	c That software uses the Rhino library from the Mozilla project.
3.35/1.45	c version 2.3.6-SNAPSHOT
3.35/1.45	c java.runtime.name	Java(TM) SE Runtime Environment
3.35/1.45	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.35/1.45	c java.vm.version	25.131-b11
3.35/1.45	c java.vm.vendor	Oracle Corporation
3.35/1.45	c sun.arch.data.model	64
3.35/1.45	c java.version		1.8.0_131
3.35/1.45	c os.name		Linux
3.35/1.45	c os.version		3.10.0-514.16.1.el7.x86_64
3.35/1.45	c os.arch		amd64
3.35/1.45	c Free memory 		499604488
3.35/1.45	c Max memory 		7247757312
3.35/1.45	c Total memory 		504889344
3.35/1.45	c Number of processors 	4
3.35/1.45	c c --- Begin Solver configuration ---
3.35/1.45	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.35/1.45	c Learn all clauses as in MiniSAT
3.35/1.45	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.35/1.45	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.35/1.45	c No reason simplification
3.35/1.45	c Glucose 2.1 dynamic restart strategy
3.35/1.45	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.35/1.45	c timeout=2147483s
3.35/1.45	c DB Simplification allowed=false
3.35/1.45	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.35/1.45	c --- End Solver configuration ---
3.35/1.45	c constraints type 
3.35/1.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
3.35/1.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 179685
3.35/1.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2435730
3.35/1.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 110
3.35/1.45	c 2615657 constraints processed.
26.46/23.12	o 119
44.56/39.25	o 117
58.56/53.16	o 112
70.00/64.57	o 111
81.12/75.61	o 108
92.86/87.30	o 107
104.22/98.69	o 102
144.07/138.21	o 101
153.08/147.27	o 100
199.22/193.33	o 99
231.34/225.44	o 96
246.76/240.90	o 95
342.52/335.61	o 94
373.73/366.89	o 90
596.38/589.04	o 89
711.90/704.06	o 83
1317.28/1305.82	o 82
1436.86/1425.38	o 80
2400.23/2385.50	c starts		: 11149
2400.23/2385.50	c conflicts		: 4727727
2400.23/2385.50	c decisions		: 36327596
2400.23/2385.50	c propagations		: 4056609833
2400.23/2385.50	c inspects		: 29592219728
2400.23/2385.50	c shortcuts		: 0
2400.23/2385.50	c learnt literals	: 4440
2400.23/2385.50	c learnt binary clauses	: 3850
2400.23/2385.50	c learnt ternary clauses	: 4334
2400.23/2385.50	c learnt constraints	: 4723287
2400.23/2385.50	c ignored constraints	: 0
2400.23/2385.50	c root simplifications	: 0
2400.23/2385.50	c removed literals (reason simplification)	: 0
2400.23/2385.50	c reason swapping (by a shorter reason)	: 0
2400.23/2385.50	c Calls to reduceDB	: 253
2400.23/2385.50	c Number of update (reduction) of LBD	: 3379310
2400.23/2385.50	c Imported unit clauses	: 0
2400.23/2385.50	c number of reductions to clauses (during analyze)	: 0
2400.23/2385.50	c number of learned constraints concerned by reduction	: 0
2400.23/2385.50	c number of learning phase by resolution	: 0
2400.23/2385.50	c number of learning phase by cutting planes	: 0
2400.23/2385.50	c number of rounding to 1 operations	: 0
2400.23/2385.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.23/2385.50	c number of reductions of the coefficients by power 2 	: 0
2400.23/2385.50	c number of right shift for reduction by power 2 	: 0
2400.23/2385.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.23/2385.50	c number of ending skipping 	: 0
2400.23/2385.50	c number of internal skipping 	: 0
2400.23/2385.50	c number of derivation steps 	: 0
2400.23/2385.50	c number of skipped derivation steps 	: 0
2400.23/2385.50	c number of remaining unassigned 	: 0
2400.23/2385.50	c number of remaining assigned 	: 0
2400.23/2385.50	c speed (assignments/second)	: 1701563.1109092138
2400.23/2385.50	c non guided choices	: 496363
2400.23/2385.50	s SATISFIABLE
2400.23/2385.51	v <instantiation type="solution">
2400.23/2385.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>
2400.23/2385.51	v 	<values> 0 3 12 13 17 38 49 56 72 78 80 1 3 12 13 17 38 49 56 72 78 80 1 1 9 10 14 35 46 53 69 75 77 1 1 1 1 5 26 37 44 60 66 68 1 1 1 1 4 25 36 43 59 65 67 1 1 1 1 1 21 32 39 55 61 63 1 1 1 1 1 1 11 18 34 40 42 1 1 1 1 1 1 1 7 23 29 31 1 1 1 1 1 1 1 1 16 22 24 1 1 1 1 1 1 1 1 1 6 8 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 </values>
2400.23/2385.51	v </instantiation>
2400.23/2385.51	

Verifier Data

OK	80

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289847-1532217361/watcher-4289847-1532217361 -o /tmp/evaluation-result-4289847-1532217361/solver-4289847-1532217361 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289847-1532217361.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=28823, runsolver pid=28820
Current StackSize limit: 8192 KiB


[startup+0.102543 s]*
/proc/loadavg: 3.11 3.57 2.84 4/216 28838
/proc/meminfo: memFree=19801264/32770624 swapFree=67108852/67108860
[pid=28823] ppid=28820 vsize=10659012 memory=30208 CPUtime=0.13 cores=1,3,5,7
/proc/28823/stat : 28823 (java) S 28820 28823 24602 0 -1 1077944320 6614 0 0 0 12 1 0 0 20 0 15 0 39299215 10914828288 7552 33554432000 4194304 4196468 140720731288368 140720731270912 139781348187895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
/proc/28823/statm: 2664753 7552 2821 1 0 2627263 0
[pid=28823/tid=28825] ppid=28820 vsize=10659012 memory=-8773748148829853057 CPUtime=0.09 cores=1,3,5,7
/proc/28823/task/28825/stat : 28825 (java) R 28820 28823 24602 0 -1 4202560 4468 0 0 0 8 1 0 0 20 0 15 0 39299215 10914828288 7552 33554432000 4194304 4196468 140720731288368 139781352409760 139781332268382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28826] ppid=28820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28826/stat : 28826 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914828288 7552 33554432000 4194304 4196468 140720731288368 139781274261776 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28827] ppid=28820 vsize=10659012 memory=140376023332480 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914828288 7552 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914828288 7552 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39299216 10914828288 7552 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10659012 memory=140376023332480 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39299217 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28831] ppid=28820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28831/stat : 28831 (java) S 28820 28823 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39299218 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780652017056 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28832] ppid=28820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28832/stat : 28832 (java) S 28820 28823 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39299218 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780247512560 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28833] ppid=28820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28833/stat : 28833 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780246461136 139781348206491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28834] ppid=28820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28834/stat : 28834 (java) S 28820 28823 24602 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 39299220 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780245407728 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28835] ppid=28820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28835/stat : 28835 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780244355184 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28836] ppid=28820 vsize=10659012 memory=140376023332480 CPUtime=0.02 cores=1,3,5,7
/proc/28823/task/28836/stat : 28836 (java) S 28820 28823 24602 0 -1 1077944384 335 0 0 0 2 0 0 0 20 0 15 0 39299220 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780243302640 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28837] ppid=28820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28837/stat : 28837 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780242250336 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28838] ppid=28820 vsize=10659012 memory=140376023332480 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28838/stat : 28838 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299221 10914828288 7552 33554432000 4194304 4196468 140720731288368 139780241197872 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30208 KiB

[startup+0.21047 s]*
/proc/loadavg: 3.11 3.57 2.84 3/216 28838
/proc/meminfo: memFree=19792160/32770624 swapFree=67108852/67108860
[pid=28823] ppid=28820 vsize=10659012 memory=41784 CPUtime=0.33 cores=1,3,5,7
/proc/28823/stat : 28823 (java) S 28820 28823 24602 0 -1 1077944320 8048 0 0 0 31 2 0 0 20 0 15 0 39299215 10914828288 10446 33554432000 4194304 4196468 140720731288368 140720731270912 139781348187895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
/proc/28823/statm: 2664753 10446 3005 1 0 2627263 0
[pid=28823/tid=28825] ppid=28820 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28823/task/28825/stat : 28825 (java) R 28820 28823 24602 0 -1 4202560 5009 0 0 0 19 1 0 0 20 0 15 0 39299215 10914828288 10446 33554432000 4194304 4196468 140720731288368 139781352423272 139781332231525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28826] ppid=28820 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28826/stat : 28826 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914828288 10446 33554432000 4194304 4196468 140720731288368 139781274261776 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28827] ppid=28820 vsize=10659012 memory=140376023518339 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914828288 10446 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914828288 10446 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39299216 10914828288 10446 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10659012 memory=140376023332480 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39299217 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28831] ppid=28820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28831/stat : 28831 (java) S 28820 28823 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39299218 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780652017056 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28832] ppid=28820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28832/stat : 28832 (java) S 28820 28823 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39299218 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780247512560 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28833] ppid=28820 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28833/stat : 28833 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780246461136 139781348206491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28834] ppid=28820 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28823/task/28834/stat : 28834 (java) S 28820 28823 24602 0 -1 1077944384 763 0 0 0 2 0 0 0 20 0 15 0 39299220 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780245407728 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28835] ppid=28820 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28823/task/28835/stat : 28835 (java) R 28820 28823 24602 0 -1 4202560 230 0 0 0 1 0 0 0 20 0 15 0 39299220 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780244355184 139781348209242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28836] ppid=28820 vsize=10659012 memory=140376023332480 CPUtime=0.07 cores=1,3,5,7
/proc/28823/task/28836/stat : 28836 (java) R 28820 28823 24602 0 -1 4202560 678 0 0 0 7 0 0 0 20 0 15 0 39299220 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780243302640 139781332268382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28837] ppid=28820 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28837/stat : 28837 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780242250336 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28838] ppid=28820 vsize=10659012 memory=140376023332480 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28838/stat : 28838 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299221 10914828288 10446 33554432000 4194304 4196468 140720731288368 139780241197872 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41784 KiB

[startup+0.310475 s]*
/proc/loadavg: 3.11 3.57 2.84 4/216 28838
/proc/meminfo: memFree=19784716/32770624 swapFree=67108852/67108860
[pid=28823] ppid=28820 vsize=10659088 memory=47208 CPUtime=0.52 cores=1,3,5,7
/proc/28823/stat : 28823 (java) S 28820 28823 24602 0 -1 1077944320 9025 0 0 0 48 4 0 0 20 0 15 0 39299215 10914906112 11802 33554432000 4194304 4196468 140720731288368 140720731270912 139781348187895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
/proc/28823/statm: 2664772 11802 3043 1 0 2627263 0
[pid=28823/tid=28825] ppid=28820 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/28823/task/28825/stat : 28825 (java) R 28820 28823 24602 0 -1 4202560 5783 0 0 0 27 2 0 0 20 0 15 0 39299215 10914906112 11802 33554432000 4194304 4196468 140720731288368 139781352424400 139781332330198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28826] ppid=28820 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28826/stat : 28826 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914906112 11802 33554432000 4194304 4196468 140720731288368 139781274261776 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28827] ppid=28820 vsize=10659088 memory=140376023518338 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914906112 11802 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914906112 11802 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39299216 10914906112 11802 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10659088 memory=140376023332480 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39299217 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28831] ppid=28820 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28831/stat : 28831 (java) S 28820 28823 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39299218 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780652017056 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28832] ppid=28820 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28832/stat : 28832 (java) S 28820 28823 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39299218 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780247512560 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28833] ppid=28820 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28833/stat : 28833 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780246461136 139781348206491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28834] ppid=28820 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28823/task/28834/stat : 28834 (java) S 28820 28823 24602 0 -1 1077944384 789 0 0 0 4 0 0 0 20 0 15 0 39299220 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780245407728 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28835] ppid=28820 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28823/task/28835/stat : 28835 (java) S 28820 28823 24602 0 -1 1077944384 349 0 0 0 3 0 0 0 20 0 15 0 39299220 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780244355184 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28836] ppid=28820 vsize=10659088 memory=140376023332480 CPUtime=0.11 cores=1,3,5,7
/proc/28823/task/28836/stat : 28836 (java) R 28820 28823 24602 0 -1 4202560 737 0 0 0 11 0 0 0 20 0 15 0 39299220 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780243297856 139781332268382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28837] ppid=28820 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28837/stat : 28837 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780242250336 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28838] ppid=28820 vsize=10659088 memory=140376023332480 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28838/stat : 28838 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299221 10914906112 11802 33554432000 4194304 4196468 140720731288368 139780241197872 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47208 KiB

[startup+0.700757 s]
/proc/loadavg: 3.11 3.57 2.84 5/216 28838
/proc/meminfo: memFree=19758472/32770624 swapFree=67108852/67108860
[pid=28823] ppid=28820 vsize=10659088 memory=101564 CPUtime=1.63 cores=1,3,5,7
/proc/28823/stat : 28823 (java) S 28820 28823 24602 0 -1 1077944320 13018 0 0 0 158 5 0 0 20 0 15 0 39299215 10914906112 25391 33554432000 4194304 4196468 140720731288368 140720731270912 139781348187895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
/proc/28823/statm: 2664772 25391 3099 1 0 2627263 0
[pid=28823/tid=28825] ppid=28820 vsize=10659088 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/28823/task/28825/stat : 28825 (java) R 28820 28823 24602 0 -1 4202560 6051 0 0 0 64 3 0 0 20 0 15 0 39299215 10914906112 25391 33554432000 4194304 4196468 140720731288368 139781352414592 139780935418136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28826] ppid=28820 vsize=10659088 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28826/stat : 28826 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914906112 25391 33554432000 4194304 4196468 140720731288368 139781274261776 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28827] ppid=28820 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914906112 25391 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10659088 memory=10936 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299216 10914906112 25391 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39299216 10914906112 25391 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10659088 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39299217 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28831] ppid=28820 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28831/stat : 28831 (java) S 28820 28823 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39299218 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780652017056 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28832] ppid=28820 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28832/stat : 28832 (java) S 28820 28823 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39299218 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780247512560 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28833] ppid=28820 vsize=10659088 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28833/stat : 28833 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780246461136 139781348206491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28834] ppid=28820 vsize=10659088 memory=7302135314614015848 CPUtime=0.36 cores=1,3,5,7
/proc/28823/task/28834/stat : 28834 (java) R 28820 28823 24602 0 -1 4202560 2328 0 0 0 36 0 0 0 20 0 15 0 39299220 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780245387872 139781331688227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28835] ppid=28820 vsize=10659088 memory=7811323491934034025 CPUtime=0.38 cores=1,3,5,7
/proc/28823/task/28835/stat : 28835 (java) R 28820 28823 24602 0 -1 4202560 2170 0 0 0 38 0 0 0 20 0 15 0 39299220 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780244341208 139781331684679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28836] ppid=28820 vsize=10659088 memory=7368003688827211856 CPUtime=0.18 cores=1,3,5,7
/proc/28823/task/28836/stat : 28836 (java) S 28820 28823 24602 0 -1 1077944384 1098 0 0 0 18 0 0 0 20 0 15 0 39299220 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780243302640 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28837] ppid=28820 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28837/stat : 28837 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39299220 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780242250336 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28838] ppid=28820 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28838/stat : 28838 (java) S 28820 28823 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39299221 10914906112 25391 33554432000 4194304 4196468 140720731288368 139780241197872 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 101564 KiB

[startup+1.50078 s]
/proc/loadavg: 3.11 3.57 2.84 4/216 28838
/proc/meminfo: memFree=19588684/32770624 swapFree=67108852/67108860
[pid=28823] ppid=28820 vsize=10725652 memory=357584 CPUtime=3.56 cores=1,3,5,7
/proc/28823/stat : 28823 (java) S 28820 28823 24602 0 -1 1077944320 14349 0 0 0 334 22 0 0 20 0 16 0 39299215 10983067648 89396 33554432000 4194304 4196468 140720731288368 140720731270912 139781348187895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
/proc/28823/statm: 2681413 89396 3137 1 0 2643904 0
[pid=28823/tid=28825] ppid=28820 vsize=10725652 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/28823/task/28825/stat : 28825 (java) R 28820 28823 24602 0 -1 4202560 6162 0 0 0 122 5 0 0 20 0 16 0 39299215 10983067648 89396 33554432000 4194304 4196468 140720731288368 139781352426080 139780939101148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28826] ppid=28820 vsize=10725652 memory=-6951259422114956437 CPUtime=0.14 cores=1,3,5,7
/proc/28823/task/28826/stat : 28826 (java) S 28820 28823 24602 0 -1 1077944384 123 0 0 0 11 3 0 0 20 0 16 0 39299216 10983067648 89396 33554432000 4194304 4196468 140720731288368 139781274261776 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28827] ppid=28820 vsize=10725652 memory=-6509546260019855299 CPUtime=0.16 cores=1,3,5,7
/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 137 0 0 0 13 3 0 0 20 0 16 0 39299216 10983067648 89396 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10725652 memory=-7390251449858225344 CPUtime=0.14 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 161 0 0 0 12 2 0 0 20 0 16 0 39299216 10983067648 89396 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10725652 memory=4134692831991786133 CPUtime=0.18 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 170 0 0 0 15 3 0 0 20 0 16 0 39299216 10983067648 89396 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10725652 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39299217 10983067648 89396 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0

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

/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 19957 0 0 0 259 72 0 0 20 0 16 0 39299216 10983067648 867013 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10725652 memory=3468052 CPUtime=3.32 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 18746 0 0 0 260 72 0 0 20 0 16 0 39299216 10983067648 867013 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10725652 memory=3468052 CPUtime=3.34 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 19223 0 0 0 262 72 0 0 20 0 16 0 39299216 10983067648 867013 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0.62 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 13551 0 0 0 59 3 0 0 20 0 16 0 39299217 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28831] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28831/stat : 28831 (java) S 28820 28823 24602 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 39299218 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780652017120 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28832] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28832/stat : 28832 (java) S 28820 28823 24602 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39299218 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780247512576 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28833] ppid=28820 vsize=10725652 memory=56 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28833/stat : 28833 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780246461136 139781348206491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28834] ppid=28820 vsize=10725652 memory=3468052 CPUtime=1.54 cores=1,3,5,7
/proc/28823/task/28834/stat : 28834 (java) S 28820 28823 24602 0 -1 1077944384 6952 0 0 0 152 2 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780245407728 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28835] ppid=28820 vsize=10725652 memory=1732 CPUtime=1.4 cores=1,3,5,7
/proc/28823/task/28835/stat : 28835 (java) S 28820 28823 24602 0 -1 1077944384 8311 0 0 0 138 2 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780244355184 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28836] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0.4 cores=1,3,5,7
/proc/28823/task/28836/stat : 28836 (java) S 28820 28823 24602 0 -1 1077944384 5135 0 0 0 39 1 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780243302640 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28837] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28837/stat : 28837 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780242250336 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28838] ppid=28820 vsize=10725652 memory=4012 CPUtime=1.4 cores=1,3,5,7
/proc/28823/task/28838/stat : 28838 (java) S 28820 28823 24602 0 -1 1077944384 2366 0 0 0 59 81 0 0 20 0 16 0 39299221 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780241197872 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28839] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28839/stat : 28839 (java) S 28820 28823 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39299360 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780240143664 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
Current children cumulated CPU time: 2397.04 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3468052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2385.3 s]
/proc/loadavg: 1.99 2.04 2.10 3/217 29328
/proc/meminfo: memFree=21289640/32770624 swapFree=67108852/67108860
[pid=28823] ppid=28820 vsize=10725652 memory=3468052 CPUtime=2400.04 cores=1,3,5,7
/proc/28823/stat : 28823 (java) S 28820 28823 24602 0 -1 1077944320 174582 0 0 0 239607 397 0 0 20 0 16 0 39299215 10983067648 867013 33554432000 4194304 4196468 140720731288368 140720731270912 139781348187895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
/proc/28823/statm: 2681413 867013 3174 1 0 2643904 0
[pid=28823/tid=28825] ppid=28820 vsize=10725652 memory=3468052 CPUtime=2381.32 cores=1,3,5,7
/proc/28823/task/28825/stat : 28825 (java) R 28820 28823 24602 0 -1 4202560 60186 0 0 0 238106 26 0 0 20 0 16 0 39299215 10983067648 867013 33554432000 4194304 4196468 140720731288368 139781352426400 139780939644066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28826] ppid=28820 vsize=10725652 memory=3468052 CPUtime=3.3 cores=1,3,5,7
/proc/28823/task/28826/stat : 28826 (java) S 28820 28823 24602 0 -1 1077944384 18745 0 0 0 258 72 0 0 20 0 16 0 39299216 10983067648 867013 33554432000 4194304 4196468 140720731288368 139781274261776 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28827] ppid=28820 vsize=10725652 memory=1732 CPUtime=3.31 cores=1,3,5,7
/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 19957 0 0 0 259 72 0 0 20 0 16 0 39299216 10983067648 867013 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10725652 memory=3468052 CPUtime=3.32 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 18746 0 0 0 260 72 0 0 20 0 16 0 39299216 10983067648 867013 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10725652 memory=3468052 CPUtime=3.34 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 19223 0 0 0 262 72 0 0 20 0 16 0 39299216 10983067648 867013 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0.62 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 13551 0 0 0 59 3 0 0 20 0 16 0 39299217 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28831] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28831/stat : 28831 (java) S 28820 28823 24602 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 39299218 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780652017120 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28832] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28832/stat : 28832 (java) S 28820 28823 24602 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39299218 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780247512576 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28833] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28833/stat : 28833 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780246461136 139781348206491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28834] ppid=28820 vsize=10725652 memory=3468052 CPUtime=1.54 cores=1,3,5,7
/proc/28823/task/28834/stat : 28834 (java) S 28820 28823 24602 0 -1 1077944384 6952 0 0 0 152 2 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780245407728 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28835] ppid=28820 vsize=10725652 memory=3468052 CPUtime=1.4 cores=1,3,5,7
/proc/28823/task/28835/stat : 28835 (java) S 28820 28823 24602 0 -1 1077944384 8311 0 0 0 138 2 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780244355184 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28836] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0.4 cores=1,3,5,7
/proc/28823/task/28836/stat : 28836 (java) S 28820 28823 24602 0 -1 1077944384 5135 0 0 0 39 1 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780243302640 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28837] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28837/stat : 28837 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39299220 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780242250336 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28838] ppid=28820 vsize=10725652 memory=3468052 CPUtime=1.4 cores=1,3,5,7
/proc/28823/task/28838/stat : 28838 (java) S 28820 28823 24602 0 -1 1077944384 2368 0 0 0 59 81 0 0 20 0 16 0 39299221 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780241197872 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28839] ppid=28820 vsize=10725652 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28839/stat : 28839 (java) S 28820 28823 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39299360 10983067648 867013 33554432000 4194304 4196468 140720731288368 139780240143664 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3468052 KiB

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

[startup+2385.54 s]
# the end of solver process 28823 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.27 s, system=3.99649 s

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

[startup+2385.41 s]
/proc/loadavg: 1.99 2.04 2.10 3/217 29328
/proc/meminfo: memFree=21289640/32770624 swapFree=67108852/67108860
[pid=28823] ppid=28820 vsize=10925344 memory=3468304 CPUtime=2400.15 cores=1,3,5,7
/proc/28823/stat : 28823 (java) S 28820 28823 24602 0 -1 1077944320 175358 0 0 0 239618 397 0 0 20 0 17 0 39299215 11187552256 867076 33554432000 4194304 4196468 140720731288368 140720731270912 139781348187895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
/proc/28823/statm: 2731336 867076 3176 1 0 2693827 0
[pid=28823/tid=28825] ppid=28820 vsize=10925344 memory=1704 CPUtime=2381.42 cores=1,3,5,7
/proc/28823/task/28825/stat : 28825 (java) R 28820 28823 24602 0 -1 4202560 60325 0 0 0 238116 26 0 0 20 0 17 0 39299215 11187552256 867076 33554432000 4194304 4196468 140720731288368 139781352426400 139780939863042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28826] ppid=28820 vsize=10925344 memory=796 CPUtime=3.3 cores=1,3,5,7
/proc/28823/task/28826/stat : 28826 (java) S 28820 28823 24602 0 -1 1077944384 18745 0 0 0 258 72 0 0 20 0 17 0 39299216 11187552256 867076 33554432000 4194304 4196468 140720731288368 139781274261776 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28827] ppid=28820 vsize=10925344 memory=10936 CPUtime=3.31 cores=1,3,5,7
/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 19957 0 0 0 259 72 0 0 20 0 17 0 39299216 11187552256 867076 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10925344 memory=1008 CPUtime=3.32 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 18746 0 0 0 260 72 0 0 20 0 17 0 39299216 11187552256 867076 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10925344 memory=1948 CPUtime=3.34 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 19223 0 0 0 262 72 0 0 20 0 17 0 39299216 11187552256 867076 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10925344 memory=8372 CPUtime=0.62 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 13551 0 0 0 59 3 0 0 20 0 17 0 39299217 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28831] ppid=28820 vsize=10925344 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28831/stat : 28831 (java) S 28820 28823 24602 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 39299218 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780652017120 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28832] ppid=28820 vsize=10925344 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28832/stat : 28832 (java) S 28820 28823 24602 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39299218 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780247512576 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28833] ppid=28820 vsize=10925344 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28833/stat : 28833 (java) S 28820 28823 24602 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 39299220 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780246461136 139781348206491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28834] ppid=28820 vsize=10925344 memory=644 CPUtime=1.54 cores=1,3,5,7
/proc/28823/task/28834/stat : 28834 (java) S 28820 28823 24602 0 -1 1077944384 6975 0 0 0 152 2 0 0 20 0 17 0 39299220 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780245407728 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28835] ppid=28820 vsize=10925344 memory=956 CPUtime=1.4 cores=1,3,5,7
/proc/28823/task/28835/stat : 28835 (java) S 28820 28823 24602 0 -1 1077944384 8363 0 0 0 138 2 0 0 20 0 17 0 39299220 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780244355184 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28836] ppid=28820 vsize=10925344 memory=1232 CPUtime=0.4 cores=1,3,5,7
/proc/28823/task/28836/stat : 28836 (java) S 28820 28823 24602 0 -1 1077944384 5343 0 0 0 39 1 0 0 20 0 17 0 39299220 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780243302640 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28837] ppid=28820 vsize=10925344 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28837/stat : 28837 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39299220 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780242250336 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28838] ppid=28820 vsize=10925344 memory=4012 CPUtime=1.4 cores=1,3,5,7
/proc/28823/task/28838/stat : 28838 (java) S 28820 28823 24602 0 -1 1077944384 2368 0 0 0 59 81 0 0 20 0 17 0 39299221 11187552256 867076 33554432000 4194304 4196468 140720731288368 139780241197872 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
Current children cumulated CPU time: 2400.15 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3468304 KiB

[startup+2385.5 s]
/proc/loadavg: 1.99 2.04 2.10 3/217 29328
/proc/meminfo: memFree=21289640/32770624 swapFree=67108852/67108860
[pid=28823] ppid=28820 vsize=10925344 memory=3468308 CPUtime=2400.23 cores=1,3,5,7
/proc/28823/stat : 28823 (java) S 28820 28823 24602 0 -1 1077944320 175379 0 0 0 239626 397 0 0 20 0 17 0 39299215 11187552256 867077 33554432000 4194304 4196468 140720731288368 140720731270912 139781348187895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
/proc/28823/statm: 2731336 867077 3176 1 0 2693827 0
[pid=28823/tid=28825] ppid=28820 vsize=10925344 memory=3468052 CPUtime=2381.5 cores=1,3,5,7
/proc/28823/task/28825/stat : 28825 (java) S 28820 28823 24602 0 -1 1077944384 60332 0 0 0 238124 26 0 0 20 0 17 0 39299215 11187552256 867077 33554432000 4194304 4196468 140720731288368 139781352430768 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28826] ppid=28820 vsize=10925344 memory=3468052 CPUtime=3.3 cores=1,3,5,7
/proc/28823/task/28826/stat : 28826 (java) S 28820 28823 24602 0 -1 1077944384 18745 0 0 0 258 72 0 0 20 0 17 0 39299216 11187552256 867077 33554432000 4194304 4196468 140720731288368 139781274261776 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28827] ppid=28820 vsize=10925344 memory=3468052 CPUtime=3.31 cores=1,3,5,7
/proc/28823/task/28827/stat : 28827 (java) S 28820 28823 24602 0 -1 1077944384 19957 0 0 0 259 72 0 0 20 0 17 0 39299216 11187552256 867077 33554432000 4194304 4196468 140720731288368 139781273209232 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28828] ppid=28820 vsize=10925344 memory=3468052 CPUtime=3.32 cores=1,3,5,7
/proc/28823/task/28828/stat : 28828 (java) S 28820 28823 24602 0 -1 1077944384 18746 0 0 0 260 72 0 0 20 0 17 0 39299216 11187552256 867077 33554432000 4194304 4196468 140720731288368 139781272156688 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28829] ppid=28820 vsize=10925344 memory=3468052 CPUtime=3.34 cores=1,3,5,7
/proc/28823/task/28829/stat : 28829 (java) S 28820 28823 24602 0 -1 1077944384 19223 0 0 0 262 72 0 0 20 0 17 0 39299216 11187552256 867077 33554432000 4194304 4196468 140720731288368 139781271104144 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28830] ppid=28820 vsize=10925344 memory=3468052 CPUtime=0.62 cores=1,3,5,7
/proc/28823/task/28830/stat : 28830 (java) S 28820 28823 24602 0 -1 1077944384 13551 0 0 0 59 3 0 0 20 0 17 0 39299217 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780653070832 139781348199042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28831] ppid=28820 vsize=10925344 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28831/stat : 28831 (java) S 28820 28823 24602 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 39299218 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780652017120 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28832] ppid=28820 vsize=10925344 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28832/stat : 28832 (java) S 28820 28823 24602 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39299218 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780247512576 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28833] ppid=28820 vsize=10925344 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28833/stat : 28833 (java) S 28820 28823 24602 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 39299220 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780246461136 139781348206491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28834] ppid=28820 vsize=10925344 memory=3468052 CPUtime=1.54 cores=1,3,5,7
/proc/28823/task/28834/stat : 28834 (java) S 28820 28823 24602 0 -1 1077944384 6975 0 0 0 152 2 0 0 20 0 17 0 39299220 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780245407728 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28835] ppid=28820 vsize=10925344 memory=3468052 CPUtime=1.4 cores=1,3,5,7
/proc/28823/task/28835/stat : 28835 (java) S 28820 28823 24602 0 -1 1077944384 8363 0 0 0 138 2 0 0 20 0 17 0 39299220 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780244355184 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28836] ppid=28820 vsize=10925344 memory=1732 CPUtime=0.4 cores=1,3,5,7
/proc/28823/task/28836/stat : 28836 (java) S 28820 28823 24602 0 -1 1077944384 5357 0 0 0 39 1 0 0 20 0 17 0 39299220 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780243302640 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28837] ppid=28820 vsize=10925344 memory=3468052 CPUtime=0 cores=1,3,5,7
/proc/28823/task/28837/stat : 28837 (java) S 28820 28823 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39299220 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780242250336 139781348198101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
[pid=28823/tid=28838] ppid=28820 vsize=10925344 memory=3468052 CPUtime=1.4 cores=1,3,5,7
/proc/28823/task/28838/stat : 28838 (java) S 28820 28823 24602 0 -1 1077944384 2368 0 0 0 59 81 0 0 20 0 17 0 39299221 11187552256 867077 33554432000 4194304 4196468 140720731288368 139780241197872 139781348199042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140720731296881 140720731297033 140720731297033 140720731299791 0
Current children cumulated CPU time: 2400.23 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3468308 KiB

Child status: 143
Real time (s): 2385.54
CPU time (s): 2400.26
CPU user time (s): 2396.27
CPU system time (s): 3.99649
CPU usage (%): 100.617
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 3468308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.27
system time used= 3.99649
maximum resident set size= 3468672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55851
involuntary context switches= 1148


# summary of solver processes directly reported to runsolver:
#   pid: 28823
#   total CPU time (s): 2400.26
#   total CPU user time (s): 2396.27
#   total CPU system time (s): 3.99649

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6877 second user time and 21.2224 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 01:56:01
IDJOB=4289847
IDBENCH=141375
IDSOLVER=2742
FILE ID=node148/4289847-1532217361
RUNJOBID= node148-1532209983-27715
PBS_JOBID= 21018927
Free space on /tmp= 51992 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-4289847-1532217361/watcher-4289847-1532217361 -o /tmp/evaluation-result-4289847-1532217361/solver-4289847-1532217361 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289847-1532217361.xml

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

MD5SUM BENCH= d48530cddaac7c3de8b9754209410058
RANDOM SEED=204753426

node148.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.50
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.50
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.50
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.50
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:        19820500 kB
MemAvailable:   26468020 kB
Buffers:          120124 kB
Cached:          6714964 kB
SwapCached:            8 kB
Active:          6552456 kB
Inactive:        5799620 kB
Active(anon):    5469052 kB
Inactive(anon):    67276 kB
Active(file):    1083404 kB
Inactive(file):  5732344 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              2476 kB
Writeback:             0 kB
AnonPages:       5537728 kB
Mapped:            46972 kB
Shmem:             17024 kB
Slab:             287944 kB
SReclaimable:     260232 kB
SUnreclaim:        27712 kB
KernelStack:        3808 kB
PageTables:        15572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7318352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5253120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 51992 MiB
End job on node148 at 2018-07-22 02:35:46