Trace number 4301901

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) 257.141 163.451

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-01_c18.xml
MD5SUM03892ae4f8c09e3dcf1eb144c7e7557f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark1.72916
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size329
Distribution of domain sizes[{"size":1,"count":1},{"size":329,"count":61}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":22},{"degree":4,"count":19},{"degree":5,"count":21}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":93},{"arity":14,"count":2},{"arity":16,"count":2}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

110.98/41.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
110.98/41.08	c This is free software under the dual EPL/GNU LGPL licenses.
110.98/41.08	c See www.sat4j.org for details.
110.98/41.08	c That software uses the Rhino library from the Mozilla project.
110.98/41.08	c version 2.3.6-SNAPSHOT
110.98/41.08	c java.runtime.name	Java(TM) SE Runtime Environment
110.98/41.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
110.98/41.08	c java.vm.version	25.131-b11
110.98/41.08	c java.vm.vendor	Oracle Corporation
110.98/41.08	c sun.arch.data.model	64
110.98/41.08	c java.version		1.8.0_131
110.98/41.08	c os.name		Linux
110.98/41.08	c os.version		3.10.0-514.16.1.el7.x86_64
110.98/41.08	c os.arch		amd64
110.98/41.08	c Free memory 		499604488
110.98/41.08	c Max memory 		7247757312
110.98/41.08	c Total memory 		504889344
110.98/41.08	c Number of processors 	4
110.98/41.08	c c --- Begin Solver configuration ---
110.98/41.08	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
110.98/41.08	c Learn all clauses as in MiniSAT
110.98/41.08	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
110.98/41.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
110.98/41.08	c No reason simplification
110.98/41.08	c Glucose 2.1 dynamic restart strategy
110.98/41.08	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
110.98/41.08	c timeout=2147483s
110.98/41.08	c DB Simplification allowed=false
110.98/41.08	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
110.98/41.08	c --- End Solver configuration ---
110.98/41.08	c constraints type 
110.98/41.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 122
110.98/41.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20176419
110.98/41.08	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
110.98/41.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12022094
110.98/41.08	c org.sat4j.specs.Constr$1 => 1
110.98/41.08	c org.sat4j.minisat.constraints.cnf.UnitClause => 2886
110.98/41.08	c 32201523 constraints processed.
205.45/128.09	o 328
213.08/135.41	o 327

Verifier Data

One s line expected

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

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

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

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

solver pid=12421, runsolver pid=12418

[startup+0.100109 s]*
/proc/loadavg: 2.05 2.22 2.43 4/217 12436
/proc/meminfo: memFree=26546644/32770624 swapFree=67028788/67108860
[pid=12421] ppid=12418 vsize=10659012 memory=31120 CPUtime=0.13 cores=1,3,5,7
/proc/12421/stat : 12421 (java) S 12418 12421 10029 0 -1 1077944320 6846 0 0 0 12 1 0 0 20 0 15 0 106113866 10914828288 7780 33554432000 4194304 4196468 140723108813920 140723108796464 139889004084983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
/proc/12421/statm: 2664753 7780 2821 1 0 2627263 0
[pid=12421/tid=12423] ppid=12418 vsize=10659012 memory=-8701690554792186754 CPUtime=0.09 cores=1,3,5,7
/proc/12421/task/12423/stat : 12423 (java) R 12418 12421 10029 0 -1 4202560 4682 0 0 0 8 1 0 0 20 0 15 0 106113866 10914828288 7780 33554432000 4194304 4196468 140723108813920 139889008300288 139889004096918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12424] ppid=12418 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12424/stat : 12424 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888965044752 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12425] ppid=12418 vsize=10659012 memory=140061982631552 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888610220688 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888609167632 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) S 12418 12421 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106113867 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888608115088 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10659012 memory=140061982631552 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) S 12418 12421 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106113869 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888563841776 139889004096130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12429] ppid=12418 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12429/stat : 12429 (java) S 12418 12421 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106113869 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888562788000 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12430] ppid=12418 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12430/stat : 12430 (java) S 12418 12421 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106113869 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888494109936 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12431] ppid=12418 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12431/stat : 12431 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888493058512 139889004103579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12432] ppid=12418 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12432/stat : 12432 (java) S 12418 12421 10029 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 106113872 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888492005616 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12433] ppid=12418 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12433/stat : 12433 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888490953072 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12434] ppid=12418 vsize=10659012 memory=140061982631552 CPUtime=0.02 cores=1,3,5,7
/proc/12421/task/12434/stat : 12434 (java) R 12418 12421 10029 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 106113872 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888489900016 139888996322110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12435] ppid=12418 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12435/stat : 12435 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888488847712 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12436] ppid=12418 vsize=10659012 memory=140061982631552 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12436/stat : 12436 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113872 10914828288 7780 33554432000 4194304 4196468 140723108813920 139888487795760 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31120 KiB

