Trace number 4301748

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)49 252.098 247.817

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18b_c18.xml
MD5SUMcfb25615b49033917f7fa13487cdd88c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark252.098
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints208
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":39},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":18}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":50},{"degree":48,"count":9},{"degree":49,"count":4},{"degree":50,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":176},{"arity":19,"count":32}]
Number of extensional constraints0
Number of intensional constraints176
Distribution of constraint types[{"type":"intension","count":176},{"type":"count","count":32}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.71/0.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.71/0.70	c This is free software under the dual EPL/GNU LGPL licenses.
1.71/0.70	c See www.sat4j.org for details.
1.71/0.70	c That software uses the Rhino library from the Mozilla project.
1.71/0.70	c version 2.3.6-SNAPSHOT
1.71/0.70	c java.runtime.name	Java(TM) SE Runtime Environment
1.71/0.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.71/0.70	c java.vm.version	25.131-b11
1.71/0.70	c java.vm.vendor	Oracle Corporation
1.71/0.70	c sun.arch.data.model	64
1.71/0.70	c java.version		1.8.0_131
1.71/0.70	c os.name		Linux
1.71/0.70	c os.version		3.10.0-514.16.1.el7.x86_64
1.71/0.70	c os.arch		amd64
1.71/0.70	c Free memory 		499604488
1.71/0.70	c Max memory 		7247757312
1.71/0.70	c Total memory 		504889344
1.71/0.70	c Number of processors 	4
1.71/0.70	c c --- Begin Solver configuration ---
1.71/0.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.71/0.70	c Learn all clauses as in MiniSAT
1.71/0.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.71/0.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.71/0.70	c No reason simplification
1.71/0.70	c Glucose 2.1 dynamic restart strategy
1.71/0.70	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
1.71/0.70	c timeout=2147483s
1.71/0.70	c DB Simplification allowed=false
1.71/0.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.71/0.70	c --- End Solver configuration ---
1.71/0.70	c constraints type 
1.71/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1.71/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20910
1.71/0.70	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.71/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 319326
1.71/0.70	c org.sat4j.specs.Constr$1 => 2
1.71/0.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 418
1.71/0.70	c 340790 constraints processed.
3.64/1.60	o 141
3.89/1.86	o 137
4.00/1.95	o 117
4.25/2.11	o 113
4.44/2.39	o 110
4.75/2.55	o 107
4.98/2.74	o 105
5.11/2.85	o 104
5.36/3.04	o 103
5.36/3.10	o 101
5.47/3.16	o 96
5.57/3.22	o 95
5.57/3.29	o 93
5.67/3.37	o 90
5.79/3.50	o 89
5.93/3.56	o 88
6.05/3.61	o 86
6.05/3.68	o 81
6.21/3.76	o 80
6.35/3.87	o 79
6.45/3.96	o 74
6.56/4.07	o 72
6.86/4.39	o 71
7.09/4.58	o 70
7.31/4.75	o 67
8.01/5.46	o 63
8.11/5.54	o 61
8.51/5.99	o 59
9.01/6.41	o 58
9.22/6.68	o 56
12.93/10.36	o 54
18.26/15.54	o 53
21.46/18.78	o 52
39.33/36.56	o 51
45.63/42.84	o 49
252.08/247.80	c starts		: 4638
252.08/247.80	c conflicts		: 763705
252.08/247.80	c decisions		: 3144337
252.08/247.80	c propagations		: 473562748
252.08/247.80	c inspects		: 3703886149
252.08/247.80	c shortcuts		: 0
252.08/247.80	c learnt literals	: 509
252.08/247.80	c learnt binary clauses	: 3309
252.08/247.80	c learnt ternary clauses	: 3051
252.08/247.80	c learnt constraints	: 763196
252.08/247.80	c ignored constraints	: 0
252.08/247.80	c root simplifications	: 0
252.08/247.80	c removed literals (reason simplification)	: 0
252.08/247.80	c reason swapping (by a shorter reason)	: 0
252.08/247.80	c Calls to reduceDB	: 52
252.08/247.80	c Number of update (reduction) of LBD	: 585010
252.08/247.80	c Imported unit clauses	: 0
252.08/247.80	c number of reductions to clauses (during analyze)	: 0
252.08/247.80	c number of learned constraints concerned by reduction	: 0
252.08/247.80	c number of learning phase by resolution	: 0
252.08/247.80	c number of learning phase by cutting planes	: 0
252.08/247.80	c number of rounding to 1 operations	: 0
252.08/247.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.08/247.80	c number of reductions of the coefficients by power 2 	: 0
252.08/247.80	c number of right shift for reduction by power 2 	: 0
252.08/247.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.08/247.80	c number of ending skipping 	: 0
252.08/247.80	c number of internal skipping 	: 0
252.08/247.80	c number of derivation steps 	: 0
252.08/247.80	c number of skipped derivation steps 	: 0
252.08/247.80	c number of remaining unassigned 	: 0
252.08/247.80	c number of remaining assigned 	: 0
252.08/247.80	c speed (assignments/second)	: 1916544.2345361242
252.08/247.80	c non guided choices	: 18481
252.08/247.80	s SATISFIABLE
252.08/247.80	v <instantiation type="solution">
252.08/247.80	v 	<list> v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17] </list>
252.08/247.80	v 	<values> 6 6 15 15 5 -5 4 4 15 6 -6 -6 -15 5 15 -4 -15 8 0 0 0 1 1 2 0 0 0 0 0 0 0 0 2 0 0 0 0 2 2 3 0 1 0 0 0 0 0 0 4 0 0 0 0 0 0 7 0 0 0 0 5 6 11 0 0 8 12 0 </values>
252.08/247.80	v </instantiation>
252.08/247.80	

