Trace number 4289908

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)1045 2400.09 2392.03

General information on the benchmark

NameNurseRostering/
NurseRostering-02_c18.xml
MD5SUM87663e99bef5ddcf16b35e20b5ad163d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1025
Best CPU time to get the best result obtained on this benchmark2520.04
Satisfiable
(Un)Satisfiability was proved
Number of variables412
Number of constraints945
Number of domains11
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":18},{"size":2,"count":90},{"size":3,"count":196},{"size":15,"count":108}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":188},{"degree":3,"count":28},{"degree":10,"count":3},{"degree":11,"count":13},{"degree":12,"count":10},{"degree":13,"count":5},{"degree":14,"count":13},{"degree":15,"count":21},{"degree":16,"count":25},{"degree":17,"count":23},{"degree":18,"count":31},{"degree":19,"count":24},{"degree":20,"count":20},{"degree":21,"count":8}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":480},{"arity":3,"count":254},{"arity":6,"count":126},{"arity":14,"count":1},{"arity":15,"count":84}]
Number of extensional constraints224
Number of intensional constraints138
Distribution of constraint types[{"type":"extension","count":224},{"type":"intension","count":138},{"type":"regular","count":344},{"type":"sum","count":28},{"type":"count","count":210},{"type":"instantiation","count":1}]
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

