Trace number 4301721

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-11? (TO) 252.292 170.946

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-13-4-rom_c18.xml
MD5SUM0b51c5bbf7274d342280acfb624bd8bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark251.99
Satisfiable
(Un)Satisfiability was proved
Number of variables481
Number of constraints104
Number of domains5
Minimum domain size2
Maximum domain size129443
Distribution of domain sizes[{"size":2,"count":26},{"size":14,"count":182},{"size":27,"count":169},{"size":129443,"count":104}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":130},{"degree":2,"count":182},{"degree":8,"count":169}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":26},{"arity":17,"count":78}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

252.23/170.90	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
252.23/170.90	c This is free software under the dual EPL/GNU LGPL licenses.
252.23/170.90	c See www.sat4j.org for details.
252.23/170.90	c That software uses the Rhino library from the Mozilla project.
252.23/170.90	c version 2.3.6-SNAPSHOT
252.23/170.90	c java.runtime.name	Java(TM) SE Runtime Environment
252.23/170.90	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
252.23/170.90	c java.vm.version	25.131-b11
252.23/170.90	c java.vm.vendor	Oracle Corporation
252.23/170.90	c sun.arch.data.model	64
252.23/170.90	c java.version		1.8.0_131
252.23/170.90	c os.name		Linux
252.23/170.90	c os.version		3.10.0-514.16.1.el7.x86_64
252.23/170.90	c os.arch		amd64
252.23/170.90	c Free memory 		499604488
252.23/170.90	c Max memory 		7247757312
252.23/170.90	c Total memory 		504889344
252.23/170.90	c Number of processors 	4
252.23/170.90	c c --- Begin Solver configuration ---
252.23/170.90	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
252.23/170.90	c Learn all clauses as in MiniSAT
252.23/170.90	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
252.23/170.90	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
252.23/170.90	c No reason simplification
252.23/170.90	c Glucose 2.1 dynamic restart strategy
252.23/170.90	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
252.23/170.90	c timeout=2147483s
252.23/170.90	c DB Simplification allowed=false
252.23/170.90	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
252.23/170.90	c --- End Solver configuration ---
252.23/170.90	c starts		: 0
252.23/170.90	c conflicts		: 0
252.23/170.90	c decisions		: 0
252.23/170.90	c propagations		: 0
252.23/170.90	c inspects		: 0
252.23/170.90	c shortcuts		: 0
252.23/170.90	c learnt literals	: 0
252.23/170.90	c learnt binary clauses	: 0
252.23/170.90	c learnt ternary clauses	: 0
252.23/170.90	c learnt constraints	: 0
252.23/170.90	c ignored constraints	: 0
252.23/170.91	c root simplifications	: 0
252.23/170.91	c removed literals (reason simplification)	: 0
252.23/170.91	c reason swapping (by a shorter reason)	: 0
252.23/170.91	c Calls to reduceDB	: 0
252.23/170.91	c Number of update (reduction) of LBD	: 0
252.23/170.91	c Imported unit clauses	: 0
252.23/170.91	c number of reductions to clauses (during analyze)	: 0
252.23/170.91	c number of learned constraints concerned by reduction	: 0
252.23/170.91	c number of learning phase by resolution	: 0
252.23/170.91	c number of learning phase by cutting planes	: 0
252.23/170.91	c number of rounding to 1 operations	: 0
252.23/170.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.23/170.91	c number of reductions of the coefficients by power 2 	: 0
252.23/170.91	c number of right shift for reduction by power 2 	: 0
252.23/170.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.23/170.91	c number of ending skipping 	: 0
252.23/170.91	c number of internal skipping 	: 0
252.23/170.91	c number of derivation steps 	: 0
252.23/170.91	c number of skipped derivation steps 	: 0
252.23/170.91	c number of remaining unassigned 	: 0
252.23/170.91	c number of remaining assigned 	: 0
252.23/170.91	c speed (assignments/second)	: 0.0
252.23/170.91	c non guided choices	: 0
252.23/170.91	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301721-1532883978/watcher-4301721-1532883978 -o /tmp/evaluation-result-4301721-1532883978/solver-4301721-1532883978 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301721-1532883978.xml 

