Trace number 4289871

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 2400.23 2382.41

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 benchmark2400.23
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.39/0.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.39/0.70	c This is free software under the dual EPL/GNU LGPL licenses.
1.39/0.70	c See www.sat4j.org for details.
1.39/0.70	c That software uses the Rhino library from the Mozilla project.
1.39/0.70	c version 2.3.6-SNAPSHOT
1.39/0.70	c java.runtime.name	Java(TM) SE Runtime Environment
1.39/0.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.39/0.70	c java.vm.version	25.131-b11
1.39/0.70	c java.vm.vendor	Oracle Corporation
1.39/0.70	c sun.arch.data.model	64
1.39/0.70	c java.version		1.8.0_131
1.39/0.70	c os.name		Linux
1.39/0.70	c os.version		3.10.0-514.16.1.el7.x86_64
1.39/0.70	c os.arch		amd64
1.39/0.70	c Free memory 		499604488
1.39/0.70	c Max memory 		7247757312
1.39/0.70	c Total memory 		504889344
1.39/0.70	c Number of processors 	4
1.39/0.70	c c --- Begin Solver configuration ---
1.39/0.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.39/0.70	c Learn all clauses as in MiniSAT
1.39/0.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.39/0.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.39/0.70	c No reason simplification
1.39/0.70	c Glucose 2.1 dynamic restart strategy
1.39/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.39/0.70	c timeout=2147483s
1.39/0.70	c DB Simplification allowed=false
1.39/0.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.39/0.70	c --- End Solver configuration ---
1.39/0.70	c constraints type 
1.39/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1.39/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20910
1.39/0.70	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.39/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 319326
1.39/0.70	c org.sat4j.specs.Constr$1 => 2
1.39/0.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 418
1.39/0.70	c 340790 constraints processed.
3.64/1.60	o 141
3.89/1.87	o 137
4.00/1.96	o 117
4.24/2.12	o 113
4.59/2.40	o 110
4.73/2.55	o 107
4.97/2.75	o 105
5.09/2.86	o 104
5.34/3.05	o 103
5.45/3.11	o 101
5.45/3.17	o 96
5.54/3.24	o 95
5.64/3.30	o 93
5.64/3.38	o 90
5.86/3.51	o 89
5.86/3.58	o 88
6.02/3.62	o 86
6.16/3.70	o 81
6.36/3.81	o 80
6.47/3.92	o 79
6.58/4.01	o 74
6.68/4.12	o 72
6.98/4.45	o 71
7.21/4.63	o 70
7.42/4.80	o 67
8.13/5.52	o 63
8.23/5.60	o 61
8.64/6.06	o 59
9.03/6.48	o 58
9.34/6.76	o 56
13.04/10.46	o 54
18.35/15.68	o 53
21.65/18.95	o 52
39.72/36.90	o 51
46.02/43.24	o 49
2400.21/2382.40	c starts		: 18394
2400.21/2382.40	c conflicts		: 3958516
2400.21/2382.40	c decisions		: 11754507
2400.21/2382.40	c propagations		: 2357763964
2400.21/2382.40	c inspects		: 37977853012
2400.21/2382.40	c shortcuts		: 0
2400.21/2382.40	c learnt literals	: 547
2400.21/2382.40	c learnt binary clauses	: 3510
2400.21/2382.40	c learnt ternary clauses	: 4224
2400.21/2382.40	c learnt constraints	: 3957969
2400.21/2382.40	c ignored constraints	: 0
2400.21/2382.40	c root simplifications	: 0
2400.21/2382.40	c removed literals (reason simplification)	: 0
2400.21/2382.40	c reason swapping (by a shorter reason)	: 0
2400.21/2382.40	c Calls to reduceDB	: 105
2400.21/2382.40	c Number of update (reduction) of LBD	: 2621486
2400.21/2382.40	c Imported unit clauses	: 0
2400.21/2382.40	c number of reductions to clauses (during analyze)	: 0
2400.21/2382.40	c number of learned constraints concerned by reduction	: 0
2400.21/2382.40	c number of learning phase by resolution	: 0
2400.21/2382.40	c number of learning phase by cutting planes	: 0
2400.21/2382.40	c number of rounding to 1 operations	: 0
2400.21/2382.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.21/2382.40	c number of reductions of the coefficients by power 2 	: 0
2400.21/2382.40	c number of right shift for reduction by power 2 	: 0
2400.21/2382.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.21/2382.40	c number of ending skipping 	: 0
2400.21/2382.40	c number of internal skipping 	: 0
2400.21/2382.40	c number of derivation steps 	: 0
2400.21/2382.40	c number of skipped derivation steps 	: 0
2400.21/2382.40	c number of remaining unassigned 	: 0
2400.21/2382.40	c number of remaining assigned 	: 0
2400.21/2382.40	c speed (assignments/second)	: 989953.3457726692
2400.21/2382.40	c non guided choices	: 18481
2400.21/2382.40	s SATISFIABLE
2400.21/2382.40	v <instantiation type="solution">
2400.21/2382.40	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>
2400.21/2382.40	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>
2400.21/2382.40	v </instantiation>
2400.21/2382.40	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289871-1532215470/watcher-4289871-1532215470 -o /tmp/evaluation-result-4289871-1532215470/solver-4289871-1532215470 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25960 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289871-1532215470.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=26807, runsolver pid=26804

