Trace number 4289839

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.21 2384.24

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark368.702
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.19/1.38	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.19/1.38	c This is free software under the dual EPL/GNU LGPL licenses.
3.19/1.38	c See www.sat4j.org for details.
3.19/1.38	c That software uses the Rhino library from the Mozilla project.
3.19/1.38	c version 2.3.6-SNAPSHOT
3.19/1.38	c java.runtime.name	Java(TM) SE Runtime Environment
3.19/1.38	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.19/1.38	c java.vm.version	25.131-b11
3.19/1.38	c java.vm.vendor	Oracle Corporation
3.19/1.38	c sun.arch.data.model	64
3.19/1.38	c java.version		1.8.0_131
3.19/1.38	c os.name		Linux
3.19/1.38	c os.version		3.10.0-514.16.1.el7.x86_64
3.19/1.38	c os.arch		amd64
3.19/1.38	c Free memory 		499604488
3.19/1.38	c Max memory 		7247757312
3.19/1.38	c Total memory 		504889344
3.19/1.38	c Number of processors 	4
3.19/1.38	c c --- Begin Solver configuration ---
3.19/1.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.19/1.38	c Learn all clauses as in MiniSAT
3.19/1.38	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.19/1.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.19/1.38	c No reason simplification
3.19/1.38	c Glucose 2.1 dynamic restart strategy
3.19/1.38	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.19/1.38	c timeout=2147483s
3.19/1.38	c DB Simplification allowed=false
3.19/1.38	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.19/1.38	c --- End Solver configuration ---
3.19/1.38	c constraints type 
3.19/1.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
3.19/1.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 179685
3.19/1.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2435730
3.19/1.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 110
3.19/1.38	c 2615657 constraints processed.
26.26/22.84	o 119
42.44/38.82	o 117
59.46/54.10	o 112
71.30/65.82	o 111
82.72/77.27	o 108
94.86/89.32	o 107
106.52/101.00	o 102
146.79/140.97	o 101
155.80/149.99	o 100
202.13/196.26	o 99
234.55/228.62	o 96
250.26/244.32	o 95
349.32/342.22	o 94
381.53/374.43	o 90
608.46/600.93	o 89
727.79/719.70	o 83
1331.83/1320.76	o 82
1452.83/1440.90	o 80
2400.17/2384.21	c starts		: 10984
2400.17/2384.21	c conflicts		: 4644405
2400.17/2384.21	c decisions		: 35984667
2400.17/2384.21	c propagations		: 3992479046
2400.17/2384.21	c inspects		: 28996357752
2400.17/2384.21	c shortcuts		: 0
2400.17/2384.21	c learnt literals	: 4439
2400.17/2384.21	c learnt binary clauses	: 3847
2400.17/2384.21	c learnt ternary clauses	: 4315
2400.17/2384.21	c learnt constraints	: 4639966
2400.17/2384.21	c ignored constraints	: 0
2400.17/2384.21	c root simplifications	: 0
2400.17/2384.21	c removed literals (reason simplification)	: 0
2400.17/2384.21	c reason swapping (by a shorter reason)	: 0
2400.17/2384.21	c Calls to reduceDB	: 252
2400.17/2384.21	c Number of update (reduction) of LBD	: 3319478
2400.17/2384.21	c Imported unit clauses	: 0
2400.17/2384.21	c number of reductions to clauses (during analyze)	: 0
2400.17/2384.21	c number of learned constraints concerned by reduction	: 0
2400.17/2384.21	c number of learning phase by resolution	: 0
2400.17/2384.21	c number of learning phase by cutting planes	: 0
2400.17/2384.21	c number of rounding to 1 operations	: 0
2400.17/2384.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.17/2384.21	c number of reductions of the coefficients by power 2 	: 0
2400.17/2384.21	c number of right shift for reduction by power 2 	: 0
2400.17/2384.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.17/2384.21	c number of ending skipping 	: 0
2400.17/2384.21	c number of internal skipping 	: 0
2400.17/2384.21	c number of derivation steps 	: 0
2400.17/2384.21	c number of skipped derivation steps 	: 0
2400.17/2384.21	c number of remaining unassigned 	: 0
2400.17/2384.21	c number of remaining assigned 	: 0
2400.17/2384.21	c speed (assignments/second)	: 1675524.103332852
2400.17/2384.21	c non guided choices	: 496241
2400.17/2384.21	s SATISFIABLE
2400.17/2384.21	v <instantiation type="solution">
2400.17/2384.21	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.17/2384.21	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.17/2384.21	v </instantiation>
2400.17/2384.21	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289839-1532217103/watcher-4289839-1532217103 -o /tmp/evaluation-result-4289839-1532217103/solver-4289839-1532217103 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24669 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289839-1532217103.xml 

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

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=25667, runsolver pid=25664
Current StackSize limit: 8192 KiB