running on 4 cores: 0,2,4,6

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

solver pid=10745, runsolver pid=10742

[startup+0.100092 s]*
/proc/loadavg: 1.60 2.67 2.20 3/216 10760
/proc/meminfo: memFree=20467056/32770624 swapFree=67028784/67108860
[pid=10745] ppid=10742 vsize=10659012 memory=30112 CPUtime=0.12 cores=0,2,4,6
/proc/10745/stat : 10745 (java) S 10742 10745 10029 0 -1 1077944320 6598 0 0 0 11 1 0 0 20 0 15 0 105961100 10914828288 7528 33554432000 4194304 4196468 140728167839520 140728167822064 139659405844215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
/proc/10745/statm: 2664753 7528 2844 1 0 2627263 0
[pid=10745/tid=10747] ppid=10742 vsize=10659012 memory=-8773748148830246018 CPUtime=0.09 cores=0,2,4,6
/proc/10745/task/10747/stat : 10747 (java) R 10742 10745 10029 0 -1 4202560 4431 0 0 0 8 1 0 0 20 0 15 0 105961101 10914828288 7528 33554432000 4194304 4196468 140728167839520 139659410065344 139659390157788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 7528 33554432000 4194304 4196468 140728167839520 139659331918864 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 7528 33554432000 4194304 4196468 140728167839520 139659330866320 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) S 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 7528 33554432000 4194304 4196468 140728167839520 139659329813264 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) S 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 7528 33554432000 4194304 4196468 140728167839520 139659328760720 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961103 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658896959728 139659405855362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10753] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10753/stat : 10753 (java) S 10742 10745 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105961103 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658895905952 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10754] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10754/stat : 10754 (java) S 10742 10745 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105961104 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658894852848 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10755] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10755/stat : 10755 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658893801424 139659405862811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10756] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10756/stat : 10756 (java) S 10742 10745 10029 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658892749552 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10757] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10757/stat : 10757 (java) S 10742 10745 10029 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658891697008 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10758] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0.02 cores=0,2,4,6
/proc/10745/task/10758/stat : 10758 (java) R 10742 10745 10029 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 105961106 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658890643952 139659405865562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10759] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10759/stat : 10759 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658889591648 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10760] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10760/stat : 10760 (java) R 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 7528 33554432000 4194304 4196468 140728167839520 139658888538672 139659405855362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30112 KiB

[startup+0.210953 s]*
/proc/loadavg: 1.60 2.67 2.20 7/216 10760
/proc/meminfo: memFree=20455768/32770624 swapFree=67028784/67108860
[pid=10745] ppid=10742 vsize=10659012 memory=42076 CPUtime=0.33 cores=0,2,4,6
/proc/10745/stat : 10745 (java) S 10742 10745 10029 0 -1 1077944320 8109 0 0 0 31 2 0 0 20 0 15 0 105961100 10914828288 10519 33554432000 4194304 4196468 140728167839520 140728167822064 139659405844215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
/proc/10745/statm: 2664753 10519 3008 1 0 2627263 0
[pid=10745/tid=10747] ppid=10742 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10745/task/10747/stat : 10747 (java) R 10742 10745 10029 0 -1 4202560 5012 0 0 0 19 1 0 0 20 0 15 0 105961101 10914828288 10519 33554432000 4194304 4196468 140728167839520 139659410071472 139659389887845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 10519 33554432000 4194304 4196468 140728167839520 139659331918864 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10659012 memory=3545937760664000160 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 10519 33554432000 4194304 4196468 140728167839520 139659330866320 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) S 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 10519 33554432000 4194304 4196468 140728167839520 139659329813264 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) S 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 10519 33554432000 4194304 4196468 140728167839520 139659328760720 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961103 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658896959728 139659405855362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10753] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10753/stat : 10753 (java) S 10742 10745 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105961103 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658895905952 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10754] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10754/stat : 10754 (java) S 10742 10745 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105961104 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658894852848 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10755] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10755/stat : 10755 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658893801424 139659405862811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10756] ppid=10742 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10745/task/10756/stat : 10756 (java) S 10742 10745 10029 0 -1 1077944384 665 0 0 0 2 0 0 0 20 0 15 0 105961106 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658892749552 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10757] ppid=10742 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10745/task/10757/stat : 10757 (java) S 10742 10745 10029 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 105961106 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658891697008 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10758] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0.07 cores=0,2,4,6
/proc/10745/task/10758/stat : 10758 (java) R 10742 10745 10029 0 -1 4202560 711 0 0 0 7 0 0 0 20 0 15 0 105961106 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658890643952 139659384648652 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10759] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10759/stat : 10759 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658889591648 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10760] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10760/stat : 10760 (java) S 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 10519 33554432000 4194304 4196468 140728167839520 139658888538672 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42076 KiB

