Trace number 4289870

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 2387.42

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18a_c18.xml
MD5SUM3728d9c98e9ec51874bb5385faf79653
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark1175.91
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints202
Number of domains19
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":35},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":29,"count":18}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":46},{"degree":44,"count":9},{"degree":45,"count":4},{"degree":46,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":174},{"arity":19,"count":28}]
Number of extensional constraints0
Number of intensional constraints174
Distribution of constraint types[{"type":"intension","count":174},{"type":"count","count":28}]
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.38/0.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.38/0.68	c This is free software under the dual EPL/GNU LGPL licenses.
1.38/0.68	c See www.sat4j.org for details.
1.38/0.68	c That software uses the Rhino library from the Mozilla project.
1.38/0.68	c version 2.3.6-SNAPSHOT
1.38/0.68	c java.runtime.name	Java(TM) SE Runtime Environment
1.38/0.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.38/0.68	c java.vm.version	25.131-b11
1.38/0.68	c java.vm.vendor	Oracle Corporation
1.38/0.68	c sun.arch.data.model	64
1.38/0.68	c java.version		1.8.0_131
1.38/0.68	c os.name		Linux
1.38/0.68	c os.version		3.10.0-514.16.1.el7.x86_64
1.38/0.68	c os.arch		amd64
1.38/0.68	c Free memory 		499604488
1.38/0.68	c Max memory 		7247757312
1.38/0.68	c Total memory 		504889344
1.38/0.68	c Number of processors 	4
1.38/0.68	c c --- Begin Solver configuration ---
1.38/0.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.38/0.68	c Learn all clauses as in MiniSAT
1.38/0.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.38/0.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.38/0.68	c No reason simplification
1.38/0.68	c Glucose 2.1 dynamic restart strategy
1.38/0.68	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.38/0.68	c timeout=2147483s
1.38/0.68	c DB Simplification allowed=false
1.38/0.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.38/0.68	c --- End Solver configuration ---
1.38/0.68	c constraints type 
1.38/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 124
1.38/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16294
1.38/0.68	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.38/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 247750
1.38/0.68	c org.sat4j.specs.Constr$1 => 2
1.38/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 406
1.38/0.68	c 264578 constraints processed.
2.77/1.27	o 141
2.98/1.39	o 136
3.51/1.77	o 131
3.66/1.86	o 127
3.79/2.00	o 126
4.24/2.13	o 125
4.33/2.23	o 112
4.33/2.30	o 108
4.60/2.44	o 106
4.60/2.48	o 105
4.80/2.52	o 104
4.91/2.67	o 103
5.01/2.70	o 102
5.01/2.77	o 100
5.12/2.81	o 95
5.12/2.87	o 94
5.24/2.92	o 93
5.24/2.95	o 92
5.24/2.99	o 91
5.42/3.05	o 89
5.52/3.11	o 86
5.62/3.23	o 84
5.62/3.29	o 81
5.72/3.33	o 79
5.92/3.53	o 76
6.16/3.71	o 75
6.16/3.76	o 73
6.68/4.24	o 69
6.78/4.34	o 67
6.88/4.43	o 64
7.18/4.78	o 60
10.38/7.87	o 57
13.18/10.63	o 56
18.79/16.26	o 55
20.99/18.35	o 53
30.04/27.31	o 52
36.56/33.84	o 51
56.24/53.30	o 50
80.96/78.05	o 49
2400.22/2387.40	c starts		: 19330
2400.22/2387.40	c conflicts		: 4146687
2400.22/2387.40	c decisions		: 11074929
2400.22/2387.40	c propagations		: 2174331148
2400.22/2387.40	c inspects		: 38671535850
2400.22/2387.40	c shortcuts		: 0
2400.22/2387.40	c learnt literals	: 533
2400.22/2387.40	c learnt binary clauses	: 3405
2400.22/2387.40	c learnt ternary clauses	: 4687
2400.22/2387.40	c learnt constraints	: 4146154
2400.22/2387.40	c ignored constraints	: 0
2400.22/2387.40	c root simplifications	: 0
2400.22/2387.40	c removed literals (reason simplification)	: 0
2400.22/2387.40	c reason swapping (by a shorter reason)	: 0
2400.22/2387.40	c Calls to reduceDB	: 125
2400.22/2387.40	c Number of update (reduction) of LBD	: 2618418
2400.22/2387.40	c Imported unit clauses	: 0
2400.22/2387.40	c number of reductions to clauses (during analyze)	: 0
2400.22/2387.40	c number of learned constraints concerned by reduction	: 0
2400.22/2387.40	c number of learning phase by resolution	: 0
2400.22/2387.40	c number of learning phase by cutting planes	: 0
2400.22/2387.40	c number of rounding to 1 operations	: 0
2400.22/2387.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.22/2387.40	c number of reductions of the coefficients by power 2 	: 0
2400.22/2387.40	c number of right shift for reduction by power 2 	: 0
2400.22/2387.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.22/2387.40	c number of ending skipping 	: 0
2400.22/2387.40	c number of internal skipping 	: 0
2400.22/2387.40	c number of derivation steps 	: 0
2400.22/2387.40	c number of skipped derivation steps 	: 0
2400.22/2387.40	c number of remaining unassigned 	: 0
2400.22/2387.40	c number of remaining assigned 	: 0
2400.22/2387.40	c speed (assignments/second)	: 911011.8643947073
2400.22/2387.40	c non guided choices	: 17734
2400.22/2387.40	s SATISFIABLE
2400.22/2387.40	v <instantiation type="solution">
2400.22/2387.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] 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] 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.22/2387.40	v 	<values> 4 -4 -4 -13 -3 3 13 13 -13 4 4 3 2 13 2 13 -2 6 0 1 1 2 0 0 0 0 0 0 0 0 2 0 0 2 2 3 0 1 0 0 0 0 0 0 4 0 0 5 6 9 7 0 0 0 10 0 0 0 0 0 0 0 12 0 </values>
2400.22/2387.40	v </instantiation>
2400.22/2387.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 (8285 MiB free)
  memory of node 1: 16384 MiB (13881 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289870-1532215414/watcher-4289870-1532215414 -o /tmp/evaluation-result-4289870-1532215414/solver-4289870-1532215414 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31983 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289870-1532215414.xml 

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

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


[startup+0.102416 s]*
/proc/loadavg: 1.32 1.56 1.88 3/221 469
/proc/meminfo: memFree=22681648/32770624 swapFree=67108860/67108860
[pid=454] ppid=449 vsize=10659044 memory=29168 CPUtime=0.11 cores=1,3,5,7
/proc/454/stat : 454 (java) S 449 454 29334 0 -1 1077944320 6306 0 0 0 10 1 0 0 20 0 15 0 39104622 10914861056 7292 33554432000 4194304 4196468 140735754239824 140735754222368 140713042988791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
/proc/454/statm: 2664761 7292 2822 1 0 2627271 0
[pid=454/tid=456] ppid=449 vsize=10659012 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/454/task/456/stat : 456 (java) R 449 454 29334 0 -1 4202560 4565 0 0 0 8 1 0 0 20 0 15 0 39104623 10914828288 7674 33554432000 4194304 4196468 140735754239824 140713047193456 140713043010717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=457] ppid=449 vsize=10659012 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/454/task/457/stat : 457 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712995608976 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=458] ppid=449 vsize=10659012 memory=140518143939124 CPUtime=0 cores=1,3,5,7
/proc/454/task/458/stat : 458 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712648300816 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=459] ppid=449 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39104624 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10659012 memory=140518143743616 CPUtime=0 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39104625 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=462] ppid=449 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/462/stat : 462 (java) S 449 454 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39104625 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712279430432 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=463] ppid=449 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/463/stat : 463 (java) S 449 454 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39104626 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712278378096 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=464] ppid=449 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/464/stat : 464 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39104628 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712277326416 140713043007387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=465] ppid=449 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/465/stat : 465 (java) S 449 454 29334 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 39104628 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712276273264 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=466] ppid=449 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/466/stat : 466 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39104628 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712275220464 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=467] ppid=449 vsize=10659012 memory=140518143743616 CPUtime=0.02 cores=1,3,5,7
/proc/454/task/467/stat : 467 (java) R 449 454 29334 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 39104628 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712274168176 140713022289713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=468] ppid=449 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/468/stat : 468 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39104628 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712273115616 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=469] ppid=449 vsize=10659012 memory=140518143743616 CPUtime=0 cores=1,3,5,7
/proc/454/task/469/stat : 469 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104629 10914828288 7674 33554432000 4194304 4196468 140735754239824 140712272063408 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10659044 KiB
Current children cumulated memory: 29168 KiB