[startup+0.101192 s]*
/proc/loadavg: 7.82 6.14 3.91 3/216 25682
/proc/meminfo: memFree=21233636/32770624 swapFree=67108860/67108860
[pid=25667] ppid=25664 vsize=10659012 memory=31264 CPUtime=0.13 cores=0,2,4,6
/proc/25667/stat : 25667 (java) S 25664 25667 22644 0 -1 1077944320 6889 0 0 0 11 2 0 0 20 0 15 0 39273475 10914828288 7816 33554432000 4194304 4196468 140727340877648 140727340860192 139784779906807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
/proc/25667/statm: 2664753 7816 2847 1 0 2627263 0
[pid=25667/tid=25669] ppid=25664 vsize=10659012 memory=-8701690554791923585 CPUtime=0.09 cores=0,2,4,6
/proc/25667/task/25669/stat : 25669 (java) R 25664 25667 22644 0 -1 4202560 4724 0 0 0 8 1 0 0 20 0 15 0 39273476 10914828288 7816 33554432000 4194304 4196468 140727340877648 139784784111472 139784763987294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25670] ppid=25664 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25670/stat : 25670 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914828288 7816 33554432000 4194304 4196468 140727340877648 139784745188112 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25671] ppid=25664 vsize=10659012 memory=139966390019712 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25671/stat : 25671 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914828288 7816 33554432000 4194304 4196468 140727340877648 139784385833872 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25672] ppid=25664 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914828288 7816 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39273477 10914828288 7816 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10659012 memory=139966390019712 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39273478 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25675] ppid=25664 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25675/stat : 25675 (java) S 25664 25667 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39273478 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783881864096 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25676] ppid=25664 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25676/stat : 25676 (java) S 25664 25667 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39273479 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783880811504 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25677] ppid=25664 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25677/stat : 25677 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39273481 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783879760080 139784779925403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25678] ppid=25664 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25678/stat : 25678 (java) S 25664 25667 22644 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 39273481 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783878707696 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25679] ppid=25664 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25679/stat : 25679 (java) S 25664 25667 22644 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 39273481 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783877655152 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25680] ppid=25664 vsize=10659012 memory=139966390019712 CPUtime=0.02 cores=0,2,4,6
/proc/25667/task/25680/stat : 25680 (java) R 25664 25667 22644 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 39273481 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783876602608 139784779928154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25681] ppid=25664 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25681/stat : 25681 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39273481 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783875550304 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25682] ppid=25664 vsize=10659012 memory=139966390019712 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25682/stat : 25682 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273481 10914828288 7816 33554432000 4194304 4196468 140727340877648 139783874496816 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31264 KiB

[startup+0.210562 s]*
/proc/loadavg: 7.82 6.14 3.91 6/216 25682
/proc/meminfo: memFree=21225744/32770624 swapFree=67108860/67108860
[pid=25667] ppid=25664 vsize=10659012 memory=41332 CPUtime=0.33 cores=0,2,4,6
/proc/25667/stat : 25667 (java) S 25664 25667 22644 0 -1 1077944320 7924 0 0 0 31 2 0 0 20 0 15 0 39273475 10914828288 10333 33554432000 4194304 4196468 140727340877648 140727340860192 139784779906807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
/proc/25667/statm: 2664753 10333 2982 1 0 2627263 0
[pid=25667/tid=25669] ppid=25664 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/25667/task/25669/stat : 25669 (java) R 25664 25667 22644 0 -1 4202560 5092 0 0 0 18 1 0 0 20 0 15 0 39273476 10914828288 10333 33554432000 4194304 4196468 140727340877648 139784784142000 139784763987294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25670] ppid=25664 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25670/stat : 25670 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914828288 10333 33554432000 4194304 4196468 140727340877648 139784745188112 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25671] ppid=25664 vsize=10659012 memory=139966390213752 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25671/stat : 25671 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914828288 10333 33554432000 4194304 4196468 140727340877648 139784385833872 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25672] ppid=25664 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914828288 10333 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39273477 10914828288 10333 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10659012 memory=139966390019712 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39273478 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25675] ppid=25664 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25675/stat : 25675 (java) S 25664 25667 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39273478 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783881864096 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25676] ppid=25664 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25676/stat : 25676 (java) S 25664 25667 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39273479 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783880811504 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25677] ppid=25664 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25677/stat : 25677 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39273481 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783879760080 139784779925403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25678] ppid=25664 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25667/task/25678/stat : 25678 (java) S 25664 25667 22644 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 15 0 39273481 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783878707696 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25679] ppid=25664 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25667/task/25679/stat : 25679 (java) S 25664 25667 22644 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 15 0 39273481 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783877655152 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25680] ppid=25664 vsize=10659012 memory=139966390019712 CPUtime=0.07 cores=0,2,4,6
/proc/25667/task/25680/stat : 25680 (java) S 25664 25667 22644 0 -1 1077944384 677 0 0 0 7 0 0 0 20 0 15 0 39273481 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783876602608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25681] ppid=25664 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25681/stat : 25681 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39273481 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783875550304 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25682] ppid=25664 vsize=10659012 memory=139966390019712 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25682/stat : 25682 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273481 10914828288 10333 33554432000 4194304 4196468 140727340877648 139783874496816 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41332 KiB