Verifier Data

OK	49

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301748-1532884197/watcher-4301748-1532884197 -o /tmp/evaluation-result-4301748-1532884197/solver-4301748-1532884197 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301748-1532884197.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=17742, runsolver pid=17739
Current StackSize limit: 8192 KiB


[startup+0.100203 s]*
/proc/loadavg: 2.15 2.19 2.40 4/215 17757
/proc/meminfo: memFree=23252668/32770624 swapFree=67108860/67108860
[pid=17742] ppid=17739 vsize=10659012 memory=30688 CPUtime=0.13 cores=1,3,5,7
/proc/17742/stat : 17742 (java) S 17739 17742 13514 0 -1 1077944320 6731 0 0 0 11 2 0 0 20 0 15 0 105982846 10914828288 7672 33554432000 4194304 4196468 140724641102640 140724641085184 140202419199735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
/proc/17742/statm: 2664753 7672 2819 1 0 2627263 0
[pid=17742/tid=17744] ppid=17739 vsize=10659012 memory=-8773748148830243965 CPUtime=0.09 cores=1,3,5,7
/proc/17742/task/17744/stat : 17744 (java) R 17739 17742 13514 0 -1 4202560 4574 0 0 0 8 1 0 0 20 0 15 0 105982847 10914828288 7672 33554432000 4194304 4196468 140724641102640 140202423420864 140202419211670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17745] ppid=17739 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17745/stat : 17745 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982847 10914828288 7672 33554432000 4194304 4196468 140724641102640 140202371819920 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17746] ppid=17739 vsize=10659012 memory=139631393306240 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17746/stat : 17746 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982847 10914828288 7672 33554432000 4194304 4196468 140724641102640 140202370767120 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17747] ppid=17739 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982847 10914828288 7672 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982847 10914828288 7672 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10659012 memory=139631393306240 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982849 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17750] ppid=17739 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17750/stat : 17750 (java) S 17739 17742 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105982849 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201453958432 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17751] ppid=17739 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17751/stat : 17751 (java) S 17739 17742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105982849 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201452906096 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17752] ppid=17739 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17752/stat : 17752 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105982852 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201451854416 140202419218331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17753] ppid=17739 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17753/stat : 17753 (java) S 17739 17742 13514 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 105982852 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201450801264 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17754] ppid=17739 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17754/stat : 17754 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982852 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201449748464 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17755] ppid=17739 vsize=10659012 memory=139631393306240 CPUtime=0.02 cores=1,3,5,7
/proc/17742/task/17755/stat : 17755 (java) R 17739 17742 13514 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 105982852 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201448696176 140202419213584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17756] ppid=17739 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17756/stat : 17756 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105982852 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201447643616 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17757] ppid=17739 vsize=10659012 memory=139631393306240 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17757/stat : 17757 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982852 10914828288 7672 33554432000 4194304 4196468 140724641102640 140201446591408 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30688 KiB

