Trace number 4301745

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)61 252.067 247.618

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22a_c18.xml
MD5SUM40a5a96b8eb7bfbd368a4d559cc37ab9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark61
Best CPU time to get the best result obtained on this benchmark252.067
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints284
Number of domains19
Minimum domain size1
Maximum domain size35
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":43},{"size":3,"count":5},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":35,"count":22}]
Minimum variable degree2
Maximum variable degree56
Distribution of variable degrees[{"degree":2,"count":56},{"degree":53,"count":8},{"degree":54,"count":6},{"degree":55,"count":4},{"degree":56,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":250},{"arity":23,"count":34}]
Number of extensional constraints0
Number of intensional constraints250
Distribution of constraint types[{"type":"intension","count":250},{"type":"count","count":34}]
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.70/0.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.70/0.78	c This is free software under the dual EPL/GNU LGPL licenses.
1.70/0.78	c See www.sat4j.org for details.
1.70/0.78	c That software uses the Rhino library from the Mozilla project.
1.70/0.78	c version 2.3.6-SNAPSHOT
1.70/0.78	c java.runtime.name	Java(TM) SE Runtime Environment
1.70/0.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.70/0.78	c java.vm.version	25.131-b11
1.70/0.78	c java.vm.vendor	Oracle Corporation
1.70/0.78	c sun.arch.data.model	64
1.70/0.78	c java.version		1.8.0_131
1.70/0.78	c os.name		Linux
1.70/0.78	c os.version		3.10.0-514.16.1.el7.x86_64
1.70/0.78	c os.arch		amd64
1.70/0.78	c Free memory 		499604488
1.70/0.78	c Max memory 		7247757312
1.70/0.78	c Total memory 		504889344
1.70/0.78	c Number of processors 	4
1.70/0.78	c c --- Begin Solver configuration ---
1.70/0.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.70/0.78	c Learn all clauses as in MiniSAT
1.70/0.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.70/0.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.70/0.78	c No reason simplification
1.70/0.78	c Glucose 2.1 dynamic restart strategy
1.70/0.78	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.70/0.78	c timeout=2147483s
1.70/0.78	c DB Simplification allowed=false
1.70/0.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.70/0.78	c --- End Solver configuration ---
1.70/0.78	c constraints type 
1.70/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1.70/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28625
1.70/0.78	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.70/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 531865
1.70/0.78	c org.sat4j.specs.Constr$1 => 2
1.70/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 570
1.70/0.78	c 561216 constraints processed.
5.29/2.54	o 166
5.54/2.74	o 162
5.70/2.89	o 158
6.15/3.20	o 157
6.15/3.28	o 152
6.59/3.66	o 151
6.72/3.74	o 147
7.16/4.13	o 146
7.25/4.26	o 123
7.35/4.34	o 118
7.46/4.45	o 117
7.70/4.65	o 115
7.84/4.76	o 112
7.95/4.80	o 110
8.27/5.08	o 109
8.44/5.17	o 108
8.53/5.29	o 105
8.78/5.45	o 101
8.98/5.64	o 100
8.98/5.67	o 96
9.08/5.73	o 94
9.18/5.85	o 92
9.28/5.92	o 91
9.58/6.27	o 87
9.68/6.35	o 84
9.88/6.52	o 82
10.28/6.92	o 78
10.79/7.45	o 76
12.24/8.84	o 75
13.34/9.99	o 74
13.55/10.15	o 70
15.35/11.92	o 68
18.65/15.22	o 66
19.17/15.70	o 64
27.12/23.60	o 63
47.05/43.59	o 62
73.25/69.63	o 61
252.05/247.60	c starts		: 5694
252.05/247.60	c conflicts		: 733568
252.05/247.60	c decisions		: 4094824
252.05/247.60	c propagations		: 488322781
252.05/247.60	c inspects		: 3407228618
252.05/247.60	c shortcuts		: 0
252.05/247.60	c learnt literals	: 885
252.05/247.60	c learnt binary clauses	: 5331
252.05/247.60	c learnt ternary clauses	: 6358
252.05/247.60	c learnt constraints	: 732683
252.05/247.60	c ignored constraints	: 0
252.05/247.60	c root simplifications	: 0
252.05/247.60	c removed literals (reason simplification)	: 0
252.05/247.60	c reason swapping (by a shorter reason)	: 0
252.05/247.60	c Calls to reduceDB	: 56
252.05/247.60	c Number of update (reduction) of LBD	: 501436
252.05/247.60	c Imported unit clauses	: 0
252.05/247.60	c number of reductions to clauses (during analyze)	: 0
252.05/247.60	c number of learned constraints concerned by reduction	: 0
252.05/247.60	c number of learning phase by resolution	: 0
252.05/247.60	c number of learning phase by cutting planes	: 0
252.05/247.60	c number of rounding to 1 operations	: 0
252.05/247.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.05/247.60	c number of reductions of the coefficients by power 2 	: 0
252.05/247.60	c number of right shift for reduction by power 2 	: 0
252.05/247.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.05/247.60	c number of ending skipping 	: 0
252.05/247.60	c number of internal skipping 	: 0
252.05/247.60	c number of derivation steps 	: 0
252.05/247.60	c number of skipped derivation steps 	: 0
252.05/247.60	c number of remaining unassigned 	: 0
252.05/247.60	c number of remaining assigned 	: 0
252.05/247.60	c speed (assignments/second)	: 1978513.2104062592
252.05/247.60	c non guided choices	: 33604
252.05/247.60	s SATISFIABLE
252.05/247.60	v <instantiation type="solution">
252.05/247.60	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] v[18] v[19] v[20] v[21] 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] np[16] 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] nf[16] 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] pp[18] pp[19] pp[20] pp[21] </list>
252.05/247.60	v 	<values> 14 -15 14 -14 15 14 -14 -5 15 15 5 -15 -14 14 14 14 4 15 4 5 8 -4 0 0 0 1 1 0 0 0 0 0 0 0 0 3 2 0 0 0 0 0 2 2 0 0 1 0 0 0 0 0 6 4 0 0 0 7 0 8 0 0 6 9 0 0 0 8 10 0 0 0 0 0 0 0 0 13 </values>
252.05/247.60	v </instantiation>
252.05/247.60	