2.42/0.93	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.42/0.93	c This is free software under the dual EPL/GNU LGPL licenses.
2.42/0.93	c See www.sat4j.org for details.
2.42/0.93	c That software uses the Rhino library from the Mozilla project.
2.42/0.93	c version 2.3.6-SNAPSHOT
2.42/0.93	c java.runtime.name	Java(TM) SE Runtime Environment
2.42/0.93	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.42/0.93	c java.vm.version	25.131-b11
2.42/0.93	c java.vm.vendor	Oracle Corporation
2.42/0.93	c sun.arch.data.model	64
2.42/0.93	c java.version		1.8.0_131
2.42/0.93	c os.name		Linux
2.42/0.93	c os.version		3.10.0-514.16.1.el7.x86_64
2.42/0.93	c os.arch		amd64
2.42/0.93	c Free memory 		499604488
2.42/0.93	c Max memory 		7247757312
2.42/0.93	c Total memory 		504889344
2.42/0.93	c Number of processors 	4
2.42/0.93	c c --- Begin Solver configuration ---
2.42/0.93	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.42/0.93	c Learn all clauses as in MiniSAT
2.42/0.93	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.42/0.93	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.42/0.93	c No reason simplification
2.42/0.93	c Glucose 2.1 dynamic restart strategy
2.42/0.93	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
2.42/0.93	c timeout=2147483s
2.42/0.93	c DB Simplification allowed=false
2.42/0.93	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.42/0.93	c --- End Solver configuration ---
2.42/0.93	c constraints type 
2.42/0.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 788
2.42/0.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50398
2.42/0.93	c org.sat4j.minisat.constraints.cnf.UnitClauses => 18
2.42/0.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51992
2.42/0.93	c org.sat4j.specs.Constr$1 => 9643
2.42/0.93	c org.sat4j.minisat.constraints.cnf.UnitClause => 6963
2.42/0.93	c 119802 constraints processed.
6.88/3.25	o 3967
8.00/4.10	o 3188
9.06/4.70	o 3179
9.88/5.44	o 3075
10.15/5.60	o 2979
11.98/7.41	o 2976
13.62/9.07	o 2881
13.73/9.17	o 2166
14.16/9.53	o 2165
14.57/9.81	o 2075
15.18/10.44	o 2072
15.58/10.81	o 2071
15.68/10.94	o 2064
16.11/11.38	o 2063
19.52/14.72	o 2062
19.63/14.86	o 2061
19.73/14.94	o 2060
20.03/15.27	o 1972
20.13/15.35	o 1957
20.23/15.41	o 1857
20.73/15.91	o 1781
20.73/15.96	o 1763
20.94/16.14	o 1762
20.94/16.19	o 1755
21.03/16.25	o 1754
24.03/19.26	o 1753
24.65/19.86	o 1663
25.25/20.40	o 1662
25.98/21.14	o 1571
26.27/21.40	o 1570
28.47/23.67	o 1569
29.27/24.49	o 1568
29.37/24.56	o 1552
31.28/26.41	o 1486
31.28/26.48	o 1446
33.59/28.78	o 1382
33.69/28.85	o 1358
34.09/29.24	o 1261
36.79/31.94	o 1260
37.00/32.12	o 1259
52.25/47.38	o 1179
54.85/49.91	o 1157
101.17/96.25	o 1156
103.88/98.93	o 1155
110.18/105.25	o 1154
132.89/127.98	o 1076
148.97/143.96	o 1064
213.71/208.66	o 1062
651.88/646.04	o 1061
707.64/701.66	o 1052
815.94/809.79	o 1051
908.42/902.09	o 1050
973.62/967.14	o 1048
1366.63/1359.76	o 1047
1861.62/1853.96	o 1046
2026.94/2019.08	o 1045
2400.07/2392.00	c starts		: 39638
2400.07/2392.00	c conflicts		: 6815023
2400.07/2392.00	c decisions		: 12088772
2400.07/2392.00	c propagations		: 5656117894
2400.07/2392.00	c inspects		: 30530674409
2400.07/2392.00	c shortcuts		: 0
2400.07/2392.00	c learnt literals	: 245
2400.07/2392.00	c learnt binary clauses	: 2888
2400.07/2392.00	c learnt ternary clauses	: 6151
2400.07/2392.00	c learnt constraints	: 6814778
2400.07/2392.00	c ignored constraints	: 0
2400.07/2392.00	c root simplifications	: 0
2400.07/2392.00	c removed literals (reason simplification)	: 0
2400.07/2392.00	c reason swapping (by a shorter reason)	: 0
2400.07/2392.00	c Calls to reduceDB	: 341
2400.07/2392.00	c Number of update (reduction) of LBD	: 2775872
2400.07/2392.00	c Imported unit clauses	: 0
2400.07/2392.00	c number of reductions to clauses (during analyze)	: 0
2400.07/2392.00	c number of learned constraints concerned by reduction	: 0
2400.07/2392.00	c number of learning phase by resolution	: 0
2400.07/2392.00	c number of learning phase by cutting planes	: 0
2400.07/2392.00	c number of rounding to 1 operations	: 0
2400.07/2392.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.07/2392.00	c number of reductions of the coefficients by power 2 	: 0
2400.07/2392.00	c number of right shift for reduction by power 2 	: 0
2400.07/2392.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.07/2392.00	c number of ending skipping 	: 0
2400.07/2392.00	c number of internal skipping 	: 0
2400.07/2392.00	c number of derivation steps 	: 0
2400.07/2392.00	c number of skipped derivation steps 	: 0
2400.07/2392.00	c number of remaining unassigned 	: 0
2400.07/2392.00	c number of remaining assigned 	: 0
2400.07/2392.00	c speed (assignments/second)	: 2365532.3252706444
2400.07/2392.00	c non guided choices	: 298587
2400.07/2392.00	s SATISFIABLE
2400.07/2392.01	v <instantiation type="solution">
2400.07/2392.01	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] ps[0][0] ps[0][1] ps[0][2] ps[1][0] ps[1][1] ps[1][2] ps[2][0] ps[2][1] ps[2][2] ps[3][0] ps[3][1] ps[3][2] ps[4][0] ps[4][1] ps[4][2] ps[5][0] ps[5][1] ps[5][2] ps[6][0] ps[6][1] ps[6][2] ps[7][0] ps[7][1] ps[7][2] ps[8][0] ps[8][1] ps[8][2] ps[9][0] ps[9][1] ps[9][2] ps[10][0] ps[10][1] ps[10][2] ps[11][0] ps[11][1] ps[11][2] ps[12][0] ps[12][1] ps[12][2] ps[13][0] ps[13][1] ps[13][2] ds[0][0] ds[0][1] ds[0][2] ds[1][0] ds[1][1] ds[1][2] ds[2][0] ds[2][1] ds[2][2] ds[3][0] ds[3][1] ds[3][2] ds[4][0] ds[4][1] ds[4][2] ds[5][0] ds[5][1] ds[5][2] ds[6][0] ds[6][1] ds[6][2] ds[7][0] ds[7][1] ds[7][2] ds[8][0] ds[8][1] ds[8][2] ds[9][0] ds[9][1] ds[9][2] ds[10][0] ds[10][1] ds[10][2] ds[11][0] ds[11][1] ds[11][2] ds[12][0] ds[12][1] ds[12][2] ds[13][0] ds[13][1] ds[13][2] wk[0][0] wk[0][1] wk[1][0] wk[1][1] wk[2][0] wk[2][1] wk[3][0] wk[3][1] wk[4][0] wk[4][1] wk[5][0] wk[5][1] wk[6][0] wk[6][1] wk[7][0] wk[7][1] wk[8][0] wk[8][1] wk[9][0] wk[9][1] wk[10][0] wk[10][1] wk[11][0] wk[11][1] wk[12][0] wk[12][1] wk[13][0] wk[13][1] cn[0] cn[1] cn[2] cn[3] cn[4] cn[5] cn[6] cn[7] cn[8] cn[9] cn[10] cn[11] cn[12] cn[13] cn[14] cn[15] cn[16] cn[17] cn[18] cn[19] cn[20] cn[21] cn[22] cn[23] cn[24] cn[25] cn[26] cn[27] cn[28] cn[29] cn[30] cn[31] cn[32] cn[33] cn[34] cn[35] cn[36] cn[37] cn[38] cn[39] cn[40] cn[41] cn[42] cn[43] cn[44] cn[45] cn[46] cn[47] cn[48] cn[49] cf[0] cf[1] cf[2] cf[3] cf[4] cf[5] cf[6] cf[7] cf[8] cf[9] cf[10] cf[11] cc[0][0] cc[0][1] cc[0][2] cc[1][0] cc[1][1] cc[1][2] cc[2][0] cc[2][1] cc[2][2] cc[3][0] cc[3][1] cc[3][2] cc[4][0] cc[4][1] cc[4][2] cc[5][0] cc[5][1] cc[5][2] cc[6][0] cc[6][1] cc[6][2] cc[7][0] cc[7][1] cc[7][2] cc[8][0] cc[8][1] cc[8][2] cc[9][0] cc[9][1] cc[9][2] cc[10][0] cc[10][1] cc[10][2] cc[11][0] cc[11][1] cc[11][2] cc[12][0] cc[12][1] cc[12][2] cc[13][0] cc[13][1] cc[13][2] </list>
2400.07/2392.01	v 	<values> 1 2 0 0 2 1 0 0 2 1 1 2 2 2 1 2 0 0 2 1 0 0 2 1 2 2 2 2 1 0 2 0 1 1 1 1 0 1 2 2 2 2 2 0 2 0 1 2 1 2 0 1 1 2 0 0 2 0 0 2 1 2 1 2 0 1 2 2 1 2 1 1 0 2 2 0 2 0 1 2 2 2 1 2 1 2 0 0 2 0 2 0 1 2 1 2 1 2 1 2 2 0 1 0 2 0 2 2 2 2 2 2 1 0 2 0 1 0 2 0 2 2 1 2 2 1 1 0 0 0 1 1 2 1 0 2 2 2 2 2 2 0 0 0 2 2 1 2 1 0 2 1 2 2 2 2 0 2 2 2 1 2 1 0 2 1 2 2 2 2 2 2 1 2 1 2 2 0 2 1 2 0 2 2 2 2 1 2 1 2 2 1 2 1 2 0 0 8 6 6 1 7 8 0 6 9 0 5 0 8 6 4 4 6 2 7 5 6 2 6 4 4 6 3 6 5 0 4 10 0 4 10 1 3 10 3 1 10 4 4 6 4 3 7 3 6 5 5 4 5 3 4 7 3 4 7 4 4 6 3 2 9 4 4 6 4 4 6 4 3 7 2 3 9 2 3 9 1 4 9 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 3 3 3 3 3 2 3 1 0 1 1 1 0 0 0 0 1 0 0 0 1 2 2 2 3 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 100 0 100 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 0 0 200 100 0 </values>
2400.07/2392.01	v </instantiation>
2400.07/2392.01	