[startup+0.210482 s]*
/proc/loadavg: 2.05 2.22 2.43 3/217 12436
/proc/meminfo: memFree=26535828/32770624 swapFree=67028788/67108860
[pid=12421] ppid=12418 vsize=10659012 memory=42048 CPUtime=0.33 cores=1,3,5,7
/proc/12421/stat : 12421 (java) S 12418 12421 10029 0 -1 1077944320 8164 0 0 0 31 2 0 0 20 0 15 0 106113866 10914828288 10512 33554432000 4194304 4196468 140723108813920 140723108796464 139889004084983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
/proc/12421/statm: 2664753 10512 3004 1 0 2627263 0
[pid=12421/tid=12423] ppid=12418 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/12421/task/12423/stat : 12423 (java) R 12418 12421 10029 0 -1 4202560 5072 0 0 0 18 1 0 0 20 0 15 0 106113866 10914828288 10512 33554432000 4194304 4196468 140723108813920 139889008314560 139888988128613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12424] ppid=12418 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12424/stat : 12424 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888965044752 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12425] ppid=12418 vsize=10659012 memory=288370438134343296 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888610220688 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888609167632 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) S 12418 12421 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106113867 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888608115088 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10659012 memory=140061982631552 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) S 12418 12421 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106113869 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888563841776 139889004096130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12429] ppid=12418 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12429/stat : 12429 (java) S 12418 12421 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106113869 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888562788000 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12430] ppid=12418 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12430/stat : 12430 (java) S 12418 12421 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106113869 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888494109936 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12431] ppid=12418 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12431/stat : 12431 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888493058512 139889004103579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12432] ppid=12418 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12421/task/12432/stat : 12432 (java) S 12418 12421 10029 0 -1 1077944384 768 0 0 0 2 0 0 0 20 0 15 0 106113872 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888492005616 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12433] ppid=12418 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12421/task/12433/stat : 12433 (java) S 12418 12421 10029 0 -1 1077944384 249 0 0 0 2 0 0 0 20 0 15 0 106113872 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888490953072 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12434] ppid=12418 vsize=10659012 memory=140061982631552 CPUtime=0.07 cores=1,3,5,7
/proc/12421/task/12434/stat : 12434 (java) R 12418 12421 10029 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 15 0 106113872 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888489900016 139888983207744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12435] ppid=12418 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12435/stat : 12435 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888488847712 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12436] ppid=12418 vsize=10659012 memory=140061982631552 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12436/stat : 12436 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113872 10914828288 10512 33554432000 4194304 4196468 140723108813920 139888487795760 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42048 KiB