Verifier Data

OK	61

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301745-1532884188/watcher-4301745-1532884188 -o /tmp/evaluation-result-4301745-1532884188/solver-4301745-1532884188 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301745-1532884188.xml 

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

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

solver pid=28718, runsolver pid=28715

[startup+0.101674 s]*
/proc/loadavg: 1.85 2.35 2.69 4/216 28733
/proc/meminfo: memFree=28103176/32770624 swapFree=67108860/67108860
[pid=28718] ppid=28715 vsize=10659012 memory=30572 CPUtime=0.13 cores=1,3,5,7
/proc/28718/stat : 28718 (java) S 28715 28718 22004 0 -1 1077944320 6712 0 0 0 12 1 0 0 20 0 15 0 105981949 10914828288 7643 33554432000 4194304 4196468 140730820481328 140730820463872 139724883762935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
/proc/28718/statm: 2664753 7643 2847 1 0 2627263 0
[pid=28718/tid=28720] ppid=28715 vsize=10659012 memory=-8773748148830244478 CPUtime=0.09 cores=1,3,5,7
/proc/28718/task/28720/stat : 28720 (java) R 28715 28718 22004 0 -1 4202560 4562 0 0 0 8 1 0 0 20 0 15 0 105981950 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724887980544 139724883784861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28721] ppid=28715 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28721/stat : 28721 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981950 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724820453776 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28722] ppid=28715 vsize=10659012 memory=139807541368448 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28722/stat : 28722 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981950 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724819400976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28723] ppid=28715 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981950 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981950 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10659012 memory=139807541368448 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981952 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28726] ppid=28715 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28726/stat : 28726 (java) S 28715 28718 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105981952 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724374938912 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28727] ppid=28715 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28727/stat : 28727 (java) S 28715 28718 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105981952 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724373886576 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28728] ppid=28715 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28728/stat : 28728 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105981955 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724372834896 139724883781531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28729] ppid=28715 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28729/stat : 28729 (java) S 28715 28718 22004 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 105981955 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724371781744 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28730] ppid=28715 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28730/stat : 28730 (java) S 28715 28718 22004 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 105981955 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724370728944 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28731] ppid=28715 vsize=10659012 memory=139807541368448 CPUtime=0.02 cores=1,3,5,7
/proc/28718/task/28731/stat : 28731 (java) S 28715 28718 22004 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 15 0 105981955 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724369676656 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28732] ppid=28715 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28732/stat : 28732 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105981955 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724368624096 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28733] ppid=28715 vsize=10659012 memory=139807541368448 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28733/stat : 28733 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981955 10914828288 7643 33554432000 4194304 4196468 140730820481328 139724367571888 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30572 KiB

