Trace number 4257987

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 2017-07-05OPT17 24.232599 11.784

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-06-a3.xml
MD5SUMb0c97e0505a0bc7a16ba291a1ac79ec8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.037124
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints18
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":15},{"size":501,"count":6}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":21},{"degree":2,"count":15},{"degree":6,"count":4},{"degree":7,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":15},{"arity":6,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

16.81/6.97	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
16.81/6.97	c This is free software under the dual EPL/GNU LGPL licenses.
16.81/6.97	c See www.sat4j.org for details.
16.81/6.97	c That software uses the Rhino library from the Mozilla project.
16.81/6.97	c version CUSTOM.v20170705
16.81/6.97	c java.runtime.name	Java(TM) SE Runtime Environment
16.81/6.97	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
16.81/6.97	c java.vm.version	25.131-b11
16.81/6.97	c java.vm.vendor	Oracle Corporation
16.81/6.97	c sun.arch.data.model	64
16.81/6.97	c java.version		1.8.0_131
16.81/6.97	c os.name		Linux
16.81/6.97	c os.version		3.10.0-514.16.1.el7.x86_64
16.81/6.97	c os.arch		amd64
16.81/6.97	c Free memory 		499604488
16.81/6.97	c Max memory 		7247757312
16.81/6.97	c Total memory 		504889344
16.81/6.97	c Number of processors 	4
16.81/6.97	c c --- Begin Solver configuration ---
16.81/6.97	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
16.81/6.97	c Learn all clauses as in MiniSAT
16.81/6.97	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
16.81/6.97	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
16.81/6.97	c No reason simplification
16.81/6.97	c Glucose 2.1 dynamic restart strategy
16.81/6.97	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
16.81/6.97	c timeout=2147483s
16.81/6.97	c DB Simplification allowed=false
16.81/6.97	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
16.81/6.97	c --- End Solver configuration ---
16.81/6.97	c constraints type 
16.81/6.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 42
16.81/6.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 53001
16.81/6.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12527505
16.81/6.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 42
16.81/6.97	c 12580590 constraints processed.
17.87/7.38	o 34
21.23/9.01	o 25
21.35/9.11	o 24
21.54/9.22	o 22
21.72/9.31	o 21
21.87/9.40	o 18
22.73/10.25	o 17
24.20/11.76	c starts		: 29
24.20/11.76	c conflicts		: 4666
24.20/11.76	c decisions		: 735208
24.20/11.76	c propagations		: 9852230
24.20/11.76	c inspects		: 29713603
24.20/11.76	c shortcuts		: 0
24.20/11.76	c learnt literals	: 71
24.20/11.76	c learnt binary clauses	: 30
24.20/11.76	c learnt ternary clauses	: 56
24.20/11.76	c learnt constraints	: 4594
24.20/11.76	c ignored constraints	: 0
24.20/11.76	c root simplifications	: 0
24.20/11.76	c removed literals (reason simplification)	: 0
24.20/11.76	c reason swapping (by a shorter reason)	: 0
24.20/11.76	c Calls to reduceDB	: 0
24.20/11.76	c Number of update (reduction) of LBD	: 2205
24.20/11.76	c Imported unit clauses	: 0
24.20/11.76	c number of reductions to clauses (during analyze)	: 0
24.20/11.76	c number of learned constraints concerned by reduction	: 0
24.20/11.76	c number of learning phase by resolution	: 0
24.20/11.76	c number of learning phase by cutting planes	: 0
24.20/11.76	c number of rounding to 1 operations	: 0
24.20/11.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
24.20/11.76	c number of reductions of the coefficients by power 2 	: 0
24.20/11.76	c number of right shift for reduction by power 2 	: 0
24.20/11.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
24.20/11.76	c speed (assignments/second)	: 2066323.4060402685
24.20/11.76	c non guided choices	78036
24.20/11.76	c learnt constraints type 
24.20/11.76	s OPTIMUM FOUND
24.20/11.76	v <instantiation type="optimum" cost="17">
24.20/11.76	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] </list>
24.20/11.76	v 	<values> 0 1 4 10 15 17 1 1 4 10 15 17 1 1 3 9 14 16 1 1 1 6 11 13 1 1 1 1 5 7 1 1 1 1 1 2 1 1 1 1 1 1 </values>
24.20/11.76	v </instantiation>
24.20/11.76	

Verifier Data

OK	17

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257987-1501647786/watcher-4257987-1501647786 -o /tmp/evaluation-result-4257987-1501647786/solver-4257987-1501647786 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257987-1501647786.xml 