[startup+0.310363 s]*
/proc/loadavg: 2.05 2.22 2.43 5/217 12436
/proc/meminfo: memFree=26528508/32770624 swapFree=67028788/67108860
[pid=12421] ppid=12418 vsize=10659088 memory=47384 CPUtime=0.52 cores=1,3,5,7
/proc/12421/stat : 12421 (java) S 12418 12421 10029 0 -1 1077944320 8951 0 0 0 49 3 0 0 20 0 15 0 106113866 10914906112 11846 33554432000 4194304 4196468 140723108813920 140723108796464 139889004084983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
/proc/12421/statm: 2664772 11846 3057 1 0 2627263 0
[pid=12421/tid=12423] ppid=12418 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/12421/task/12423/stat : 12423 (java) S 12418 12421 10029 0 -1 1077944384 5671 0 0 0 28 1 0 0 20 0 15 0 106113866 10914906112 11846 33554432000 4194304 4196468 140723108813920 139889008320784 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12424] ppid=12418 vsize=10659088 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12424/stat : 12424 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888965044752 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12425] ppid=12418 vsize=10659088 memory=288370438134343296 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888610220688 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113867 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888609167632 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) S 12418 12421 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106113867 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888608115088 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10659088 memory=140061982631552 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) S 12418 12421 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106113869 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888563841776 139889004096130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12429] ppid=12418 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12429/stat : 12429 (java) S 12418 12421 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106113869 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888562788000 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12430] ppid=12418 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12430/stat : 12430 (java) S 12418 12421 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106113869 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888494109936 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12431] ppid=12418 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12431/stat : 12431 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888493058512 139889004103579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12432] ppid=12418 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12421/task/12432/stat : 12432 (java) S 12418 12421 10029 0 -1 1077944384 848 0 0 0 4 0 0 0 20 0 15 0 106113872 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888492005616 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12433] ppid=12418 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/12421/task/12433/stat : 12433 (java) R 12418 12421 10029 0 -1 1077944384 295 0 0 0 4 0 0 0 20 0 15 0 106113872 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888490953072 139889004096130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12434] ppid=12418 vsize=10659088 memory=140061982631552 CPUtime=0.12 cores=1,3,5,7
/proc/12421/task/12434/stat : 12434 (java) S 12418 12421 10029 0 -1 1077944384 769 0 0 0 12 0 0 0 20 0 15 0 106113872 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888489900016 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12435] ppid=12418 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12435/stat : 12435 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888488847712 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12436] ppid=12418 vsize=10659088 memory=140061982631552 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12436/stat : 12436 (java) S 12418 12421 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106113872 10914906112 11846 33554432000 4194304 4196468 140723108813920 139888487795760 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47384 KiB

[startup+0.700965 s]
/proc/loadavg: 2.05 2.22 2.43 5/217 12436
/proc/meminfo: memFree=26488360/32770624 swapFree=67028788/67108860
[pid=12421] ppid=12418 vsize=10659088 memory=221008 CPUtime=1.6 cores=1,3,5,7
/proc/12421/stat : 12421 (java) S 12418 12421 10029 0 -1 1077944320 11762 0 0 0 149 11 0 0 20 0 15 0 106113866 10914906112 55252 33554432000 4194304 4196468 140723108813920 140723108796464 139889004084983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
/proc/12421/statm: 2664772 55252 3100 1 0 2627263 0
[pid=12421/tid=12423] ppid=12418 vsize=10659088 memory=193439689884651 CPUtime=0.61 cores=1,3,5,7
/proc/12421/task/12423/stat : 12423 (java) S 12418 12421 10029 0 -1 1077944384 6187 0 0 0 57 4 0 0 20 0 15 0 106113866 10914906112 55252 33554432000 4194304 4196468 140723108813920 139889008320048 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12424] ppid=12418 vsize=10659088 memory=616836 CPUtime=0.04 cores=1,3,5,7
/proc/12421/task/12424/stat : 12424 (java) R 12418 12421 10029 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 15 0 106113867 10914906112 55252 33554432000 4194304 4196468 140723108813920 139888965044952 139888989112857 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12425] ppid=12418 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) R 12418 12421 10029 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 15 0 106113867 10914906112 55252 33554432000 4194304 4196468 140723108813920 139888610220688 139888989112857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) R 12418 12421 10029 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 15 0 106113867 10914906112 55252 33554432000 4194304 4196468 140723108813920 139888609167632 139888989112857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10659088 memory=7809523229951467572 CPUtime=0.04 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) R 12418 12421 10029 0 -1 4202560 44 0 0 0 3 1 0 0 20 0 15 0 106113867 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888608115088 139888997181684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) S 12418 12421 10029 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 106113869 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888563840288 139889004095189 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12429] ppid=12418 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12429/stat : 12429 (java) S 12418 12421 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106113869 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888562788000 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12430] ppid=12418 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12430/stat : 12430 (java) S 12418 12421 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106113869 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888494109936 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12431] ppid=12418 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12431/stat : 12431 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888493058512 139889004103579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12432] ppid=12418 vsize=10659088 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/12421/task/12432/stat : 12432 (java) S 12418 12421 10029 0 -1 1077944384 1604 0 0 0 28 0 0 0 20 0 15 0 106113872 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888491990608 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12433] ppid=12418 vsize=10659088 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/12421/task/12433/stat : 12433 (java) S 12418 12421 10029 0 -1 1077944384 1010 0 0 0 26 0 0 0 20 0 15 0 106113872 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888490938064 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12434] ppid=12418 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/12421/task/12434/stat : 12434 (java) S 12418 12421 10029 0 -1 1077944384 1467 0 0 0 22 0 0 0 20 0 15 0 106113872 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888489900016 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12435] ppid=12418 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12435/stat : 12435 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888488847712 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12436] ppid=12418 vsize=10659088 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12436/stat : 12436 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106113872 10914906112 55764 33554432000 4194304 4196468 140723108813920 139888487795760 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 221008 KiB