[startup+0.210773 s]*
/proc/loadavg: 2.15 2.19 2.40 3/215 17757
/proc/meminfo: memFree=23241256/32770624 swapFree=67108860/67108860
[pid=17742] ppid=17739 vsize=10659012 memory=41896 CPUtime=0.33 cores=1,3,5,7
/proc/17742/stat : 17742 (java) S 17739 17742 13514 0 -1 1077944320 8076 0 0 0 31 2 0 0 20 0 15 0 105982846 10914828288 10474 33554432000 4194304 4196468 140724641102640 140724641085184 140202419199735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
/proc/17742/statm: 2664753 10474 2996 1 0 2627263 0
[pid=17742/tid=17744] ppid=17739 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17742/task/17744/stat : 17744 (java) R 17739 17742 13514 0 -1 4202560 5037 0 0 0 19 1 0 0 20 0 15 0 105982847 10914828288 10474 33554432000 4194304 4196468 140724641102640 140202423433984 140202419211670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17745] ppid=17739 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17745/stat : 17745 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982847 10914828288 10474 33554432000 4194304 4196468 140724641102640 140202371819920 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17746] ppid=17739 vsize=10659012 memory=139631393937649 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17746/stat : 17746 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982847 10914828288 10474 33554432000 4194304 4196468 140724641102640 140202370767120 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17747] ppid=17739 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982847 10914828288 10474 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982847 10914828288 10474 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10659012 memory=139631393306240 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982849 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17750] ppid=17739 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17750/stat : 17750 (java) S 17739 17742 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105982849 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201453958432 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17751] ppid=17739 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17751/stat : 17751 (java) S 17739 17742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105982849 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201452906096 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17752] ppid=17739 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17752/stat : 17752 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105982852 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201451854416 140202419218331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17753] ppid=17739 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17742/task/17753/stat : 17753 (java) S 17739 17742 13514 0 -1 1077944384 784 0 0 0 2 0 0 0 20 0 15 0 105982852 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201450801264 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17754] ppid=17739 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17742/task/17754/stat : 17754 (java) S 17739 17742 13514 0 -1 1077944384 223 0 0 0 1 0 0 0 20 0 15 0 105982852 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201449748464 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17755] ppid=17739 vsize=10659012 memory=139631393306240 CPUtime=0.07 cores=1,3,5,7
/proc/17742/task/17755/stat : 17755 (java) R 17739 17742 13514 0 -1 4202560 666 0 0 0 7 0 0 0 20 0 15 0 105982852 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201448696176 140202398008703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17756] ppid=17739 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17756/stat : 17756 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105982852 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201447643616 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17757] ppid=17739 vsize=10659012 memory=139631393306240 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17757/stat : 17757 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982852 10914828288 10474 33554432000 4194304 4196468 140724641102640 140201446591408 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41896 KiB

[startup+0.310768 s]*
/proc/loadavg: 2.15 2.19 2.40 3/215 17757
/proc/meminfo: memFree=23180812/32770624 swapFree=67108860/67108860
[pid=17742] ppid=17739 vsize=10659088 memory=47548 CPUtime=0.53 cores=1,3,5,7
/proc/17742/stat : 17742 (java) S 17739 17742 13514 0 -1 1077944320 8879 0 0 0 50 3 0 0 20 0 15 0 105982846 10914906112 11887 33554432000 4194304 4196468 140724641102640 140724641085184 140202419199735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
/proc/17742/statm: 2664772 11887 3056 1 0 2627263 0
[pid=17742/tid=17744] ppid=17739 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/17742/task/17744/stat : 17744 (java) R 17739 17742 13514 0 -1 4202560 5639 0 0 0 28 1 0 0 20 0 15 0 105982847 10914906112 11887 33554432000 4194304 4196468 140724641102640 140202423432064 140202419211670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17745] ppid=17739 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17745/stat : 17745 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982847 10914906112 11887 33554432000 4194304 4196468 140724641102640 140202371819920 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17746] ppid=17739 vsize=10659088 memory=139631393935375 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17746/stat : 17746 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982847 10914906112 11887 33554432000 4194304 4196468 140724641102640 140202370767120 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17747] ppid=17739 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982847 10914906112 11887 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982847 10914906112 11887 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10659088 memory=139631393306240 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982849 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17750] ppid=17739 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17750/stat : 17750 (java) S 17739 17742 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105982849 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201453958432 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17751] ppid=17739 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17751/stat : 17751 (java) S 17739 17742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105982849 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201452906096 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17752] ppid=17739 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17752/stat : 17752 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105982852 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201451854416 140202419218331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17753] ppid=17739 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/17742/task/17753/stat : 17753 (java) S 17739 17742 13514 0 -1 1077944384 803 0 0 0 5 0 0 0 20 0 15 0 105982852 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201450801264 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17754] ppid=17739 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/17742/task/17754/stat : 17754 (java) S 17739 17742 13514 0 -1 1077944384 332 0 0 0 3 0 0 0 20 0 15 0 105982852 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201449748464 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17755] ppid=17739 vsize=10659088 memory=139631393306240 CPUtime=0.12 cores=1,3,5,7
/proc/17742/task/17755/stat : 17755 (java) R 17739 17742 13514 0 -1 4202560 738 0 0 0 12 0 0 0 20 0 15 0 105982852 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201448696176 140202400773352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17756] ppid=17739 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17756/stat : 17756 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105982852 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201447643616 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17757] ppid=17739 vsize=10659088 memory=139631393306240 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17757/stat : 17757 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982852 10914906112 11887 33554432000 4194304 4196468 140724641102640 140201446591408 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47548 KiB