[startup+0.10065 s]*
/proc/loadavg: 4.93 4.19 3.11 2/220 26822
/proc/meminfo: memFree=22531232/32770624 swapFree=67108860/67108860
[pid=26807] ppid=26804 vsize=10659012 memory=28668 CPUtime=0.13 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 23369 0 -1 1077944320 6749 0 0 0 12 1 0 0 20 0 15 0 39110138 10914828288 7167 33554432000 4194304 4196468 140729621263632 140729621246176 140409157291767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
/proc/26807/statm: 2664753 7167 2842 1 0 2627263 0
[pid=26807/tid=26809] ppid=26804 vsize=10659012 memory=-8197568871503138685 CPUtime=0.09 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 23369 0 -1 4202560 4523 0 0 0 8 1 0 0 20 0 15 0 39110139 10914828288 7167 33554432000 4194304 4196468 140729621263632 140409161514800 140409157303702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26810] ppid=26804 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408764426512 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26811] ppid=26804 vsize=10659012 memory=140524019156608 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39110140 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10659012 memory=140524019156608 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39110141 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26815] ppid=26804 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39110141 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408259577248 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26816] ppid=26804 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39110142 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408258524656 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26817] ppid=26804 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39110144 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408257473232 140409157310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26818] ppid=26804 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 23369 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 39110144 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408256419824 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26819] ppid=26804 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 23369 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 39110144 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408255367280 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26820] ppid=26804 vsize=10659012 memory=140524019156608 CPUtime=0.02 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 23369 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 39110144 10914828288 7167 33554432000 4194304 4196468 140729621263632 140408254314736 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26821] ppid=26804 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39110144 10914828288 7167 33554432000 4194304 4196468 140729621263632 140407810644576 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26822] ppid=26804 vsize=10659012 memory=140524019156608 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110144 10914828288 7167 33554432000 4194304 4196468 140729621263632 140407809592112 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28668 KiB

[startup+0.210787 s]*
/proc/loadavg: 4.93 4.19 3.11 4/220 26822
/proc/meminfo: memFree=22519280/32770624 swapFree=67108860/67108860
[pid=26807] ppid=26804 vsize=10659012 memory=40816 CPUtime=0.33 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 23369 0 -1 1077944320 8317 0 0 0 31 2 0 0 20 0 15 0 39110138 10914828288 10204 33554432000 4194304 4196468 140729621263632 140729621246176 140409157291767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
/proc/26807/statm: 2664753 10204 3006 1 0 2627263 0
[pid=26807/tid=26809] ppid=26804 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 23369 0 -1 4202560 5074 0 0 0 19 1 0 0 20 0 15 0 39110139 10914828288 10204 33554432000 4194304 4196468 140729621263632 140409161527696 140409157303702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26810] ppid=26804 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408764426512 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26811] ppid=26804 vsize=10659012 memory=140524019348978 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39110140 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10659012 memory=140524019156608 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39110141 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26815] ppid=26804 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39110141 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408259577248 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26816] ppid=26804 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39110142 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408258524656 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26817] ppid=26804 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39110144 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408257473232 140409157310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26818] ppid=26804 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 23369 0 -1 1077944384 540 0 0 0 2 0 0 0 20 0 15 0 39110144 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408256419824 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26819] ppid=26804 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 23369 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 15 0 39110144 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408255367280 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26820] ppid=26804 vsize=10659012 memory=140524019156608 CPUtime=0.07 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) R 26804 26807 23369 0 -1 4202560 851 0 0 0 7 0 0 0 20 0 15 0 39110144 10914828288 10204 33554432000 4194304 4196468 140729621263632 140408254314736 140409150388603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26821] ppid=26804 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39110144 10914828288 10204 33554432000 4194304 4196468 140729621263632 140407810644576 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26822] ppid=26804 vsize=10659012 memory=140524019156608 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110144 10914828288 10204 33554432000 4194304 4196468 140729621263632 140407809592112 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40816 KiB