[startup+0.310521 s]*
/proc/loadavg: 7.82 6.14 3.91 7/216 25682
/proc/meminfo: memFree=21218688/32770624 swapFree=67108860/67108860
[pid=25667] ppid=25664 vsize=10659088 memory=47020 CPUtime=0.53 cores=0,2,4,6
/proc/25667/stat : 25667 (java) S 25664 25667 22644 0 -1 1077944320 8812 0 0 0 50 3 0 0 20 0 15 0 39273475 10914906112 11755 33554432000 4194304 4196468 140727340877648 140727340860192 139784779906807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
/proc/25667/statm: 2664772 11755 3061 1 0 2627263 0
[pid=25667/tid=25669] ppid=25664 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/25667/task/25669/stat : 25669 (java) R 25664 25667 22644 0 -1 4202560 5708 0 0 0 28 2 0 0 20 0 15 0 39273476 10914906112 11755 33554432000 4194304 4196468 140727340877648 139784784144080 139784416452608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25670] ppid=25664 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25670/stat : 25670 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914906112 11755 33554432000 4194304 4196468 140727340877648 139784745188112 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25671] ppid=25664 vsize=10659088 memory=139966390203482 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25671/stat : 25671 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914906112 11755 33554432000 4194304 4196468 140727340877648 139784385833872 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25672] ppid=25664 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914906112 11755 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39273477 10914906112 11755 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10659088 memory=139966390019712 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39273478 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25675] ppid=25664 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25675/stat : 25675 (java) S 25664 25667 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39273478 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783881864096 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25676] ppid=25664 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25676/stat : 25676 (java) S 25664 25667 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39273479 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783880811504 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25677] ppid=25664 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25677/stat : 25677 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39273481 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783879760080 139784779925403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25678] ppid=25664 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/25667/task/25678/stat : 25678 (java) S 25664 25667 22644 0 -1 1077944384 648 0 0 0 5 0 0 0 20 0 15 0 39273481 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783878707696 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25679] ppid=25664 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/25667/task/25679/stat : 25679 (java) S 25664 25667 22644 0 -1 1077944384 274 0 0 0 3 0 0 0 20 0 15 0 39273481 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783877655152 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25680] ppid=25664 vsize=10659088 memory=139966390019712 CPUtime=0.12 cores=0,2,4,6
/proc/25667/task/25680/stat : 25680 (java) R 25664 25667 22644 0 -1 4202560 815 0 0 0 12 0 0 0 20 0 15 0 39273481 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783876601792 139784763987294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25681] ppid=25664 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25681/stat : 25681 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39273481 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783875550304 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25682] ppid=25664 vsize=10659088 memory=139966390019712 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25682/stat : 25682 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273481 10914906112 11755 33554432000 4194304 4196468 140727340877648 139783874496816 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47020 KiB