[startup+1.50096 s]
/proc/loadavg: 2.05 2.22 2.43 3/217 12436
/proc/meminfo: memFree=26248068/32770624 swapFree=67028788/67108860
[pid=12421] ppid=12418 vsize=10659088 memory=574144 CPUtime=3.55 cores=1,3,5,7
/proc/12421/stat : 12421 (java) S 12418 12421 10029 0 -1 1077944320 13397 0 0 0 311 44 0 0 20 0 15 0 106113866 10914906112 143536 33554432000 4194304 4196468 140723108813920 140723108796464 139889004084983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
/proc/12421/statm: 2664772 143536 3139 1 0 2627263 0
[pid=12421/tid=12423] ppid=12418 vsize=10659088 memory=9169 CPUtime=1.04 cores=1,3,5,7
/proc/12421/task/12423/stat : 12423 (java) S 12418 12421 10029 0 -1 1077944384 6243 0 0 0 100 4 0 0 20 0 15 0 106113866 10914906112 143536 33554432000 4194304 4196468 140723108813920 139889008321856 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12424] ppid=12418 vsize=10659088 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/12421/task/12424/stat : 12424 (java) R 12418 12421 10029 0 -1 4202560 219 0 0 0 32 8 0 0 20 0 15 0 106113867 10914906112 143536 33554432000 4194304 4196468 140723108813920 139888965044752 139888989035603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12425] ppid=12418 vsize=10659088 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) R 12418 12421 10029 0 -1 4202560 327 0 0 0 31 9 0 0 20 0 15 0 106113867 10914906112 143536 33554432000 4194304 4196468 140723108813920 139888610220688 139888988782744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10659088 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) R 12418 12421 10029 0 -1 4202560 575 0 0 0 31 9 0 0 20 0 15 0 106113867 10914906112 143536 33554432000 4194304 4196468 140723108813920 139888609167832 139888988782735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10659088 memory=6943526294502006880 CPUtime=0.4 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) R 12418 12421 10029 0 -1 4202560 309 0 0 0 31 9 0 0 20 0 15 0 106113867 10914906112 143536 33554432000 4194304 4196468 140723108813920 139888608114976 139888988782735 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) S 12418 12421 10029 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 106113869 10914906112 143536 33554432000 4194304 4196468 140723108813920 139888563840096 139889004095189 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0

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