[startup+0.210693 s]*
/proc/loadavg: 1.85 2.35 2.69 4/216 28733
/proc/meminfo: memFree=28094012/32770624 swapFree=67108860/67108860
[pid=28718] ppid=28715 vsize=10659012 memory=41808 CPUtime=0.33 cores=1,3,5,7
/proc/28718/stat : 28718 (java) S 28715 28718 22004 0 -1 1077944320 8076 0 0 0 31 2 0 0 20 0 15 0 105981949 10914828288 10452 33554432000 4194304 4196468 140730820481328 140730820463872 139724883762935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
/proc/28718/statm: 2664753 10452 3005 1 0 2627263 0
[pid=28718/tid=28720] ppid=28715 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28718/task/28720/stat : 28720 (java) R 28715 28718 22004 0 -1 4202560 5020 0 0 0 19 1 0 0 20 0 15 0 105981950 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724887999216 139724883784861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28721] ppid=28715 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28721/stat : 28721 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981950 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724820453776 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28722] ppid=28715 vsize=10659012 memory=139807542006813 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28722/stat : 28722 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981950 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724819400976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28723] ppid=28715 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981950 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981950 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10659012 memory=139807541368448 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981952 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28726] ppid=28715 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28726/stat : 28726 (java) S 28715 28718 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105981952 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724374938912 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28727] ppid=28715 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28727/stat : 28727 (java) S 28715 28718 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105981952 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724373886576 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28728] ppid=28715 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28728/stat : 28728 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105981955 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724372834896 139724883781531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28729] ppid=28715 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28718/task/28729/stat : 28729 (java) S 28715 28718 22004 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 15 0 105981955 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724371781744 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28730] ppid=28715 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28718/task/28730/stat : 28730 (java) S 28715 28718 22004 0 -1 1077944384 508 0 0 0 1 0 0 0 20 0 15 0 105981955 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724370728944 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28731] ppid=28715 vsize=10659012 memory=139807541368448 CPUtime=0.08 cores=1,3,5,7
/proc/28718/task/28731/stat : 28731 (java) R 28715 28718 22004 0 -1 4202560 695 0 0 0 8 0 0 0 20 0 15 0 105981955 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724369676656 139724883776813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28732] ppid=28715 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28732/stat : 28732 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105981955 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724368624096 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28733] ppid=28715 vsize=10659012 memory=139807541368448 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28733/stat : 28733 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981955 10914828288 10452 33554432000 4194304 4196468 140730820481328 139724367571888 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41808 KiB

[startup+0.313487 s]*
/proc/loadavg: 1.85 2.35 2.69 4/216 28733
/proc/meminfo: memFree=28086816/32770624 swapFree=67108860/67108860
[pid=28718] ppid=28715 vsize=10659088 memory=47192 CPUtime=0.54 cores=1,3,5,7
/proc/28718/stat : 28718 (java) S 28715 28718 22004 0 -1 1077944320 8895 0 0 0 51 3 0 0 20 0 15 0 105981949 10914906112 11798 33554432000 4194304 4196468 140730820481328 140730820463872 139724883762935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
/proc/28718/statm: 2664772 11798 3057 1 0 2627263 0
[pid=28718/tid=28720] ppid=28715 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28718/task/28720/stat : 28720 (java) R 28715 28718 22004 0 -1 4202560 5615 0 0 0 29 1 0 0 20 0 15 0 105981950 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724887998112 139724883784282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28721] ppid=28715 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28721/stat : 28721 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981950 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724820453776 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28722] ppid=28715 vsize=10659088 memory=139807542006812 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28722/stat : 28722 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981950 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724819400976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28723] ppid=28715 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981950 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981950 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10659088 memory=139807541368448 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981952 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28726] ppid=28715 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28726/stat : 28726 (java) S 28715 28718 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105981952 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724374938912 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28727] ppid=28715 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28727/stat : 28727 (java) S 28715 28718 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105981952 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724373886576 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28728] ppid=28715 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28728/stat : 28728 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105981955 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724372834896 139724883781531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28729] ppid=28715 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28718/task/28729/stat : 28729 (java) R 28715 28718 22004 0 -1 4202560 578 0 0 0 4 0 0 0 20 0 15 0 105981955 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724371781744 139724876747977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28730] ppid=28715 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28718/task/28730/stat : 28730 (java) R 28715 28718 22004 0 -1 1077944384 546 0 0 0 4 0 0 0 20 0 15 0 105981955 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724370728944 139724883774082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28731] ppid=28715 vsize=10659088 memory=139807541368448 CPUtime=0.13 cores=1,3,5,7
/proc/28718/task/28731/stat : 28731 (java) R 28715 28718 22004 0 -1 4202560 790 0 0 0 13 0 0 0 20 0 15 0 105981955 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724369676656 139724863477732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28732] ppid=28715 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28732/stat : 28732 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105981955 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724368624096 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28733] ppid=28715 vsize=10659088 memory=139807541368448 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28733/stat : 28733 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981955 10914906112 11798 33554432000 4194304 4196468 140730820481328 139724367571888 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47192 KiB