Verifier Data

OK	1045

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289908-1532210246/watcher-4289908-1532210246 -o /tmp/evaluation-result-4289908-1532210246/solver-4289908-1532210246 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289908-1532210246.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
Current StackSize limit: 8192 KiB

solver pid=27285, runsolver pid=27282

[startup+0.100738 s]*
/proc/loadavg: 4.41 3.96 2.58 3/217 27300
/proc/meminfo: memFree=21667624/32770624 swapFree=67108860/67108860
[pid=27285] ppid=27282 vsize=10659012 memory=30672 CPUtime=0.13 cores=0,2,4,6
/proc/27285/stat : 27285 (java) S 27282 27285 24904 0 -1 1077944320 6737 0 0 0 11 2 0 0 20 0 15 0 38587788 10914828288 7668 33554432000 4194304 4196468 140723293210144 140723293192688 140424009015031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
/proc/27285/statm: 2664753 7668 2826 1 0 2627263 0
[pid=27285/tid=27287] ppid=27282 vsize=10659012 memory=-8773748148829982333 CPUtime=0.09 cores=0,2,4,6
/proc/27285/task/27287/stat : 27287 (java) R 27282 27285 24904 0 -1 4202560 4573 0 0 0 8 1 0 0 20 0 15 0 38587788 10914828288 7668 33554432000 4194304 4196468 140723293210144 140424013238064 140424009026966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27288] ppid=27282 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27288/stat : 27288 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587789 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423961635344 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27289] ppid=27282 vsize=10659012 memory=140391441909376 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27289/stat : 27289 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587789 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423960582800 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27290] ppid=27282 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27290/stat : 27290 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587789 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423959529744 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27291] ppid=27282 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27291/stat : 27291 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587789 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423958477200 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27292] ppid=27282 vsize=10659012 memory=140391441909376 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587790 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27293] ppid=27282 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27293/stat : 27293 (java) S 27282 27285 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38587791 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423043217056 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27294] ppid=27282 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27294/stat : 27294 (java) S 27282 27285 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38587791 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423042163952 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27295] ppid=27282 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27295/stat : 27295 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38587793 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423041112528 140424009033627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27296] ppid=27282 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27296/stat : 27296 (java) S 27282 27285 24904 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 38587793 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423040059632 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27297] ppid=27282 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27297/stat : 27297 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587793 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423039007088 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27298] ppid=27282 vsize=10659012 memory=140391441909376 CPUtime=0.02 cores=0,2,4,6
/proc/27285/task/27298/stat : 27298 (java) R 27282 27285 24904 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 38587793 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423037954032 140424001252158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27299] ppid=27282 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27299/stat : 27299 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38587793 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423036901728 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27300] ppid=27282 vsize=10659012 memory=140391441909376 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27300/stat : 27300 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587794 10914828288 7668 33554432000 4194304 4196468 140723293210144 140423035849776 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30672 KiB