[startup+0.701557 s]
/proc/loadavg: 2.15 2.19 2.40 6/215 17757
/proc/meminfo: memFree=23152644/32770624 swapFree=67108860/67108860
[pid=17742] ppid=17739 vsize=10661136 memory=132492 CPUtime=1.71 cores=1,3,5,7
/proc/17742/stat : 17742 (java) S 17739 17742 13514 0 -1 1077944320 11390 0 0 0 166 5 0 0 20 0 15 0 105982846 10917003264 33123 33554432000 4194304 4196468 140724641102640 140724641085184 140202419199735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
/proc/17742/statm: 2665284 33123 3109 1 0 2627775 0
[pid=17742/tid=17744] ppid=17739 vsize=10661136 memory=16856 CPUtime=0.67 cores=1,3,5,7
/proc/17742/task/17744/stat : 17744 (java) R 17739 17742 13514 0 -1 4202560 6087 0 0 0 64 3 0 0 20 0 15 0 105982847 10917003264 33123 33554432000 4194304 4196468 140724641102640 140202423436952 140202046885524 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17745] ppid=17739 vsize=10661136 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17745/stat : 17745 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982847 10917003264 33123 33554432000 4194304 4196468 140724641102640 140202371819920 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17746] ppid=17739 vsize=10661136 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17746/stat : 17746 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982847 10917003264 33123 33554432000 4194304 4196468 140724641102640 140202370767120 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17747] ppid=17739 vsize=10661136 memory=496 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982847 10917003264 33123 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10661136 memory=928 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105982847 10917003264 33123 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10661136 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105982849 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17750] ppid=17739 vsize=10661136 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17750/stat : 17750 (java) S 17739 17742 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105982849 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201453958432 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17751] ppid=17739 vsize=10661136 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17751/stat : 17751 (java) S 17739 17742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105982849 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201452906096 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17752] ppid=17739 vsize=10661136 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17752/stat : 17752 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105982852 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201451854416 140202419218331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17753] ppid=17739 vsize=10661136 memory=6081108994580573287 CPUtime=0.33 cores=1,3,5,7
/proc/17742/task/17753/stat : 17753 (java) R 17739 17742 13514 0 -1 4202560 1475 0 0 0 33 0 0 0 20 0 15 0 105982852 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201450788112 140202400720247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17754] ppid=17739 vsize=10661136 memory=5788647689011156329 CPUtime=0.32 cores=1,3,5,7
/proc/17742/task/17754/stat : 17754 (java) R 17739 17742 13514 0 -1 4202560 988 0 0 0 32 0 0 0 20 0 15 0 105982852 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201449741488 140202400720857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17755] ppid=17739 vsize=10661136 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/17742/task/17755/stat : 17755 (java) S 17739 17742 13514 0 -1 1077944384 1469 0 0 0 35 0 0 0 20 0 15 0 105982852 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201448696176 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17756] ppid=17739 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17756/stat : 17756 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105982852 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201447643616 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17757] ppid=17739 vsize=10661136 memory=756 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17757/stat : 17757 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105982852 10917003264 33123 33554432000 4194304 4196468 140724641102640 140201446591408 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 132492 KiB

[startup+1.50083 s]
/proc/loadavg: 2.15 2.19 2.40 5/216 17758
/proc/meminfo: memFree=23067672/32770624 swapFree=67108860/67108860
[pid=17742] ppid=17739 vsize=10727700 memory=144504 CPUtime=3.39 cores=1,3,5,7
/proc/17742/stat : 17742 (java) S 17739 17742 13514 0 -1 1077944320 15270 0 0 0 333 6 0 0 20 0 16 0 105982846 10985164800 36126 33554432000 4194304 4196468 140724641102640 140724641085184 140202419199735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
/proc/17742/statm: 2681925 36126 3122 1 0 2644416 0
[pid=17742/tid=17744] ppid=17739 vsize=10727700 memory=33 CPUtime=1.46 cores=1,3,5,7
/proc/17742/task/17744/stat : 17744 (java) R 17739 17742 13514 0 -1 4202560 6318 0 0 0 143 3 0 0 20 0 16 0 105982847 10985164800 36126 33554432000 4194304 4196468 140724641102640 140202423434544 140202048305669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17745] ppid=17739 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17745/stat : 17745 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105982847 10985164800 36126 33554432000 4194304 4196468 140724641102640 140202371819920 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17746] ppid=17739 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17746/stat : 17746 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105982847 10985164800 36126 33554432000 4194304 4196468 140724641102640 140202370767120 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17747] ppid=17739 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105982847 10985164800 36126 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10727700 memory=-2247047206207641111 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105982847 10985164800 36126 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10727700 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 105982849 10985164800 36126 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0

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