[startup+0.210937 s]*
/proc/loadavg: 1.32 1.56 1.88 6/221 469
/proc/meminfo: memFree=22670300/32770624 swapFree=67108860/67108860
[pid=454] ppid=449 vsize=10659012 memory=39832 CPUtime=0.32 cores=1,3,5,7
/proc/454/stat : 454 (java) S 449 454 29334 0 -1 1077944320 8029 0 0 0 30 2 0 0 20 0 15 0 39104622 10914828288 9958 33554432000 4194304 4196468 140735754239824 140735754222368 140713042988791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
/proc/454/statm: 2664753 9958 3006 1 0 2627263 0
[pid=454/tid=456] ppid=449 vsize=10659012 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/454/task/456/stat : 456 (java) R 449 454 29334 0 -1 4202560 5008 0 0 0 18 1 0 0 20 0 15 0 39104623 10914828288 10475 33554432000 4194304 4196468 140735754239824 140713047210688 140712674984008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=457] ppid=449 vsize=10659012 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/454/task/457/stat : 457 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712995608976 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=458] ppid=449 vsize=10659012 memory=140518143939124 CPUtime=0 cores=1,3,5,7
/proc/454/task/458/stat : 458 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712648300816 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=459] ppid=449 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39104624 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10659012 memory=140518143743616 CPUtime=0 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39104625 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=462] ppid=449 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/462/stat : 462 (java) S 449 454 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39104625 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712279430432 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=463] ppid=449 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/463/stat : 463 (java) S 449 454 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39104626 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712278378096 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=464] ppid=449 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/464/stat : 464 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39104628 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712277326416 140713043007387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=465] ppid=449 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/454/task/465/stat : 465 (java) S 449 454 29334 0 -1 1077944384 708 0 0 0 1 0 0 0 20 0 15 0 39104628 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712276273264 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=466] ppid=449 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/454/task/466/stat : 466 (java) S 449 454 29334 0 -1 1077944384 294 0 0 0 2 0 0 0 20 0 15 0 39104628 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712275220464 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=467] ppid=449 vsize=10659012 memory=140518143743616 CPUtime=0.07 cores=1,3,5,7
/proc/454/task/467/stat : 467 (java) S 449 454 29334 0 -1 1077944384 665 0 0 0 7 0 0 0 20 0 15 0 39104628 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712274168176 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=468] ppid=449 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/468/stat : 468 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39104628 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712273115616 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=469] ppid=449 vsize=10659012 memory=140518143743616 CPUtime=0 cores=1,3,5,7
/proc/454/task/469/stat : 469 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104629 10914828288 10475 33554432000 4194304 4196468 140735754239824 140712272063408 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39832 KiB

