Trace number 4301700

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.298 227.147

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark252.402
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301700-1532883750/watcher-4301700-1532883750 -o /tmp/evaluation-result-4301700-1532883750/solver-4301700-1532883750 -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-4301700-1532883750.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=10589, runsolver pid=10586

[startup+0.10006 s]*
/proc/loadavg: 5.40 3.49 2.24 6/218 10604
/proc/meminfo: memFree=22692008/32770624 swapFree=67028784/67108860
[pid=10589] ppid=10586 vsize=10659012 memory=30064 CPUtime=0.12 cores=0,2,4,6
/proc/10589/stat : 10589 (java) S 10586 10589 10029 0 -1 1077944320 6605 0 0 0 11 1 0 0 20 0 15 0 105938214 10914828288 7516 33554432000 4194304 4196468 140721672574720 140721672557264 140514137661175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
/proc/10589/statm: 2664753 7516 2839 1 0 2627263 0
[pid=10589/tid=10591] ppid=10586 vsize=10659012 memory=-8773748148829851523 CPUtime=0.09 cores=0,2,4,6
/proc/10589/task/10591/stat : 10591 (java) R 10586 10589 10029 0 -1 4202560 4423 0 0 0 8 1 0 0 20 0 15 0 105938214 10914828288 7516 33554432000 4194304 4196468 140721672574720 140514141882304 140514121741662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10592] ppid=10586 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10592/stat : 10592 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 7516 33554432000 4194304 4196468 140721672574720 140514090281488 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10593] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10593/stat : 10593 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 7516 33554432000 4194304 4196468 140721672574720 140514089228944 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10594] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10594/stat : 10594 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 7516 33554432000 4194304 4196468 140721672574720 140514088175888 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10595] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10595/stat : 10595 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 7516 33554432000 4194304 4196468 140721672574720 140514087123344 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513697524464 140514137672322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10597] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10597/stat : 10597 (java) S 10586 10589 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513696470688 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10598] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10598/stat : 10598 (java) S 10586 10589 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513695417584 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10599] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10599/stat : 10599 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938219 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513694366160 140514137679771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10600] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10600/stat : 10600 (java) S 10586 10589 10029 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 105938220 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513693313264 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10601] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10601/stat : 10601 (java) S 10586 10589 10029 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 105938220 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513692260720 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10602] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0.02 cores=0,2,4,6
/proc/10589/task/10602/stat : 10602 (java) S 10586 10589 10029 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 105938220 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513691207664 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10603] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10603/stat : 10603 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938220 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513690155360 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10604] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10604/stat : 10604 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938220 10914828288 7516 33554432000 4194304 4196468 140721672574720 140513689103408 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30064 KiB