/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1373 0 0 0 21 9 0 0 20 0 16 0 105982847 10985164800 120937 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10727700 memory=483744 CPUtime=0.3 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 982 0 0 0 21 9 0 0 20 0 16 0 105982847 10985164800 120937 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10727700 memory=483744 CPUtime=0.04 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 3933 0 0 0 4 0 0 0 20 0 16 0 105982849 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17750] ppid=17739 vsize=10727700 memory=16313 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17750/stat : 17750 (java) S 17739 17742 13514 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 105982849 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201453958432 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17751] ppid=17739 vsize=10727700 memory=15900 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17751/stat : 17751 (java) S 17739 17742 13514 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 105982849 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201452906096 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17752] ppid=17739 vsize=10727700 memory=483748 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17752/stat : 17752 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105982852 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201451854416 140202419218331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17753] ppid=17739 vsize=10727700 memory=916 CPUtime=1.22 cores=1,3,5,7
/proc/17742/task/17753/stat : 17753 (java) S 17739 17742 13514 0 -1 1077944384 6056 0 0 0 122 0 0 0 20 0 16 0 105982852 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201450801264 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17754] ppid=17739 vsize=10727700 memory=3852 CPUtime=1.02 cores=1,3,5,7
/proc/17742/task/17754/stat : 17754 (java) S 17739 17742 13514 0 -1 1077944384 4836 0 0 0 101 1 0 0 20 0 16 0 105982852 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201449748464 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17755] ppid=17739 vsize=10727700 memory=1256 CPUtime=0.47 cores=1,3,5,7
/proc/17742/task/17755/stat : 17755 (java) S 17739 17742 13514 0 -1 1077944384 2879 0 0 0 46 1 0 0 20 0 16 0 105982852 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201448696176 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17756] ppid=17739 vsize=10727700 memory=10368 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17756/stat : 17756 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105982852 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201447643616 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17757] ppid=17739 vsize=10727700 memory=1700 CPUtime=0.09 cores=1,3,5,7
/proc/17742/task/17757/stat : 17757 (java) S 17739 17742 13514 0 -1 1077944384 384 0 0 0 4 5 0 0 20 0 16 0 105982852 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201446591408 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17758] ppid=17739 vsize=10727700 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17758/stat : 17758 (java) S 17739 17742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105982918 10985164800 120937 33554432000 4194304 4196468 140724641102640 140201443439792 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
Current children cumulated CPU time: 166.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 483748 KiB