[startup+0.700832 s]
/proc/loadavg: 1.85 2.35 2.69 5/216 28733
/proc/meminfo: memFree=28055420/32770624 swapFree=67108860/67108860
[pid=28718] ppid=28715 vsize=10661136 memory=133088 CPUtime=1.7 cores=1,3,5,7
/proc/28718/stat : 28718 (java) S 28715 28718 22004 0 -1 1077944320 11583 0 0 0 164 6 0 0 20 0 15 0 105981949 10917003264 33272 33554432000 4194304 4196468 140730820481328 140730820463872 139724883762935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
/proc/28718/statm: 2665284 33272 3110 1 0 2627775 0
[pid=28718/tid=28720] ppid=28715 vsize=10661136 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/28718/task/28720/stat : 28720 (java) R 28715 28718 22004 0 -1 4202560 6054 0 0 0 65 3 0 0 20 0 15 0 105981950 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724887997184 139724883774870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28721] ppid=28715 vsize=10661136 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28721/stat : 28721 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981950 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724820453776 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28722] ppid=28715 vsize=10661136 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28722/stat : 28722 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981950 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724819400976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28723] ppid=28715 vsize=10661136 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981950 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105981950 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10661136 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105981952 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28726] ppid=28715 vsize=10661136 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28726/stat : 28726 (java) S 28715 28718 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105981952 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724374938912 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28727] ppid=28715 vsize=10661136 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28727/stat : 28727 (java) S 28715 28718 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105981952 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724373886576 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28728] ppid=28715 vsize=10661136 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28728/stat : 28728 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105981955 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724372834896 139724883781531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28729] ppid=28715 vsize=10661136 memory=7590935255203861604 CPUtime=0.31 cores=1,3,5,7
/proc/28718/task/28729/stat : 28729 (java) R 28715 28718 22004 0 -1 4202560 1349 0 0 0 31 0 0 0 20 0 15 0 105981955 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724371767840 139724867263141 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28730] ppid=28715 vsize=10661136 memory=6293050847276651881 CPUtime=0.32 cores=1,3,5,7
/proc/28718/task/28730/stat : 28730 (java) R 28715 28718 22004 0 -1 4202560 1319 0 0 0 32 0 0 0 20 0 15 0 105981955 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724370720400 139724864941715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28731] ppid=28715 vsize=10661136 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/28718/task/28731/stat : 28731 (java) S 28715 28718 22004 0 -1 1077944384 1490 0 0 0 35 0 0 0 20 0 15 0 105981955 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724369676656 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28732] ppid=28715 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28732/stat : 28732 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105981955 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724368624096 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28733] ppid=28715 vsize=10661136 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28733/stat : 28733 (java) S 28715 28718 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105981955 10917003264 33272 33554432000 4194304 4196468 140730820481328 139724367571888 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 133088 KiB