pid=3357
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.41 3.40 3.07 7/194 3360
/proc/meminfo: memFree=25607416/32770624 swapFree=0/227008
[pid=3360] ppid=3357 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/3360/stat : 3360 (runsolver) D 3357 3360 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13401711 24240128 107 18446744073709551615 4194304 4338465 140731393203312 140731393200952 140506971886295 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 13074432 140731393208455 140731393208902 140731393208902 140731393212362 0
/proc/3360/statm: 5918 107 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 4.41 3.40 3.07 7/194 3360
/proc/meminfo: memFree=25607416/32770624 swapFree=0/227008
[pid=3360] ppid=3357 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 4051 0 0 0 3 0 0 0 20 0 9 0 13401711 10395312128 5180 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2537918 5180 2145 1 0 2527423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.201138 s]
/proc/loadavg: 4.41 3.40 3.07 7/194 3360
/proc/meminfo: memFree=25607416/32770624 swapFree=0/227008
[pid=3360] ppid=3357 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 4804 0 0 0 7 0 0 0 20 0 15 0 13401711 10804383744 6304 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2637789 6304 2602 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300254 s]
/proc/loadavg: 4.41 3.40 3.07 7/194 3360
/proc/meminfo: memFree=25607416/32770624 swapFree=0/227008
[pid=3360] ppid=3357 vsize=10551156 CPUtime=0.23 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 8264 0 0 0 21 2 0 0 20 0 15 0 13401711 10804383744 8989 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2637789 8989 2858 1 0 2627269 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.700373 s]
/proc/loadavg: 4.41 3.40 3.07 7/194 3360
/proc/meminfo: memFree=25607416/32770624 swapFree=0/227008
[pid=3360] ppid=3357 vsize=10551232 CPUtime=1.25 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 12296 0 0 0 120 5 0 0 20 0 15 0 13401711 10804461568 35911 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2637808 35911 3043 1 0 2627269 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10551232

[startup+1.5013 s]
/proc/loadavg: 4.41 3.40 3.07 9/209 3375
/proc/meminfo: memFree=25280884/32770624 swapFree=0/227004
[pid=3360] ppid=3357 vsize=10551232 CPUtime=3.05 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 13277 0 0 0 271 34 0 0 20 0 15 0 13401711 10804461568 128528 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2637808 128528 3073 1 0 2627269 0
[pid=3360/tid=3362] ppid=3357 vsize=10551232 CPUtime=1.08 cores=1,3,5,7
/proc/3360/task/3362/stat : 3362 (java) S 3357 3360 5091 0 -1 1077944384 7518 0 0 0 102 6 0 0 20 0 15 0 13401716 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139699160340432 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3363] ppid=3357 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/3360/task/3363/stat : 3363 (java) R 3357 3360 5091 0 -1 4202560 192 0 0 0 20 6 0 0 20 0 15 0 13401717 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698767584600 139699141134873 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3364] ppid=3357 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/3360/task/3364/stat : 3364 (java) R 3357 3360 5091 0 -1 4202560 216 0 0 0 20 6 0 0 20 0 15 0 13401717 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698766531488 139699141134873 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3365] ppid=3357 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/3360/task/3365/stat : 3365 (java) R 3357 3360 5091 0 -1 4202560 189 0 0 0 20 6 0 0 20 0 15 0 13401717 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698765478800 139699149203700 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3366] ppid=3357 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/3360/task/3366/stat : 3366 (java) R 3357 3360 5091 0 -1 4202560 181 0 0 0 20 6 0 0 20 0 15 0 13401717 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698764426000 139699141134873 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3367] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3367/stat : 3367 (java) S 3357 3360 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13401718 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698720150432 139699156117205 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3368] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3368/stat : 3368 (java) S 3357 3360 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13401719 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698719097888 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3369] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3369/stat : 3369 (java) S 3357 3360 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 13401719 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698718045040 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3370] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3370/stat : 3370 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13401721 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698716993360 139699156125595 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3371] ppid=3357 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/3360/task/3371/stat : 3371 (java) S 3357 3360 5091 0 -1 1077944384 1496 0 0 0 34 0 0 0 20 0 15 0 13401721 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698715941744 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3372] ppid=3357 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/3360/task/3372/stat : 3372 (java) S 3357 3360 5091 0 -1 1077944384 1163 0 0 0 36 0 0 0 20 0 15 0 13401721 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698714888944 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3373] ppid=3357 vsize=10551232 CPUtime=0.15 cores=1,3,5,7
/proc/3360/task/3373/stat : 3373 (java) S 3357 3360 5091 0 -1 1077944384 884 0 0 0 15 0 0 0 20 0 15 0 13401721 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698713836144 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3374] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3374/stat : 3374 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13401722 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698712783584 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3375] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3375/stat : 3375 (java) S 3357 3360 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13401729 10804461568 129040 18446744073709551615 4194304 4196468 140736880267440 139698711730864 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10551232