[startup+0.210784 s]*
/proc/loadavg: 5.40 3.49 2.24 8/218 10604
/proc/meminfo: memFree=22680396/32770624 swapFree=67028784/67108860
[pid=10589] ppid=10586 vsize=10659012 memory=42036 CPUtime=0.34 cores=0,2,4,6
/proc/10589/stat : 10589 (java) S 10586 10589 10029 0 -1 1077944320 8096 0 0 0 32 2 0 0 20 0 15 0 105938214 10914828288 10509 33554432000 4194304 4196468 140721672574720 140721672557264 140514137661175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
/proc/10589/statm: 2664753 10509 3007 1 0 2627263 0
[pid=10589/tid=10591] ppid=10586 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10589/task/10591/stat : 10591 (java) R 10586 10589 10029 0 -1 4202560 5001 0 0 0 19 1 0 0 20 0 15 0 105938214 10914828288 10509 33554432000 4194304 4196468 140721672574720 140514141897776 140514137682522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10592] ppid=10586 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10592/stat : 10592 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 10509 33554432000 4194304 4196468 140721672574720 140514090281488 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10593] ppid=10586 vsize=10659012 memory=288370849360852608 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10593/stat : 10593 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 10509 33554432000 4194304 4196468 140721672574720 140514089228944 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10594] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10594/stat : 10594 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 10509 33554432000 4194304 4196468 140721672574720 140514088175888 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10595] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10595/stat : 10595 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 10509 33554432000 4194304 4196468 140721672574720 140514087123344 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513697524464 140514137672322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10597] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10597/stat : 10597 (java) S 10586 10589 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513696470688 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10598] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10598/stat : 10598 (java) S 10586 10589 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513695417584 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10599] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10599/stat : 10599 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938219 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513694366160 140514137679771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10600] ppid=10586 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10589/task/10600/stat : 10600 (java) S 10586 10589 10029 0 -1 1077944384 508 0 0 0 1 0 0 0 20 0 15 0 105938220 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513693313264 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10601] ppid=10586 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10589/task/10601/stat : 10601 (java) S 10586 10589 10029 0 -1 1077944384 487 0 0 0 2 0 0 0 20 0 15 0 105938220 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513692260720 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10602] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0.07 cores=0,2,4,6
/proc/10589/task/10602/stat : 10602 (java) R 10586 10589 10029 0 -1 4202560 734 0 0 0 7 0 0 0 20 0 15 0 105938220 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513691207664 140514137682522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10603] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10603/stat : 10603 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938220 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513690155360 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10604] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10604/stat : 10604 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938220 10914828288 10509 33554432000 4194304 4196468 140721672574720 140513689103408 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42036 KiB

[startup+0.31064 s]*
/proc/loadavg: 5.40 3.49 2.24 8/218 10604
/proc/meminfo: memFree=22665008/32770624 swapFree=67028784/67108860
[pid=10589] ppid=10586 vsize=10659012 memory=63496 CPUtime=0.52 cores=0,2,4,6
/proc/10589/stat : 10589 (java) S 10586 10589 10029 0 -1 1077944320 8823 0 0 0 50 2 0 0 20 0 15 0 105938214 10914828288 15874 33554432000 4194304 4196468 140721672574720 140721672557264 140514137661175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
/proc/10589/statm: 2664753 15874 3034 1 0 2627263 0
[pid=10589/tid=10591] ppid=10586 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/10589/task/10591/stat : 10591 (java) R 10586 10589 10029 0 -1 4202560 5343 0 0 0 29 1 0 0 20 0 15 0 105938214 10914828288 15874 33554432000 4194304 4196468 140721672574720 140514141899408 140514137683101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10592] ppid=10586 vsize=10659012 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10592/stat : 10592 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 15874 33554432000 4194304 4196468 140721672574720 140514090281488 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10593] ppid=10586 vsize=10659012 memory=288370849360852608 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10593/stat : 10593 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 15874 33554432000 4194304 4196468 140721672574720 140514089228944 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10594] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10594/stat : 10594 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 15874 33554432000 4194304 4196468 140721672574720 140514088175888 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10595] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10595/stat : 10595 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938215 10914828288 15874 33554432000 4194304 4196468 140721672574720 140514087123344 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513697524464 140514137672322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10597] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10597/stat : 10597 (java) S 10586 10589 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513696470688 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10598] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10598/stat : 10598 (java) S 10586 10589 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105938217 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513695417584 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10599] ppid=10586 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10599/stat : 10599 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938219 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513694366160 140514137679771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10600] ppid=10586 vsize=10659012 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10589/task/10600/stat : 10600 (java) S 10586 10589 10029 0 -1 1077944384 683 0 0 0 4 0 0 0 20 0 15 0 105938220 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513693313264 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10601] ppid=10586 vsize=10659012 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/10589/task/10601/stat : 10601 (java) S 10586 10589 10029 0 -1 1077944384 621 0 0 0 5 0 0 0 20 0 15 0 105938220 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513692260720 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10602] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0.11 cores=0,2,4,6
/proc/10589/task/10602/stat : 10602 (java) S 10586 10589 10029 0 -1 1077944384 808 0 0 0 11 0 0 0 20 0 15 0 105938220 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513691207664 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10603] ppid=10586 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10603/stat : 10603 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938220 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513690155360 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10604] ppid=10586 vsize=10659012 memory=140473209140864 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10604/stat : 10604 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938220 10914828288 15874 33554432000 4194304 4196468 140721672574720 140513689103408 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 63496 KiB