[startup+0.210538 s]*
/proc/loadavg: 4.41 3.96 2.58 4/217 27300
/proc/meminfo: memFree=21659220/32770624 swapFree=67108860/67108860
[pid=27285] ppid=27282 vsize=10659012 memory=41076 CPUtime=0.32 cores=0,2,4,6
/proc/27285/stat : 27285 (java) S 27282 27285 24904 0 -1 1077944320 7862 0 0 0 30 2 0 0 20 0 15 0 38587788 10914828288 10269 33554432000 4194304 4196468 140723293210144 140723293192688 140424009015031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
/proc/27285/statm: 2664753 10269 2978 1 0 2627263 0
[pid=27285/tid=27287] ppid=27282 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27285/task/27287/stat : 27287 (java) R 27282 27285 24904 0 -1 4202560 5026 0 0 0 18 2 0 0 20 0 15 0 38587788 10914828288 10269 33554432000 4194304 4196468 140723293210144 140424013251312 140423993058661 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27288] ppid=27282 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27288/stat : 27288 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587789 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423961635344 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27289] ppid=27282 vsize=10659012 memory=288370767593621120 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27289/stat : 27289 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587789 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423960582800 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27290] ppid=27282 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27290/stat : 27290 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587789 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423959529744 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27291] ppid=27282 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27291/stat : 27291 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587789 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423958477200 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27292] ppid=27282 vsize=10659012 memory=140391441909376 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587790 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27293] ppid=27282 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27293/stat : 27293 (java) S 27282 27285 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38587791 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423043217056 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27294] ppid=27282 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27294/stat : 27294 (java) S 27282 27285 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38587791 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423042163952 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27295] ppid=27282 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27295/stat : 27295 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38587793 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423041112528 140424009033627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27296] ppid=27282 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27285/task/27296/stat : 27296 (java) S 27282 27285 24904 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 38587793 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423040059632 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27297] ppid=27282 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27285/task/27297/stat : 27297 (java) S 27282 27285 24904 0 -1 1077944384 237 0 0 0 2 0 0 0 20 0 15 0 38587793 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423039007088 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27298] ppid=27282 vsize=10659012 memory=140391441909376 CPUtime=0.07 cores=0,2,4,6
/proc/27285/task/27298/stat : 27298 (java) R 27282 27285 24904 0 -1 4202560 700 0 0 0 7 0 0 0 20 0 15 0 38587793 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423037954032 140423993095518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27299] ppid=27282 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27299/stat : 27299 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38587793 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423036901728 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27300] ppid=27282 vsize=10659012 memory=140391441909376 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27300/stat : 27300 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587794 10914828288 10269 33554432000 4194304 4196468 140723293210144 140423035849776 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41076 KiB

[startup+0.318474 s]*
/proc/loadavg: 4.41 3.96 2.58 6/217 27300
/proc/meminfo: memFree=21650916/32770624 swapFree=67108860/67108860
[pid=27285] ppid=27282 vsize=10659088 memory=47080 CPUtime=0.57 cores=0,2,4,6
/proc/27285/stat : 27285 (java) S 27282 27285 24904 0 -1 1077944320 8884 0 0 0 54 3 0 0 20 0 15 0 38587788 10914906112 11770 33554432000 4194304 4196468 140723293210144 140723293192688 140424009015031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
/proc/27285/statm: 2664772 11770 3063 1 0 2627263 0
[pid=27285/tid=27287] ppid=27282 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/27285/task/27287/stat : 27287 (java) R 27282 27285 24904 0 -1 4202560 5602 0 0 0 28 2 0 0 20 0 15 0 38587788 10914906112 11770 33554432000 4194304 4196468 140723293210144 140424013254048 140423637074320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27288] ppid=27282 vsize=10659088 memory=4294979967 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27288/stat : 27288 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587789 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423961635344 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27289] ppid=27282 vsize=10659088 memory=288370767593621120 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27289/stat : 27289 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587789 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423960582800 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27290] ppid=27282 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27290/stat : 27290 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587789 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423959529744 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27291] ppid=27282 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27291/stat : 27291 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587789 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423958477200 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27292] ppid=27282 vsize=10659088 memory=140391441909376 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38587790 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27293] ppid=27282 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27293/stat : 27293 (java) S 27282 27285 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38587791 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423043217056 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27294] ppid=27282 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27294/stat : 27294 (java) S 27282 27285 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38587791 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423042163952 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27295] ppid=27282 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27295/stat : 27295 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38587793 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423041112528 140424009033627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27296] ppid=27282 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27285/task/27296/stat : 27296 (java) R 27282 27285 24904 0 -1 4202560 747 0 0 0 4 0 0 0 20 0 15 0 38587793 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423040046176 140423992402477 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27297] ppid=27282 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/27285/task/27297/stat : 27297 (java) R 27282 27285 24904 0 -1 4202560 291 0 0 0 5 0 0 0 20 0 15 0 38587793 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423038997472 140423988262161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27298] ppid=27282 vsize=10659088 memory=140391441909376 CPUtime=0.14 cores=0,2,4,6
/proc/27285/task/27298/stat : 27298 (java) R 27282 27285 24904 0 -1 4202560 873 0 0 0 14 0 0 0 20 0 15 0 38587793 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423037948416 140423993095518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27299] ppid=27282 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27299/stat : 27299 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38587793 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423036901728 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27300] ppid=27282 vsize=10659088 memory=140391441909376 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27300/stat : 27300 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587794 10914906112 11770 33554432000 4194304 4196468 140723293210144 140423035849776 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47080 KiB