[startup+3.10129 s]
/proc/loadavg: 4.41 3.40 3.07 9/209 3375
/proc/meminfo: memFree=24953832/32770624 swapFree=0/227004
[pid=3360] ppid=3357 vsize=10551232 CPUtime=7.27 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 15428 0 0 0 668 59 0 0 20 0 15 0 13401711 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2637808 186658 3089 1 0 2627269 0
[pid=3360/tid=3362] ppid=3357 vsize=10551232 CPUtime=1.41 cores=1,3,5,7
/proc/3360/task/3362/stat : 3362 (java) S 3357 3360 5091 0 -1 1077944384 7628 0 0 0 135 6 0 0 20 0 15 0 13401716 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139699160340432 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3363] ppid=3357 vsize=10551232 CPUtime=1.13 cores=1,3,5,7
/proc/3360/task/3363/stat : 3363 (java) R 3357 3360 5091 0 -1 4202560 447 0 0 0 101 12 0 0 20 0 15 0 13401717 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698767584600 139699141134873 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3364] ppid=3357 vsize=10551232 CPUtime=1.13 cores=1,3,5,7
/proc/3360/task/3364/stat : 3364 (java) R 3357 3360 5091 0 -1 4202560 589 0 0 0 101 12 0 0 20 0 15 0 13401717 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698766531600 139699141134873 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3365] ppid=3357 vsize=10551232 CPUtime=1.13 cores=1,3,5,7
/proc/3360/task/3365/stat : 3365 (java) R 3357 3360 5091 0 -1 4202560 728 0 0 0 101 12 0 0 20 0 15 0 13401717 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698765478800 139699141134873 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3366] ppid=3357 vsize=10551232 CPUtime=1.13 cores=1,3,5,7
/proc/3360/task/3366/stat : 3366 (java) R 3357 3360 5091 0 -1 4202560 549 0 0 0 100 13 0 0 20 0 15 0 13401717 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698764426200 139699141135258 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3367] ppid=3357 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/3360/task/3367/stat : 3367 (java) S 3357 3360 5091 0 -1 1077944384 580 0 0 0 39 0 0 0 20 0 15 0 13401718 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698720150432 139699156117205 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3368] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3368/stat : 3368 (java) S 3357 3360 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13401719 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698719097888 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3369] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3369/stat : 3369 (java) S 3357 3360 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 13401719 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698718045040 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3370] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3370/stat : 3370 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13401721 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698716993360 139699156125595 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3371] ppid=3357 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/3360/task/3371/stat : 3371 (java) S 3357 3360 5091 0 -1 1077944384 1500 0 0 0 34 0 0 0 20 0 15 0 13401721 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698715941744 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3372] ppid=3357 vsize=10551232 CPUtime=0.37 cores=1,3,5,7
/proc/3360/task/3372/stat : 3372 (java) S 3357 3360 5091 0 -1 1077944384 1163 0 0 0 37 0 0 0 20 0 15 0 13401721 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698714888944 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3373] ppid=3357 vsize=10551232 CPUtime=0.16 cores=1,3,5,7
/proc/3360/task/3373/stat : 3373 (java) S 3357 3360 5091 0 -1 1077944384 886 0 0 0 16 0 0 0 20 0 15 0 13401721 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698713836144 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3374] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3374/stat : 3374 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13401722 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698712783584 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3375] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3375/stat : 3375 (java) S 3357 3360 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13401729 10804461568 186658 18446744073709551615 4194304 4196468 140736880267440 139698711730864 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 10551232