[startup+0.700809 s]
/proc/loadavg: 5.40 3.49 2.24 9/218 10604
/proc/meminfo: memFree=22591536/32770624 swapFree=67028784/67108860
[pid=10589] ppid=10586 vsize=10659088 memory=222160 CPUtime=1.59 cores=0,2,4,6
/proc/10589/stat : 10589 (java) S 10586 10589 10029 0 -1 1077944320 11434 0 0 0 150 9 0 0 20 0 15 0 105938214 10914906112 55540 33554432000 4194304 4196468 140721672574720 140721672557264 140514137661175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
/proc/10589/statm: 2664772 55540 3114 1 0 2627263 0
[pid=10589/tid=10591] ppid=10586 vsize=10659088 memory=185982552915139 CPUtime=0.66 cores=0,2,4,6
/proc/10589/task/10591/stat : 10591 (java) R 10586 10589 10029 0 -1 4202560 5811 0 0 0 63 3 0 0 20 0 15 0 105938214 10914906112 55540 33554432000 4194304 4196468 140721672574720 140514141895600 140513764520260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10592] ppid=10586 vsize=10659088 memory=446152 CPUtime=0.01 cores=0,2,4,6
/proc/10589/task/10592/stat : 10592 (java) S 10586 10589 10029 0 -1 1077944384 21 0 0 0 0 1 0 0 20 0 15 0 105938215 10914906112 55540 33554432000 4194304 4196468 140721672574720 140514090281488 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10593] ppid=10586 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10593/stat : 10593 (java) S 10586 10589 10029 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 105938215 10914906112 55540 33554432000 4194304 4196468 140721672574720 140514089228944 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10594] ppid=10586 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10594/stat : 10594 (java) S 10586 10589 10029 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 105938215 10914906112 55540 33554432000 4194304 4196468 140721672574720 140514088175888 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10595] ppid=10586 vsize=10659088 memory=7809523229951467572 CPUtime=0.01 cores=0,2,4,6
/proc/10589/task/10595/stat : 10595 (java) S 10586 10589 10029 0 -1 1077944384 26 0 0 0 0 1 0 0 20 0 15 0 105938215 10914906112 55540 33554432000 4194304 4196468 140721672574720 140514087123344 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105938217 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513697524464 140514137672322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10597] ppid=10586 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10597/stat : 10597 (java) S 10586 10589 10029 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105938217 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513696470688 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10598] ppid=10586 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10598/stat : 10598 (java) S 10586 10589 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105938217 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513695417584 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10599] ppid=10586 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10599/stat : 10599 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938219 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513694366160 140514137679771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10600] ppid=10586 vsize=10659088 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/10589/task/10600/stat : 10600 (java) S 10586 10589 10029 0 -1 1077944384 1353 0 0 0 30 0 0 0 20 0 15 0 105938220 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513693313264 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10601] ppid=10586 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/10589/task/10601/stat : 10601 (java) S 10586 10589 10029 0 -1 1077944384 1734 0 0 0 32 0 0 0 20 0 15 0 105938220 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513692260720 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10602] ppid=10586 vsize=10659088 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/10589/task/10602/stat : 10602 (java) S 10586 10589 10029 0 -1 1077944384 1012 0 0 0 20 0 0 0 20 0 15 0 105938220 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513691207664 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10603] ppid=10586 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10603/stat : 10603 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938220 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513690155360 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10604] ppid=10586 vsize=10659088 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10604/stat : 10604 (java) S 10586 10589 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105938220 10914906112 55540 33554432000 4194304 4196468 140721672574720 140513689103408 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 222160 KiB