[startup+0.701432 s]
/proc/loadavg: 4.41 3.96 2.58 3/217 27300
/proc/meminfo: memFree=21629676/32770624 swapFree=67108860/67108860
[pid=27285] ppid=27282 vsize=10661136 memory=107600 CPUtime=1.73 cores=0,2,4,6
/proc/27285/stat : 27285 (java) S 27282 27285 24904 0 -1 1077944320 12336 0 0 0 168 5 0 0 20 0 15 0 38587788 10917003264 26900 33554432000 4194304 4196468 140723293210144 140723293192688 140424009015031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
/proc/27285/statm: 2665284 26900 3106 1 0 2627775 0
[pid=27285/tid=27287] ppid=27282 vsize=10661136 memory=8504 CPUtime=0.66 cores=0,2,4,6
/proc/27285/task/27287/stat : 27287 (java) R 27282 27285 24904 0 -1 4202560 6147 0 0 0 63 3 0 0 20 0 15 0 38587788 10917003264 26900 33554432000 4194304 4196468 140723293210144 140424013249232 140423638407612 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27288] ppid=27282 vsize=10661136 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27288/stat : 27288 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587789 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423961635344 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27289] ppid=27282 vsize=10661136 memory=644 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27289/stat : 27289 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587789 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423960582800 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27290] ppid=27282 vsize=10661136 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27290/stat : 27290 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587789 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423959529744 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27291] ppid=27282 vsize=10661136 memory=952 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27291/stat : 27291 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38587789 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423958477200 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27292] ppid=27282 vsize=10661136 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38587790 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27293] ppid=27282 vsize=10661136 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27293/stat : 27293 (java) S 27282 27285 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38587791 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423043217056 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27294] ppid=27282 vsize=10661136 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27294/stat : 27294 (java) S 27282 27285 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38587791 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423042163952 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27295] ppid=27282 vsize=10661136 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27295/stat : 27295 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38587793 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423041112528 140424009033627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27296] ppid=27282 vsize=10661136 memory=7013340940837610608 CPUtime=0.31 cores=0,2,4,6
/proc/27285/task/27296/stat : 27296 (java) R 27282 27285 24904 0 -1 4202560 1593 0 0 0 31 0 0 0 20 0 15 0 38587793 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423040059760 140423992399833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27297] ppid=27282 vsize=10661136 memory=6293050847276651881 CPUtime=0.32 cores=0,2,4,6
/proc/27285/task/27297/stat : 27297 (java) R 27282 27285 24904 0 -1 4202560 1336 0 0 0 32 0 0 0 20 0 15 0 38587793 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423038993520 140423990560253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27298] ppid=27282 vsize=10661136 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/27285/task/27298/stat : 27298 (java) S 27282 27285 24904 0 -1 1077944384 1889 0 0 0 40 0 0 0 20 0 15 0 38587793 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423037954032 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27299] ppid=27282 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27299/stat : 27299 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38587793 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423036901728 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27300] ppid=27282 vsize=10661136 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27300/stat : 27300 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38587794 10917003264 26900 33554432000 4194304 4196468 140723293210144 140423035849776 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 107600 KiB

[startup+1.50083 s]
/proc/loadavg: 4.41 3.96 2.58 5/218 27301
/proc/meminfo: memFree=21524692/32770624 swapFree=67108860/67108860
[pid=27285] ppid=27282 vsize=10727700 memory=176640 CPUtime=4.17 cores=0,2,4,6
/proc/27285/stat : 27285 (java) S 27282 27285 24904 0 -1 1077944320 18249 0 0 0 411 6 0 0 20 0 16 0 38587788 10985164800 44160 33554432000 4194304 4196468 140723293210144 140723293192688 140424009015031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
/proc/27285/statm: 2681925 44160 3125 1 0 2644416 0
[pid=27285/tid=27287] ppid=27282 vsize=10727700 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/27285/task/27287/stat : 27287 (java) R 27282 27285 24904 0 -1 4202560 6716 0 0 0 141 4 0 0 20 0 16 0 38587788 10985164800 44160 33554432000 4194304 4196468 140723293210144 140424013251568 140423642670367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27288] ppid=27282 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27288/stat : 27288 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38587789 10985164800 44160 33554432000 4194304 4196468 140723293210144 140423961635344 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27289] ppid=27282 vsize=10727700 memory=-2247047206207641111 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27289/stat : 27289 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38587789 10985164800 44160 33554432000 4194304 4196468 140723293210144 140423960582800 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27290] ppid=27282 vsize=10727700 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27290/stat : 27290 (java) S 27282 27285 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38587789 10985164800 44160 33554432000 4194304 4196468 140723293210144 140423959529744 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27291] ppid=27282 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27291/stat : 27291 (java) S 27282 27285 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38587789 10985164800 44160 33554432000 4194304 4196468 140723293210144 140423958477200 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27292] ppid=27282 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38587790 10985164800 44160 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0

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