[startup+1.50081 s]
/proc/loadavg: 1.85 2.35 2.69 5/217 28734
/proc/meminfo: memFree=27897288/32770624 swapFree=67108860/67108860
[pid=28718] ppid=28715 vsize=10727700 memory=248848 CPUtime=3.86 cores=1,3,5,7
/proc/28718/stat : 28718 (java) S 28715 28718 22004 0 -1 1077944320 18759 0 0 0 374 12 0 0 20 0 16 0 105981949 10985164800 62212 33554432000 4194304 4196468 140730820481328 140730820463872 139724883762935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
/proc/28718/statm: 2681925 62212 3142 1 0 2644416 0
[pid=28718/tid=28720] ppid=28715 vsize=10727700 memory=3 CPUtime=1.41 cores=1,3,5,7
/proc/28718/task/28720/stat : 28720 (java) R 28715 28718 22004 0 -1 4202560 6297 0 0 0 137 4 0 0 20 0 16 0 105981950 10985164800 62212 33554432000 4194304 4196468 140730820481328 139724887988352 139724501539726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28721] ppid=28715 vsize=10727700 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/28718/task/28721/stat : 28721 (java) S 28715 28718 22004 0 -1 1077944384 29 0 0 0 3 0 0 0 20 0 16 0 105981950 10985164800 62212 33554432000 4194304 4196468 140730820481328 139724820453776 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28722] ppid=28715 vsize=10727700 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28718/task/28722/stat : 28722 (java) S 28715 28718 22004 0 -1 1077944384 31 0 0 0 4 1 0 0 20 0 16 0 105981950 10985164800 62212 33554432000 4194304 4196468 140730820481328 139724819400976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28723] ppid=28715 vsize=10727700 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 12 0 0 0 2 0 0 0 20 0 16 0 105981950 10985164800 62212 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10727700 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 28 0 0 0 3 0 0 0 20 0 16 0 105981950 10985164800 62212 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 105981952 10985164800 62212 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0

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

/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 729 0 0 0 8 5 0 0 20 0 16 0 105981950 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10727700 memory=15434 CPUtime=0.15 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 234 0 0 0 10 5 0 0 20 0 16 0 105981950 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10727700 memory=504056 CPUtime=0.01 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 1008 0 0 0 1 0 0 0 20 0 16 0 105981952 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28726] ppid=28715 vsize=10727700 memory=504056 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28726/stat : 28726 (java) S 28715 28718 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105981952 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724374938976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28727] ppid=28715 vsize=10727700 memory=504056 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28727/stat : 28727 (java) S 28715 28718 22004 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 105981952 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724373886592 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28728] ppid=28715 vsize=10727700 memory=504056 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28728/stat : 28728 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105981955 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724372834896 139724883781531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28729] ppid=28715 vsize=10727700 memory=279614853956896 CPUtime=1.59 cores=1,3,5,7
/proc/28718/task/28729/stat : 28729 (java) S 28715 28718 22004 0 -1 1077944384 9627 0 0 0 157 2 0 0 20 0 16 0 105981955 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724371781744 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28730] ppid=28715 vsize=10727700 memory=504056 CPUtime=1.32 cores=1,3,5,7
/proc/28718/task/28730/stat : 28730 (java) S 28715 28718 22004 0 -1 1077944384 7662 0 0 0 131 1 0 0 20 0 16 0 105981955 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724370728944 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28731] ppid=28715 vsize=10727700 memory=504056 CPUtime=0.5 cores=1,3,5,7
/proc/28718/task/28731/stat : 28731 (java) S 28715 28718 22004 0 -1 1077944384 3843 0 0 0 49 1 0 0 20 0 16 0 105981955 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724369676656 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28732] ppid=28715 vsize=10727700 memory=504056 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28732/stat : 28732 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105981955 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724368624096 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28733] ppid=28715 vsize=10727700 memory=504056 CPUtime=0.07 cores=1,3,5,7
/proc/28718/task/28733/stat : 28733 (java) S 28715 28718 22004 0 -1 1077944384 923 0 0 0 3 4 0 0 20 0 16 0 105981955 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724367571888 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28734] ppid=28715 vsize=10727700 memory=504056 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28734/stat : 28734 (java) S 28715 28718 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105982029 10985164800 126014 33554432000 4194304 4196468 140730820481328 139724364420272 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
Current children cumulated CPU time: 166.24 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 504056 KiB