[startup+1.50079 s]
/proc/loadavg: 5.40 3.49 2.24 7/218 10604
/proc/meminfo: memFree=22473072/32770624 swapFree=67028784/67108860
[pid=10589] ppid=10586 vsize=10659088 memory=453504 CPUtime=3.14 cores=0,2,4,6
/proc/10589/stat : 10589 (java) S 10586 10589 10029 0 -1 1077944320 12675 0 0 0 293 21 0 0 20 0 15 0 105938214 10914906112 113376 33554432000 4194304 4196468 140721672574720 140721672557264 140514137661175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
/proc/10589/statm: 2664772 113376 3134 1 0 2627263 0
[pid=10589/tid=10591] ppid=10586 vsize=10659088 memory=9169 CPUtime=1.39 cores=0,2,4,6
/proc/10589/task/10591/stat : 10591 (java) S 10586 10589 10029 0 -1 1077944384 5933 0 0 0 134 5 0 0 20 0 15 0 105938214 10914906112 113376 33554432000 4194304 4196468 140721672574720 140514141897920 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10592] ppid=10586 vsize=10659088 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/10589/task/10592/stat : 10592 (java) R 10586 10589 10029 0 -1 4202560 284 0 0 0 4 3 0 0 20 0 15 0 105938215 10914906112 113376 33554432000 4194304 4196468 140721672574720 140514090281688 140514122688594 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10593] ppid=10586 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10589/task/10593/stat : 10593 (java) R 10586 10589 10029 0 -1 4202560 283 0 0 0 5 3 0 0 20 0 15 0 105938215 10914906112 113376 33554432000 4194304 4196468 140721672574720 140514089229144 140514122109207 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10594] ppid=10586 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10589/task/10594/stat : 10594 (java) R 10586 10589 10029 0 -1 4202560 59 0 0 0 4 3 0 0 20 0 15 0 105938215 10914906112 113376 33554432000 4194304 4196468 140721672574720 140514088175888 140514122689392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10595] ppid=10586 vsize=10659088 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/10589/task/10595/stat : 10595 (java) R 10586 10589 10029 0 -1 4202560 152 0 0 0 4 4 0 0 20 0 15 0 105938215 10914906112 113376 33554432000 4194304 4196468 140721672574720 140514087123344 140514122702018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105938217 10914906112 113376 33554432000 4194304 4196468 140721672574720 140513697522976 140514137671381 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0

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