[pid=12421/tid=12425] ppid=12418 vsize=10727700 memory=6183544 CPUtime=29.75 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) R 12418 12421 10029 0 -1 4202560 49253 0 0 0 2854 121 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888610220888 139888988542368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10727700 memory=3544 CPUtime=29.64 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) R 12418 12421 10029 0 -1 4202560 50167 0 0 0 2843 121 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888609167520 139888989081003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10727700 memory=6791534058613427641 CPUtime=29.45 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) R 12418 12421 10029 0 -1 4202560 48775 0 0 0 2827 118 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888608115208 139888989074645 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10727700 memory=776 CPUtime=8.93 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) S 12418 12421 10029 0 -1 1077944384 16179 0 0 0 892 1 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888563840320 139889004095189 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12429] ppid=12418 vsize=10727700 memory=6183544 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12429/stat : 12429 (java) S 12418 12421 10029 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888562788064 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12430] ppid=12418 vsize=10727700 memory=6183544 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12430/stat : 12430 (java) S 12418 12421 10029 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888494109952 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12431] ppid=12418 vsize=10727700 memory=5200812 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12431/stat : 12431 (java) S 12418 12421 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888493058160 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12432] ppid=12418 vsize=10727700 memory=6183612 CPUtime=2.03 cores=1,3,5,7
/proc/12421/task/12432/stat : 12432 (java) S 12418 12421 10029 0 -1 1077944384 10381 0 0 0 201 2 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888492005664 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12433] ppid=12418 vsize=10727700 memory=6777656 CPUtime=2.24 cores=1,3,5,7
/proc/12421/task/12433/stat : 12433 (java) S 12418 12421 10029 0 -1 1077944384 12471 0 0 0 223 1 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888490953120 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12434] ppid=12418 vsize=10727700 memory=3544 CPUtime=0.51 cores=1,3,5,7
/proc/12421/task/12434/stat : 12434 (java) S 12418 12421 10029 0 -1 1077944384 4866 0 0 0 49 2 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888489899776 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12435] ppid=12418 vsize=10727700 memory=26980 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12435/stat : 12435 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888488847712 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12436] ppid=12418 vsize=10727700 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/12421/task/12436/stat : 12436 (java) S 12418 12421 10029 0 -1 1077944384 526 0 0 0 4 6 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888487795760 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12437] ppid=12418 vsize=10727700 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12437/stat : 12437 (java) S 12418 12421 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106118114 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888484644400 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
Current children cumulated CPU time: 255.78 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6777656 KiB

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+163.451 s]
# the end of solver process 12421 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.929 s, system=5.21253 s

Solver just ended.
Dumping a history of the last processes samples