[startup+0.312691 s]*
/proc/loadavg: 4.93 4.19 3.11 3/220 26822
/proc/meminfo: memFree=22511532/32770624 swapFree=67108860/67108860
[pid=26807] ppid=26804 vsize=10659088 memory=46728 CPUtime=0.53 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 23369 0 -1 1077944320 9240 0 0 0 50 3 0 0 20 0 15 0 39110138 10914906112 11682 33554432000 4194304 4196468 140729621263632 140729621246176 140409157291767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
/proc/26807/statm: 2664772 11682 3061 1 0 2627263 0
[pid=26807/tid=26809] ppid=26804 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 23369 0 -1 4202560 5686 0 0 0 28 2 0 0 20 0 15 0 39110139 10914906112 11682 33554432000 4194304 4196468 140729621263632 140409161526016 140409157303702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26810] ppid=26804 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408764426512 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26811] ppid=26804 vsize=10659088 memory=140524019348977 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39110140 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10659088 memory=140524019156608 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39110141 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26815] ppid=26804 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39110141 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408259577248 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26816] ppid=26804 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39110142 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408258524656 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26817] ppid=26804 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39110144 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408257473232 140409157310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26818] ppid=26804 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 23369 0 -1 1077944384 610 0 0 0 4 0 0 0 20 0 15 0 39110144 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408256419824 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26819] ppid=26804 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 23369 0 -1 1077944384 578 0 0 0 4 0 0 0 20 0 15 0 39110144 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408255367280 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26820] ppid=26804 vsize=10659088 memory=140524019156608 CPUtime=0.12 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 23369 0 -1 1077944384 998 0 0 0 12 0 0 0 20 0 15 0 39110144 10914906112 11682 33554432000 4194304 4196468 140729621263632 140408254314736 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26821] ppid=26804 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39110144 10914906112 11682 33554432000 4194304 4196468 140729621263632 140407810644576 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26822] ppid=26804 vsize=10659088 memory=140524019156608 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110144 10914906112 11682 33554432000 4194304 4196468 140729621263632 140407809592112 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46728 KiB

[startup+0.709502 s]
/proc/loadavg: 4.93 4.19 3.11 6/220 26822
/proc/meminfo: memFree=22483612/32770624 swapFree=67108860/67108860
[pid=26807] ppid=26804 vsize=10661136 memory=133264 CPUtime=1.73 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 23369 0 -1 1077944320 12120 0 0 0 167 6 0 0 20 0 15 0 39110138 10917003264 33316 33554432000 4194304 4196468 140729621263632 140729621246176 140409157291767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
/proc/26807/statm: 2665284 33316 3108 1 0 2627775 0
[pid=26807/tid=26809] ppid=26804 vsize=10661136 memory=1728 CPUtime=0.69 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 23369 0 -1 4202560 6150 0 0 0 65 4 0 0 20 0 15 0 39110139 10917003264 33316 33554432000 4194304 4196468 140729621263632 140409161521536 140409157303702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26810] ppid=26804 vsize=10661136 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408764426512 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26811] ppid=26804 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10661136 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110140 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10661136 memory=5524 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39110140 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10661136 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39110141 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26815] ppid=26804 vsize=10661136 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39110141 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408259577248 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26816] ppid=26804 vsize=10661136 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39110142 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408258524656 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26817] ppid=26804 vsize=10661136 memory=7518026621751088994 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39110144 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408257473232 140409157310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26818] ppid=26804 vsize=10661136 memory=6082227202167695463 CPUtime=0.33 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) R 26804 26807 23369 0 -1 4202560 1434 0 0 0 33 0 0 0 20 0 15 0 39110144 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408256401120 140409140702751 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26819] ppid=26804 vsize=10661136 memory=7810487918915055718 CPUtime=0.33 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) R 26804 26807 23369 0 -1 4202560 1306 0 0 0 33 0 0 0 20 0 15 0 39110144 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408255355840 140409141580782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26820] ppid=26804 vsize=10661136 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) R 26804 26807 23369 0 -1 4202560 1860 0 0 0 35 0 0 0 20 0 15 0 39110144 10917003264 33316 33554432000 4194304 4196468 140729621263632 140408254314736 140409150397681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26821] ppid=26804 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39110144 10917003264 33316 33554432000 4194304 4196468 140729621263632 140407810644576 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26822] ppid=26804 vsize=10661136 memory=33 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39110144 10917003264 33316 33554432000 4194304 4196468 140729621263632 140407809592112 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 133264 KiB