[startup+0.700704 s]
/proc/loadavg: 7.82 6.14 3.91 8/216 25682
/proc/meminfo: memFree=21191288/32770624 swapFree=67108860/67108860
[pid=25667] ppid=25664 vsize=10659088 memory=100716 CPUtime=1.58 cores=0,2,4,6
/proc/25667/stat : 25667 (java) S 25664 25667 22644 0 -1 1077944320 12798 0 0 0 154 4 0 0 20 0 15 0 39273475 10914906112 25179 33554432000 4194304 4196468 140727340877648 140727340860192 139784779906807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
/proc/25667/statm: 2664772 25179 3099 1 0 2627263 0
[pid=25667/tid=25669] ppid=25664 vsize=10659088 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/25667/task/25669/stat : 25669 (java) R 25664 25667 22644 0 -1 4202560 6134 0 0 0 65 2 0 0 20 0 15 0 39273476 10914906112 25179 33554432000 4194304 4196468 140727340877648 139784784144816 139784418797428 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25670] ppid=25664 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25670/stat : 25670 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914906112 25179 33554432000 4194304 4196468 140727340877648 139784745188112 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25671] ppid=25664 vsize=10659088 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25671/stat : 25671 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914906112 25179 33554432000 4194304 4196468 140727340877648 139784385833872 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25672] ppid=25664 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273477 10914906112 25179 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10659088 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39273477 10914906112 25179 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39273478 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25675] ppid=25664 vsize=10659088 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25675/stat : 25675 (java) S 25664 25667 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39273478 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783881864096 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25676] ppid=25664 vsize=10659088 memory=8356 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25676/stat : 25676 (java) S 25664 25667 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39273479 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783880811504 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25677] ppid=25664 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25677/stat : 25677 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39273481 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783879760080 139784779925403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25678] ppid=25664 vsize=10659088 memory=7524502762334872664 CPUtime=0.3 cores=0,2,4,6
/proc/25667/task/25678/stat : 25678 (java) R 25664 25667 22644 0 -1 4202560 1660 0 0 0 30 0 0 0 20 0 15 0 39273481 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783878700184 139784761451124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25679] ppid=25664 vsize=10659088 memory=5787213827130353767 CPUtime=0.38 cores=0,2,4,6
/proc/25667/task/25679/stat : 25679 (java) R 25664 25667 22644 0 -1 4202560 2476 0 0 0 38 0 0 0 20 0 15 0 39273481 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783877641184 139784763438416 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25680] ppid=25664 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25667/task/25680/stat : 25680 (java) S 25664 25667 22644 0 -1 1077944384 1156 0 0 0 19 0 0 0 20 0 15 0 39273481 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783876602608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25681] ppid=25664 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25681/stat : 25681 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39273481 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783875550304 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25682] ppid=25664 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25682/stat : 25682 (java) S 25664 25667 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39273481 10914906112 25179 33554432000 4194304 4196468 140727340877648 139783874496816 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 100716 KiB

[startup+1.50068 s]
/proc/loadavg: 7.82 6.14 3.91 6/216 25682
/proc/meminfo: memFree=21021044/32770624 swapFree=67108860/67108860
[pid=25667] ppid=25664 vsize=10725652 memory=350156 CPUtime=3.65 cores=0,2,4,6
/proc/25667/stat : 25667 (java) S 25664 25667 22644 0 -1 1077944320 14078 0 0 0 341 24 0 0 20 0 16 0 39273475 10983067648 87539 33554432000 4194304 4196468 140727340877648 140727340860192 139784779906807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
/proc/25667/statm: 2681413 87539 3136 1 0 2643904 0
[pid=25667/tid=25669] ppid=25664 vsize=10725652 memory=6791534058613427641 CPUtime=1.28 cores=0,2,4,6
/proc/25667/task/25669/stat : 25669 (java) R 25664 25667 22644 0 -1 4202560 6234 0 0 0 125 3 0 0 20 0 16 0 39273476 10983067648 87539 33554432000 4194304 4196468 140727340877648 139784784144992 139784419988989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25670] ppid=25664 vsize=10725652 memory=-6951259422114956437 CPUtime=0.17 cores=0,2,4,6
/proc/25667/task/25670/stat : 25670 (java) S 25664 25667 22644 0 -1 1077944384 177 0 0 0 13 4 0 0 20 0 16 0 39273477 10983067648 87539 33554432000 4194304 4196468 140727340877648 139784745188112 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25671] ppid=25664 vsize=10725652 memory=-6509546260019855299 CPUtime=0.16 cores=0,2,4,6
/proc/25667/task/25671/stat : 25671 (java) S 25664 25667 22644 0 -1 1077944384 133 0 0 0 12 4 0 0 20 0 16 0 39273477 10983067648 87539 33554432000 4194304 4196468 140727340877648 139784385833872 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25672] ppid=25664 vsize=10725652 memory=-7390251449858225344 CPUtime=0.17 cores=0,2,4,6
/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 161 0 0 0 13 4 0 0 20 0 16 0 39273477 10983067648 87539 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10725652 memory=4134692831991786133 CPUtime=0.17 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 136 0 0 0 13 4 0 0 20 0 16 0 39273477 10983067648 87539 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10725652 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39273478 10983067648 87539 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0

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