[startup+0.310469 s]*
/proc/loadavg: 1.60 2.67 2.20 5/216 10760
/proc/meminfo: memFree=20428712/32770624 swapFree=67028784/67108860
[pid=10745] ppid=10742 vsize=10659012 memory=68864 CPUtime=0.51 cores=0,2,4,6
/proc/10745/stat : 10745 (java) S 10742 10745 10029 0 -1 1077944320 8676 0 0 0 48 3 0 0 20 0 15 0 105961100 10914828288 17216 33554432000 4194304 4196468 140728167839520 140728167822064 139659405844215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
/proc/10745/statm: 2664753 17216 3023 1 0 2627263 0
[pid=10745/tid=10747] ppid=10742 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/10745/task/10747/stat : 10747 (java) R 10742 10745 10029 0 -1 4202560 5361 0 0 0 28 2 0 0 20 0 15 0 105961101 10914828288 17216 33554432000 4194304 4196468 140728167839520 139659410056160 139659405866141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10659012 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 17216 33554432000 4194304 4196468 140728167839520 139659331918864 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10659012 memory=3546214837594199712 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 17216 33554432000 4194304 4196468 140728167839520 139659330866320 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) S 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 17216 33554432000 4194304 4196468 140728167839520 139659329813264 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) S 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961102 10914828288 17216 33554432000 4194304 4196468 140728167839520 139659328760720 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105961103 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658896959728 139659405855362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10753] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10753/stat : 10753 (java) S 10742 10745 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105961103 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658895905952 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10754] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10754/stat : 10754 (java) S 10742 10745 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105961104 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658894852848 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10755] ppid=10742 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10755/stat : 10755 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658893801424 139659405862811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10756] ppid=10742 vsize=10659012 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10745/task/10756/stat : 10756 (java) R 10742 10745 10029 0 -1 4202560 826 0 0 0 5 0 0 0 20 0 15 0 105961106 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658892749552 139659391858599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10757] ppid=10742 vsize=10659012 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/10745/task/10757/stat : 10757 (java) S 10742 10745 10029 0 -1 1077944384 373 0 0 0 3 0 0 0 20 0 15 0 105961106 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658891697008 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10758] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0.11 cores=0,2,4,6
/proc/10745/task/10758/stat : 10758 (java) S 10742 10745 10029 0 -1 1077944384 749 0 0 0 11 0 0 0 20 0 15 0 105961106 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658890643952 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10759] ppid=10742 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10759/stat : 10759 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658889591648 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10760] ppid=10742 vsize=10659012 memory=140097454446208 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10760/stat : 10760 (java) S 10742 10745 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105961106 10914828288 17216 33554432000 4194304 4196468 140728167839520 139658888538672 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 68864 KiB