[startup+1.50078 s]
/proc/loadavg: 4.93 4.19 3.11 4/221 26823
/proc/meminfo: memFree=22418500/32770624 swapFree=67108860/67108860
[pid=26807] ppid=26804 vsize=10727700 memory=142508 CPUtime=3.39 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 23369 0 -1 1077944320 15646 0 0 0 332 7 0 0 20 0 16 0 39110138 10985164800 35627 33554432000 4194304 4196468 140729621263632 140729621246176 140409157291767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
/proc/26807/statm: 2681925 35627 3120 1 0 2644416 0
[pid=26807/tid=26809] ppid=26804 vsize=10727700 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 23369 0 -1 4202560 6291 0 0 0 144 4 0 0 20 0 16 0 39110139 10985164800 35627 33554432000 4194304 4196468 140729621263632 140409161528280 140408799384882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26810] ppid=26804 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39110140 10985164800 35627 33554432000 4194304 4196468 140729621263632 140408764426512 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26811] ppid=26804 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39110140 10985164800 35627 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39110140 10985164800 35627 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39110140 10985164800 35627 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 39110141 10985164800 35627 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0

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

/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 8290 0 0 0 425 26 0 0 20 0 16 0 39110140 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10727700 memory=466572 CPUtime=4.51 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 8535 0 0 0 426 25 0 0 20 0 16 0 39110140 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10727700 memory=466572 CPUtime=4.48 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 6152 0 0 0 423 25 0 0 20 0 16 0 39110140 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10727700 memory=466572 CPUtime=0.48 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 44167 0 0 0 42 6 0 0 20 0 16 0 39110141 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26815] ppid=26804 vsize=10727700 memory=466572 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 23369 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 39110141 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408259577248 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26816] ppid=26804 vsize=10727700 memory=436832 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 23369 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 39110142 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408258524656 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26817] ppid=26804 vsize=10727700 memory=466572 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39110144 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408257473232 140409157310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26818] ppid=26804 vsize=10727700 memory=466572 CPUtime=1.24 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 23369 0 -1 1077944384 6923 0 0 0 123 1 0 0 20 0 16 0 39110144 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408256419824 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26819] ppid=26804 vsize=10727700 memory=4126316290023845779 CPUtime=1.02 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 23369 0 -1 1077944384 4465 0 0 0 101 1 0 0 20 0 16 0 39110144 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408255367280 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26820] ppid=26804 vsize=10727700 memory=466212 CPUtime=0.49 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 23369 0 -1 1077944384 4072 0 0 0 48 1 0 0 20 0 16 0 39110144 10985164800 116643 33554432000 4194304 4196468 140729621263632 140408254314736 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26821] ppid=26804 vsize=10727700 memory=466212 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39110144 10985164800 116643 33554432000 4194304 4196468 140729621263632 140407810644576 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26822] ppid=26804 vsize=10727700 memory=466212 CPUtime=1.36 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 23369 0 -1 1077944384 1247 0 0 0 70 66 0 0 20 0 16 0 39110144 10985164800 116643 33554432000 4194304 4196468 140729621263632 140407809592112 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26823] ppid=26804 vsize=10727700 memory=466572 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26823/stat : 26823 (java) S 26804 26807 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39110210 10985164800 116643 33554432000 4194304 4196468 140729621263632 140407806440752 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
Current children cumulated CPU time: 2339.76 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 466572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382.2 s]
/proc/loadavg: 2.00 2.70 2.82 3/222 27480
/proc/meminfo: memFree=22799048/32770624 swapFree=67108860/67108860
[pid=26807] ppid=26804 vsize=10727700 memory=417680 CPUtime=2400.08 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 23369 0 -1 1077944320 112985 0 0 0 239833 175 0 0 20 0 16 0 39110138 10985164800 104420 33554432000 4194304 4196468 140729621263632 140729621246176 140409157291767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
/proc/26807/statm: 2681925 104420 3182 1 0 2644416 0
[pid=26807/tid=26809] ppid=26804 vsize=10727700 memory=9400 CPUtime=2376.8 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 23369 0 -1 4202560 18424 0 0 0 237671 9 0 0 20 0 16 0 39110139 10985164800 104420 33554432000 4194304 4196468 140729621263632 140409161530368 140408799385080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26810] ppid=26804 vsize=10727700 memory=6791534058613427641 CPUtime=4.65 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 23369 0 -1 1077944384 8494 0 0 0 439 26 0 0 20 0 16 0 39110140 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408764426512 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26811] ppid=26804 vsize=10727700 memory=1296 CPUtime=4.64 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 8403 0 0 0 438 26 0 0 20 0 16 0 39110140 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10727700 memory=2448 CPUtime=4.64 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 8826 0 0 0 439 25 0 0 20 0 16 0 39110140 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10727700 memory=417680 CPUtime=4.62 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 6189 0 0 0 437 25 0 0 20 0 16 0 39110140 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10727700 memory=1008 CPUtime=0.5 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 44433 0 0 0 44 6 0 0 20 0 16 0 39110141 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26815] ppid=26804 vsize=10727700 memory=11968 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 23369 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 39110141 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408259577248 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26816] ppid=26804 vsize=10727700 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 23369 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 39110142 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408258524656 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26817] ppid=26804 vsize=10727700 memory=8368 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39110144 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408257473232 140409157310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26818] ppid=26804 vsize=10727700 memory=4616 CPUtime=1.24 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 23369 0 -1 1077944384 6925 0 0 0 123 1 0 0 20 0 16 0 39110144 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408256419824 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26819] ppid=26804 vsize=10727700 memory=15868 CPUtime=1.02 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 23369 0 -1 1077944384 4468 0 0 0 101 1 0 0 20 0 16 0 39110144 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408255367280 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26820] ppid=26804 vsize=10727700 memory=4012 CPUtime=0.49 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 23369 0 -1 1077944384 4074 0 0 0 48 1 0 0 20 0 16 0 39110144 10985164800 104420 33554432000 4194304 4196468 140729621263632 140408254314736 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26821] ppid=26804 vsize=10727700 memory=9400 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39110144 10985164800 104420 33554432000 4194304 4196468 140729621263632 140407810644576 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26822] ppid=26804 vsize=10727700 memory=18488 CPUtime=1.39 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 23369 0 -1 1077944384 1278 0 0 0 72 67 0 0 20 0 16 0 39110144 10985164800 104420 33554432000 4194304 4196468 140729621263632 140407809592112 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26823] ppid=26804 vsize=10727700 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26823/stat : 26823 (java) S 26804 26807 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39110210 10985164800 104420 33554432000 4194304 4196468 140729621263632 140407806440752 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 417680 KiB

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