/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 3773 0 0 0 259 64 0 0 20 0 16 0 39273477 10985164800 812816 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10727700 memory=3251264 CPUtime=3.21 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 3530 0 0 0 258 63 0 0 20 0 16 0 39273477 10985164800 812816 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10727700 memory=3251264 CPUtime=0.6 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 14260 0 0 0 58 2 0 0 20 0 16 0 39273478 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25675] ppid=25664 vsize=10727700 memory=3251264 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25675/stat : 25675 (java) S 25664 25667 22644 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39273478 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783881864160 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25676] ppid=25664 vsize=10727700 memory=3251264 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25676/stat : 25676 (java) S 25664 25667 22644 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39273479 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783880811520 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25677] ppid=25664 vsize=10727700 memory=3251264 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25677/stat : 25677 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39273481 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783879760080 139784779925403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25678] ppid=25664 vsize=10727700 memory=3251264 CPUtime=1.57 cores=0,2,4,6
/proc/25667/task/25678/stat : 25678 (java) S 25664 25667 22644 0 -1 1077944384 8585 0 0 0 156 1 0 0 20 0 16 0 39273481 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783878707696 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25679] ppid=25664 vsize=10727700 memory=3251264 CPUtime=1.38 cores=0,2,4,6
/proc/25667/task/25679/stat : 25679 (java) S 25664 25667 22644 0 -1 1077944384 6363 0 0 0 138 0 0 0 20 0 16 0 39273481 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783877655152 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25680] ppid=25664 vsize=10727700 memory=3251264 CPUtime=0.41 cores=0,2,4,6
/proc/25667/task/25680/stat : 25680 (java) S 25664 25667 22644 0 -1 1077944384 5100 0 0 0 40 1 0 0 20 0 16 0 39273481 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783876602608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25681] ppid=25664 vsize=10727700 memory=3251264 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25681/stat : 25681 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39273481 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783875550304 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25682] ppid=25664 vsize=10727700 memory=3251264 CPUtime=1.24 cores=0,2,4,6
/proc/25667/task/25682/stat : 25682 (java) S 25664 25667 22644 0 -1 1077944384 2298 0 0 0 61 63 0 0 20 0 16 0 39273481 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783874496816 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25683] ppid=25664 vsize=10727700 memory=3251264 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25683/stat : 25683 (java) S 25664 25667 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39273615 10985164800 812816 33554432000 4194304 4196468 140727340877648 139783873442608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
Current children cumulated CPU time: 2336.63 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3251264 KiB