[startup+0.706162 s]
/proc/loadavg: 1.60 2.67 2.20 6/216 10760
/proc/meminfo: memFree=20208460/32770624 swapFree=67028784/67108860
[pid=10745] ppid=10742 vsize=10659088 memory=368220 CPUtime=1.49 cores=0,2,4,6
/proc/10745/stat : 10745 (java) S 10742 10745 10029 0 -1 1077944320 11881 0 0 0 122 27 0 0 20 0 15 0 105961100 10914906112 92055 33554432000 4194304 4196468 140728167839520 140728167822064 139659405844215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
/proc/10745/statm: 2664772 92055 3111 1 0 2627263 0
[pid=10745/tid=10747] ppid=10742 vsize=10659088 memory=186276825283935 CPUtime=0.57 cores=0,2,4,6
/proc/10745/task/10747/stat : 10747 (java) S 10742 10745 10029 0 -1 1077944384 5863 0 0 0 51 6 0 0 20 0 15 0 105961101 10914906112 92055 33554432000 4194304 4196468 140728167839520 139659410081456 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10659088 memory=446152 CPUtime=0.08 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) R 10742 10745 10029 0 -1 4202560 74 0 0 0 4 4 0 0 20 0 15 0 105961102 10914906112 92055 33554432000 4194304 4196468 140728167839520 139659331918984 139659398946932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) R 10742 10745 10029 0 -1 4202560 155 0 0 0 4 4 0 0 20 0 15 0 105961102 10914906112 92055 33554432000 4194304 4196468 140728167839520 139659330866520 139659398946932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10659088 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) R 10742 10745 10029 0 -1 4202560 180 0 0 0 5 4 0 0 20 0 15 0 105961102 10914906112 92055 33554432000 4194304 4196468 140728167839520 139659329813464 139659398946932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10659088 memory=7809523229951467572 CPUtime=0.09 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) R 10742 10745 10029 0 -1 4202560 184 0 0 0 5 4 0 0 20 0 15 0 105961102 10914906112 92055 33554432000 4194304 4196468 140728167839520 139659328760840 139659398947258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105961103 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658896958240 139659405854421 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10753] ppid=10742 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10753/stat : 10753 (java) S 10742 10745 10029 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 105961103 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658895905952 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10754] ppid=10742 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10754/stat : 10754 (java) S 10742 10745 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105961104 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658894852848 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10755] ppid=10742 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10755/stat : 10755 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658893801424 139659405862811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10756] ppid=10742 vsize=10659088 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/10745/task/10756/stat : 10756 (java) S 10742 10745 10029 0 -1 1077944384 1094 0 0 0 15 0 0 0 20 0 15 0 105961106 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658892749312 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10757] ppid=10742 vsize=10659088 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/10745/task/10757/stat : 10757 (java) R 10742 10745 10029 0 -1 4202560 1476 0 0 0 18 0 0 0 20 0 15 0 105961106 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658891682888 139659387366031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10758] ppid=10742 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/10745/task/10758/stat : 10758 (java) S 10742 10745 10029 0 -1 1077944384 1408 0 0 0 17 0 0 0 20 0 15 0 105961106 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658890643952 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10759] ppid=10742 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10759/stat : 10759 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658889591648 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10760] ppid=10742 vsize=10659088 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10760/stat : 10760 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914906112 92055 33554432000 4194304 4196468 140728167839520 139658888538672 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 368220 KiB

[startup+1.50119 s]
/proc/loadavg: 1.71 2.68 2.21 5/216 10760
/proc/meminfo: memFree=20074732/32770624 swapFree=67028784/67108860
[pid=10745] ppid=10742 vsize=10659088 memory=630132 CPUtime=3.31 cores=0,2,4,6
/proc/10745/stat : 10745 (java) S 10742 10745 10029 0 -1 1077944320 13928 0 0 0 296 35 0 0 20 0 15 0 105961100 10914906112 157533 33554432000 4194304 4196468 140728167839520 140728167822064 139659405844215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
/proc/10745/statm: 2664772 157533 3140 1 0 2627263 0
[pid=10745/tid=10747] ppid=10742 vsize=10659088 memory=9169 CPUtime=1.25 cores=0,2,4,6
/proc/10745/task/10747/stat : 10747 (java) R 10742 10745 10029 0 -1 4202560 5931 0 0 0 118 7 0 0 20 0 15 0 105961101 10914906112 157533 33554432000 4194304 4196468 140728167839520 139659410079512 139659001452903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10659088 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) S 10742 10745 10029 0 -1 1077944384 115 0 0 0 12 5 0 0 20 0 15 0 105961102 10914906112 157533 33554432000 4194304 4196468 140728167839520 139659331918864 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) S 10742 10745 10029 0 -1 1077944384 681 0 0 0 13 6 0 0 20 0 15 0 105961102 10914906112 157533 33554432000 4194304 4196468 140728167839520 139659330866320 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) S 10742 10745 10029 0 -1 1077944384 287 0 0 0 13 6 0 0 20 0 15 0 105961102 10914906112 157533 33554432000 4194304 4196468 140728167839520 139659329813264 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10659088 memory=6943526294502006880 CPUtime=0.2 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) S 10742 10745 10029 0 -1 1077944384 354 0 0 0 13 7 0 0 20 0 15 0 105961102 10914906112 157533 33554432000 4194304 4196468 140728167839520 139659328760720 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 524 0 0 0 0 0 0 0 20 0 15 0 105961103 10914906112 157533 33554432000 4194304 4196468 140728167839520 139658896959728 139659405855362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0

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