[startup+2382.31 s]
/proc/loadavg: 2.00 2.70 2.82 3/222 27480
/proc/meminfo: memFree=22799048/32770624 swapFree=67108860/67108860
[pid=26807] ppid=26804 vsize=10927392 memory=417824 CPUtime=2400.2 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 23369 0 -1 1077944320 113522 0 0 0 239845 175 0 0 20 0 17 0 39110138 11189649408 104456 33554432000 4194304 4196468 140729621263632 140729621246176 140409157291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
/proc/26807/statm: 2731848 104456 3185 1 0 2694339 0
[pid=26807/tid=26809] ppid=26804 vsize=10927392 memory=417680 CPUtime=2376.9 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) R 26804 26807 23369 0 -1 4202560 18514 0 0 0 237681 9 0 0 20 0 17 0 39110139 11189649408 104456 33554432000 4194304 4196468 140729621263632 140409161528904 140408795248508 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26810] ppid=26804 vsize=10927392 memory=417680 CPUtime=4.65 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 23369 0 -1 1077944384 8494 0 0 0 439 26 0 0 20 0 17 0 39110140 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408764426512 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26811] ppid=26804 vsize=10927392 memory=466576 CPUtime=4.64 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 8403 0 0 0 438 26 0 0 20 0 17 0 39110140 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10927392 memory=421784 CPUtime=4.64 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 8826 0 0 0 439 25 0 0 20 0 17 0 39110140 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10927392 memory=417680 CPUtime=4.62 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 6189 0 0 0 437 25 0 0 20 0 17 0 39110140 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10927392 memory=424856 CPUtime=0.5 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 44433 0 0 0 44 6 0 0 20 0 17 0 39110141 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26815] ppid=26804 vsize=10927392 memory=417680 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 23369 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 39110141 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408259577248 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26816] ppid=26804 vsize=10927392 memory=417680 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 23369 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 39110142 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408258524656 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26817] ppid=26804 vsize=10927392 memory=417680 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 23369 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 39110144 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408257473232 140409157310363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26818] ppid=26804 vsize=10927392 memory=424856 CPUtime=1.25 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) R 26804 26807 23369 0 -1 4202560 6944 0 0 0 124 1 0 0 20 0 17 0 39110144 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408256419824 140409142417689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26819] ppid=26804 vsize=10927392 memory=4132 CPUtime=1.02 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 23369 0 -1 1077944384 4515 0 0 0 101 1 0 0 20 0 17 0 39110144 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408255367280 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26820] ppid=26804 vsize=10927392 memory=417680 CPUtime=0.49 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 23369 0 -1 1077944384 4197 0 0 0 48 1 0 0 20 0 17 0 39110144 11189649408 104456 33554432000 4194304 4196468 140729621263632 140408254314736 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26821] ppid=26804 vsize=10927392 memory=3828 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39110144 11189649408 104456 33554432000 4194304 4196468 140729621263632 140407810644576 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26822] ppid=26804 vsize=10927392 memory=466596 CPUtime=1.39 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 23369 0 -1 1077944384 1278 0 0 0 72 67 0 0 20 0 17 0 39110144 11189649408 104456 33554432000 4194304 4196468 140729621263632 140407809592112 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
Current children cumulated CPU time: 2400.2 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 417824 KiB