/proc/10589/task/10595/stat : 10595 (java) R 10586 10589 10029 0 -1 4202560 23108 0 0 0 706 67 0 0 20 0 15 0 105938215 10914906112 943580 33554432000 4194304 4196468 140721672574720 140514087123544 140514116855928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10659088 memory=2876 CPUtime=1.46 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 7541 0 0 0 144 2 0 0 20 0 15 0 105938217 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513697522976 140514137671381 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10597] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10597/stat : 10597 (java) S 10586 10589 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 105938217 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513696470752 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10598] ppid=10586 vsize=10659088 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10598/stat : 10598 (java) S 10586 10589 10029 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105938217 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513695417584 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10599] ppid=10586 vsize=10659088 memory=800 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10599/stat : 10599 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938219 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513694366160 140514137679771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10600] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0.72 cores=0,2,4,6
/proc/10589/task/10600/stat : 10600 (java) S 10586 10589 10029 0 -1 1077944384 2339 0 0 0 72 0 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513693313264 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10601] ppid=10586 vsize=10659088 memory=1876 CPUtime=0.69 cores=0,2,4,6
/proc/10589/task/10601/stat : 10601 (java) S 10586 10589 10029 0 -1 1077944384 2456 0 0 0 69 0 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513692260720 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10602] ppid=10586 vsize=10659088 memory=1332 CPUtime=0.33 cores=0,2,4,6
/proc/10589/task/10602/stat : 10602 (java) S 10586 10589 10029 0 -1 1077944384 1976 0 0 0 32 1 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513691207664 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10603] ppid=10586 vsize=10659088 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10603/stat : 10603 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513690155360 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10604] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0.17 cores=0,2,4,6
/proc/10589/task/10604/stat : 10604 (java) S 10586 10589 10029 0 -1 1077944384 129 0 0 0 8 9 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513689103408 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
Current children cumulated CPU time: 247.28 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 3774320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+226.901 s]
/proc/loadavg: 1.60 2.67 2.20 3/216 10682
/proc/meminfo: memFree=16798592/32770624 swapFree=67028784/67108860
[pid=10589] ppid=10586 vsize=10659088 memory=3774320 CPUtime=252.03 cores=0,2,4,6
/proc/10589/stat : 10589 (java) S 10586 10589 10029 0 -1 1077944320 139589 0 0 0 24911 292 0 0 20 0 15 0 105938214 10914906112 943580 33554432000 4194304 4196468 140721672574720 140721672557264 140514137661175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
/proc/10589/statm: 2664772 943580 3155 1 0 2627263 0
[pid=10589/tid=10591] ppid=10586 vsize=10659088 memory=3774320 CPUtime=217.46 cores=0,2,4,6
/proc/10589/task/10591/stat : 10591 (java) R 10586 10589 10029 0 -1 4202560 20543 0 0 0 21729 17 0 0 20 0 15 0 105938214 10914906112 943580 33554432000 4194304 4196468 140721672574720 140514141898688 140513764516614 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10592] ppid=10586 vsize=10659088 memory=3774320 CPUtime=7.75 cores=0,2,4,6
/proc/10589/task/10592/stat : 10592 (java) S 10586 10589 10029 0 -1 1077944384 24005 0 0 0 707 68 0 0 20 0 15 0 105938215 10914906112 943580 33554432000 4194304 4196468 140721672574720 140514090281488 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10593] ppid=10586 vsize=10659088 memory=0 CPUtime=7.78 cores=0,2,4,6
/proc/10589/task/10593/stat : 10593 (java) S 10586 10589 10029 0 -1 1077944384 34915 0 0 0 713 65 0 0 20 0 15 0 105938215 10914906112 943580 33554432000 4194304 4196468 140721672574720 140514089228944 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10594] ppid=10586 vsize=10659088 memory=3774320 CPUtime=7.81 cores=0,2,4,6
/proc/10589/task/10594/stat : 10594 (java) S 10586 10589 10029 0 -1 1077944384 21187 0 0 0 717 64 0 0 20 0 15 0 105938215 10914906112 943580 33554432000 4194304 4196468 140721672574720 140514088175888 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10595] ppid=10586 vsize=10659088 memory=3774320 CPUtime=7.78 cores=0,2,4,6
/proc/10589/task/10595/stat : 10595 (java) S 10586 10589 10029 0 -1 1077944384 23113 0 0 0 711 67 0 0 20 0 15 0 105938215 10914906112 943580 33554432000 4194304 4196468 140721672574720 140514087123344 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10659088 memory=3774320 CPUtime=1.46 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 7541 0 0 0 144 2 0 0 20 0 15 0 105938217 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513697524464 140514137672322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10597] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10597/stat : 10597 (java) S 10586 10589 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 105938217 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513696470752 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10598] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10598/stat : 10598 (java) S 10586 10589 10029 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105938217 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513695417584 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10599] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10599/stat : 10599 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938219 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513694366160 140514137679771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10600] ppid=10586 vsize=10659088 memory=2876 CPUtime=0.72 cores=0,2,4,6
/proc/10589/task/10600/stat : 10600 (java) S 10586 10589 10029 0 -1 1077944384 2339 0 0 0 72 0 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513693313264 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10601] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0.69 cores=0,2,4,6
/proc/10589/task/10601/stat : 10601 (java) S 10586 10589 10029 0 -1 1077944384 2456 0 0 0 69 0 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513692260720 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10602] ppid=10586 vsize=10659088 memory=1876 CPUtime=0.33 cores=0,2,4,6
/proc/10589/task/10602/stat : 10602 (java) S 10586 10589 10029 0 -1 1077944384 1976 0 0 0 32 1 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513691207664 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10603] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10603/stat : 10603 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513690155360 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10604] ppid=10586 vsize=10659088 memory=3774320 CPUtime=0.18 cores=0,2,4,6
/proc/10589/task/10604/stat : 10604 (java) S 10586 10589 10029 0 -1 1077944384 129 0 0 0 9 9 0 0 20 0 15 0 105938220 10914906112 943580 33554432000 4194304 4196468 140721672574720 140513689103408 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 3774320 KiB

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