[startup+0.311218 s]*
/proc/loadavg: 1.32 1.56 1.88 6/221 469
/proc/meminfo: memFree=22663228/32770624 swapFree=67108860/67108860
[pid=454] ppid=449 vsize=10659088 memory=46844 CPUtime=0.51 cores=1,3,5,7
/proc/454/stat : 454 (java) S 449 454 29334 0 -1 1077944320 8836 0 0 0 49 2 0 0 20 0 15 0 39104622 10914906112 11711 33554432000 4194304 4196468 140735754239824 140735754222368 140713042988791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
/proc/454/statm: 2664772 11711 3058 1 0 2627263 0
[pid=454/tid=456] ppid=449 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/454/task/456/stat : 456 (java) R 449 454 29334 0 -1 4202560 5634 0 0 0 28 1 0 0 20 0 15 0 39104623 10914906112 11711 33554432000 4194304 4196468 140735754239824 140713047223312 140713027069278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=457] ppid=449 vsize=10659088 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/454/task/457/stat : 457 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712995608976 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=458] ppid=449 vsize=10659088 memory=140518143939123 CPUtime=0 cores=1,3,5,7
/proc/454/task/458/stat : 458 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712648300816 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=459] ppid=449 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104624 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39104624 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10659088 memory=140518143743616 CPUtime=0 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39104625 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=462] ppid=449 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/462/stat : 462 (java) S 449 454 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39104625 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712279430432 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=463] ppid=449 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/463/stat : 463 (java) S 449 454 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39104626 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712278378096 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=464] ppid=449 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/464/stat : 464 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39104628 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712277326416 140713043007387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=465] ppid=449 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/454/task/465/stat : 465 (java) S 449 454 29334 0 -1 1077944384 750 0 0 0 4 0 0 0 20 0 15 0 39104628 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712276273264 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=466] ppid=449 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/454/task/466/stat : 466 (java) S 449 454 29334 0 -1 1077944384 386 0 0 0 4 0 0 0 20 0 15 0 39104628 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712275220464 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=467] ppid=449 vsize=10659088 memory=140518143743616 CPUtime=0.12 cores=1,3,5,7
/proc/454/task/467/stat : 467 (java) R 449 454 29334 0 -1 4202560 723 0 0 0 12 0 0 0 20 0 15 0 39104628 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712274168176 140713024553377 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=468] ppid=449 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/454/task/468/stat : 468 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39104628 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712273115616 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=469] ppid=449 vsize=10659088 memory=140518143743616 CPUtime=0 cores=1,3,5,7
/proc/454/task/469/stat : 469 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39104629 10914906112 11711 33554432000 4194304 4196468 140735754239824 140712272063408 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46844 KiB