[startup+2382.41 s]
# the end of solver process 26807 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.47 s, system=1.76024 s

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

[startup+2382.4 s]
/proc/loadavg: 2.00 2.70 2.82 3/222 27480
/proc/meminfo: memFree=22799048/32770624 swapFree=67108860/67108860
[pid=26807] ppid=26804 vsize=10927392 memory=417848 CPUtime=2400.21 cores=0,2,4,6
/proc/26807/stat : 26807 (java) S 26804 26807 23369 0 -1 1077944320 113590 0 0 0 239846 175 0 0 20 0 17 0 39110138 11189649408 104462 33554432000 4194304 4196468 140729621263632 140729621246176 140409157291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
/proc/26807/statm: 2731848 104462 3185 1 0 2694339 0
[pid=26807/tid=26809] ppid=26804 vsize=10927392 memory=1728 CPUtime=2376.91 cores=0,2,4,6
/proc/26807/task/26809/stat : 26809 (java) S 26804 26807 23369 0 -1 1077944384 18515 0 0 0 237682 9 0 0 20 0 17 0 39110139 11189649408 104462 33554432000 4194304 4196468 140729621263632 140409161534640 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26810] ppid=26804 vsize=10927392 memory=792 CPUtime=4.65 cores=0,2,4,6
/proc/26807/task/26810/stat : 26810 (java) S 26804 26807 23369 0 -1 1077944384 8494 0 0 0 439 26 0 0 20 0 17 0 39110140 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408764426512 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26811] ppid=26804 vsize=10927392 memory=1228 CPUtime=4.64 cores=0,2,4,6
/proc/26807/task/26811/stat : 26811 (java) S 26804 26807 23369 0 -1 1077944384 8403 0 0 0 438 26 0 0 20 0 17 0 39110140 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408763373968 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26812] ppid=26804 vsize=10927392 memory=1948 CPUtime=4.64 cores=0,2,4,6
/proc/26807/task/26812/stat : 26812 (java) S 26804 26807 23369 0 -1 1077944384 8826 0 0 0 439 25 0 0 20 0 17 0 39110140 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408762321424 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26813] ppid=26804 vsize=10927392 memory=6791534058613427641 CPUtime=4.62 cores=0,2,4,6
/proc/26807/task/26813/stat : 26813 (java) S 26804 26807 23369 0 -1 1077944384 6189 0 0 0 437 25 0 0 20 0 17 0 39110140 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408761268880 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26814] ppid=26804 vsize=10927392 memory=9400 CPUtime=0.5 cores=0,2,4,6
/proc/26807/task/26814/stat : 26814 (java) S 26804 26807 23369 0 -1 1077944384 44433 0 0 0 44 6 0 0 20 0 17 0 39110141 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408260631024 140409157302914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26815] ppid=26804 vsize=10927392 memory=18488 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26815/stat : 26815 (java) S 26804 26807 23369 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 39110141 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408259577248 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26816] ppid=26804 vsize=10927392 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26816/stat : 26816 (java) S 26804 26807 23369 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 39110142 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408258524656 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26817] ppid=26804 vsize=10927392 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26817/stat : 26817 (java) S 26804 26807 23369 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 39110144 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408257473232 140409157310363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26818] ppid=26804 vsize=10927392 memory=417680 CPUtime=1.27 cores=0,2,4,6
/proc/26807/task/26818/stat : 26818 (java) S 26804 26807 23369 0 -1 1077944384 7011 0 0 0 125 2 0 0 20 0 17 0 39110144 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408256419824 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26819] ppid=26804 vsize=10927392 memory=5524 CPUtime=1.02 cores=0,2,4,6
/proc/26807/task/26819/stat : 26819 (java) S 26804 26807 23369 0 -1 1077944384 4515 0 0 0 101 1 0 0 20 0 17 0 39110144 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408255367280 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26820] ppid=26804 vsize=10927392 memory=1444 CPUtime=0.49 cores=0,2,4,6
/proc/26807/task/26820/stat : 26820 (java) S 26804 26807 23369 0 -1 1077944384 4197 0 0 0 48 1 0 0 20 0 17 0 39110144 11189649408 104462 33554432000 4194304 4196468 140729621263632 140408254314736 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26821] ppid=26804 vsize=10927392 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26807/task/26821/stat : 26821 (java) S 26804 26807 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39110144 11189649408 104462 33554432000 4194304 4196468 140729621263632 140407810644576 140409157301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
[pid=26807/tid=26822] ppid=26804 vsize=10927392 memory=1008 CPUtime=1.39 cores=0,2,4,6
/proc/26807/task/26822/stat : 26822 (java) S 26804 26807 23369 0 -1 1077944384 1278 0 0 0 72 67 0 0 20 0 17 0 39110144 11189649408 104462 33554432000 4194304 4196468 140729621263632 140407809592112 140409157302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22523904 140729621267569 140729621267721 140729621267721 140729621270479 0
Current children cumulated CPU time: 2400.21 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 417848 KiB