[startup+162.401 s]
/proc/loadavg: 2.67 2.36 2.45 9/217 12517
/proc/meminfo: memFree=14526116/32770624 swapFree=67028788/67108860
[pid=12421] ppid=12418 vsize=10727700 memory=6777656 CPUtime=256.08 cores=1,3,5,7
/proc/12421/stat : 12421 (java) S 12418 12421 10029 0 -1 1077944320 388253 0 0 0 25092 516 0 0 20 0 16 0 106113866 10985164800 1694414 33554432000 4194304 4196468 140723108813920 140723108796464 139889004084983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
/proc/12421/statm: 2681925 1694414 3191 1 0 2644416 0
[pid=12421/tid=12423] ppid=12418 vsize=10727700 memory=844 CPUtime=123.29 cores=1,3,5,7
/proc/12421/task/12423/stat : 12423 (java) S 12418 12421 10029 0 -1 1077944384 150316 0 0 0 12310 19 0 0 20 0 16 0 106113866 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139889008324544 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12424] ppid=12418 vsize=10727700 memory=6791534058613427641 CPUtime=29.81 cores=1,3,5,7
/proc/12421/task/12424/stat : 12424 (java) S 12418 12421 10029 0 -1 1077944384 43840 0 0 0 2858 123 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888965044752 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12425] ppid=12418 vsize=10727700 memory=12772 CPUtime=29.82 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) S 12418 12421 10029 0 -1 1077944384 49253 0 0 0 2861 121 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888610220688 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10727700 memory=1332 CPUtime=29.7 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) S 12418 12421 10029 0 -1 1077944384 50167 0 0 0 2849 121 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888609167632 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10727700 memory=1508 CPUtime=29.52 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) S 12418 12421 10029 0 -1 1077944384 48775 0 0 0 2834 118 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888608115088 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10727700 memory=3328 CPUtime=8.96 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) R 12418 12421 10029 0 -1 4202560 16179 0 0 0 895 1 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888563840320 139888988542603 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12429] ppid=12418 vsize=10727700 memory=776 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12429/stat : 12429 (java) S 12418 12421 10029 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888562788064 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12430] ppid=12418 vsize=10727700 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12430/stat : 12430 (java) S 12418 12421 10029 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888494109952 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12431] ppid=12418 vsize=10727700 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12431/stat : 12431 (java) S 12418 12421 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888493058160 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12432] ppid=12418 vsize=10727700 memory=1828 CPUtime=2.03 cores=1,3,5,7
/proc/12421/task/12432/stat : 12432 (java) S 12418 12421 10029 0 -1 1077944384 10381 0 0 0 201 2 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888492005664 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12433] ppid=12418 vsize=10727700 memory=800 CPUtime=2.24 cores=1,3,5,7
/proc/12421/task/12433/stat : 12433 (java) S 12418 12421 10029 0 -1 1077944384 12471 0 0 0 223 1 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888490953120 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12434] ppid=12418 vsize=10727700 memory=5220 CPUtime=0.51 cores=1,3,5,7
/proc/12421/task/12434/stat : 12434 (java) S 12418 12421 10029 0 -1 1077944384 4866 0 0 0 49 2 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888489899776 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12435] ppid=12418 vsize=10727700 memory=12772 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12435/stat : 12435 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888488847712 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12436] ppid=12418 vsize=10727700 memory=1332 CPUtime=0.1 cores=1,3,5,7
/proc/12421/task/12436/stat : 12436 (java) S 12418 12421 10029 0 -1 1077944384 526 0 0 0 4 6 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888487795760 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12437] ppid=12418 vsize=10727700 memory=1508 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12437/stat : 12437 (java) S 12418 12421 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106118114 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888484644400 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
Current children cumulated CPU time: 256.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6777656 KiB

[startup+163.201 s]
/proc/loadavg: 2.67 2.36 2.45 6/217 12517
/proc/meminfo: memFree=14526128/32770624 swapFree=67028788/67108860
[pid=12421] ppid=12418 vsize=10727700 memory=6777656 CPUtime=256.88 cores=1,3,5,7
/proc/12421/stat : 12421 (java) S 12418 12421 10029 0 -1 1077944320 388253 0 0 0 25172 516 0 0 20 0 16 0 106113866 10985164800 1694414 33554432000 4194304 4196468 140723108813920 140723108796464 139889004084983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
/proc/12421/statm: 2681925 1694414 3191 1 0 2644416 0
[pid=12421/tid=12423] ppid=12418 vsize=10727700 memory=26980 CPUtime=123.29 cores=1,3,5,7
/proc/12421/task/12423/stat : 12423 (java) S 12418 12421 10029 0 -1 1077944384 150316 0 0 0 12310 19 0 0 20 0 16 0 106113866 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139889008324544 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12424] ppid=12418 vsize=10727700 memory=6462208 CPUtime=29.81 cores=1,3,5,7
/proc/12421/task/12424/stat : 12424 (java) S 12418 12421 10029 0 -1 1077944384 43840 0 0 0 2858 123 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888965044752 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12425] ppid=12418 vsize=10727700 memory=6777656 CPUtime=29.82 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) S 12418 12421 10029 0 -1 1077944384 49253 0 0 0 2861 121 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888610220688 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10727700 memory=6777656 CPUtime=29.7 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) S 12418 12421 10029 0 -1 1077944384 50167 0 0 0 2849 121 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888609167632 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10727700 memory=26980 CPUtime=29.52 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) S 12418 12421 10029 0 -1 1077944384 48775 0 0 0 2834 118 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888608115088 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10727700 memory=6791534058613427641 CPUtime=9.76 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) R 12418 12421 10029 0 -1 4202560 16179 0 0 0 975 1 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888563840320 139888989081425 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12429] ppid=12418 vsize=10727700 memory=26980 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12429/stat : 12429 (java) S 12418 12421 10029 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888562788064 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12430] ppid=12418 vsize=10727700 memory=776 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12430/stat : 12430 (java) S 12418 12421 10029 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888494109952 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12431] ppid=12418 vsize=10727700 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12431/stat : 12431 (java) S 12418 12421 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888493058160 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12432] ppid=12418 vsize=10727700 memory=3328 CPUtime=2.03 cores=1,3,5,7
/proc/12421/task/12432/stat : 12432 (java) S 12418 12421 10029 0 -1 1077944384 10381 0 0 0 201 2 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888492005664 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12433] ppid=12418 vsize=10727700 memory=3008 CPUtime=2.24 cores=1,3,5,7
/proc/12421/task/12433/stat : 12433 (java) S 12418 12421 10029 0 -1 1077944384 12471 0 0 0 223 1 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888490953120 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12434] ppid=12418 vsize=10727700 memory=776 CPUtime=0.51 cores=1,3,5,7
/proc/12421/task/12434/stat : 12434 (java) S 12418 12421 10029 0 -1 1077944384 4866 0 0 0 49 2 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888489899776 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12435] ppid=12418 vsize=10727700 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12435/stat : 12435 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888488847712 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12436] ppid=12418 vsize=10727700 memory=1664 CPUtime=0.1 cores=1,3,5,7
/proc/12421/task/12436/stat : 12436 (java) S 12418 12421 10029 0 -1 1077944384 526 0 0 0 4 6 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888487795760 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12437] ppid=12418 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12437/stat : 12437 (java) S 12418 12421 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106118114 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888484644400 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
Current children cumulated CPU time: 256.88 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6777656 KiB