[startup+227.147 s]
# the end of solver process 10589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.338 s, system=2.95964 s

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

[startup+227.012 s]*
/proc/loadavg: 1.60 2.67 2.20 3/218 10685
/proc/meminfo: memFree=16798592/32770624 swapFree=67028784/67108860
[pid=10589] ppid=10586 vsize=10858780 memory=3774588 CPUtime=252.15 cores=0,2,4,6
/proc/10589/stat : 10589 (java) S 10586 10589 10029 0 -1 1077944320 140258 0 0 0 24923 292 0 0 20 0 17 0 105938214 11119390720 943647 33554432000 4194304 4196468 140721672574720 140721672557264 140514137661175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
/proc/10589/statm: 2714695 943647 3157 1 0 2677186 0
[pid=10589/tid=10591] ppid=10586 vsize=10858780 memory=7022364594140610616 CPUtime=217.58 cores=0,2,4,6
/proc/10589/task/10591/stat : 10591 (java) R 10586 10589 10029 0 -1 4202560 20543 0 0 0 21741 17 0 0 20 0 17 0 105938214 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514141898688 140513764516650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10592] ppid=10586 vsize=10858780 memory=342 CPUtime=7.75 cores=0,2,4,6
/proc/10589/task/10592/stat : 10592 (java) S 10586 10589 10029 0 -1 1077944384 24005 0 0 0 707 68 0 0 20 0 17 0 105938215 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514090281488 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10593] ppid=10586 vsize=10858780 memory=3545938136418694816 CPUtime=7.78 cores=0,2,4,6
/proc/10589/task/10593/stat : 10593 (java) S 10586 10589 10029 0 -1 1077944384 34915 0 0 0 713 65 0 0 20 0 17 0 105938215 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514089228944 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10594] ppid=10586 vsize=10858780 memory=6655300316396806240 CPUtime=7.81 cores=0,2,4,6
/proc/10589/task/10594/stat : 10594 (java) S 10586 10589 10029 0 -1 1077944384 21187 0 0 0 717 64 0 0 20 0 17 0 105938215 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514088175888 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10595] ppid=10586 vsize=10858780 memory=3471202396320837679 CPUtime=7.78 cores=0,2,4,6
/proc/10589/task/10595/stat : 10595 (java) S 10586 10589 10029 0 -1 1077944384 23113 0 0 0 711 67 0 0 20 0 17 0 105938215 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514087123344 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10858780 memory=7813734568408203440 CPUtime=1.46 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 7541 0 0 0 144 2 0 0 20 0 17 0 105938217 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513697524464 140514137672322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10597] ppid=10586 vsize=10858780 memory=7161679239776841775 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10597/stat : 10597 (java) S 10586 10589 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 105938217 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513696470752 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10598] ppid=10586 vsize=10858780 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10598/stat : 10598 (java) S 10586 10589 10029 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 105938217 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513695417584 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10599] ppid=10586 vsize=10858780 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10599/stat : 10599 (java) S 10586 10589 10029 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 17 0 105938219 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513694366160 140514137679771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10600] ppid=10586 vsize=10858780 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/10589/task/10600/stat : 10600 (java) S 10586 10589 10029 0 -1 1077944384 2339 0 0 0 72 0 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513693313264 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10601] ppid=10586 vsize=10858780 memory=4049640079153442847 CPUtime=0.69 cores=0,2,4,6
/proc/10589/task/10601/stat : 10601 (java) S 10586 10589 10029 0 -1 1077944384 2456 0 0 0 69 0 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513692260720 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10602] ppid=10586 vsize=10858780 memory=3684137977726857138 CPUtime=0.33 cores=0,2,4,6
/proc/10589/task/10602/stat : 10602 (java) S 10586 10589 10029 0 -1 1077944384 2160 0 0 0 32 1 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513691207664 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10603] ppid=10586 vsize=10858780 memory=3976735856566744119 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10603/stat : 10603 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513690155360 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10604] ppid=10586 vsize=10858780 memory=140473209161814 CPUtime=0.18 cores=0,2,4,6
/proc/10589/task/10604/stat : 10604 (java) S 10586 10589 10029 0 -1 1077944384 129 0 0 0 9 9 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513689103408 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10683] ppid=10586 vsize=10858780 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10683/stat : 10683 (java) S 10586 10589 10029 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 17 0 105960905 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513688048496 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10684] ppid=10586 vsize=10858780 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10684/stat : 10684 (java) S 10586 10589 10029 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 105960905 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513686996368 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
Current children cumulated CPU time: 252.15 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 3774588 KiB