[startup+0.700942 s]
/proc/loadavg: 1.32 1.56 1.88 4/221 469
/proc/meminfo: memFree=22638224/32770624 swapFree=67108860/67108860
[pid=454] ppid=449 vsize=10727700 memory=117304 CPUtime=1.66 cores=1,3,5,7
/proc/454/stat : 454 (java) S 449 454 29334 0 -1 1077944320 11720 0 0 0 162 4 0 0 20 0 16 0 39104622 10985164800 29326 33554432000 4194304 4196468 140735754239824 140735754222368 140713042988791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
/proc/454/statm: 2681925 29326 3111 1 0 2644416 0
[pid=454/tid=456] ppid=449 vsize=10727700 memory=459 CPUtime=0.67 cores=1,3,5,7
/proc/454/task/456/stat : 456 (java) R 449 454 29334 0 -1 4202560 6114 0 0 0 64 3 0 0 20 0 16 0 39104623 10985164800 29326 33554432000 4194304 4196468 140735754239824 140713047224960 140713024552320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=457] ppid=449 vsize=10727700 memory=32630 CPUtime=0 cores=1,3,5,7
/proc/454/task/457/stat : 457 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39104624 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712995608976 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=458] ppid=449 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/454/task/458/stat : 458 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39104624 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712648300816 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=459] ppid=449 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39104624 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10727700 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39104624 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10727700 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39104625 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=462] ppid=449 vsize=10727700 memory=10412 CPUtime=0 cores=1,3,5,7
/proc/454/task/462/stat : 462 (java) S 449 454 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39104625 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712279430432 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=463] ppid=449 vsize=10727700 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/454/task/463/stat : 463 (java) S 449 454 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39104626 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712278378096 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=464] ppid=449 vsize=10727700 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/454/task/464/stat : 464 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39104628 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712277326416 140713043007387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=465] ppid=449 vsize=10727700 memory=1236 CPUtime=0.29 cores=1,3,5,7
/proc/454/task/465/stat : 465 (java) R 449 454 29334 0 -1 4202560 1473 0 0 0 29 0 0 0 20 0 16 0 39104628 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712276261520 140713027874976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=466] ppid=449 vsize=10727700 memory=8596 CPUtime=0.31 cores=1,3,5,7
/proc/454/task/466/stat : 466 (java) R 449 454 29334 0 -1 4202560 1065 0 0 0 31 0 0 0 20 0 16 0 39104628 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712275211440 140713027870480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=467] ppid=449 vsize=10727700 memory=4052 CPUtime=0.35 cores=1,3,5,7
/proc/454/task/467/stat : 467 (java) R 449 454 29334 0 -1 1077944384 1677 0 0 0 35 0 0 0 20 0 16 0 39104628 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712274168176 140713042999938 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=468] ppid=449 vsize=10727700 memory=644 CPUtime=0 cores=1,3,5,7
/proc/454/task/468/stat : 468 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39104628 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712273115616 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=469] ppid=449 vsize=10727700 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/454/task/469/stat : 469 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39104629 10985164800 29326 33554432000 4194304 4196468 140735754239824 140712272063408 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 117304 KiB

[startup+1.50094 s]
/proc/loadavg: 1.32 1.56 1.88 3/222 470
/proc/meminfo: memFree=22586828/32770624 swapFree=67108860/67108860
[pid=454] ppid=449 vsize=10727700 memory=126144 CPUtime=3.28 cores=1,3,5,7
/proc/454/stat : 454 (java) S 449 454 29334 0 -1 1077944320 15320 0 0 0 323 5 0 0 20 0 16 0 39104622 10985164800 31536 33554432000 4194304 4196468 140735754239824 140735754222368 140713042988791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
/proc/454/statm: 2681925 31536 3122 1 0 2644416 0
[pid=454/tid=456] ppid=449 vsize=10727700 memory=1200 CPUtime=1.46 cores=1,3,5,7
/proc/454/task/456/stat : 456 (java) R 449 454 29334 0 -1 4202560 6552 0 0 0 143 3 0 0 20 0 16 0 39104623 10985164800 31536 33554432000 4194304 4196468 140735754239824 140713047225368 140712679702348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=457] ppid=449 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/454/task/457/stat : 457 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39104624 10985164800 31536 33554432000 4194304 4196468 140735754239824 140712995608976 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=458] ppid=449 vsize=10727700 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/454/task/458/stat : 458 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39104624 10985164800 31536 33554432000 4194304 4196468 140735754239824 140712648300816 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=459] ppid=449 vsize=10727700 memory=121272 CPUtime=0 cores=1,3,5,7
/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39104624 10985164800 31536 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10727700 memory=459 CPUtime=0 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39104624 10985164800 31536 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10727700 memory=32630 CPUtime=0 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 16 0 39104625 10985164800 31536 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0

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