/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 10540 0 0 0 7 3 0 0 20 0 16 0 38587790 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27293] ppid=27282 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27293/stat : 27293 (java) S 27282 27285 24904 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 38587791 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423043217056 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27294] ppid=27282 vsize=10727700 memory=528540 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27294/stat : 27294 (java) S 27282 27285 24904 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38587791 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423042163952 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27295] ppid=27282 vsize=10727700 memory=528540 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27295/stat : 27295 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38587793 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423041112528 140424009033627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27296] ppid=27282 vsize=10727700 memory=528540 CPUtime=2.34 cores=0,2,4,6
/proc/27285/task/27296/stat : 27296 (java) S 27282 27285 24904 0 -1 1077944384 11138 0 0 0 232 2 0 0 20 0 16 0 38587793 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423040059632 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27297] ppid=27282 vsize=10727700 memory=1296 CPUtime=1.88 cores=0,2,4,6
/proc/27285/task/27297/stat : 27297 (java) S 27282 27285 24904 0 -1 1077944384 7812 0 0 0 187 1 0 0 20 0 16 0 38587793 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423039007088 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27298] ppid=27282 vsize=10727700 memory=2412 CPUtime=0.66 cores=0,2,4,6
/proc/27285/task/27298/stat : 27298 (java) S 27282 27285 24904 0 -1 1077944384 5630 0 0 0 65 1 0 0 20 0 16 0 38587793 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423037954032 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27299] ppid=27282 vsize=10727700 memory=528540 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27299/stat : 27299 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38587793 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423036901728 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27300] ppid=27282 vsize=10727700 memory=528540 CPUtime=1.25 cores=0,2,4,6
/proc/27285/task/27300/stat : 27300 (java) S 27282 27285 24904 0 -1 1077944384 1474 0 0 0 62 63 0 0 20 0 16 0 38587794 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423035849776 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27301] ppid=27282 vsize=10727700 memory=528540 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27301/stat : 27301 (java) S 27282 27285 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38587883 10985164800 132135 33554432000 4194304 4196468 140723293210144 140423032698416 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
Current children cumulated CPU time: 2330.46 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 528540 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/217 27478
/proc/meminfo: memFree=22457212/32770624 swapFree=67108860/67108860
[pid=27285] ppid=27282 vsize=10727700 memory=521360 CPUtime=2390.52 cores=0,2,4,6
/proc/27285/stat : 27285 (java) S 27282 27285 24904 0 -1 1077944320 89474 0 0 0 238931 121 0 0 20 0 16 0 38587788 10985164800 130340 33554432000 4194304 4196468 140723293210144 140723293192688 140424009015031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
/proc/27285/statm: 2681925 130340 3183 1 0 2644416 0
[pid=27285/tid=27287] ppid=27282 vsize=10727700 memory=521360 CPUtime=2381.46 cores=0,2,4,6
/proc/27285/task/27287/stat : 27287 (java) R 27282 27285 24904 0 -1 4202560 26099 0 0 0 238140 6 0 0 20 0 16 0 38587788 10985164800 130340 33554432000 4194304 4196468 140723293210144 140424013253984 140423642670512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27288] ppid=27282 vsize=10727700 memory=521360 CPUtime=0.68 cores=0,2,4,6
/proc/27285/task/27288/stat : 27288 (java) S 27282 27285 24904 0 -1 1077944384 6868 0 0 0 54 14 0 0 20 0 16 0 38587789 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423961635344 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27289] ppid=27282 vsize=10727700 memory=521360 CPUtime=0.69 cores=0,2,4,6
/proc/27285/task/27289/stat : 27289 (java) S 27282 27285 24904 0 -1 1077944384 7755 0 0 0 54 15 0 0 20 0 16 0 38587789 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423960582800 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27290] ppid=27282 vsize=10727700 memory=521360 CPUtime=0.66 cores=0,2,4,6
/proc/27285/task/27290/stat : 27290 (java) S 27282 27285 24904 0 -1 1077944384 5914 0 0 0 52 14 0 0 20 0 16 0 38587789 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423959529744 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27291] ppid=27282 vsize=10727700 memory=4140 CPUtime=0.69 cores=0,2,4,6
/proc/27285/task/27291/stat : 27291 (java) S 27282 27285 24904 0 -1 1077944384 4593 0 0 0 56 13 0 0 20 0 16 0 38587789 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423958477200 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27292] ppid=27282 vsize=10727700 memory=13852 CPUtime=0.1 cores=0,2,4,6
/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 10720 0 0 0 7 3 0 0 20 0 16 0 38587790 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27293] ppid=27282 vsize=10727700 memory=521360 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27293/stat : 27293 (java) S 27282 27285 24904 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 38587791 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423043217056 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27294] ppid=27282 vsize=10727700 memory=521360 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27294/stat : 27294 (java) S 27282 27285 24904 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38587791 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423042163952 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27295] ppid=27282 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27295/stat : 27295 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423041112528 140424009033627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27296] ppid=27282 vsize=10727700 memory=13852 CPUtime=2.34 cores=0,2,4,6
/proc/27285/task/27296/stat : 27296 (java) S 27282 27285 24904 0 -1 1077944384 11141 0 0 0 232 2 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423040059632 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27297] ppid=27282 vsize=10727700 memory=521360 CPUtime=1.88 cores=0,2,4,6
/proc/27285/task/27297/stat : 27297 (java) S 27282 27285 24904 0 -1 1077944384 7814 0 0 0 187 1 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423039007088 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27298] ppid=27282 vsize=10727700 memory=521360 CPUtime=0.66 cores=0,2,4,6
/proc/27285/task/27298/stat : 27298 (java) S 27282 27285 24904 0 -1 1077944384 5632 0 0 0 65 1 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423037954032 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27299] ppid=27282 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27299/stat : 27299 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423036901728 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27300] ppid=27282 vsize=10727700 memory=13852 CPUtime=1.28 cores=0,2,4,6
/proc/27285/task/27300/stat : 27300 (java) S 27282 27285 24904 0 -1 1077944384 1506 0 0 0 64 64 0 0 20 0 16 0 38587794 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423035849776 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27301] ppid=27282 vsize=10727700 memory=521360 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27301/stat : 27301 (java) S 27282 27285 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38587883 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423032698416 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
Current children cumulated CPU time: 2390.52 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 521360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.8 s]
/proc/loadavg: 2.02 2.02 2.05 3/217 27479
/proc/meminfo: memFree=22457088/32770624 swapFree=67108860/67108860
[pid=27285] ppid=27282 vsize=10727700 memory=521360 CPUtime=2400.03 cores=0,2,4,6
/proc/27285/stat : 27285 (java) S 27282 27285 24904 0 -1 1077944320 89550 0 0 0 239881 122 0 0 20 0 16 0 38587788 10985164800 130340 33554432000 4194304 4196468 140723293210144 140723293192688 140424009015031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
/proc/27285/statm: 2681925 130340 3183 1 0 2644416 0
[pid=27285/tid=27287] ppid=27282 vsize=10727700 memory=15872 CPUtime=2390.96 cores=0,2,4,6
/proc/27285/task/27287/stat : 27287 (java) R 27282 27285 24904 0 -1 4202560 26175 0 0 0 239090 6 0 0 20 0 16 0 38587788 10985164800 130340 33554432000 4194304 4196468 140723293210144 140424013253984 140423642804032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27288] ppid=27282 vsize=10727700 memory=4012 CPUtime=0.68 cores=0,2,4,6
/proc/27285/task/27288/stat : 27288 (java) S 27282 27285 24904 0 -1 1077944384 6868 0 0 0 54 14 0 0 20 0 16 0 38587789 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423961635344 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27289] ppid=27282 vsize=10727700 memory=8540 CPUtime=0.69 cores=0,2,4,6
/proc/27285/task/27289/stat : 27289 (java) S 27282 27285 24904 0 -1 1077944384 7755 0 0 0 54 15 0 0 20 0 16 0 38587789 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423960582800 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27290] ppid=27282 vsize=10727700 memory=18484 CPUtime=0.66 cores=0,2,4,6
/proc/27285/task/27290/stat : 27290 (java) S 27282 27285 24904 0 -1 1077944384 5914 0 0 0 52 14 0 0 20 0 16 0 38587789 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423959529744 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27291] ppid=27282 vsize=10727700 memory=644 CPUtime=0.69 cores=0,2,4,6
/proc/27285/task/27291/stat : 27291 (java) S 27282 27285 24904 0 -1 1077944384 4593 0 0 0 56 13 0 0 20 0 16 0 38587789 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423958477200 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27292] ppid=27282 vsize=10727700 memory=1788 CPUtime=0.1 cores=0,2,4,6
/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 10720 0 0 0 7 3 0 0 20 0 16 0 38587790 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27293] ppid=27282 vsize=10727700 memory=952 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27293/stat : 27293 (java) S 27282 27285 24904 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 38587791 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423043217056 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27294] ppid=27282 vsize=10727700 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27294/stat : 27294 (java) S 27282 27285 24904 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38587791 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423042163952 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27295] ppid=27282 vsize=10727700 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27295/stat : 27295 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423041112528 140424009033627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27296] ppid=27282 vsize=10727700 memory=1568 CPUtime=2.34 cores=0,2,4,6
/proc/27285/task/27296/stat : 27296 (java) S 27282 27285 24904 0 -1 1077944384 11141 0 0 0 232 2 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423040059632 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27297] ppid=27282 vsize=10727700 memory=928 CPUtime=1.88 cores=0,2,4,6
/proc/27285/task/27297/stat : 27297 (java) S 27282 27285 24904 0 -1 1077944384 7814 0 0 0 187 1 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423039007088 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27298] ppid=27282 vsize=10727700 memory=2240 CPUtime=0.66 cores=0,2,4,6
/proc/27285/task/27298/stat : 27298 (java) S 27282 27285 24904 0 -1 1077944384 5632 0 0 0 65 1 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423037954032 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27299] ppid=27282 vsize=10727700 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27299/stat : 27299 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38587793 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423036901728 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27300] ppid=27282 vsize=10727700 memory=2200 CPUtime=1.28 cores=0,2,4,6
/proc/27285/task/27300/stat : 27300 (java) S 27282 27285 24904 0 -1 1077944384 1506 0 0 0 64 64 0 0 20 0 16 0 38587794 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423035849776 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27301] ppid=27282 vsize=10727700 memory=7392 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27301/stat : 27301 (java) S 27282 27285 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38587883 10985164800 130340 33554432000 4194304 4196468 140723293210144 140423032698416 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 521360 KiB

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