[startup+163.401 s]
/proc/loadavg: 2.67 2.36 2.45 6/217 12517
/proc/meminfo: memFree=14526128/32770624 swapFree=67028788/67108860
[pid=12421] ppid=12418 vsize=10727700 memory=6777656 CPUtime=257.08 cores=1,3,5,7
/proc/12421/stat : 12421 (java) S 12418 12421 10029 0 -1 1077944320 388253 0 0 0 25192 516 0 0 20 0 16 0 106113866 10985164800 1694414 33554432000 4194304 4196468 140723108813920 140723108796464 139889004084983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
/proc/12421/statm: 2681925 1694414 3191 1 0 2644416 0
[pid=12421/tid=12423] ppid=12418 vsize=10727700 memory=1876 CPUtime=123.29 cores=1,3,5,7
/proc/12421/task/12423/stat : 12423 (java) S 12418 12421 10029 0 -1 1077944384 150316 0 0 0 12310 19 0 0 20 0 16 0 106113866 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139889008324544 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12424] ppid=12418 vsize=10727700 memory=1664 CPUtime=29.81 cores=1,3,5,7
/proc/12421/task/12424/stat : 12424 (java) S 12418 12421 10029 0 -1 1077944384 43840 0 0 0 2858 123 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888965044752 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12425] ppid=12418 vsize=10727700 memory=1828 CPUtime=29.82 cores=1,3,5,7
/proc/12421/task/12425/stat : 12425 (java) S 12418 12421 10029 0 -1 1077944384 49253 0 0 0 2861 121 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888610220688 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12426] ppid=12418 vsize=10727700 memory=6183612 CPUtime=29.7 cores=1,3,5,7
/proc/12421/task/12426/stat : 12426 (java) S 12418 12421 10029 0 -1 1077944384 50167 0 0 0 2849 121 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888609167632 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12427] ppid=12418 vsize=10727700 memory=3328 CPUtime=29.52 cores=1,3,5,7
/proc/12421/task/12427/stat : 12427 (java) S 12418 12421 10029 0 -1 1077944384 48775 0 0 0 2834 118 0 0 20 0 16 0 106113867 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888608115088 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12428] ppid=12418 vsize=10727700 memory=3008 CPUtime=9.96 cores=1,3,5,7
/proc/12421/task/12428/stat : 12428 (java) R 12418 12421 10029 0 -1 4202560 16179 0 0 0 995 1 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888563840320 139888989081387 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12429] ppid=12418 vsize=10727700 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12429/stat : 12429 (java) S 12418 12421 10029 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888562788064 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12430] ppid=12418 vsize=10727700 memory=796 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12430/stat : 12430 (java) S 12418 12421 10029 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 16 0 106113869 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888494109952 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12431] ppid=12418 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12431/stat : 12431 (java) S 12418 12421 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888493058160 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12432] ppid=12418 vsize=10727700 memory=15316 CPUtime=2.03 cores=1,3,5,7
/proc/12421/task/12432/stat : 12432 (java) S 12418 12421 10029 0 -1 1077944384 10381 0 0 0 201 2 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888492005664 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12433] ppid=12418 vsize=10727700 memory=6791534058613427641 CPUtime=2.24 cores=1,3,5,7
/proc/12421/task/12433/stat : 12433 (java) S 12418 12421 10029 0 -1 1077944384 12471 0 0 0 223 1 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888490953120 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12434] ppid=12418 vsize=10727700 memory=916 CPUtime=0.51 cores=1,3,5,7
/proc/12421/task/12434/stat : 12434 (java) S 12418 12421 10029 0 -1 1077944384 4866 0 0 0 49 2 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888489899776 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12435] ppid=12418 vsize=10727700 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12435/stat : 12435 (java) S 12418 12421 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888488847712 139889004095189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12436] ppid=12418 vsize=10727700 memory=2716 CPUtime=0.1 cores=1,3,5,7
/proc/12421/task/12436/stat : 12436 (java) S 12418 12421 10029 0 -1 1077944384 526 0 0 0 4 6 0 0 20 0 16 0 106113872 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888487795760 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
[pid=12421/tid=12437] ppid=12418 vsize=10727700 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/12421/task/12437/stat : 12437 (java) S 12418 12421 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106118114 10985164800 1694414 33554432000 4194304 4196468 140723108813920 139888484644400 139889004096130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27959296 140723108815990 140723108816142 140723108816142 140723108818895 0
Current children cumulated CPU time: 257.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6777656 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 163.451
CPU time (s): 257.141
CPU user time (s): 251.929
CPU system time (s): 5.21253
CPU usage (%): 157.32
Max. virtual memory (cumulated for all children) (KiB): 10727700
Max. memory (cumulated for all children) (KiB): 6777656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.929
system time used= 5.21253
maximum resident set size= 6778036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388256
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8718
involuntary context switches= 1332