[startup+6.30072 s]
/proc/loadavg: 4.30 3.39 3.07 3/209 3375
/proc/meminfo: memFree=24417372/32770624 swapFree=0/227004
[pid=3360] ppid=3357 vsize=10551232 CPUtime=15.93 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 25805 0 0 0 1492 101 0 0 20 0 15 0 13401711 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2637808 300447 3091 1 0 2627269 0
[pid=3360/tid=3362] ppid=3357 vsize=10551232 CPUtime=2.03 cores=1,3,5,7
/proc/3360/task/3362/stat : 3362 (java) R 3357 3360 5091 0 -1 4202560 8662 0 0 0 196 7 0 0 20 0 15 0 13401716 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139699160341536 139698796644287 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3363] ppid=3357 vsize=10551232 CPUtime=2.96 cores=1,3,5,7
/proc/3360/task/3363/stat : 3363 (java) S 3357 3360 5091 0 -1 1077944384 2885 0 0 0 273 23 0 0 20 0 15 0 13401717 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698767584400 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3364] ppid=3357 vsize=10551232 CPUtime=2.95 cores=1,3,5,7
/proc/3360/task/3364/stat : 3364 (java) S 3357 3360 5091 0 -1 1077944384 1983 0 0 0 273 22 0 0 20 0 15 0 13401717 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698766531600 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3365] ppid=3357 vsize=10551232 CPUtime=2.96 cores=1,3,5,7
/proc/3360/task/3365/stat : 3365 (java) S 3357 3360 5091 0 -1 1077944384 2283 0 0 0 274 22 0 0 20 0 15 0 13401717 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698765478800 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3366] ppid=3357 vsize=10551232 CPUtime=2.93 cores=1,3,5,7
/proc/3360/task/3366/stat : 3366 (java) S 3357 3360 5091 0 -1 1077944384 2157 0 0 0 270 23 0 0 20 0 15 0 13401717 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698764426000 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3367] ppid=3357 vsize=10551232 CPUtime=1.14 cores=1,3,5,7
/proc/3360/task/3367/stat : 3367 (java) S 3357 3360 5091 0 -1 1077944384 2513 0 0 0 114 0 0 0 20 0 15 0 13401718 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698720151920 139699156118146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3368] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3368/stat : 3368 (java) S 3357 3360 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13401719 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698719097888 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3369] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3369/stat : 3369 (java) S 3357 3360 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 13401719 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698718045040 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3370] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3370/stat : 3370 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13401721 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698716993360 139699156125595 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3371] ppid=3357 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/3360/task/3371/stat : 3371 (java) S 3357 3360 5091 0 -1 1077944384 1507 0 0 0 35 0 0 0 20 0 15 0 13401721 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698715941744 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3372] ppid=3357 vsize=10551232 CPUtime=0.37 cores=1,3,5,7
/proc/3360/task/3372/stat : 3372 (java) S 3357 3360 5091 0 -1 1077944384 1168 0 0 0 37 0 0 0 20 0 15 0 13401721 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698714888944 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3373] ppid=3357 vsize=10551232 CPUtime=0.16 cores=1,3,5,7
/proc/3360/task/3373/stat : 3373 (java) S 3357 3360 5091 0 -1 1077944384 1010 0 0 0 16 0 0 0 20 0 15 0 13401721 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698713836144 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3374] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3374/stat : 3374 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13401722 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698712783584 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3375] ppid=3357 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3375/stat : 3375 (java) S 3357 3360 5091 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 15 0 13401729 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698711730864 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
Current children cumulated CPU time (s) 15.93
Current children cumulated vsize (KiB) 10551232

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3360 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40088 s]
/proc/loadavg: 4.30 3.39 3.07 3/209 3375
/proc/meminfo: memFree=24417372/32770624 swapFree=0/227004
[pid=3360] ppid=3357 vsize=10551232 CPUtime=16.03 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 25866 0 0 0 1502 101 0 0 20 0 15 0 13401711 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2637808 300447 3091 1 0 2627269 0
[pid=3360/tid=3362] ppid=3357 vsize=10551232 CPUtime=2.13 cores=1,3,5,7
/proc/3360/task/3362/stat : 3362 (java) R 3357 3360 5091 0 -1 4202560 8707 0 0 0 206 7 0 0 20 0 15 0 13401716 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139699160341536 139698796645228 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3363] ppid=3357 vsize=10551232 CPUtime=2.96 cores=1,3,5,7
/proc/3360/task/3363/stat : 3363 (java) S 3357 3360 5091 0 -1 1077944384 2885 0 0 0 273 23 0 0 20 0 15 0 13401717 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698767584400 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3364] ppid=3357 vsize=10551232 CPUtime=2.95 cores=1,3,5,7
/proc/3360/task/3364/stat : 3364 (java) S 3357 3360 5091 0 -1 1077944384 1983 0 0 0 273 22 0 0 20 0 15 0 13401717 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698766531600 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3365] ppid=3357 vsize=10551232 CPUtime=2.96 cores=1,3,5,7
/proc/3360/task/3365/stat : 3365 (java) S 3357 3360 5091 0 -1 1077944384 2283 0 0 0 274 22 0 0 20 0 15 0 13401717 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698765478800 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3366] ppid=3357 vsize=10551232 CPUtime=2.93 cores=1,3,5,7
/proc/3360/task/3366/stat : 3366 (java) S 3357 3360 5091 0 -1 1077944384 2157 0 0 0 270 23 0 0 20 0 15 0 13401717 10804461568 300447 18446744073709551615 4194304 4196468 140736880267440 139698764426000 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3367] ppid=3357 vsize=10551232 CPUtime=1.14 cores=1,3,5,7

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