[startup+2382.3 s]
/proc/loadavg: 2.08 2.08 2.23 3/218 25861
/proc/meminfo: memFree=21272920/32770624 swapFree=67108860/67108860
[pid=25667] ppid=25664 vsize=10727700 memory=3514948 CPUtime=2398.33 cores=0,2,4,6
/proc/25667/stat : 25667 (java) S 25664 25667 22644 0 -1 1077944320 141831 0 0 0 239476 357 0 0 20 0 16 0 39273475 10985164800 878737 33554432000 4194304 4196468 140727340877648 140727340860192 139784779906807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
/proc/25667/statm: 2681925 878737 3176 1 0 2644416 0
[pid=25667/tid=25669] ppid=25664 vsize=10727700 memory=3251264 CPUtime=2377.89 cores=0,2,4,6
/proc/25667/task/25669/stat : 25669 (java) R 25664 25667 22644 0 -1 4202560 60466 0 0 0 237764 25 0 0 20 0 16 0 39273476 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784784145312 139784420605080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25670] ppid=25664 vsize=10727700 memory=3251264 CPUtime=3.78 cores=0,2,4,6
/proc/25667/task/25670/stat : 25670 (java) S 25664 25667 22644 0 -1 1077944384 12260 0 0 0 308 70 0 0 20 0 16 0 39273477 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784745188112 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25671] ppid=25664 vsize=10727700 memory=3514948 CPUtime=3.75 cores=0,2,4,6
/proc/25667/task/25671/stat : 25671 (java) S 25664 25667 22644 0 -1 1077944384 10553 0 0 0 308 67 0 0 20 0 16 0 39273477 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784385833872 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25672] ppid=25664 vsize=10727700 memory=3514948 CPUtime=3.77 cores=0,2,4,6
/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 9961 0 0 0 307 70 0 0 20 0 16 0 39273477 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10727700 memory=1568 CPUtime=3.77 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 9944 0 0 0 308 69 0 0 20 0 16 0 39273477 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10727700 memory=3251264 CPUtime=0.62 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 14848 0 0 0 60 2 0 0 20 0 16 0 39273478 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25675] ppid=25664 vsize=10727700 memory=3514948 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25675/stat : 25675 (java) S 25664 25667 22644 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39273478 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783881864160 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25676] ppid=25664 vsize=10727700 memory=3514948 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25676/stat : 25676 (java) S 25664 25667 22644 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39273479 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783880811520 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25677] ppid=25664 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25677/stat : 25677 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783879760080 139784779925403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25678] ppid=25664 vsize=10727700 memory=14048 CPUtime=1.57 cores=0,2,4,6
/proc/25667/task/25678/stat : 25678 (java) S 25664 25667 22644 0 -1 1077944384 8588 0 0 0 156 1 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783878707696 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25679] ppid=25664 vsize=10727700 memory=3514948 CPUtime=1.38 cores=0,2,4,6
/proc/25667/task/25679/stat : 25679 (java) S 25664 25667 22644 0 -1 1077944384 6365 0 0 0 138 0 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783877655152 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25680] ppid=25664 vsize=10727700 memory=3514948 CPUtime=0.41 cores=0,2,4,6
/proc/25667/task/25680/stat : 25680 (java) S 25664 25667 22644 0 -1 1077944384 5102 0 0 0 40 1 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783876602608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25681] ppid=25664 vsize=10727700 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25681/stat : 25681 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783875550304 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25682] ppid=25664 vsize=10727700 memory=1408 CPUtime=1.28 cores=0,2,4,6
/proc/25667/task/25682/stat : 25682 (java) S 25664 25667 22644 0 -1 1077944384 2331 0 0 0 63 65 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783874496816 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25683] ppid=25664 vsize=10727700 memory=3514948 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25683/stat : 25683 (java) S 25664 25667 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39273615 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783873442608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
Current children cumulated CPU time: 2398.33 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3514948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2384 s]*
/proc/loadavg: 2.08 2.08 2.23 3/218 25861
/proc/meminfo: memFree=21272920/32770624 swapFree=67108860/67108860
[pid=25667] ppid=25664 vsize=10727700 memory=3514948 CPUtime=2400.04 cores=0,2,4,6
/proc/25667/stat : 25667 (java) S 25664 25667 22644 0 -1 1077944320 141868 0 0 0 239647 357 0 0 20 0 16 0 39273475 10985164800 878737 33554432000 4194304 4196468 140727340877648 140727340860192 139784779906807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
/proc/25667/statm: 2681925 878737 3176 1 0 2644416 0
[pid=25667/tid=25669] ppid=25664 vsize=10727700 memory=6791534058613427641 CPUtime=2379.6 cores=0,2,4,6
/proc/25667/task/25669/stat : 25669 (java) R 25664 25667 22644 0 -1 4202560 60501 0 0 0 237935 25 0 0 20 0 16 0 39273476 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784784145312 139784420605080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25670] ppid=25664 vsize=10727700 memory=4126316290023845779 CPUtime=3.78 cores=0,2,4,6
/proc/25667/task/25670/stat : 25670 (java) S 25664 25667 22644 0 -1 1077944384 12260 0 0 0 308 70 0 0 20 0 16 0 39273477 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784745188112 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25671] ppid=25664 vsize=10727700 memory=15872 CPUtime=3.75 cores=0,2,4,6
/proc/25667/task/25671/stat : 25671 (java) S 25664 25667 22644 0 -1 1077944384 10553 0 0 0 308 67 0 0 20 0 16 0 39273477 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784385833872 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25672] ppid=25664 vsize=10727700 memory=4052 CPUtime=3.77 cores=0,2,4,6
/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 9961 0 0 0 307 70 0 0 20 0 16 0 39273477 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10727700 memory=16248 CPUtime=3.77 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 9944 0 0 0 308 69 0 0 20 0 16 0 39273477 10985164800 878737 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10727700 memory=9424 CPUtime=0.62 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 14848 0 0 0 60 2 0 0 20 0 16 0 39273478 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25675] ppid=25664 vsize=10727700 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25675/stat : 25675 (java) S 25664 25667 22644 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39273478 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783881864160 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25676] ppid=25664 vsize=10727700 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25676/stat : 25676 (java) S 25664 25667 22644 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39273479 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783880811520 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25677] ppid=25664 vsize=10727700 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25677/stat : 25677 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783879760080 139784779925403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25678] ppid=25664 vsize=10727700 memory=2204 CPUtime=1.57 cores=0,2,4,6
/proc/25667/task/25678/stat : 25678 (java) S 25664 25667 22644 0 -1 1077944384 8588 0 0 0 156 1 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783878707696 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25679] ppid=25664 vsize=10727700 memory=7888 CPUtime=1.38 cores=0,2,4,6
/proc/25667/task/25679/stat : 25679 (java) S 25664 25667 22644 0 -1 1077944384 6365 0 0 0 138 0 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783877655152 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25680] ppid=25664 vsize=10727700 memory=3514948 CPUtime=0.41 cores=0,2,4,6
/proc/25667/task/25680/stat : 25680 (java) S 25664 25667 22644 0 -1 1077944384 5102 0 0 0 40 1 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783876602608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25681] ppid=25664 vsize=10727700 memory=3514948 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25681/stat : 25681 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783875550304 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25682] ppid=25664 vsize=10727700 memory=6791534058613427641 CPUtime=1.28 cores=0,2,4,6
/proc/25667/task/25682/stat : 25682 (java) S 25664 25667 22644 0 -1 1077944384 2333 0 0 0 63 65 0 0 20 0 16 0 39273481 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783874496816 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25683] ppid=25664 vsize=10727700 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25683/stat : 25683 (java) S 25664 25667 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39273615 10985164800 878737 33554432000 4194304 4196468 140727340877648 139783873442608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3514948 KiB

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