/proc/10745/task/10747/stat : 10747 (java) R 10742 10745 10029 0 -1 4202560 24933 0 0 0 12888 20 0 0 20 0 15 0 105961101 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659410081856 139658998915858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10659088 memory=6686776 CPUtime=26.55 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) S 10742 10745 10029 0 -1 1077944384 33691 0 0 0 2507 148 0 0 20 0 15 0 105961102 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659331918864 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10659088 memory=6686776 CPUtime=26.48 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) S 10742 10745 10029 0 -1 1077944384 31255 0 0 0 2506 142 0 0 20 0 15 0 105961102 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659330866320 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10659088 memory=6686780 CPUtime=26.43 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) S 10742 10745 10029 0 -1 1077944384 28607 0 0 0 2505 138 0 0 20 0 15 0 105961102 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659329813264 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10659088 memory=3544 CPUtime=26.44 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) S 10742 10745 10029 0 -1 1077944384 35819 0 0 0 2504 140 0 0 20 0 15 0 105961102 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659328760720 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10659088 memory=6686780 CPUtime=5.93 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 21866 0 0 0 590 3 0 0 20 0 15 0 105961103 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658896959728 139659405855362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 34 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10753] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10753/stat : 10753 (java) S 10742 10745 10029 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105961103 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658895906016 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10754] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10754/stat : 10754 (java) S 10742 10745 10029 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105961104 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658894852848 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10755] ppid=10742 vsize=10659088 memory=6686776 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10755/stat : 10755 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658893801424 139659405862811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10756] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0.85 cores=0,2,4,6
/proc/10745/task/10756/stat : 10756 (java) S 10742 10745 10029 0 -1 1077944384 3279 0 0 0 84 1 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658892749552 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10757] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0.99 cores=0,2,4,6
/proc/10745/task/10757/stat : 10757 (java) S 10742 10745 10029 0 -1 1077944384 2991 0 0 0 98 1 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658891697008 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10758] ppid=10742 vsize=10659088 memory=6686776 CPUtime=0.37 cores=0,2,4,6
/proc/10745/task/10758/stat : 10758 (java) S 10742 10745 10029 0 -1 1077944384 4776 0 0 0 36 1 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658890643952 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10759] ppid=10742 vsize=10659088 memory=6686776 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10759/stat : 10759 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658889591648 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10760] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0.12 cores=0,2,4,6
/proc/10745/task/10760/stat : 10760 (java) S 10742 10745 10029 0 -1 1077944384 459 0 0 0 6 6 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658888538672 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
Current children cumulated CPU time: 243.32 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6686780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+170.701 s]
/proc/loadavg: 1.67 2.30 2.15 3/215 10840
/proc/meminfo: memFree=16308704/32770624 swapFree=67028784/67108860
[pid=10745] ppid=10742 vsize=10659088 memory=6686780 CPUtime=252.03 cores=0,2,4,6
/proc/10745/stat : 10745 (java) S 10742 10745 10029 0 -1 1077944320 189567 0 0 0 24600 603 0 0 20 0 15 0 105961100 10914906112 1671695 33554432000 4194304 4196468 140728167839520 140728167822064 139659405844215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
/proc/10745/statm: 2664772 1671695 3157 1 0 2627263 0
[pid=10745/tid=10747] ppid=10742 vsize=10659088 memory=6686780 CPUtime=137.37 cores=0,2,4,6
/proc/10745/task/10747/stat : 10747 (java) R 10742 10745 10029 0 -1 4202560 24941 0 0 0 13717 20 0 0 20 0 15 0 105961101 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659410081744 139659391912334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10659088 memory=6686776 CPUtime=26.65 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) S 10742 10745 10029 0 -1 1077944384 33891 0 0 0 2517 148 0 0 20 0 15 0 105961102 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659331918864 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10659088 memory=6686780 CPUtime=26.58 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) S 10742 10745 10029 0 -1 1077944384 31507 0 0 0 2516 142 0 0 20 0 15 0 105961102 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659330866320 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10659088 memory=6686780 CPUtime=26.53 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) S 10742 10745 10029 0 -1 1077944384 28617 0 0 0 2515 138 0 0 20 0 15 0 105961102 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659329813264 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10659088 memory=6686780 CPUtime=26.54 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) S 10742 10745 10029 0 -1 1077944384 35827 0 0 0 2514 140 0 0 20 0 15 0 105961102 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139659328760720 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10659088 memory=2642 CPUtime=5.94 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 21866 0 0 0 591 3 0 0 20 0 15 0 105961103 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658896959728 139659405855362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10753] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10753/stat : 10753 (java) S 10742 10745 10029 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105961103 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658895906016 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10754] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10754/stat : 10754 (java) S 10742 10745 10029 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105961104 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658894852848 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10755] ppid=10742 vsize=10659088 memory=56 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10755/stat : 10755 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658893801424 139659405862811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10756] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0.85 cores=0,2,4,6
/proc/10745/task/10756/stat : 10756 (java) S 10742 10745 10029 0 -1 1077944384 3279 0 0 0 84 1 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658892749552 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10757] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0.99 cores=0,2,4,6
/proc/10745/task/10757/stat : 10757 (java) S 10742 10745 10029 0 -1 1077944384 2991 0 0 0 98 1 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658891697008 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10758] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0.37 cores=0,2,4,6
/proc/10745/task/10758/stat : 10758 (java) S 10742 10745 10029 0 -1 1077944384 4776 0 0 0 36 1 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658890643952 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10759] ppid=10742 vsize=10659088 memory=1876 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10759/stat : 10759 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658889591648 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10760] ppid=10742 vsize=10659088 memory=6686780 CPUtime=0.12 cores=0,2,4,6
/proc/10745/task/10760/stat : 10760 (java) S 10742 10745 10029 0 -1 1077944384 459 0 0 0 6 6 0 0 20 0 15 0 105961106 10914906112 1671695 33554432000 4194304 4196468 140728167839520 139658888538672 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6686780 KiB

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