/proc/3360/task/3370/stat : 3370 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401721 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698716993360 139699156125595 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3371] ppid=3357 vsize=10617796 CPUtime=1.13 cores=1,3,5,7
/proc/3360/task/3371/stat : 3371 (java) S 3357 3360 5091 0 -1 1077944384 2872 0 0 0 113 0 0 0 20 0 16 0 13401721 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698715941744 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3372] ppid=3357 vsize=10617796 CPUtime=1.14 cores=1,3,5,7
/proc/3360/task/3372/stat : 3372 (java) S 3357 3360 5091 0 -1 1077944384 2242 0 0 0 114 0 0 0 20 0 16 0 13401721 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698714888944 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3373] ppid=3357 vsize=10617796 CPUtime=0.26 cores=1,3,5,7
/proc/3360/task/3373/stat : 3373 (java) S 3357 3360 5091 0 -1 1077944384 1742 0 0 0 26 0 0 0 20 0 16 0 13401721 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698713836144 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3374] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3374/stat : 3374 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401722 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698712783584 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3375] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3375/stat : 3375 (java) S 3357 3360 5091 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 16 0 13401729 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698711730864 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3376] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3376/stat : 3376 (java) S 3357 3360 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13402410 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698643133360 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
Current children cumulated CPU time (s) 22.12
Current children cumulated vsize (KiB) 10617796

[startup+10.4007 s]
/proc/loadavg: 4.20 3.39 3.07 6/210 3376
/proc/meminfo: memFree=23305872/32770624 swapFree=0/227020
[pid=3360] ppid=3357 vsize=10617796 CPUtime=22.95 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 31633 0 0 0 2151 144 0 0 20 0 16 0 13401711 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2654449 415699 3109 1 0 2643910 0
[pid=3360/tid=3362] ppid=3357 vsize=10617796 CPUtime=5.7 cores=1,3,5,7
/proc/3360/task/3362/stat : 3362 (java) R 3357 3360 5091 0 -1 4202560 9689 0 0 0 561 9 0 0 20 0 16 0 13401716 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139699160343232 139698797478480 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3363] ppid=3357 vsize=10617796 CPUtime=3.38 cores=1,3,5,7
/proc/3360/task/3363/stat : 3363 (java) S 3357 3360 5091 0 -1 1077944384 3250 0 0 0 305 33 0 0 20 0 16 0 13401717 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698767584400 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3364] ppid=3357 vsize=10617796 CPUtime=3.36 cores=1,3,5,7
/proc/3360/task/3364/stat : 3364 (java) S 3357 3360 5091 0 -1 1077944384 2307 0 0 0 304 32 0 0 20 0 16 0 13401717 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698766531600 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3365] ppid=3357 vsize=10617796 CPUtime=3.37 cores=1,3,5,7
/proc/3360/task/3365/stat : 3365 (java) S 3357 3360 5091 0 -1 1077944384 2613 0 0 0 306 31 0 0 20 0 16 0 13401717 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698765478800 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3366] ppid=3357 vsize=10617796 CPUtime=3.34 cores=1,3,5,7
/proc/3360/task/3366/stat : 3366 (java) S 3357 3360 5091 0 -1 1077944384 2442 0 0 0 301 33 0 0 20 0 16 0 13401717 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698764426000 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3367] ppid=3357 vsize=10617796 CPUtime=1.14 cores=1,3,5,7
/proc/3360/task/3367/stat : 3367 (java) S 3357 3360 5091 0 -1 1077944384 2781 0 0 0 114 0 0 0 20 0 16 0 13401718 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698720151920 139699156118146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3368] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3368/stat : 3368 (java) S 3357 3360 5091 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 13401719 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698719097952 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3369] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3369/stat : 3369 (java) S 3357 3360 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 13401719 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698718045056 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3370] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3370/stat : 3370 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401721 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698716993360 139699156125595 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3371] ppid=3357 vsize=10617796 CPUtime=1.14 cores=1,3,5,7
/proc/3360/task/3371/stat : 3371 (java) S 3357 3360 5091 0 -1 1077944384 2872 0 0 0 114 0 0 0 20 0 16 0 13401721 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698715941744 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3372] ppid=3357 vsize=10617796 CPUtime=1.14 cores=1,3,5,7
/proc/3360/task/3372/stat : 3372 (java) S 3357 3360 5091 0 -1 1077944384 2248 0 0 0 114 0 0 0 20 0 16 0 13401721 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698714888944 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3373] ppid=3357 vsize=10617796 CPUtime=0.26 cores=1,3,5,7
/proc/3360/task/3373/stat : 3373 (java) S 3357 3360 5091 0 -1 1077944384 1742 0 0 0 26 0 0 0 20 0 16 0 13401721 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698713836144 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3374] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3374/stat : 3374 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401722 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698712783584 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3375] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3375/stat : 3375 (java) S 3357 3360 5091 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 13401729 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698711730864 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3376] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3376/stat : 3376 (java) S 3357 3360 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13402410 10872623104 415699 18446744073709551615 4194304 4196468 140736880267440 139698643133360 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
Current children cumulated CPU time (s) 22.95
Current children cumulated vsize (KiB) 10617796