/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 11361 0 0 0 255 23 0 0 20 0 16 0 39104624 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10727700 memory=524308 CPUtime=2.78 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 9453 0 0 0 254 24 0 0 20 0 16 0 39104624 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10727700 memory=524308 CPUtime=0.34 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 48430 0 0 0 27 7 0 0 20 0 16 0 39104625 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=462] ppid=449 vsize=10727700 memory=524308 CPUtime=0 cores=1,3,5,7
/proc/454/task/462/stat : 462 (java) S 449 454 29334 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39104625 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712279430432 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=463] ppid=449 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/463/stat : 463 (java) S 449 454 29334 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39104626 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712278378096 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=464] ppid=449 vsize=10727700 memory=543208 CPUtime=0 cores=1,3,5,7
/proc/454/task/464/stat : 464 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39104628 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712277326416 140713043007387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=465] ppid=449 vsize=10727700 memory=10412 CPUtime=1.2 cores=1,3,5,7
/proc/454/task/465/stat : 465 (java) S 449 454 29334 0 -1 1077944384 6002 0 0 0 119 1 0 0 20 0 16 0 39104628 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712276273264 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=466] ppid=449 vsize=10727700 memory=15872 CPUtime=1.02 cores=1,3,5,7
/proc/454/task/466/stat : 466 (java) S 449 454 29334 0 -1 1077944384 4669 0 0 0 101 1 0 0 20 0 16 0 39104628 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712275220464 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=467] ppid=449 vsize=10727700 memory=928 CPUtime=0.48 cores=1,3,5,7
/proc/454/task/467/stat : 467 (java) S 449 454 29334 0 -1 1077944384 5429 0 0 0 47 1 0 0 20 0 16 0 39104628 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712274168176 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=468] ppid=449 vsize=10727700 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/454/task/468/stat : 468 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39104628 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712273115616 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=469] ppid=449 vsize=10727700 memory=524308 CPUtime=1.6 cores=1,3,5,7
/proc/454/task/469/stat : 469 (java) S 449 454 29334 0 -1 1077944384 1809 0 0 0 73 87 0 0 20 0 16 0 39104629 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712272063408 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=470] ppid=449 vsize=10727700 memory=8530356407830543396 CPUtime=0 cores=1,3,5,7
/proc/454/task/470/stat : 470 (java) S 449 454 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39104691 10985164800 131077 33554432000 4194304 4196468 140735754239824 140712268911792 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
Current children cumulated CPU time: 2334.94 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 524308 KiB