[startup+2392.03 s]
# the end of solver process 27285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.86 s, system=1.2282 s

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

[startup+2392 s]*
/proc/loadavg: 2.02 2.02 2.05 2/218 27482
/proc/meminfo: memFree=22456948/32770624 swapFree=67108860/67108860
[pid=27285] ppid=27282 vsize=10927392 memory=521524 CPUtime=2400.07 cores=0,2,4,6
/proc/27285/stat : 27285 (java) S 27282 27285 24904 0 -1 1077944320 90038 0 0 0 239885 122 0 0 20 0 17 0 38587788 11189649408 130381 33554432000 4194304 4196468 140723293210144 140723293192688 140424009015031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
/proc/27285/statm: 2731848 130381 3186 1 0 2694339 0
[pid=27285/tid=27287] ppid=27282 vsize=10927392 memory=6791534058613427641 CPUtime=2390.99 cores=0,2,4,6
/proc/27285/task/27287/stat : 27287 (java) S 27282 27285 24904 0 -1 1077944384 26215 0 0 0 239093 6 0 0 20 0 17 0 38587788 11189649408 130381 33554432000 4194304 4196468 140723293210144 140424013257904 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27288] ppid=27282 vsize=10927392 memory=654620 CPUtime=0.68 cores=0,2,4,6
/proc/27285/task/27288/stat : 27288 (java) S 27282 27285 24904 0 -1 1077944384 6868 0 0 0 54 14 0 0 20 0 17 0 38587789 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423961635344 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27289] ppid=27282 vsize=10927392 memory=247463130718536 CPUtime=0.69 cores=0,2,4,6
/proc/27285/task/27289/stat : 27289 (java) S 27282 27285 24904 0 -1 1077944384 7755 0 0 0 54 15 0 0 20 0 17 0 38587789 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423960582800 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27290] ppid=27282 vsize=10927392 memory=149679610267763 CPUtime=0.66 cores=0,2,4,6
/proc/27285/task/27290/stat : 27290 (java) S 27282 27285 24904 0 -1 1077944384 5914 0 0 0 52 14 0 0 20 0 17 0 38587789 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423959529744 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27291] ppid=27282 vsize=10927392 memory=6791534058613427641 CPUtime=0.69 cores=0,2,4,6
/proc/27285/task/27291/stat : 27291 (java) S 27282 27285 24904 0 -1 1077944384 4593 0 0 0 56 13 0 0 20 0 17 0 38587789 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423958477200 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27292] ppid=27282 vsize=10927392 memory=5860421613780692066 CPUtime=0.1 cores=0,2,4,6
/proc/27285/task/27292/stat : 27292 (java) S 27282 27285 24904 0 -1 1077944384 10720 0 0 0 7 3 0 0 20 0 17 0 38587790 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423044270832 140424009026178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27293] ppid=27282 vsize=10927392 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27293/stat : 27293 (java) S 27282 27285 24904 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 38587791 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423043217056 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27294] ppid=27282 vsize=10927392 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27294/stat : 27294 (java) S 27282 27285 24904 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 38587791 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423042163952 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27295] ppid=27282 vsize=10927392 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27295/stat : 27295 (java) S 27282 27285 24904 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 38587793 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423041112528 140424009033627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27296] ppid=27282 vsize=10927392 memory=1196 CPUtime=2.34 cores=0,2,4,6
/proc/27285/task/27296/stat : 27296 (java) S 27282 27285 24904 0 -1 1077944384 11161 0 0 0 232 2 0 0 20 0 17 0 38587793 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423040059632 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27297] ppid=27282 vsize=10927392 memory=5300 CPUtime=1.89 cores=0,2,4,6
/proc/27285/task/27297/stat : 27297 (java) R 27282 27285 24904 0 -1 4202560 7871 0 0 0 188 1 0 0 20 0 17 0 38587793 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423039007088 140423988192464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27298] ppid=27282 vsize=10927392 memory=4616 CPUtime=0.67 cores=0,2,4,6
/proc/27285/task/27298/stat : 27298 (java) R 27282 27285 24904 0 -1 1077944384 5785 0 0 0 66 1 0 0 20 0 17 0 38587793 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423037954032 140424009026178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27299] ppid=27282 vsize=10927392 memory=11960 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27299/stat : 27299 (java) S 27282 27285 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38587793 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423036901728 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27300] ppid=27282 vsize=10927392 memory=1008 CPUtime=1.28 cores=0,2,4,6
/proc/27285/task/27300/stat : 27300 (java) S 27282 27285 24904 0 -1 1077944384 1506 0 0 0 64 64 0 0 20 0 17 0 38587794 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423035849776 140424009026178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27480] ppid=27282 vsize=10927392 memory=792 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27480/stat : 27480 (java) S 27282 27285 24904 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 38826968 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423031644656 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
[pid=27285/tid=27481] ppid=27282 vsize=10927392 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/27285/task/27481/stat : 27481 (java) S 27282 27285 24904 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 38826968 11189649408 130381 33554432000 4194304 4196468 140723293210144 140423030581600 140424009025237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140723293217905 140723293218057 140723293218057 140723293220815 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 521524 KiB