[startup+11.2008 s]
/proc/loadavg: 4.20 3.39 3.07 3/210 3376
/proc/meminfo: memFree=23301408/32770624 swapFree=0/227020
[pid=3360] ppid=3357 vsize=10617796 CPUtime=23.84 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 31801 0 0 0 2240 144 0 0 20 0 16 0 13401711 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2654449 415750 3109 1 0 2643910 0
[pid=3360/tid=3362] ppid=3357 vsize=10617796 CPUtime=6.5 cores=1,3,5,7
/proc/3360/task/3362/stat : 3362 (java) R 3357 3360 5091 0 -1 4202560 9818 0 0 0 641 9 0 0 20 0 16 0 13401716 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139699160342960 139698797424779 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3363] ppid=3357 vsize=10617796 CPUtime=3.38 cores=1,3,5,7
/proc/3360/task/3363/stat : 3363 (java) S 3357 3360 5091 0 -1 1077944384 3250 0 0 0 305 33 0 0 20 0 16 0 13401717 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698767584400 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3364] ppid=3357 vsize=10617796 CPUtime=3.36 cores=1,3,5,7
/proc/3360/task/3364/stat : 3364 (java) S 3357 3360 5091 0 -1 1077944384 2307 0 0 0 304 32 0 0 20 0 16 0 13401717 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698766531600 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3365] ppid=3357 vsize=10617796 CPUtime=3.37 cores=1,3,5,7
/proc/3360/task/3365/stat : 3365 (java) S 3357 3360 5091 0 -1 1077944384 2613 0 0 0 306 31 0 0 20 0 16 0 13401717 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698765478800 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3366] ppid=3357 vsize=10617796 CPUtime=3.34 cores=1,3,5,7
/proc/3360/task/3366/stat : 3366 (java) S 3357 3360 5091 0 -1 1077944384 2442 0 0 0 301 33 0 0 20 0 16 0 13401717 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698764426000 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3367] ppid=3357 vsize=10617796 CPUtime=1.14 cores=1,3,5,7
/proc/3360/task/3367/stat : 3367 (java) S 3357 3360 5091 0 -1 1077944384 2781 0 0 0 114 0 0 0 20 0 16 0 13401718 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698720151920 139699156118146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3368] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3368/stat : 3368 (java) S 3357 3360 5091 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 13401719 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698719097952 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3369] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3369/stat : 3369 (java) S 3357 3360 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 13401719 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698718045056 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3370] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3370/stat : 3370 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401721 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698716993360 139699156125595 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3371] ppid=3357 vsize=10617796 CPUtime=1.23 cores=1,3,5,7
/proc/3360/task/3371/stat : 3371 (java) S 3357 3360 5091 0 -1 1077944384 2900 0 0 0 123 0 0 0 20 0 16 0 13401721 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698715941744 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3372] ppid=3357 vsize=10617796 CPUtime=1.15 cores=1,3,5,7
/proc/3360/task/3372/stat : 3372 (java) S 3357 3360 5091 0 -1 1077944384 2255 0 0 0 115 0 0 0 20 0 16 0 13401721 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698714888944 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3373] ppid=3357 vsize=10617796 CPUtime=0.26 cores=1,3,5,7
/proc/3360/task/3373/stat : 3373 (java) S 3357 3360 5091 0 -1 1077944384 1746 0 0 0 26 0 0 0 20 0 16 0 13401721 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698713836144 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3374] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3374/stat : 3374 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401722 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698712783584 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3375] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3375/stat : 3375 (java) S 3357 3360 5091 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 13401729 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698711730864 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3376] ppid=3357 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3376/stat : 3376 (java) S 3357 3360 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13402410 10872623104 415750 18446744073709551615 4194304 4196468 140736880267440 139698643133360 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 10617796