[startup+222.301 s]
/proc/loadavg: 1.86 1.98 2.27 3/218 17848
/proc/meminfo: memFree=27699792/32770624 swapFree=67108860/67108860
[pid=17742] ppid=17739 vsize=10727700 memory=683796 CPUtime=226.48 cores=1,3,5,7
/proc/17742/stat : 17742 (java) S 17739 17742 13514 0 -1 1077944320 35664 0 0 0 22569 79 0 0 20 0 16 0 105982846 10985164800 170949 33554432000 4194304 4196468 140724641102640 140724641085184 140202419199735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
/proc/17742/statm: 2681925 170949 3181 1 0 2644416 0
[pid=17742/tid=17744] ppid=17739 vsize=10727700 memory=683796 CPUtime=221.75 cores=1,3,5,7
/proc/17742/task/17744/stat : 17744 (java) R 17739 17742 13514 0 -1 4202560 9978 0 0 0 22171 4 0 0 20 0 16 0 105982847 10985164800 170949 33554432000 4194304 4196468 140724641102640 140202423438688 140202048923315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17745] ppid=17739 vsize=10727700 memory=683796 CPUtime=0.44 cores=1,3,5,7
/proc/17742/task/17745/stat : 17745 (java) S 17739 17742 13514 0 -1 1077944384 848 0 0 0 28 16 0 0 20 0 16 0 105982847 10985164800 170949 33554432000 4194304 4196468 140724641102640 140202371819920 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17746] ppid=17739 vsize=10727700 memory=683796 CPUtime=0.44 cores=1,3,5,7
/proc/17742/task/17746/stat : 17746 (java) S 17739 17742 13514 0 -1 1077944384 2134 0 0 0 29 15 0 0 20 0 16 0 105982847 10985164800 170949 33554432000 4194304 4196468 140724641102640 140202370767120 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17747] ppid=17739 vsize=10727700 memory=683796 CPUtime=0.44 cores=1,3,5,7
/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1675 0 0 0 29 15 0 0 20 0 16 0 105982847 10985164800 170949 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10727700 memory=683796 CPUtime=0.44 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 1246 0 0 0 28 16 0 0 20 0 16 0 105982847 10985164800 170949 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10727700 memory=1968 CPUtime=0.04 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 4156 0 0 0 4 0 0 0 20 0 16 0 105982849 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17750] ppid=17739 vsize=10727700 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17750/stat : 17750 (java) S 17739 17742 13514 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 105982849 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201453958432 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17751] ppid=17739 vsize=10727700 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17751/stat : 17751 (java) S 17739 17742 13514 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 105982849 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201452906096 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17752] ppid=17739 vsize=10727700 memory=683796 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17752/stat : 17752 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105982852 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201451854416 140202419218331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17753] ppid=17739 vsize=10727700 memory=683796 CPUtime=1.22 cores=1,3,5,7
/proc/17742/task/17753/stat : 17753 (java) S 17739 17742 13514 0 -1 1077944384 6056 0 0 0 122 0 0 0 20 0 16 0 105982852 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201450801264 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17754] ppid=17739 vsize=10727700 memory=683796 CPUtime=1.02 cores=1,3,5,7
/proc/17742/task/17754/stat : 17754 (java) S 17739 17742 13514 0 -1 1077944384 4836 0 0 0 101 1 0 0 20 0 16 0 105982852 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201449748464 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17755] ppid=17739 vsize=10727700 memory=683796 CPUtime=0.47 cores=1,3,5,7
/proc/17742/task/17755/stat : 17755 (java) S 17739 17742 13514 0 -1 1077944384 2879 0 0 0 46 1 0 0 20 0 16 0 105982852 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201448696176 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17756] ppid=17739 vsize=10727700 memory=683796 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17756/stat : 17756 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105982852 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201447643616 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17757] ppid=17739 vsize=10727700 memory=683796 CPUtime=0.13 cores=1,3,5,7
/proc/17742/task/17757/stat : 17757 (java) S 17739 17742 13514 0 -1 1077944384 388 0 0 0 6 7 0 0 20 0 16 0 105982852 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201446591408 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17758] ppid=17739 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17758/stat : 17758 (java) S 17739 17742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105982918 10985164800 170949 33554432000 4194304 4196468 140724641102640 140201443439792 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
Current children cumulated CPU time: 226.48 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 683796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.601 s]
/proc/loadavg: 1.91 1.99 2.27 3/218 17848
/proc/meminfo: memFree=27507924/32770624 swapFree=67108860/67108860
[pid=17742] ppid=17739 vsize=10727700 memory=766412 CPUtime=252.03 cores=1,3,5,7
/proc/17742/stat : 17742 (java) S 17739 17742 13514 0 -1 1077944320 36832 0 0 0 25113 90 0 0 20 0 16 0 105982846 10985164800 191603 33554432000 4194304 4196468 140724641102640 140724641085184 140202419199735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
/proc/17742/statm: 2681925 191603 3181 1 0 2644416 0
[pid=17742/tid=17744] ppid=17739 vsize=10727700 memory=2724 CPUtime=246.97 cores=1,3,5,7
/proc/17742/task/17744/stat : 17744 (java) R 17739 17742 13514 0 -1 4202560 10055 0 0 0 24693 4 0 0 20 0 16 0 105982847 10985164800 191603 33554432000 4194304 4196468 140724641102640 140202423438688 140202047956300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17745] ppid=17739 vsize=10727700 memory=1256 CPUtime=0.52 cores=1,3,5,7
/proc/17742/task/17745/stat : 17745 (java) S 17739 17742 13514 0 -1 1077944384 1116 0 0 0 33 19 0 0 20 0 16 0 105982847 10985164800 191603 33554432000 4194304 4196468 140724641102640 140202371819920 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17746] ppid=17739 vsize=10727700 memory=10368 CPUtime=0.52 cores=1,3,5,7
/proc/17742/task/17746/stat : 17746 (java) S 17739 17742 13514 0 -1 1077944384 2446 0 0 0 34 18 0 0 20 0 16 0 105982847 10985164800 191603 33554432000 4194304 4196468 140724641102640 140202370767120 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17747] ppid=17739 vsize=10727700 memory=1700 CPUtime=0.52 cores=1,3,5,7
/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1890 0 0 0 34 18 0 0 20 0 16 0 105982847 10985164800 191603 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10727700 memory=1172 CPUtime=0.52 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 1510 0 0 0 33 19 0 0 20 0 16 0 105982847 10985164800 191603 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10727700 memory=1812 CPUtime=0.04 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 4188 0 0 0 4 0 0 0 20 0 16 0 105982849 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17750] ppid=17739 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17750/stat : 17750 (java) S 17739 17742 13514 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 105982849 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201453958432 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17751] ppid=17739 vsize=10727700 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17751/stat : 17751 (java) S 17739 17742 13514 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 105982849 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201452906096 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17752] ppid=17739 vsize=10727700 memory=804 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17752/stat : 17752 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105982852 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201451854416 140202419218331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17753] ppid=17739 vsize=10727700 memory=1696 CPUtime=1.22 cores=1,3,5,7
/proc/17742/task/17753/stat : 17753 (java) S 17739 17742 13514 0 -1 1077944384 6056 0 0 0 122 0 0 0 20 0 16 0 105982852 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201450801264 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17754] ppid=17739 vsize=10727700 memory=916 CPUtime=1.02 cores=1,3,5,7
/proc/17742/task/17754/stat : 17754 (java) S 17739 17742 13514 0 -1 1077944384 4836 0 0 0 101 1 0 0 20 0 16 0 105982852 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201449748464 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17755] ppid=17739 vsize=10727700 memory=3852 CPUtime=0.47 cores=1,3,5,7
/proc/17742/task/17755/stat : 17755 (java) S 17739 17742 13514 0 -1 1077944384 2879 0 0 0 46 1 0 0 20 0 16 0 105982852 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201448696176 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17756] ppid=17739 vsize=10727700 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17756/stat : 17756 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105982852 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201447643616 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17757] ppid=17739 vsize=10727700 memory=1020 CPUtime=0.14 cores=1,3,5,7
/proc/17742/task/17757/stat : 17757 (java) S 17739 17742 13514 0 -1 1077944384 388 0 0 0 7 7 0 0 20 0 16 0 105982852 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201446591408 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17758] ppid=17739 vsize=10727700 memory=5456 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17758/stat : 17758 (java) S 17739 17742 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105982918 10985164800 191603 33554432000 4194304 4196468 140724641102640 140201443439792 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 766412 KiB

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