[startup+222.301 s]
/proc/loadavg: 1.98 2.16 2.54 3/218 28745
/proc/meminfo: memFree=27114636/32770624 swapFree=67108860/67108860
[pid=28718] ppid=28715 vsize=10727700 memory=504300 CPUtime=226.28 cores=1,3,5,7
/proc/28718/stat : 28718 (java) S 28715 28718 22004 0 -1 1077944320 38256 0 0 0 22589 39 0 0 20 0 16 0 105981949 10985164800 126075 33554432000 4194304 4196468 140730820481328 140730820463872 139724883762935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
/proc/28718/statm: 2681925 126075 3166 1 0 2644416 0
[pid=28718/tid=28720] ppid=28715 vsize=10727700 memory=504300 CPUtime=222.09 cores=1,3,5,7
/proc/28718/task/28720/stat : 28720 (java) R 28715 28718 22004 0 -1 4202560 10900 0 0 0 22202 7 0 0 20 0 16 0 105981950 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724888001600 139724501539744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28721] ppid=28715 vsize=10727700 memory=504300 CPUtime=0.14 cores=1,3,5,7
/proc/28718/task/28721/stat : 28721 (java) S 28715 28718 22004 0 -1 1077944384 877 0 0 0 10 4 0 0 20 0 16 0 105981950 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724820453776 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28722] ppid=28715 vsize=10727700 memory=504300 CPUtime=0.15 cores=1,3,5,7
/proc/28718/task/28722/stat : 28722 (java) S 28715 28718 22004 0 -1 1077944384 974 0 0 0 10 5 0 0 20 0 16 0 105981950 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724819400976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28723] ppid=28715 vsize=10727700 memory=504300 CPUtime=0.13 cores=1,3,5,7
/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 729 0 0 0 8 5 0 0 20 0 16 0 105981950 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10727700 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 234 0 0 0 10 5 0 0 20 0 16 0 105981950 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10727700 memory=504300 CPUtime=0.01 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 1018 0 0 0 1 0 0 0 20 0 16 0 105981952 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28726] ppid=28715 vsize=10727700 memory=504300 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28726/stat : 28726 (java) S 28715 28718 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105981952 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724374938976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28727] ppid=28715 vsize=10727700 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28727/stat : 28727 (java) S 28715 28718 22004 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 105981952 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724373886592 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28728] ppid=28715 vsize=10727700 memory=504300 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28728/stat : 28728 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105981955 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724372834896 139724883781531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28729] ppid=28715 vsize=10727700 memory=504300 CPUtime=1.59 cores=1,3,5,7
/proc/28718/task/28729/stat : 28729 (java) S 28715 28718 22004 0 -1 1077944384 9635 0 0 0 157 2 0 0 20 0 16 0 105981955 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724371781744 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28730] ppid=28715 vsize=10727700 memory=504300 CPUtime=1.32 cores=1,3,5,7
/proc/28718/task/28730/stat : 28730 (java) S 28715 28718 22004 0 -1 1077944384 7665 0 0 0 131 1 0 0 20 0 16 0 105981955 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724370728944 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28731] ppid=28715 vsize=10727700 memory=4028 CPUtime=0.5 cores=1,3,5,7
/proc/28718/task/28731/stat : 28731 (java) S 28715 28718 22004 0 -1 1077944384 3846 0 0 0 49 1 0 0 20 0 16 0 105981955 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724369676656 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28732] ppid=28715 vsize=10727700 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28732/stat : 28732 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105981955 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724368624096 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28733] ppid=28715 vsize=10727700 memory=30224 CPUtime=0.11 cores=1,3,5,7
/proc/28718/task/28733/stat : 28733 (java) S 28715 28718 22004 0 -1 1077944384 962 0 0 0 5 6 0 0 20 0 16 0 105981955 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724367571888 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28734] ppid=28715 vsize=10727700 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28734/stat : 28734 (java) S 28715 28718 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105982029 10985164800 126075 33554432000 4194304 4196468 140730820481328 139724364420272 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
Current children cumulated CPU time: 226.28 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 504300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.401 s]
/proc/loadavg: 1.84 2.11 2.51 3/217 28901
/proc/meminfo: memFree=25488812/32770624 swapFree=67108860/67108860
[pid=28718] ppid=28715 vsize=10727700 memory=720052 CPUtime=252.02 cores=1,3,5,7
/proc/28718/stat : 28718 (java) S 28715 28718 22004 0 -1 1077944320 43729 0 0 0 25138 64 0 0 20 0 16 0 105981949 10985164800 180013 33554432000 4194304 4196468 140730820481328 140730820463872 139724883762935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
/proc/28718/statm: 2681925 180013 3181 1 0 2644416 0
[pid=28718/tid=28720] ppid=28715 vsize=10727700 memory=1416 CPUtime=246.93 cores=1,3,5,7
/proc/28718/task/28720/stat : 28720 (java) R 28715 28718 22004 0 -1 4202560 10949 0 0 0 24686 7 0 0 20 0 16 0 105981950 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724887998608 139724501677333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28721] ppid=28715 vsize=10727700 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/28718/task/28721/stat : 28721 (java) S 28715 28718 22004 0 -1 1077944384 1354 0 0 0 25 10 0 0 20 0 16 0 105981950 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724820453776 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28722] ppid=28715 vsize=10727700 memory=2424 CPUtime=0.37 cores=1,3,5,7
/proc/28718/task/28722/stat : 28722 (java) S 28715 28718 22004 0 -1 1077944384 1416 0 0 0 25 12 0 0 20 0 16 0 105981950 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724819400976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28723] ppid=28715 vsize=10727700 memory=1840 CPUtime=0.33 cores=1,3,5,7
/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 2003 0 0 0 22 11 0 0 20 0 16 0 105981950 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10727700 memory=1004 CPUtime=0.35 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 701 0 0 0 25 10 0 0 20 0 16 0 105981950 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10727700 memory=12060 CPUtime=0.04 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 3687 0 0 0 4 0 0 0 20 0 16 0 105981952 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28726] ppid=28715 vsize=10727700 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28726/stat : 28726 (java) S 28715 28718 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105981952 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724374938976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28727] ppid=28715 vsize=10727700 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28727/stat : 28727 (java) S 28715 28718 22004 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 105981952 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724373886592 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28728] ppid=28715 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28728/stat : 28728 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105981955 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724372834896 139724883781531 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28729] ppid=28715 vsize=10727700 memory=1944 CPUtime=1.59 cores=1,3,5,7
/proc/28718/task/28729/stat : 28729 (java) S 28715 28718 22004 0 -1 1077944384 9726 0 0 0 157 2 0 0 20 0 16 0 105981955 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724371781744 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28730] ppid=28715 vsize=10727700 memory=1416 CPUtime=1.32 cores=1,3,5,7
/proc/28718/task/28730/stat : 28730 (java) S 28715 28718 22004 0 -1 1077944384 7665 0 0 0 131 1 0 0 20 0 16 0 105981955 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724370728944 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28731] ppid=28715 vsize=10727700 memory=4612 CPUtime=0.5 cores=1,3,5,7
/proc/28718/task/28731/stat : 28731 (java) S 28715 28718 22004 0 -1 1077944384 3846 0 0 0 49 1 0 0 20 0 16 0 105981955 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724369676656 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28732] ppid=28715 vsize=10727700 memory=8508 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28732/stat : 28732 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105981955 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724368624096 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28733] ppid=28715 vsize=10727700 memory=1624 CPUtime=0.12 cores=1,3,5,7
/proc/28718/task/28733/stat : 28733 (java) S 28715 28718 22004 0 -1 1077944384 966 0 0 0 5 7 0 0 20 0 16 0 105981955 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724367571888 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28734] ppid=28715 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28734/stat : 28734 (java) S 28715 28718 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105982029 10985164800 180013 33554432000 4194304 4196468 140730820481328 139724364420272 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 720052 KiB

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