[startup+170.946 s]
# the end of solver process 10745 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.224 s, system=6.06783 s

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

[startup+170.806 s]
/proc/loadavg: 1.67 2.30 2.15 3/215 10840
/proc/meminfo: memFree=16308704/32770624 swapFree=67028784/67108860
[pid=10745] ppid=10742 vsize=10858780 memory=6687080 CPUtime=252.14 cores=0,2,4,6
/proc/10745/stat : 10745 (java) S 10742 10745 10029 0 -1 1077944320 190260 0 0 0 24611 603 0 0 20 0 17 0 105961100 11119390720 1671770 33554432000 4194304 4196468 140728167839520 140728167822064 139659405844215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
/proc/10745/statm: 2714695 1671770 3159 1 0 2677186 0
[pid=10745/tid=10747] ppid=10742 vsize=10858780 memory=6791534058613427641 CPUtime=137.48 cores=0,2,4,6
/proc/10745/task/10747/stat : 10747 (java) R 10742 10745 10029 0 -1 4202560 24941 0 0 0 13728 20 0 0 20 0 17 0 105961101 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659410081744 139658998915870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10858780 memory=288230621803970871 CPUtime=26.65 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) S 10742 10745 10029 0 -1 1077944384 33891 0 0 0 2517 148 0 0 20 0 17 0 105961102 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659331918864 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10858780 memory=15816686058080632 CPUtime=26.58 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) S 10742 10745 10029 0 -1 1077944384 31507 0 0 0 2516 142 0 0 20 0 17 0 105961102 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659330866320 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10858780 memory=3008 CPUtime=26.53 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) S 10742 10745 10029 0 -1 1077944384 28617 0 0 0 2515 138 0 0 20 0 17 0 105961102 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659329813264 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10858780 memory=0 CPUtime=26.54 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) S 10742 10745 10029 0 -1 1077944384 35827 0 0 0 2514 140 0 0 20 0 17 0 105961102 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659328760720 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10858780 memory=11204 CPUtime=5.94 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 21866 0 0 0 591 3 0 0 20 0 17 0 105961103 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658896959728 139659405855362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10753] ppid=10742 vsize=10858780 memory=7451875539735833704 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10753/stat : 10753 (java) S 10742 10745 10029 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 105961103 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658895906016 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10754] ppid=10742 vsize=10858780 memory=5933598527785234274 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10754/stat : 10754 (java) S 10742 10745 10029 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 105961104 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658894852848 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10755] ppid=10742 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10755/stat : 10755 (java) S 10742 10745 10029 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658893801424 139659405862811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10756] ppid=10742 vsize=10858780 memory=7882236606020014678 CPUtime=0.85 cores=0,2,4,6
/proc/10745/task/10756/stat : 10756 (java) S 10742 10745 10029 0 -1 1077944384 3279 0 0 0 84 1 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658892749552 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10757] ppid=10742 vsize=10858780 memory=6944656592455359580 CPUtime=0.99 cores=0,2,4,6
/proc/10745/task/10757/stat : 10757 (java) S 10742 10745 10029 0 -1 1077944384 2991 0 0 0 98 1 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658891697008 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10758] ppid=10742 vsize=10858780 memory=6944656592455097440 CPUtime=0.37 cores=0,2,4,6
/proc/10745/task/10758/stat : 10758 (java) S 10742 10745 10029 0 -1 1077944384 5011 0 0 0 36 1 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658890643952 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10759] ppid=10742 vsize=10858780 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10759/stat : 10759 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658889591648 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10760] ppid=10742 vsize=10858780 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10745/task/10760/stat : 10760 (java) S 10742 10745 10029 0 -1 1077944384 459 0 0 0 6 6 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658888538672 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
Current children cumulated CPU time: 252.14 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 6687080 KiB