[startup+2382.3 s]
/proc/loadavg: 1.98 1.94 1.86 3/222 690
/proc/meminfo: memFree=26120228/32770624 swapFree=67108860/67108860
[pid=454] ppid=449 vsize=10727700 memory=521740 CPUtime=2395.12 cores=1,3,5,7
/proc/454/stat : 454 (java) S 449 454 29334 0 -1 1077944320 130905 0 0 0 239325 187 0 0 20 0 16 0 39104622 10985164800 130435 33554432000 4194304 4196468 140735754239824 140735754222368 140713042988791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
/proc/454/statm: 2681925 130435 3184 1 0 2644416 0
[pid=454/tid=456] ppid=449 vsize=10727700 memory=524308 CPUtime=2379.04 cores=1,3,5,7
/proc/454/task/456/stat : 456 (java) R 449 454 29334 0 -1 4202560 21224 0 0 0 237897 7 0 0 20 0 16 0 39104623 10985164800 130435 33554432000 4194304 4196468 140735754239824 140713047227392 140712679402706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=457] ppid=449 vsize=10727700 memory=524308 CPUtime=2.84 cores=1,3,5,7
/proc/454/task/457/stat : 457 (java) S 449 454 29334 0 -1 1077944384 10131 0 0 0 261 23 0 0 20 0 16 0 39104624 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712995608976 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=458] ppid=449 vsize=10727700 memory=524308 CPUtime=2.82 cores=1,3,5,7
/proc/454/task/458/stat : 458 (java) S 449 454 29334 0 -1 1077944384 10513 0 0 0 259 23 0 0 20 0 16 0 39104624 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712648300816 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=459] ppid=449 vsize=10727700 memory=524308 CPUtime=2.83 cores=1,3,5,7
/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 11426 0 0 0 260 23 0 0 20 0 16 0 39104624 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10727700 memory=521740 CPUtime=2.83 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 9530 0 0 0 259 24 0 0 20 0 16 0 39104624 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10727700 memory=521740 CPUtime=0.34 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 48669 0 0 0 27 7 0 0 20 0 16 0 39104625 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=462] ppid=449 vsize=10727700 memory=521740 CPUtime=0 cores=1,3,5,7
/proc/454/task/462/stat : 462 (java) S 449 454 29334 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39104625 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712279430432 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=463] ppid=449 vsize=10727700 memory=521740 CPUtime=0 cores=1,3,5,7
/proc/454/task/463/stat : 463 (java) S 449 454 29334 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39104626 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712278378096 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=464] ppid=449 vsize=10727700 memory=521740 CPUtime=0 cores=1,3,5,7
/proc/454/task/464/stat : 464 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712277326416 140713043007387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=465] ppid=449 vsize=10727700 memory=281036084964416 CPUtime=1.2 cores=1,3,5,7
/proc/454/task/465/stat : 465 (java) S 449 454 29334 0 -1 1077944384 6005 0 0 0 119 1 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712276273264 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=466] ppid=449 vsize=10727700 memory=7378397484401978722 CPUtime=1.02 cores=1,3,5,7
/proc/454/task/466/stat : 466 (java) S 449 454 29334 0 -1 1077944384 4677 0 0 0 101 1 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712275220464 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=467] ppid=449 vsize=10727700 memory=2580 CPUtime=0.48 cores=1,3,5,7
/proc/454/task/467/stat : 467 (java) S 449 454 29334 0 -1 1077944384 5432 0 0 0 47 1 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712274168176 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=468] ppid=449 vsize=10727700 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/454/task/468/stat : 468 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712273115616 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=469] ppid=449 vsize=10727700 memory=1408 CPUtime=1.63 cores=1,3,5,7
/proc/454/task/469/stat : 469 (java) S 449 454 29334 0 -1 1077944384 1846 0 0 0 74 89 0 0 20 0 16 0 39104629 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712272063408 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=470] ppid=449 vsize=10727700 memory=3340 CPUtime=0 cores=1,3,5,7
/proc/454/task/470/stat : 470 (java) S 449 454 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39104691 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712268911792 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
Current children cumulated CPU time: 2395.12 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 521740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2387.2 s]
/proc/loadavg: 1.98 1.94 1.87 3/222 690
/proc/meminfo: memFree=26120228/32770624 swapFree=67108860/67108860
[pid=454] ppid=449 vsize=10727700 memory=521740 CPUtime=2400.02 cores=1,3,5,7
/proc/454/stat : 454 (java) S 449 454 29334 0 -1 1077944320 131000 0 0 0 239815 187 0 0 20 0 16 0 39104622 10985164800 130435 33554432000 4194304 4196468 140735754239824 140735754222368 140713042988791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
/proc/454/statm: 2681925 130435 3184 1 0 2644416 0
[pid=454/tid=456] ppid=449 vsize=10727700 memory=10940 CPUtime=2383.94 cores=1,3,5,7
/proc/454/task/456/stat : 456 (java) R 449 454 29334 0 -1 4202560 21317 0 0 0 238387 7 0 0 20 0 16 0 39104623 10985164800 130435 33554432000 4194304 4196468 140735754239824 140713047227392 140712679201636 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=457] ppid=449 vsize=10727700 memory=1200 CPUtime=2.84 cores=1,3,5,7
/proc/454/task/457/stat : 457 (java) S 449 454 29334 0 -1 1077944384 10131 0 0 0 261 23 0 0 20 0 16 0 39104624 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712995608976 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=458] ppid=449 vsize=10727700 memory=521740 CPUtime=2.82 cores=1,3,5,7
/proc/454/task/458/stat : 458 (java) S 449 454 29334 0 -1 1077944384 10513 0 0 0 259 23 0 0 20 0 16 0 39104624 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712648300816 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=459] ppid=449 vsize=10727700 memory=521740 CPUtime=2.83 cores=1,3,5,7
/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 11426 0 0 0 260 23 0 0 20 0 16 0 39104624 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10727700 memory=521740 CPUtime=2.83 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 9530 0 0 0 259 24 0 0 20 0 16 0 39104624 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10727700 memory=524308 CPUtime=0.34 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 48669 0 0 0 27 7 0 0 20 0 16 0 39104625 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=462] ppid=449 vsize=10727700 memory=13980 CPUtime=0 cores=1,3,5,7
/proc/454/task/462/stat : 462 (java) S 449 454 29334 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39104625 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712279430432 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=463] ppid=449 vsize=10727700 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/454/task/463/stat : 463 (java) S 449 454 29334 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39104626 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712278378096 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=464] ppid=449 vsize=10727700 memory=3340 CPUtime=0 cores=1,3,5,7
/proc/454/task/464/stat : 464 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712277326416 140713043007387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=465] ppid=449 vsize=10727700 memory=2240 CPUtime=1.2 cores=1,3,5,7
/proc/454/task/465/stat : 465 (java) S 449 454 29334 0 -1 1077944384 6005 0 0 0 119 1 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712276273264 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=466] ppid=449 vsize=10727700 memory=4124 CPUtime=1.02 cores=1,3,5,7
/proc/454/task/466/stat : 466 (java) S 449 454 29334 0 -1 1077944384 4677 0 0 0 101 1 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712275220464 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=467] ppid=449 vsize=10727700 memory=2196 CPUtime=0.48 cores=1,3,5,7
/proc/454/task/467/stat : 467 (java) S 449 454 29334 0 -1 1077944384 5432 0 0 0 47 1 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712274168176 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=468] ppid=449 vsize=10727700 memory=524308 CPUtime=0 cores=1,3,5,7
/proc/454/task/468/stat : 468 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39104628 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712273115616 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=469] ppid=449 vsize=10727700 memory=524308 CPUtime=1.63 cores=1,3,5,7
/proc/454/task/469/stat : 469 (java) S 449 454 29334 0 -1 1077944384 1848 0 0 0 74 89 0 0 20 0 16 0 39104629 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712272063408 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=470] ppid=449 vsize=10727700 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/454/task/470/stat : 470 (java) S 449 454 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39104691 10985164800 130435 33554432000 4194304 4196468 140735754239824 140712268911792 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 521740 KiB

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