# summary of solver processes directly reported to runsolver:
#   pid: 12421
#   total CPU time (s): 257.141
#   total CPU user time (s): 251.929
#   total CPU system time (s): 5.21253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01073 second user time and 1.63663 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:31:47
IDJOB=4301901
IDBENCH=141467
IDSOLVER=2773
FILE ID=node102/4301901-1532885507
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301901-1532885507/watcher-4301901-1532885507 -o /tmp/evaluation-result-4301901-1532885507/solver-4301901-1532885507 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301901-1532885507.xml

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

MD5SUM BENCH= 03892ae4f8c09e3dcf1eb144c7e7557f
RANDOM SEED=319679404

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:        26564364 kB
MemAvailable:   31738372 kB
Buffers:          230816 kB
Cached:          5187192 kB
SwapCached:        53064 kB
Active:          1363708 kB
Inactive:        4321416 kB
Active(anon):     192808 kB
Inactive(anon):    99168 kB
Active(file):    1170900 kB
Inactive(file):  4222248 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2448 kB
Writeback:           208 kB
AnonPages:        220520 kB
Mapped:            49532 kB
Shmem:             22552 kB
Slab:             222208 kB
SReclaimable:     193388 kB
SUnreclaim:        28820 kB
KernelStack:        3568 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 52976 MiB
End job on node102 at 2018-07-29 19:34:30