[startup+170.901 s]
/proc/loadavg: 1.67 2.30 2.15 3/215 10840
/proc/meminfo: memFree=16308704/32770624 swapFree=67028784/67108860
[pid=10745] ppid=10742 vsize=10858780 memory=6687080 CPUtime=252.23 cores=0,2,4,6
/proc/10745/stat : 10745 (java) S 10742 10745 10029 0 -1 1077944320 190260 0 0 0 24620 603 0 0 20 0 17 0 105961100 11119390720 1671770 33554432000 4194304 4196468 140728167839520 140728167822064 139659405844215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
/proc/10745/statm: 2714695 1671770 3159 1 0 2677186 0
[pid=10745/tid=10747] ppid=10742 vsize=10858780 memory=56 CPUtime=137.57 cores=0,2,4,6
/proc/10745/task/10747/stat : 10747 (java) R 10742 10745 10029 0 -1 4202560 24941 0 0 0 13737 20 0 0 20 0 17 0 105961101 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659410081744 139658998915846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10748] ppid=10742 vsize=10858780 memory=6686780 CPUtime=26.65 cores=0,2,4,6
/proc/10745/task/10748/stat : 10748 (java) S 10742 10745 10029 0 -1 1077944384 33891 0 0 0 2517 148 0 0 20 0 17 0 105961102 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659331918864 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10749] ppid=10742 vsize=10858780 memory=2642 CPUtime=26.58 cores=0,2,4,6
/proc/10745/task/10749/stat : 10749 (java) S 10742 10745 10029 0 -1 1077944384 31507 0 0 0 2516 142 0 0 20 0 17 0 105961102 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659330866320 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10750] ppid=10742 vsize=10858780 memory=6686780 CPUtime=26.53 cores=0,2,4,6
/proc/10745/task/10750/stat : 10750 (java) S 10742 10745 10029 0 -1 1077944384 28617 0 0 0 2515 138 0 0 20 0 17 0 105961102 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659329813264 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10751] ppid=10742 vsize=10858780 memory=6686780 CPUtime=26.54 cores=0,2,4,6
/proc/10745/task/10751/stat : 10751 (java) S 10742 10745 10029 0 -1 1077944384 35827 0 0 0 2514 140 0 0 20 0 17 0 105961102 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139659328760720 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10752] ppid=10742 vsize=10858780 memory=6686780 CPUtime=5.94 cores=0,2,4,6
/proc/10745/task/10752/stat : 10752 (java) S 10742 10745 10029 0 -1 1077944384 21866 0 0 0 591 3 0 0 20 0 17 0 105961103 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658896959728 139659405855362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10753] ppid=10742 vsize=10858780 memory=6686776 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10753/stat : 10753 (java) S 10742 10745 10029 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 105961103 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658895906016 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10754] ppid=10742 vsize=10858780 memory=6686780 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10754/stat : 10754 (java) S 10742 10745 10029 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 105961104 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658894852848 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10755] ppid=10742 vsize=10858780 memory=6686780 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10755/stat : 10755 (java) S 10742 10745 10029 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658893801424 139659405862811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10756] ppid=10742 vsize=10858780 memory=6686780 CPUtime=0.85 cores=0,2,4,6
/proc/10745/task/10756/stat : 10756 (java) S 10742 10745 10029 0 -1 1077944384 3279 0 0 0 84 1 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658892749552 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10757] ppid=10742 vsize=10858780 memory=6686780 CPUtime=0.99 cores=0,2,4,6
/proc/10745/task/10757/stat : 10757 (java) S 10742 10745 10029 0 -1 1077944384 2991 0 0 0 98 1 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658891697008 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10758] ppid=10742 vsize=10858780 memory=1876 CPUtime=0.37 cores=0,2,4,6
/proc/10745/task/10758/stat : 10758 (java) S 10742 10745 10029 0 -1 1077944384 5011 0 0 0 36 1 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658890643952 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10759] ppid=10742 vsize=10858780 memory=6686780 CPUtime=0 cores=0,2,4,6
/proc/10745/task/10759/stat : 10759 (java) S 10742 10745 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658889591648 139659405854421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
[pid=10745/tid=10760] ppid=10742 vsize=10858780 memory=6686780 CPUtime=0.12 cores=0,2,4,6
/proc/10745/task/10760/stat : 10760 (java) S 10742 10745 10029 0 -1 1077944384 459 0 0 0 6 6 0 0 20 0 17 0 105961106 11119390720 1671770 33554432000 4194304 4196468 140728167839520 139658888538672 139659405855362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 20676608 140728167847030 140728167847182 140728167847182 140728167849935 0
Current children cumulated CPU time: 252.23 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 6687080 KiB