[startup+2387.42 s]
# the end of solver process 454 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.36 s, system=1.87628 s

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

[startup+2387.4 s]
/proc/loadavg: 1.98 1.94 1.87 3/222 690
/proc/meminfo: memFree=26120228/32770624 swapFree=67108860/67108860
[pid=454] ppid=449 vsize=10927392 memory=521968 CPUtime=2400.22 cores=1,3,5,7
/proc/454/stat : 454 (java) S 449 454 29334 0 -1 1077944320 132324 0 0 0 239835 187 0 0 20 0 17 0 39104622 11189649408 130492 33554432000 4194304 4196468 140735754239824 140735754222368 140713042988791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
/proc/454/statm: 2731848 130492 3186 1 0 2694339 0
[pid=454/tid=456] ppid=449 vsize=10927392 memory=1228 CPUtime=2384.1 cores=1,3,5,7
/proc/454/task/456/stat : 456 (java) S 449 454 29334 0 -1 1077944384 21484 0 0 0 238403 7 0 0 20 0 17 0 39104623 11189649408 130492 33554432000 4194304 4196468 140735754239824 140713047231664 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=457] ppid=449 vsize=10927392 memory=1704 CPUtime=2.84 cores=1,3,5,7
/proc/454/task/457/stat : 457 (java) S 449 454 29334 0 -1 1077944384 10131 0 0 0 261 23 0 0 20 0 17 0 39104624 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712995608976 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=458] ppid=449 vsize=10927392 memory=7636 CPUtime=2.82 cores=1,3,5,7
/proc/454/task/458/stat : 458 (java) S 449 454 29334 0 -1 1077944384 10513 0 0 0 259 23 0 0 20 0 17 0 39104624 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712648300816 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=459] ppid=449 vsize=10927392 memory=840 CPUtime=2.83 cores=1,3,5,7
/proc/454/task/459/stat : 459 (java) S 449 454 29334 0 -1 1077944384 11426 0 0 0 260 23 0 0 20 0 17 0 39104624 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712647248528 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=460] ppid=449 vsize=10927392 memory=1796 CPUtime=2.83 cores=1,3,5,7
/proc/454/task/460/stat : 460 (java) S 449 454 29334 0 -1 1077944384 9530 0 0 0 259 24 0 0 20 0 17 0 39104624 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712646195728 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=461] ppid=449 vsize=10927392 memory=6947385649911455296 CPUtime=0.34 cores=1,3,5,7
/proc/454/task/461/stat : 461 (java) S 449 454 29334 0 -1 1077944384 48669 0 0 0 27 7 0 0 20 0 17 0 39104625 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712280484464 140713042999938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=462] ppid=449 vsize=10927392 memory=8530215889788155444 CPUtime=0 cores=1,3,5,7
/proc/454/task/462/stat : 462 (java) S 449 454 29334 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 39104625 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712279430432 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=463] ppid=449 vsize=10927392 memory=0 CPUtime=0 cores=1,3,5,7
/proc/454/task/463/stat : 463 (java) S 449 454 29334 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 39104626 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712278378096 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=464] ppid=449 vsize=10927392 memory=521740 CPUtime=0 cores=1,3,5,7
/proc/454/task/464/stat : 464 (java) S 449 454 29334 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 39104628 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712277326416 140713043007387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=465] ppid=449 vsize=10927392 memory=6947385649911455296 CPUtime=1.23 cores=1,3,5,7
/proc/454/task/465/stat : 465 (java) S 449 454 29334 0 -1 1077944384 6193 0 0 0 122 1 0 0 20 0 17 0 39104628 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712276273264 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=466] ppid=449 vsize=10927392 memory=521740 CPUtime=1.02 cores=1,3,5,7
/proc/454/task/466/stat : 466 (java) S 449 454 29334 0 -1 1077944384 4749 0 0 0 101 1 0 0 20 0 17 0 39104628 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712275220464 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=467] ppid=449 vsize=10927392 memory=1408 CPUtime=0.49 cores=1,3,5,7
/proc/454/task/467/stat : 467 (java) S 449 454 29334 0 -1 1077944384 5857 0 0 0 48 1 0 0 20 0 17 0 39104628 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712274168176 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=468] ppid=449 vsize=10927392 memory=3340 CPUtime=0 cores=1,3,5,7
/proc/454/task/468/stat : 468 (java) S 449 454 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39104628 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712273115616 140713042998997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
[pid=454/tid=469] ppid=449 vsize=10927392 memory=521740 CPUtime=1.63 cores=1,3,5,7
/proc/454/task/469/stat : 469 (java) S 449 454 29334 0 -1 1077944384 1848 0 0 0 74 89 0 0 20 0 17 0 39104629 11189649408 130492 33554432000 4194304 4196468 140735754239824 140712272063408 140713042999938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30326784 140735754245233 140735754245385 140735754245385 140735754248143 0
Current children cumulated CPU time: 2400.22 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 521968 KiB