[startup+247.618 s]
# the end of solver process 28718 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.417 s, system=0.649233 s

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

[startup+247.601 s]
/proc/loadavg: 1.84 2.11 2.51 3/217 28901
/proc/meminfo: memFree=25488812/32770624 swapFree=67108860/67108860
[pid=28718] ppid=28715 vsize=10927392 memory=720148 CPUtime=252.05 cores=1,3,5,7
/proc/28718/stat : 28718 (java) S 28715 28718 22004 0 -1 1077944320 44096 0 0 0 25141 64 0 0 20 0 17 0 105981949 11189649408 180037 33554432000 4194304 4196468 140730820481328 140730820463872 139724883762935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
/proc/28718/statm: 2731848 180037 3183 1 0 2694339 0
[pid=28718/tid=28720] ppid=28715 vsize=10927392 memory=2424 CPUtime=246.96 cores=1,3,5,7
/proc/28718/task/28720/stat : 28720 (java) S 28715 28718 22004 0 -1 1077944384 10974 0 0 0 24689 7 0 0 20 0 17 0 105981950 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724888005808 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28721] ppid=28715 vsize=10927392 memory=1840 CPUtime=0.35 cores=1,3,5,7
/proc/28718/task/28721/stat : 28721 (java) S 28715 28718 22004 0 -1 1077944384 1354 0 0 0 25 10 0 0 20 0 17 0 105981950 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724820453776 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28722] ppid=28715 vsize=10927392 memory=1004 CPUtime=0.37 cores=1,3,5,7
/proc/28718/task/28722/stat : 28722 (java) S 28715 28718 22004 0 -1 1077944384 1416 0 0 0 25 12 0 0 20 0 17 0 105981950 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724819400976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28723] ppid=28715 vsize=10927392 memory=12060 CPUtime=0.33 cores=1,3,5,7
/proc/28718/task/28723/stat : 28723 (java) S 28715 28718 22004 0 -1 1077944384 2003 0 0 0 22 11 0 0 20 0 17 0 105981950 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724818348688 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28724] ppid=28715 vsize=10927392 memory=5788 CPUtime=0.35 cores=1,3,5,7
/proc/28718/task/28724/stat : 28724 (java) S 28715 28718 22004 0 -1 1077944384 701 0 0 0 25 10 0 0 20 0 17 0 105981950 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724817295888 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28725] ppid=28715 vsize=10927392 memory=792 CPUtime=0.04 cores=1,3,5,7
/proc/28718/task/28725/stat : 28725 (java) S 28715 28718 22004 0 -1 1077944384 3687 0 0 0 4 0 0 0 20 0 17 0 105981952 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724375992944 139724883774082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28726] ppid=28715 vsize=10927392 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28726/stat : 28726 (java) S 28715 28718 22004 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 105981952 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724374938976 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28727] ppid=28715 vsize=10927392 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28727/stat : 28727 (java) S 28715 28718 22004 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 105981952 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724373886592 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28728] ppid=28715 vsize=10927392 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28728/stat : 28728 (java) S 28715 28718 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 105981955 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724372834896 139724883781531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28729] ppid=28715 vsize=10927392 memory=4612 CPUtime=1.59 cores=1,3,5,7
/proc/28718/task/28729/stat : 28729 (java) S 28715 28718 22004 0 -1 1077944384 9777 0 0 0 157 2 0 0 20 0 17 0 105981955 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724371781744 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28730] ppid=28715 vsize=10927392 memory=8508 CPUtime=1.32 cores=1,3,5,7
/proc/28718/task/28730/stat : 28730 (java) S 28715 28718 22004 0 -1 1077944384 7697 0 0 0 131 1 0 0 20 0 17 0 105981955 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724370728944 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28731] ppid=28715 vsize=10927392 memory=1624 CPUtime=0.5 cores=1,3,5,7
/proc/28718/task/28731/stat : 28731 (java) S 28715 28718 22004 0 -1 1077944384 3935 0 0 0 49 1 0 0 20 0 17 0 105981955 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724369676656 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28732] ppid=28715 vsize=10927392 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/28718/task/28732/stat : 28732 (java) S 28715 28718 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105981955 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724368624096 139724883773141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
[pid=28718/tid=28733] ppid=28715 vsize=10927392 memory=15872 CPUtime=0.12 cores=1,3,5,7
/proc/28718/task/28733/stat : 28733 (java) S 28715 28718 22004 0 -1 1077944384 966 0 0 0 5 7 0 0 20 0 17 0 105981955 11189649408 180037 33554432000 4194304 4196468 140730820481328 139724367571888 139724883774082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23928832 140730820486262 140730820486414 140730820486414 140730820489167 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 720148 KiB