Child status: 143
Real time (s): 2382.41
CPU time (s): 2400.23
CPU user time (s): 2398.47
CPU system time (s): 1.76024
CPU usage (%): 100.748
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 764096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.47
system time used= 1.76024
maximum resident set size= 764148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113703
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56890
involuntary context switches= 4386


# summary of solver processes directly reported to runsolver:
#   pid: 26807
#   total CPU time (s): 2400.23
#   total CPU user time (s): 2398.47
#   total CPU system time (s): 1.76024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3435 second user time and 23.0259 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 01:24:30
IDJOB=4289871
IDBENCH=141319
IDSOLVER=2742
FILE ID=node135/4289871-1532215470
RUNJOBID= node135-1532209914-25960
PBS_JOBID= 21018932
Free space on /tmp= 52936 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-4289871-1532215470/watcher-4289871-1532215470 -o /tmp/evaluation-result-4289871-1532215470/solver-4289871-1532215470 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25960 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289871-1532215470.xml

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

MD5SUM BENCH= cfb25615b49033917f7fa13487cdd88c
RANDOM SEED=138134767

node135.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:        22545372 kB
MemAvailable:   30913936 kB
Buffers:          129432 kB
Cached:          8446976 kB
SwapCached:            0 kB
Active:          2309156 kB
Inactive:        7346108 kB
Active(anon):    1028672 kB
Inactive(anon):    69908 kB
Active(file):    1280484 kB
Inactive(file):  7276200 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2372 kB
Writeback:             0 kB
AnonPages:       1081964 kB
Mapped:            47168 kB
Shmem:             17056 kB
Slab:             267668 kB
SReclaimable:     240340 kB
SUnreclaim:        27328 kB
KernelStack:        3920 kB
PageTables:         6840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2642500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52932 MiB
End job on node135 at 2018-07-22 02:04:12