Child status: 143
Real time (s): 2387.42
CPU time (s): 2400.23
CPU user time (s): 2398.36
CPU system time (s): 1.87628
CPU usage (%): 100.537
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 787352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.36
system time used= 1.87628
maximum resident set size= 787352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55694
involuntary context switches= 1284


# summary of solver processes directly reported to runsolver:
#   pid: 454
#   total CPU time (s): 2400.23
#   total CPU user time (s): 2398.36
#   total CPU system time (s): 1.87628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1108 second user time and 24.4218 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 01:23:34
IDJOB=4289870
IDBENCH=141316
IDSOLVER=2742
FILE ID=node134/4289870-1532215414
RUNJOBID= node134-1532209961-31983
PBS_JOBID= 21018933
Free space on /tmp= 55964 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18a_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289870-1532215414/watcher-4289870-1532215414 -o /tmp/evaluation-result-4289870-1532215414/solver-4289870-1532215414 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31983 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289870-1532215414.xml

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

MD5SUM BENCH= 3728d9c98e9ec51874bb5385faf79653
RANDOM SEED=1416171119

node134.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.68
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.68
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.68
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.68
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:        22698468 kB
MemAvailable:   27022120 kB
Buffers:          133096 kB
Cached:          4457148 kB
SwapCached:            0 kB
Active:          6271132 kB
Inactive:        3326580 kB
Active(anon):    4955072 kB
Inactive(anon):    71716 kB
Active(file):    1316060 kB
Inactive(file):  3254864 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:       5006484 kB
Mapped:            46788 kB
Shmem:             17056 kB
Slab:             164576 kB
SReclaimable:     137124 kB
SUnreclaim:        27452 kB
KernelStack:        3888 kB
PageTables:        14904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6354032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4806656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55992 MiB
End job on node134 at 2018-07-22 02:03:22