[startup+247.817 s]
# the end of solver process 17742 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.188 s, system=0.910265 s

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

[startup+247.801 s]
/proc/loadavg: 1.91 1.99 2.27 3/218 17848
/proc/meminfo: memFree=27507924/32770624 swapFree=67108860/67108860
[pid=17742] ppid=17739 vsize=10927392 memory=766656 CPUtime=252.08 cores=1,3,5,7
/proc/17742/stat : 17742 (java) S 17739 17742 13514 0 -1 1077944320 38290 0 0 0 25118 90 0 0 20 0 17 0 105982846 11189649408 191664 33554432000 4194304 4196468 140724641102640 140724641085184 140202419199735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
/proc/17742/statm: 2731848 191664 3184 1 0 2694339 0
[pid=17742/tid=17744] ppid=17739 vsize=10927392 memory=14572 CPUtime=247.01 cores=1,3,5,7
/proc/17742/task/17744/stat : 17744 (java) S 17739 17742 13514 0 -1 1077944384 10246 0 0 0 24697 4 0 0 20 0 17 0 105982847 11189649408 191664 33554432000 4194304 4196468 140724641102640 140202423442608 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17745] ppid=17739 vsize=10927392 memory=12708 CPUtime=0.52 cores=1,3,5,7
/proc/17742/task/17745/stat : 17745 (java) S 17739 17742 13514 0 -1 1077944384 1116 0 0 0 33 19 0 0 20 0 17 0 105982847 11189649408 191664 33554432000 4194304 4196468 140724641102640 140202371819920 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17746] ppid=17739 vsize=10927392 memory=16868 CPUtime=0.52 cores=1,3,5,7
/proc/17742/task/17746/stat : 17746 (java) S 17739 17742 13514 0 -1 1077944384 2446 0 0 0 34 18 0 0 20 0 17 0 105982847 11189649408 191664 33554432000 4194304 4196468 140724641102640 140202370767120 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17747] ppid=17739 vsize=10927392 memory=2324 CPUtime=0.52 cores=1,3,5,7
/proc/17742/task/17747/stat : 17747 (java) S 17739 17742 13514 0 -1 1077944384 1890 0 0 0 34 18 0 0 20 0 17 0 105982847 11189649408 191664 33554432000 4194304 4196468 140724641102640 140202369714832 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17748] ppid=17739 vsize=10927392 memory=1584 CPUtime=0.52 cores=1,3,5,7
/proc/17742/task/17748/stat : 17748 (java) S 17739 17742 13514 0 -1 1077944384 1510 0 0 0 33 19 0 0 20 0 17 0 105982847 11189649408 191664 33554432000 4194304 4196468 140724641102640 140202368662032 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17749] ppid=17739 vsize=10927392 memory=496 CPUtime=0.04 cores=1,3,5,7
/proc/17742/task/17749/stat : 17749 (java) S 17739 17742 13514 0 -1 1077944384 4188 0 0 0 4 0 0 0 20 0 17 0 105982849 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201455012464 140202419210882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17750] ppid=17739 vsize=10927392 memory=928 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17750/stat : 17750 (java) S 17739 17742 13514 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 105982849 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201453958432 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17751] ppid=17739 vsize=10927392 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17751/stat : 17751 (java) S 17739 17742 13514 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 105982849 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201452906096 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17752] ppid=17739 vsize=10927392 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17752/stat : 17752 (java) S 17739 17742 13514 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 17 0 105982852 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201451854416 140202419218331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17753] ppid=17739 vsize=10927392 memory=2708 CPUtime=1.22 cores=1,3,5,7
/proc/17742/task/17753/stat : 17753 (java) S 17739 17742 13514 0 -1 1077944384 6183 0 0 0 122 0 0 0 20 0 17 0 105982852 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201450801264 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17754] ppid=17739 vsize=10927392 memory=4104 CPUtime=1.02 cores=1,3,5,7
/proc/17742/task/17754/stat : 17754 (java) S 17739 17742 13514 0 -1 1077944384 5013 0 0 0 101 1 0 0 20 0 17 0 105982852 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201449748464 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17755] ppid=17739 vsize=10927392 memory=1408 CPUtime=0.47 cores=1,3,5,7
/proc/17742/task/17755/stat : 17755 (java) S 17739 17742 13514 0 -1 1077944384 3320 0 0 0 46 1 0 0 20 0 17 0 105982852 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201448696176 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17756] ppid=17739 vsize=10927392 memory=3204 CPUtime=0 cores=1,3,5,7
/proc/17742/task/17756/stat : 17756 (java) S 17739 17742 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105982852 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201447643616 140202419209941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
[pid=17742/tid=17757] ppid=17739 vsize=10927392 memory=766412 CPUtime=0.14 cores=1,3,5,7
/proc/17742/task/17757/stat : 17757 (java) S 17739 17742 13514 0 -1 1077944384 388 0 0 0 7 7 0 0 20 0 17 0 105982852 11189649408 191664 33554432000 4194304 4196468 140724641102640 140201446591408 140202419210882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25116672 140724641109110 140724641109262 140724641109262 140724641112015 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 766656 KiB