[startup+227.111 s]
/proc/loadavg: 1.60 2.67 2.20 3/218 10685
/proc/meminfo: memFree=16798592/32770624 swapFree=67028784/67108860
[pid=10589] ppid=10586 vsize=10858780 memory=3774588 CPUtime=252.24 cores=0,2,4,6
/proc/10589/stat : 10589 (java) S 10586 10589 10029 0 -1 1077944320 140258 0 0 0 24932 292 0 0 20 0 17 0 105938214 11119390720 943647 33554432000 4194304 4196468 140721672574720 140721672557264 140514137661175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
/proc/10589/statm: 2714695 943647 3157 1 0 2677186 0
[pid=10589/tid=10591] ppid=10586 vsize=10858780 memory=3774320 CPUtime=217.67 cores=0,2,4,6
/proc/10589/task/10591/stat : 10591 (java) R 10586 10589 10029 0 -1 4202560 20543 0 0 0 21750 17 0 0 20 0 17 0 105938214 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514141898688 140514123729294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10592] ppid=10586 vsize=10858780 memory=3774320 CPUtime=7.75 cores=0,2,4,6
/proc/10589/task/10592/stat : 10592 (java) S 10586 10589 10029 0 -1 1077944384 24005 0 0 0 707 68 0 0 20 0 17 0 105938215 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514090281488 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10593] ppid=10586 vsize=10858780 memory=3774320 CPUtime=7.78 cores=0,2,4,6
/proc/10589/task/10593/stat : 10593 (java) S 10586 10589 10029 0 -1 1077944384 34915 0 0 0 713 65 0 0 20 0 17 0 105938215 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514089228944 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10594] ppid=10586 vsize=10858780 memory=0 CPUtime=7.81 cores=0,2,4,6
/proc/10589/task/10594/stat : 10594 (java) S 10586 10589 10029 0 -1 1077944384 21187 0 0 0 717 64 0 0 20 0 17 0 105938215 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514088175888 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10595] ppid=10586 vsize=10858780 memory=3774320 CPUtime=7.78 cores=0,2,4,6
/proc/10589/task/10595/stat : 10595 (java) S 10586 10589 10029 0 -1 1077944384 23113 0 0 0 711 67 0 0 20 0 17 0 105938215 11119390720 943647 33554432000 4194304 4196468 140721672574720 140514087123344 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10596] ppid=10586 vsize=10858780 memory=3774320 CPUtime=1.46 cores=0,2,4,6
/proc/10589/task/10596/stat : 10596 (java) S 10586 10589 10029 0 -1 1077944384 7541 0 0 0 144 2 0 0 20 0 17 0 105938217 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513697524464 140514137672322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10597] ppid=10586 vsize=10858780 memory=3774320 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10597/stat : 10597 (java) S 10586 10589 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 105938217 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513696470752 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10598] ppid=10586 vsize=10858780 memory=3774320 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10598/stat : 10598 (java) S 10586 10589 10029 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 105938217 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513695417584 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10599] ppid=10586 vsize=10858780 memory=2876 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10599/stat : 10599 (java) S 10586 10589 10029 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 17 0 105938219 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513694366160 140514137679771 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10600] ppid=10586 vsize=10858780 memory=3774320 CPUtime=0.72 cores=0,2,4,6
/proc/10589/task/10600/stat : 10600 (java) S 10586 10589 10029 0 -1 1077944384 2339 0 0 0 72 0 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513693313264 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10601] ppid=10586 vsize=10858780 memory=3774320 CPUtime=0.69 cores=0,2,4,6
/proc/10589/task/10601/stat : 10601 (java) S 10586 10589 10029 0 -1 1077944384 2456 0 0 0 69 0 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513692260720 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10602] ppid=10586 vsize=10858780 memory=3008 CPUtime=0.33 cores=0,2,4,6
/proc/10589/task/10602/stat : 10602 (java) S 10586 10589 10029 0 -1 1077944384 2160 0 0 0 32 1 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513691207664 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10603] ppid=10586 vsize=10858780 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10603/stat : 10603 (java) S 10586 10589 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513690155360 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10604] ppid=10586 vsize=10858780 memory=3774320 CPUtime=0.18 cores=0,2,4,6
/proc/10589/task/10604/stat : 10604 (java) S 10586 10589 10029 0 -1 1077944384 129 0 0 0 9 9 0 0 20 0 17 0 105938220 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513689103408 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10683] ppid=10586 vsize=10858780 memory=1876 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10683/stat : 10683 (java) S 10586 10589 10029 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 17 0 105960905 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513688048496 140514137671381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
[pid=10589/tid=10684] ppid=10586 vsize=10858780 memory=1664 CPUtime=0 cores=0,2,4,6
/proc/10589/task/10684/stat : 10684 (java) S 10586 10589 10029 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 105960905 11119390720 943647 33554432000 4194304 4196468 140721672574720 140513686996368 140514137672322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31182848 140721672582262 140721672582414 140721672582414 140721672585167 0
Current children cumulated CPU time: 252.24 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 3774588 KiB