[startup+2384.24 s]
# the end of solver process 25667 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.61 s, system=3.59672 s

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

[startup+2384.2 s]
/proc/loadavg: 2.08 2.08 2.23 3/218 25861
/proc/meminfo: memFree=21272920/32770624 swapFree=67108860/67108860
[pid=25667] ppid=25664 vsize=10927392 memory=3515000 CPUtime=2400.17 cores=0,2,4,6
/proc/25667/stat : 25667 (java) S 25664 25667 22644 0 -1 1077944320 142169 0 0 0 239660 357 0 0 20 0 17 0 39273475 11189649408 878750 33554432000 4194304 4196468 140727340877648 140727340860192 139784779906807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
/proc/25667/statm: 2731848 878750 3178 1 0 2694339 0
[pid=25667/tid=25669] ppid=25664 vsize=10927392 memory=16248 CPUtime=2379.72 cores=0,2,4,6
/proc/25667/task/25669/stat : 25669 (java) S 25664 25667 22644 0 -1 1077944384 60513 0 0 0 237947 25 0 0 20 0 17 0 39273476 11189649408 878750 33554432000 4194304 4196468 140727340877648 139784784149680 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25670] ppid=25664 vsize=10927392 memory=9424 CPUtime=3.78 cores=0,2,4,6
/proc/25667/task/25670/stat : 25670 (java) S 25664 25667 22644 0 -1 1077944384 12260 0 0 0 308 70 0 0 20 0 17 0 39273477 11189649408 878750 33554432000 4194304 4196468 140727340877648 139784745188112 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25671] ppid=25664 vsize=10927392 memory=1240 CPUtime=3.75 cores=0,2,4,6
/proc/25667/task/25671/stat : 25671 (java) S 25664 25667 22644 0 -1 1077944384 10553 0 0 0 308 67 0 0 20 0 17 0 39273477 11189649408 878750 33554432000 4194304 4196468 140727340877648 139784385833872 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25672] ppid=25664 vsize=10927392 memory=640 CPUtime=3.77 cores=0,2,4,6
/proc/25667/task/25672/stat : 25672 (java) S 25664 25667 22644 0 -1 1077944384 9961 0 0 0 307 70 0 0 20 0 17 0 39273477 11189649408 878750 33554432000 4194304 4196468 140727340877648 139784384781328 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25673] ppid=25664 vsize=10927392 memory=6791534058613427641 CPUtime=3.77 cores=0,2,4,6
/proc/25667/task/25673/stat : 25673 (java) S 25664 25667 22644 0 -1 1077944384 9944 0 0 0 308 69 0 0 20 0 17 0 39273477 11189649408 878750 33554432000 4194304 4196468 140727340877648 139784383728784 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25674] ppid=25664 vsize=10927392 memory=4052 CPUtime=0.62 cores=0,2,4,6
/proc/25667/task/25674/stat : 25674 (java) S 25664 25667 22644 0 -1 1077944384 14848 0 0 0 60 2 0 0 20 0 17 0 39273478 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783882917872 139784779917954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25675] ppid=25664 vsize=10927392 memory=16248 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25675/stat : 25675 (java) S 25664 25667 22644 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39273478 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783881864160 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25676] ppid=25664 vsize=10927392 memory=9424 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25676/stat : 25676 (java) S 25664 25667 22644 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39273479 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783880811520 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25677] ppid=25664 vsize=10927392 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25677/stat : 25677 (java) S 25664 25667 22644 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 39273481 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783879760080 139784779925403 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25678] ppid=25664 vsize=10927392 memory=640 CPUtime=1.58 cores=0,2,4,6
/proc/25667/task/25678/stat : 25678 (java) S 25664 25667 22644 0 -1 1077944384 8600 0 0 0 156 2 0 0 20 0 17 0 39273481 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783878707696 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25679] ppid=25664 vsize=10927392 memory=1792 CPUtime=1.39 cores=0,2,4,6
/proc/25667/task/25679/stat : 25679 (java) S 25664 25667 22644 0 -1 1077944384 6404 0 0 0 138 1 0 0 20 0 17 0 39273481 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783877655152 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25680] ppid=25664 vsize=10927392 memory=956 CPUtime=0.42 cores=0,2,4,6
/proc/25667/task/25680/stat : 25680 (java) S 25664 25667 22644 0 -1 1077944384 5175 0 0 0 41 1 0 0 20 0 17 0 39273481 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783876602608 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25681] ppid=25664 vsize=10927392 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/25667/task/25681/stat : 25681 (java) S 25664 25667 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39273481 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783875550304 139784779917013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
[pid=25667/tid=25682] ppid=25664 vsize=10927392 memory=916 CPUtime=1.28 cores=0,2,4,6
/proc/25667/task/25682/stat : 25682 (java) S 25664 25667 22644 0 -1 1077944384 2333 0 0 0 63 65 0 0 20 0 17 0 39273481 11189649408 878750 33554432000 4194304 4196468 140727340877648 139783874496816 139784779917954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 30392320 140727340881009 140727340881161 140727340881161 140727340883919 0
Current children cumulated CPU time: 2400.17 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3515000 KiB