Child status: 143
Real time (s): 247.817
CPU time (s): 252.098
CPU user time (s): 251.188
CPU system time (s): 0.910265
CPU usage (%): 101.728
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 766656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.188
system time used= 0.910265
maximum resident set size= 767548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7698
involuntary context switches= 185


# summary of solver processes directly reported to runsolver:
#   pid: 17742
#   total CPU time (s): 252.098
#   total CPU user time (s): 251.188
#   total CPU system time (s): 0.910265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48273 second user time and 2.52755 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:09:57
IDJOB=4301748
IDBENCH=141319
IDSOLVER=2773
FILE ID=node136/4301748-1532884197
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60184 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18b_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301748-1532884197/watcher-4301748-1532884197 -o /tmp/evaluation-result-4301748-1532884197/solver-4301748-1532884197 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301748-1532884197.xml

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

MD5SUM BENCH= cfb25615b49033917f7fa13487cdd88c
RANDOM SEED=450706887

node136.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:        23269516 kB
MemAvailable:   26613972 kB
Buffers:          213708 kB
Cached:          3401420 kB
SwapCached:            0 kB
Active:          7062924 kB
Inactive:        1952348 kB
Active(anon):    5351460 kB
Inactive(anon):    76480 kB
Active(file):    1711464 kB
Inactive(file):  1875868 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:       5415360 kB
Mapped:            46748 kB
Shmem:             25228 kB
Slab:             174464 kB
SReclaimable:     145920 kB
SUnreclaim:        28544 kB
KernelStack:        3840 kB
PageTables:        16016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6657076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5140480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 19:14:05