[startup+11.6007 s]
/proc/loadavg: 4.20 3.39 3.07 3/210 3376
/proc/meminfo: memFree=23301408/32770624 swapFree=0/227020
[pid=3360] ppid=3357 vsize=10750924 CPUtime=24.2 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 34362 0 0 0 2276 144 0 0 20 0 16 0 13401711 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2687731 415763 3111 1 0 2677192 0
[pid=3360/tid=3362] ppid=3357 vsize=10750924 CPUtime=6.87 cores=1,3,5,7
/proc/3360/task/3362/stat : 3362 (java) S 3357 3360 5091 0 -1 1077944384 12303 0 0 0 677 10 0 0 20 0 16 0 13401716 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139699160347680 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3363] ppid=3357 vsize=10750924 CPUtime=3.38 cores=1,3,5,7
/proc/3360/task/3363/stat : 3363 (java) S 3357 3360 5091 0 -1 1077944384 3250 0 0 0 305 33 0 0 20 0 16 0 13401717 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698767584400 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3364] ppid=3357 vsize=10750924 CPUtime=3.36 cores=1,3,5,7
/proc/3360/task/3364/stat : 3364 (java) S 3357 3360 5091 0 -1 1077944384 2307 0 0 0 304 32 0 0 20 0 16 0 13401717 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698766531600 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3365] ppid=3357 vsize=10750924 CPUtime=3.37 cores=1,3,5,7
/proc/3360/task/3365/stat : 3365 (java) S 3357 3360 5091 0 -1 1077944384 2613 0 0 0 306 31 0 0 20 0 16 0 13401717 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698765478800 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3366] ppid=3357 vsize=10750924 CPUtime=3.34 cores=1,3,5,7
/proc/3360/task/3366/stat : 3366 (java) S 3357 3360 5091 0 -1 1077944384 2442 0 0 0 301 33 0 0 20 0 16 0 13401717 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698764426000 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3367] ppid=3357 vsize=10750924 CPUtime=1.14 cores=1,3,5,7
/proc/3360/task/3367/stat : 3367 (java) S 3357 3360 5091 0 -1 1077944384 2781 0 0 0 114 0 0 0 20 0 16 0 13401718 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698720151920 139699156118146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3368] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3368/stat : 3368 (java) S 3357 3360 5091 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 13401719 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698719097952 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3369] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3369/stat : 3369 (java) S 3357 3360 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 13401719 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698718045056 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3370] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3370/stat : 3370 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401721 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698716993360 139699156125595 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3371] ppid=3357 vsize=10750924 CPUtime=1.23 cores=1,3,5,7
/proc/3360/task/3371/stat : 3371 (java) S 3357 3360 5091 0 -1 1077944384 2900 0 0 0 123 0 0 0 20 0 16 0 13401721 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698715941744 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3372] ppid=3357 vsize=10750924 CPUtime=1.15 cores=1,3,5,7
/proc/3360/task/3372/stat : 3372 (java) S 3357 3360 5091 0 -1 1077944384 2255 0 0 0 115 0 0 0 20 0 16 0 13401721 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698714888944 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3373] ppid=3357 vsize=10750924 CPUtime=0.27 cores=1,3,5,7
/proc/3360/task/3373/stat : 3373 (java) S 3357 3360 5091 0 -1 1077944384 1748 0 0 0 27 0 0 0 20 0 16 0 13401721 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698713836144 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3374] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3374/stat : 3374 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401722 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698712783584 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3375] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3375/stat : 3375 (java) S 3357 3360 5091 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 13401729 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698711730864 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
Current children cumulated CPU time (s) 24.2
Current children cumulated vsize (KiB) 10750924