Child status: 143
Real time (s): 2384.24
CPU time (s): 2400.21
CPU user time (s): 2396.61
CPU system time (s): 3.59672
CPU usage (%): 100.67
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3515000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.61
system time used= 3.59672
maximum resident set size= 3515700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55057
involuntary context switches= 2230


# summary of solver processes directly reported to runsolver:
#   pid: 25667
#   total CPU time (s): 2400.21
#   total CPU user time (s): 2396.61
#   total CPU system time (s): 3.59672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6858 second user time and 22.7375 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 01:51:43
IDJOB=4289839
IDBENCH=141364
IDSOLVER=2742
FILE ID=node149/4289839-1532217103
RUNJOBID= node149-1532209647-24669
PBS_JOBID= 21018926
Free space on /tmp= 51888 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289839-1532217103/watcher-4289839-1532217103 -o /tmp/evaluation-result-4289839-1532217103/solver-4289839-1532217103 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24669 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289839-1532217103.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=1277942752

node149.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.60
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.60
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.60
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.60
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:        21252912 kB
MemAvailable:   23758748 kB
Buffers:           69252 kB
Cached:          2699480 kB
SwapCached:            0 kB
Active:          9593632 kB
Inactive:        1434416 kB
Active(anon):    8207920 kB
Inactive(anon):    71344 kB
Active(file):    1385712 kB
Inactive(file):  1363072 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2480 kB
Writeback:             0 kB
AnonPages:       8266952 kB
Mapped:            46472 kB
Shmem:             17032 kB
Slab:             173076 kB
SReclaimable:     145776 kB
SUnreclaim:        27300 kB
KernelStack:        3840 kB
PageTables:        21360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8643716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8099840 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= 51884 MiB
End job on node149 at 2018-07-22 02:31:27