Child status: 143
Real time (s): 170.946
CPU time (s): 252.292
CPU user time (s): 246.224
CPU system time (s): 6.06783
CPU usage (%): 147.586
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 6687080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.224
system time used= 6.06783
maximum resident set size= 6687472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190539
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9852
involuntary context switches= 1718


# summary of solver processes directly reported to runsolver:
#   pid: 10745
#   total CPU time (s): 252.292
#   total CPU user time (s): 246.224
#   total CPU system time (s): 6.06783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1144 second user time and 1.75107 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:06:19
IDJOB=4301721
IDBENCH=141310
IDSOLVER=2773
FILE ID=node102/4301721-1532883978
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52828 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-4-rom_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301721-1532883978/watcher-4301721-1532883978 -o /tmp/evaluation-result-4301721-1532883978/solver-4301721-1532883978 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301721-1532883978.xml

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=918900207

node102.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.51
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.51
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.51
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.51
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:        20483100 kB
MemAvailable:   25793124 kB
Buffers:          230340 kB
Cached:          5324156 kB
SwapCached:        53068 kB
Active:          7445668 kB
Inactive:        4306988 kB
Active(anon):    6124384 kB
Inactive(anon):    99168 kB
Active(file):    1321284 kB
Inactive(file):  4207820 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028784 kB
Dirty:             90880 kB
Writeback:             0 kB
AnonPages:       6152524 kB
Mapped:            49504 kB
Shmem:             22548 kB
Slab:             222660 kB
SReclaimable:     193508 kB
SUnreclaim:        29152 kB
KernelStack:        3536 kB
PageTables:        17380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7348128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5541888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52884 MiB
End job on node102 at 2018-07-29 19:09:10