Child status: 143
Real time (s): 227.147
CPU time (s): 252.298
CPU user time (s): 249.338
CPU system time (s): 2.95964
CPU usage (%): 111.072
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 3774588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.338
system time used= 2.95964
maximum resident set size= 3774980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10667
involuntary context switches= 961


# summary of solver processes directly reported to runsolver:
#   pid: 10589
#   total CPU time (s): 252.298
#   total CPU user time (s): 249.338
#   total CPU system time (s): 2.95964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59646 second user time and 2.24796 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:02:30
IDJOB=4301700
IDBENCH=141303
IDSOLVER=2773
FILE ID=node102/4301700-1532883750
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52896 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-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-4301700-1532883750/watcher-4301700-1532883750 -o /tmp/evaluation-result-4301700-1532883750/solver-4301700-1532883750 -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-4301700-1532883750.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=533166437

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:        22712100 kB
MemAvailable:   27938276 kB
Buffers:          230228 kB
Cached:          5239996 kB
SwapCached:        53068 kB
Active:          5235372 kB
Inactive:        4293540 kB
Active(anon):    3984668 kB
Inactive(anon):    99168 kB
Active(file):    1250704 kB
Inactive(file):  4194372 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028784 kB
Dirty:             12392 kB
Writeback:             0 kB
AnonPages:       4016624 kB
Mapped:            49604 kB
Shmem:             22548 kB
Slab:             223192 kB
SReclaimable:     193868 kB
SUnreclaim:        29324 kB
KernelStack:        3696 kB
PageTables:        13336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4616336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3280896 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= 52904 MiB
End job on node102 at 2018-07-29 19:06:18