Child status: 143
Real time (s): 2392.03
CPU time (s): 2400.09
CPU user time (s): 2398.86
CPU system time (s): 1.2282
CPU usage (%): 100.337
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 628676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.86
system time used= 1.2282
maximum resident set size= 660008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90163
page faults= 0
swaps= 0
block input operations= 832
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55023
involuntary context switches= 2377


# summary of solver processes directly reported to runsolver:
#   pid: 27285
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2398.86
#   total CPU system time (s): 1.2282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7979 second user time and 21.6252 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-21 23:57:26
IDJOB=4289908
IDBENCH=141059
IDSOLVER=2742
FILE ID=node103/4289908-1532210246
RUNJOBID= node103-1532209718-27131
PBS_JOBID= 21018940
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/NurseRostering/NurseRostering-02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289908-1532210246/watcher-4289908-1532210246 -o /tmp/evaluation-result-4289908-1532210246/solver-4289908-1532210246 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289908-1532210246.xml

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

MD5SUM BENCH= 87663e99bef5ddcf16b35e20b5ad163d
RANDOM SEED=803551480

node103.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.48
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.48
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.48
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.48
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:        21685228 kB
MemAvailable:   30008548 kB
Buffers:          214636 kB
Cached:          8315080 kB
SwapCached:            0 kB
Active:          3251608 kB
Inactive:        7260252 kB
Active(anon):    1985104 kB
Inactive(anon):    16984 kB
Active(file):    1266504 kB
Inactive(file):  7243268 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2428 kB
Writeback:            12 kB
AnonPages:       1989500 kB
Mapped:            46712 kB
Shmem:             17036 kB
Slab:             269660 kB
SReclaimable:     242008 kB
SUnreclaim:        27652 kB
KernelStack:        3552 kB
PageTables:         8548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3850416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1839104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 00:37:18