Child status: 143
Real time (s): 247.618
CPU time (s): 252.067
CPU user time (s): 251.417
CPU system time (s): 0.649233
CPU usage (%): 101.797
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 720148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.417
system time used= 0.649233
maximum resident set size= 721184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44160
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7777
involuntary context switches= 139


# summary of solver processes directly reported to runsolver:
#   pid: 28718
#   total CPU time (s): 252.067
#   total CPU user time (s): 251.417
#   total CPU system time (s): 0.649233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.08915 second user time and 1.92427 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:09:48
IDJOB=4301745
IDBENCH=141318
IDSOLVER=2773
FILE ID=node151/4301745-1532884188
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-22a_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301745-1532884188/watcher-4301745-1532884188 -o /tmp/evaluation-result-4301745-1532884188/solver-4301745-1532884188 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301745-1532884188.xml

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

MD5SUM BENCH= 40a5a96b8eb7bfbd368a4d559cc37ab9
RANDOM SEED=452693031

node151.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.87
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.87
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.87
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.87
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:        28122208 kB
MemAvailable:   31772908 kB
Buffers:          212468 kB
Cached:          3712216 kB
SwapCached:            0 kB
Active:          1554360 kB
Inactive:        2626196 kB
Active(anon):     205564 kB
Inactive(anon):    78188 kB
Active(file):    1348796 kB
Inactive(file):  2548008 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2632 kB
Writeback:             0 kB
AnonPages:        230832 kB
Mapped:            56052 kB
Shmem:             25224 kB
Slab:             167692 kB
SReclaimable:     139464 kB
SUnreclaim:        28228 kB
KernelStack:        3824 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 19:13:55