[startup+11.7006 s]
/proc/loadavg: 4.20 3.39 3.07 3/210 3376
/proc/meminfo: memFree=23301408/32770624 swapFree=0/227020
[pid=3360] ppid=3357 vsize=10750924 CPUtime=24.2 cores=1,3,5,7
/proc/3360/stat : 3360 (java) S 3357 3360 5091 0 -1 1077944320 34362 0 0 0 2276 144 0 0 20 0 16 0 13401711 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 140736880249984 139699156106999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
/proc/3360/statm: 2687731 415763 3111 1 0 2677192 0
[pid=3360/tid=3362] ppid=3357 vsize=10750924 CPUtime=6.87 cores=1,3,5,7
/proc/3360/task/3362/stat : 3362 (java) S 3357 3360 5091 0 -1 1077944384 12303 0 0 0 677 10 0 0 20 0 16 0 13401716 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139699160347680 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3363] ppid=3357 vsize=10750924 CPUtime=3.38 cores=1,3,5,7
/proc/3360/task/3363/stat : 3363 (java) S 3357 3360 5091 0 -1 1077944384 3250 0 0 0 305 33 0 0 20 0 16 0 13401717 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698767584400 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3364] ppid=3357 vsize=10750924 CPUtime=3.36 cores=1,3,5,7
/proc/3360/task/3364/stat : 3364 (java) S 3357 3360 5091 0 -1 1077944384 2307 0 0 0 304 32 0 0 20 0 16 0 13401717 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698766531600 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3365] ppid=3357 vsize=10750924 CPUtime=3.37 cores=1,3,5,7
/proc/3360/task/3365/stat : 3365 (java) S 3357 3360 5091 0 -1 1077944384 2613 0 0 0 306 31 0 0 20 0 16 0 13401717 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698765478800 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3366] ppid=3357 vsize=10750924 CPUtime=3.34 cores=1,3,5,7
/proc/3360/task/3366/stat : 3366 (java) S 3357 3360 5091 0 -1 1077944384 2442 0 0 0 301 33 0 0 20 0 16 0 13401717 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698764426000 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3367] ppid=3357 vsize=10750924 CPUtime=1.14 cores=1,3,5,7
/proc/3360/task/3367/stat : 3367 (java) S 3357 3360 5091 0 -1 1077944384 2781 0 0 0 114 0 0 0 20 0 16 0 13401718 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698720151920 139699156118146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3368] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3368/stat : 3368 (java) S 3357 3360 5091 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 13401719 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698719097952 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3369] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3369/stat : 3369 (java) S 3357 3360 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 13401719 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698718045056 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3370] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3370/stat : 3370 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401721 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698716993360 139699156125595 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3371] ppid=3357 vsize=10750924 CPUtime=1.23 cores=1,3,5,7
/proc/3360/task/3371/stat : 3371 (java) S 3357 3360 5091 0 -1 1077944384 2900 0 0 0 123 0 0 0 20 0 16 0 13401721 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698715941744 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3372] ppid=3357 vsize=10750924 CPUtime=1.15 cores=1,3,5,7
/proc/3360/task/3372/stat : 3372 (java) S 3357 3360 5091 0 -1 1077944384 2255 0 0 0 115 0 0 0 20 0 16 0 13401721 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698714888944 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3373] ppid=3357 vsize=10750924 CPUtime=0.27 cores=1,3,5,7
/proc/3360/task/3373/stat : 3373 (java) S 3357 3360 5091 0 -1 1077944384 1748 0 0 0 27 0 0 0 20 0 16 0 13401721 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698713836144 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3374] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3374/stat : 3374 (java) S 3357 3360 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13401722 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698712783584 139699156117205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
[pid=3360/tid=3375] ppid=3357 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/3360/task/3375/stat : 3375 (java) S 3357 3360 5091 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 16 0 13401729 11008946176 415763 18446744073709551615 4194304 4196468 140736880267440 139698711730864 139699156118146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140736880275890 140736880276043 140736880276043 140736880279503 0
Current children cumulated CPU time (s) 24.2
Current children cumulated vsize (KiB) 10750924

Child status: 0
Real time (s): 11.784
CPU time (s): 24.2326
CPU user time (s): 22.7741
CPU system time (s): 1.45843
CPU usage (%): 205.64
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7741
system time used= 1.45843
maximum resident set size= 1664168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34439
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2215
involuntary context switches= 218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059025 second user time and 0.075257 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 06:09:06
IDJOB=4257987
IDBENCH=126217
IDSOLVER=2643
FILE ID=node129/4257987-1501647786
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-06-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257987-1501647786/watcher-4257987-1501647786 -o /tmp/evaluation-result-4257987-1501647786/solver-4257987-1501647786 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257987-1501647786.xml

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

MD5SUM BENCH= b0c97e0505a0bc7a16ba291a1ac79ec8
RANDOM SEED=445448061

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25607716 kB
MemAvailable:   25760560 kB
Buffers:          119048 kB
Cached:           315164 kB
SwapCached:            0 kB
Active:          6513204 kB
Inactive:         235540 kB
Active(anon):    6314864 kB
Inactive(anon):     8532 kB
Active(file):     198340 kB
Inactive(file):   227008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1636 kB
Writeback:             4 kB
AnonPages:       6272888 kB
Mapped:            42068 kB
Shmem:              8872 kB
Slab:             111532 kB
SReclaimable:      86664 kB
SUnreclaim:        24868 kB
KernelStack:        3424 kB
PageTables:        17020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6673232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6150144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 06:09:18