Trace number 4290045

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 NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.08 2389.95

General information on the benchmark

NameColouredQueens/
ColouredQueens-14_c18.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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


[startup+0.100148 s]*
/proc/loadavg: 1.54 2.00 2.04 3/216 28505
/proc/meminfo: memFree=20280004/32770624 swapFree=67108860/67108860
[pid=28472] ppid=28469 vsize=10659012 memory=31504 CPUtime=0.13 cores=1,3,5,7
/proc/28472/stat : 28472 (java) S 28469 28472 26151 0 -1 1077944320 6430 0 0 0 12 1 0 0 20 0 15 0 38379113 10914828288 7876 33554432000 4194304 4196468 140723689957008 140723689939552 140343438302967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
/proc/28472/statm: 2664753 7876 2820 1 0 2627263 0
[pid=28472/tid=28478] ppid=28469 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/28472/task/28478/stat : 28478 (java) R 28469 28472 26151 0 -1 4202560 4273 0 0 0 8 1 0 0 20 0 15 0 38379114 10914828288 7876 33554432000 4194304 4196468 140723689957008 140343442526592 140343438324893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28480] ppid=28469 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28480/stat : 28480 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 7876 33554432000 4194304 4196468 140723689957008 140343364377744 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28482] ppid=28469 vsize=10659012 memory=140295769159296 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 7876 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 7876 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 7876 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28488] ppid=28469 vsize=10659012 memory=140295769159296 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28488/stat : 28488 (java) S 28469 28472 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342929222000 140343438314114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28490] ppid=28469 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28490/stat : 28490 (java) S 28469 28472 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342928167968 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28492] ppid=28469 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28492/stat : 28492 (java) S 28469 28472 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342927115120 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28494] ppid=28469 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28494/stat : 28494 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342926063440 140343438321563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28495] ppid=28469 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28495/stat : 28495 (java) S 28469 28472 26151 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342925011824 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28496] ppid=28469 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28496/stat : 28496 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342923959024 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28497] ppid=28469 vsize=10659012 memory=140295769159296 CPUtime=0.02 cores=1,3,5,7
/proc/28472/task/28497/stat : 28497 (java) R 28469 28472 26151 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 38379119 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342922906224 140343438324314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28502] ppid=28469 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28502/stat : 28502 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342921853664 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28504] ppid=28469 vsize=10659012 memory=140295769159296 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28504/stat : 28504 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 7876 33554432000 4194304 4196468 140723689957008 140342920800944 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31504 KiB

[startup+0.210665 s]*
/proc/loadavg: 1.54 2.00 2.04 5/216 28505
/proc/meminfo: memFree=20259936/32770624 swapFree=67108860/67108860
[pid=28472] ppid=28469 vsize=10659012 memory=40196 CPUtime=0.31 cores=1,3,5,7
/proc/28472/stat : 28472 (java) S 28469 28472 26151 0 -1 1077944320 7614 0 0 0 29 2 0 0 20 0 15 0 38379113 10914828288 10049 33554432000 4194304 4196468 140723689957008 140723689939552 140343438302967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
/proc/28472/statm: 2664753 10049 3003 1 0 2627263 0
[pid=28472/tid=28478] ppid=28469 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28472/task/28478/stat : 28478 (java) S 28469 28472 26151 0 -1 1077944384 4575 0 0 0 18 1 0 0 20 0 15 0 38379114 10914828288 10049 33554432000 4194304 4196468 140723689957008 140343442537856 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28480] ppid=28469 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28480/stat : 28480 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 10049 33554432000 4194304 4196468 140723689957008 140343364377744 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28482] ppid=28469 vsize=10659012 memory=140295769357337 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 10049 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 10049 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379114 10914828288 10049 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28488] ppid=28469 vsize=10659012 memory=140295769159296 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28488/stat : 28488 (java) S 28469 28472 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342929222000 140343438314114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28490] ppid=28469 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28490/stat : 28490 (java) S 28469 28472 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342928167968 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28492] ppid=28469 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28492/stat : 28492 (java) S 28469 28472 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38379116 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342927115120 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28494] ppid=28469 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28494/stat : 28494 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342926063440 140343438321563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28495] ppid=28469 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28472/task/28495/stat : 28495 (java) R 28469 28472 26151 0 -1 1077944384 777 0 0 0 2 0 0 0 20 0 15 0 38379119 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342925011824 140343438314114 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28496] ppid=28469 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28472/task/28496/stat : 28496 (java) S 28469 28472 26151 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 15 0 38379119 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342923959024 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28497] ppid=28469 vsize=10659012 memory=140295769159296 CPUtime=0.07 cores=1,3,5,7
/proc/28472/task/28497/stat : 28497 (java) S 28469 28472 26151 0 -1 1077944384 667 0 0 0 7 0 0 0 20 0 15 0 38379119 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342922906224 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28502] ppid=28469 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28502/stat : 28502 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342921853664 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28504] ppid=28469 vsize=10659012 memory=140295769159296 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28504/stat : 28504 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379119 10914828288 10049 33554432000 4194304 4196468 140723689957008 140342920800944 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40196 KiB

[startup+0.310117 s]*
/proc/loadavg: 1.54 2.00 2.04 5/216 28505
/proc/meminfo: memFree=20245668/32770624 swapFree=67108860/67108860
[pid=28472] ppid=28469 vsize=10659088 memory=47372 CPUtime=0.5 cores=1,3,5,7
/proc/28472/stat : 28472 (java) S 28469 28472 26151 0 -1 1077944320 8382 0 0 0 48 2 0 0 20 0 15 0 38379113 10914906112 11843 33554432000 4194304 4196468 140723689957008 140723689939552 140343438302967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
/proc/28472/statm: 2664772 11843 3033 1 0 2627263 0
[pid=28472/tid=28478] ppid=28469 vsize=10659088 memory=8390339637985935414 CPUtime=0.28 cores=1,3,5,7
/proc/28472/task/28478/stat : 28478 (java) R 28469 28472 26151 0 -1 4202560 5155 0 0 0 27 1 0 0 20 0 15 0 38379114 10914906112 11843 33554432000 4194304 4196468 140723689957008 140343442538656 140343438314902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28480] ppid=28469 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28480/stat : 28480 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914906112 11843 33554432000 4194304 4196468 140723689957008 140343364377744 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28482] ppid=28469 vsize=10659088 memory=140295769357991 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914906112 11843 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379114 10914906112 11843 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379114 10914906112 11843 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28488] ppid=28469 vsize=10659088 memory=140295769159296 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28488/stat : 28488 (java) S 28469 28472 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38379116 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342929222000 140343438314114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28490] ppid=28469 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28490/stat : 28490 (java) S 28469 28472 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38379116 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342928167968 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28492] ppid=28469 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28492/stat : 28492 (java) S 28469 28472 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38379116 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342927115120 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28494] ppid=28469 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28494/stat : 28494 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342926063440 140343438321563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28495] ppid=28469 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28472/task/28495/stat : 28495 (java) S 28469 28472 26151 0 -1 1077944384 866 0 0 0 4 0 0 0 20 0 15 0 38379119 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342925011824 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28496] ppid=28469 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28472/task/28496/stat : 28496 (java) S 28469 28472 26151 0 -1 1077944384 254 0 0 0 4 0 0 0 20 0 15 0 38379119 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342923959024 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28497] ppid=28469 vsize=10659088 memory=140295769159296 CPUtime=0.11 cores=1,3,5,7
/proc/28472/task/28497/stat : 28497 (java) R 28469 28472 26151 0 -1 4202560 741 0 0 0 11 0 0 0 20 0 15 0 38379119 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342922906224 140343438324314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28502] ppid=28469 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28502/stat : 28502 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38379119 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342921853664 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28504] ppid=28469 vsize=10659088 memory=140295769159296 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28504/stat : 28504 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38379119 10914906112 11843 33554432000 4194304 4196468 140723689957008 140342920800944 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47372 KiB

[startup+0.700804 s]
/proc/loadavg: 1.54 2.00 2.04 8/218 28507
/proc/meminfo: memFree=20203832/32770624 swapFree=67108860/67108860
[pid=28472] ppid=28469 vsize=10725652 memory=78632 CPUtime=1.67 cores=1,3,5,7
/proc/28472/stat : 28472 (java) S 28469 28472 26151 0 -1 1077944320 12279 0 0 0 164 3 0 0 20 0 16 0 38379113 10983067648 19658 33554432000 4194304 4196468 140723689957008 140723689939552 140343438302967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
/proc/28472/statm: 2681413 19658 3103 1 0 2643904 0
[pid=28472/tid=28478] ppid=28469 vsize=10725652 memory=280591287393320 CPUtime=0.67 cores=1,3,5,7
/proc/28472/task/28478/stat : 28478 (java) R 28469 28472 26151 0 -1 4202560 5444 0 0 0 65 2 0 0 20 0 16 0 38379114 10983067648 19658 33554432000 4194304 4196468 140723689957008 140343442539832 140343041621233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28480] ppid=28469 vsize=10725652 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28480/stat : 28480 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 19658 33554432000 4194304 4196468 140723689957008 140343364377744 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28482] ppid=28469 vsize=10725652 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 19658 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10725652 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 19658 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10725652 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 19658 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28488] ppid=28469 vsize=10725652 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28488/stat : 28488 (java) S 28469 28472 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342929222000 140343438314114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28490] ppid=28469 vsize=10725652 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28490/stat : 28490 (java) S 28469 28472 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342928167968 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28492] ppid=28469 vsize=10725652 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28492/stat : 28492 (java) S 28469 28472 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342927115120 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28494] ppid=28469 vsize=10725652 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28494/stat : 28494 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342926063440 140343438321563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28495] ppid=28469 vsize=10725652 memory=7811323491934034025 CPUtime=0.37 cores=1,3,5,7
/proc/28472/task/28495/stat : 28495 (java) R 28469 28472 26151 0 -1 4202560 2457 0 0 0 37 0 0 0 20 0 16 0 38379119 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342925004848 140343419827864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28496] ppid=28469 vsize=10725652 memory=5787213848606435153 CPUtime=0.37 cores=1,3,5,7
/proc/28472/task/28496/stat : 28496 (java) R 28469 28472 26151 0 -1 4202560 1595 0 0 0 37 0 0 0 20 0 16 0 38379119 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342923959152 140343422294416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28497] ppid=28469 vsize=10725652 memory=5450909908396308010 CPUtime=0.24 cores=1,3,5,7
/proc/28472/task/28497/stat : 28497 (java) S 28469 28472 26151 0 -1 1077944384 1392 0 0 0 24 0 0 0 20 0 16 0 38379119 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342922906224 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28502] ppid=28469 vsize=10725652 memory=-6231118804066071744 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28502/stat : 28502 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342921853664 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28504] ppid=28469 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28504/stat : 28504 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342920800944 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28507] ppid=28469 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28507/stat : 28507 (java) S 28469 28472 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379158 10983067648 19658 33554432000 4194304 4196468 140723689957008 140342919746480 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 78632 KiB

[startup+1.5008 s]
/proc/loadavg: 1.90 2.06 2.06 3/218 28507
/proc/meminfo: memFree=20181352/32770624 swapFree=67108860/67108860
[pid=28472] ppid=28469 vsize=10725652 memory=90024 CPUtime=2.83 cores=1,3,5,7
/proc/28472/stat : 28472 (java) S 28469 28472 26151 0 -1 1077944320 14598 0 0 0 279 4 0 0 20 0 16 0 38379113 10983067648 22506 33554432000 4194304 4196468 140723689957008 140723689939552 140343438302967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
/proc/28472/statm: 2681413 22506 3114 1 0 2643904 0
[pid=28472/tid=28478] ppid=28469 vsize=10725652 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/28472/task/28478/stat : 28478 (java) R 28469 28472 26151 0 -1 4202560 5855 0 0 0 144 2 0 0 20 0 16 0 38379114 10983067648 22506 33554432000 4194304 4196468 140723689957008 140343442528384 140343042353857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28480] ppid=28469 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28480/stat : 28480 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 22506 33554432000 4194304 4196468 140723689957008 140343364377744 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28482] ppid=28469 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 22506 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10725652 memory=3546360626135918936 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 22506 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10725652 memory=5787515123716350040 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38379114 10983067648 22506 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0

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

/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 8436 0 0 0 215 19 0 0 20 0 16 0 38379114 10983067648 125859 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10725652 memory=503436 CPUtime=2.36 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 6373 0 0 0 216 20 0 0 20 0 16 0 38379114 10983067648 125859 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10725652 memory=503436 CPUtime=2.34 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 7833 0 0 0 215 19 0 0 20 0 16 0 38379114 10983067648 125859 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28488] ppid=28469 vsize=10725652 memory=503436 CPUtime=0.21 cores=1,3,5,7
/proc/28472/task/28488/stat : 28488 (java) S 28469 28472 26151 0 -1 1077944384 17951 0 0 0 15 6 0 0 20 0 16 0 38379116 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342929222000 140343438314114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28490] ppid=28469 vsize=10725652 memory=503436 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28490/stat : 28490 (java) S 28469 28472 26151 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342928167968 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28492] ppid=28469 vsize=10725652 memory=5792856628410976826 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28492/stat : 28492 (java) S 28469 28472 26151 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342927115120 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28494] ppid=28469 vsize=10725652 memory=503436 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28494/stat : 28494 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342926063440 140343438321563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28495] ppid=28469 vsize=10725652 memory=140295643683744 CPUtime=0.85 cores=1,3,5,7
/proc/28472/task/28495/stat : 28495 (java) S 28469 28472 26151 0 -1 1077944384 5655 0 0 0 85 0 0 0 20 0 16 0 38379119 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342925011824 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28496] ppid=28469 vsize=10725652 memory=503436 CPUtime=0.67 cores=1,3,5,7
/proc/28472/task/28496/stat : 28496 (java) S 28469 28472 26151 0 -1 1077944384 4001 0 0 0 66 1 0 0 20 0 16 0 38379119 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342923959024 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28497] ppid=28469 vsize=10725652 memory=503436 CPUtime=0.28 cores=1,3,5,7
/proc/28472/task/28497/stat : 28497 (java) S 28469 28472 26151 0 -1 1077944384 2771 0 0 0 28 0 0 0 20 0 16 0 38379119 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342922906224 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28502] ppid=28469 vsize=10725652 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28502/stat : 28502 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342921853664 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28504] ppid=28469 vsize=10725652 memory=13760 CPUtime=1.34 cores=1,3,5,7
/proc/28472/task/28504/stat : 28504 (java) S 28469 28472 26151 0 -1 1077944384 1882 0 0 0 59 75 0 0 20 0 16 0 38379119 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342920800944 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28507] ppid=28469 vsize=10725652 memory=503436 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28507/stat : 28507 (java) S 28469 28472 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379158 10983067648 125859 33554432000 4194304 4196468 140723689957008 140342919746480 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
Current children cumulated CPU time: 2392.55 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 503436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.7 s]
/proc/loadavg: 1.90 2.01 2.02 3/219 28620
/proc/meminfo: memFree=19380368/32770624 swapFree=67108860/67108860
[pid=28472] ppid=28469 vsize=10725652 memory=502924 CPUtime=2400.01 cores=1,3,5,7
/proc/28472/stat : 28472 (java) S 28469 28472 26151 0 -1 1077944320 83575 0 0 0 239848 153 0 0 20 0 16 0 38379113 10983067648 125731 33554432000 4194304 4196468 140723689957008 140723689939552 140343438302967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
/proc/28472/statm: 2681413 125731 3169 1 0 2643904 0
[pid=28472/tid=28478] ppid=28469 vsize=10725652 memory=503436 CPUtime=2387.1 cores=1,3,5,7
/proc/28472/task/28478/stat : 28478 (java) R 28469 28472 26151 0 -1 4202560 19585 0 0 0 238704 6 0 0 20 0 16 0 38379114 10983067648 125731 33554432000 4194304 4196468 140723689957008 140343442541936 140343042353857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28480] ppid=28469 vsize=10725652 memory=503436 CPUtime=2.35 cores=1,3,5,7
/proc/28472/task/28480/stat : 28480 (java) S 28469 28472 26151 0 -1 1077944384 7634 0 0 0 217 18 0 0 20 0 16 0 38379114 10983067648 125731 33554432000 4194304 4196468 140723689957008 140343364377744 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28482] ppid=28469 vsize=10725652 memory=503436 CPUtime=2.36 cores=1,3,5,7
/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 8439 0 0 0 217 19 0 0 20 0 16 0 38379114 10983067648 125731 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10725652 memory=503436 CPUtime=2.38 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 6378 0 0 0 218 20 0 0 20 0 16 0 38379114 10983067648 125731 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10725652 memory=503436 CPUtime=2.36 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 7841 0 0 0 217 19 0 0 20 0 16 0 38379114 10983067648 125731 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28488] ppid=28469 vsize=10725652 memory=503436 CPUtime=0.22 cores=1,3,5,7
/proc/28472/task/28488/stat : 28488 (java) S 28469 28472 26151 0 -1 1077944384 17951 0 0 0 16 6 0 0 20 0 16 0 38379116 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342929222000 140343438314114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28490] ppid=28469 vsize=10725652 memory=503436 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28490/stat : 28490 (java) S 28469 28472 26151 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342928167968 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28492] ppid=28469 vsize=10725652 memory=502924 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28492/stat : 28492 (java) S 28469 28472 26151 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 38379116 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342927115120 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28494] ppid=28469 vsize=10725652 memory=5792856628410976826 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28494/stat : 28494 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342926063440 140343438321563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28495] ppid=28469 vsize=10725652 memory=4104 CPUtime=0.85 cores=1,3,5,7
/proc/28472/task/28495/stat : 28495 (java) S 28469 28472 26151 0 -1 1077944384 5655 0 0 0 85 0 0 0 20 0 16 0 38379119 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342925011824 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28496] ppid=28469 vsize=10725652 memory=1398720917958146503 CPUtime=0.67 cores=1,3,5,7
/proc/28472/task/28496/stat : 28496 (java) S 28469 28472 26151 0 -1 1077944384 4001 0 0 0 66 1 0 0 20 0 16 0 38379119 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342923959024 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28497] ppid=28469 vsize=10725652 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/28472/task/28497/stat : 28497 (java) S 28469 28472 26151 0 -1 1077944384 2771 0 0 0 28 0 0 0 20 0 16 0 38379119 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342922906224 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28502] ppid=28469 vsize=10725652 memory=4629771062077588875 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28502/stat : 28502 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38379119 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342921853664 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28504] ppid=28469 vsize=10725652 memory=503436 CPUtime=1.35 cores=1,3,5,7
/proc/28472/task/28504/stat : 28504 (java) S 28469 28472 26151 0 -1 1077944384 1882 0 0 0 59 76 0 0 20 0 16 0 38379119 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342920800944 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28507] ppid=28469 vsize=10725652 memory=503436 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28507/stat : 28507 (java) S 28469 28472 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38379158 10983067648 125731 33554432000 4194304 4196468 140723689957008 140342919746480 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 502924 KiB

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

[startup+2389.95 s]
# the end of solver process 28472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.55 s, system=1.53526 s

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

[startup+2389.81 s]
/proc/loadavg: 1.90 2.01 2.02 3/219 28620
/proc/meminfo: memFree=19380368/32770624 swapFree=67108860/67108860
[pid=28472] ppid=28469 vsize=10925344 memory=503100 CPUtime=2400.03 cores=1,3,5,7
/proc/28472/stat : 28472 (java) S 28469 28472 26151 0 -1 1077944320 83968 0 0 0 239850 153 0 0 20 0 17 0 38379113 11187552256 125775 33554432000 4194304 4196468 140723689957008 140723689939552 140343438302967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
/proc/28472/statm: 2731336 125775 3172 1 0 2693827 0
[pid=28472/tid=28478] ppid=28469 vsize=10925344 memory=18448 CPUtime=2387.11 cores=1,3,5,7
/proc/28472/task/28478/stat : 28478 (java) S 28469 28472 26151 0 -1 1077944384 19596 0 0 0 238705 6 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343442545840 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28480] ppid=28469 vsize=10925344 memory=503436 CPUtime=2.35 cores=1,3,5,7
/proc/28472/task/28480/stat : 28480 (java) S 28469 28472 26151 0 -1 1077944384 7634 0 0 0 217 18 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343364377744 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28482] ppid=28469 vsize=10925344 memory=640 CPUtime=2.36 cores=1,3,5,7
/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 8439 0 0 0 217 19 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10925344 memory=952 CPUtime=2.38 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 6378 0 0 0 218 20 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10925344 memory=6791534058613427641 CPUtime=2.36 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 7841 0 0 0 217 19 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28488] ppid=28469 vsize=10925344 memory=1836 CPUtime=0.22 cores=1,3,5,7
/proc/28472/task/28488/stat : 28488 (java) S 28469 28472 26151 0 -1 1077944384 17951 0 0 0 16 6 0 0 20 0 17 0 38379116 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342929222000 140343438314114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28490] ppid=28469 vsize=10925344 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28490/stat : 28490 (java) S 28469 28472 26151 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 38379116 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342928167968 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28492] ppid=28469 vsize=10925344 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28492/stat : 28492 (java) S 28469 28472 26151 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 38379116 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342927115120 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28494] ppid=28469 vsize=10925344 memory=503436 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28494/stat : 28494 (java) S 28469 28472 26151 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342926063440 140343438321563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28495] ppid=28469 vsize=10925344 memory=8372 CPUtime=0.85 cores=1,3,5,7
/proc/28472/task/28495/stat : 28495 (java) S 28469 28472 26151 0 -1 1077944384 5655 0 0 0 85 0 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342925011824 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28496] ppid=28469 vsize=10925344 memory=1708 CPUtime=0.67 cores=1,3,5,7
/proc/28472/task/28496/stat : 28496 (java) S 28469 28472 26151 0 -1 1077944384 4001 0 0 0 66 1 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342923959024 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28497] ppid=28469 vsize=10925344 memory=5412 CPUtime=0.28 cores=1,3,5,7
/proc/28472/task/28497/stat : 28497 (java) S 28469 28472 26151 0 -1 1077944384 2945 0 0 0 28 0 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342922906224 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28502] ppid=28469 vsize=10925344 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28502/stat : 28502 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342921853664 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28504] ppid=28469 vsize=10925344 memory=1012 CPUtime=1.35 cores=1,3,5,7
/proc/28472/task/28504/stat : 28504 (java) S 28469 28472 26151 0 -1 1077944384 1882 0 0 0 59 76 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342920800944 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 503100 KiB

[startup+2389.9 s]
/proc/loadavg: 1.90 2.01 2.02 3/219 28620
/proc/meminfo: memFree=19380368/32770624 swapFree=67108860/67108860
[pid=28472] ppid=28469 vsize=10925344 memory=503100 CPUtime=2400.03 cores=1,3,5,7
/proc/28472/stat : 28472 (java) S 28469 28472 26151 0 -1 1077944320 83968 0 0 0 239850 153 0 0 20 0 17 0 38379113 11187552256 125775 33554432000 4194304 4196468 140723689957008 140723689939552 140343438302967 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
/proc/28472/statm: 2731336 125775 3172 1 0 2693827 0
[pid=28472/tid=28478] ppid=28469 vsize=10925344 memory=503436 CPUtime=2387.11 cores=1,3,5,7
/proc/28472/task/28478/stat : 28478 (java) S 28469 28472 26151 0 -1 1077944384 19596 0 0 0 238705 6 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343442545840 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28480] ppid=28469 vsize=10925344 memory=503436 CPUtime=2.35 cores=1,3,5,7
/proc/28472/task/28480/stat : 28480 (java) S 28469 28472 26151 0 -1 1077944384 7634 0 0 0 217 18 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343364377744 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28482] ppid=28469 vsize=10925344 memory=503436 CPUtime=2.36 cores=1,3,5,7
/proc/28472/task/28482/stat : 28482 (java) S 28469 28472 26151 0 -1 1077944384 8439 0 0 0 217 19 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343363324944 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28483] ppid=28469 vsize=10925344 memory=503436 CPUtime=2.38 cores=1,3,5,7
/proc/28472/task/28483/stat : 28483 (java) S 28469 28472 26151 0 -1 1077944384 6378 0 0 0 218 20 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343362272144 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28484] ppid=28469 vsize=10925344 memory=503436 CPUtime=2.36 cores=1,3,5,7
/proc/28472/task/28484/stat : 28484 (java) S 28469 28472 26151 0 -1 1077944384 7841 0 0 0 217 19 0 0 20 0 17 0 38379114 11187552256 125775 33554432000 4194304 4196468 140723689957008 140343361219344 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28488] ppid=28469 vsize=10925344 memory=503436 CPUtime=0.22 cores=1,3,5,7
/proc/28472/task/28488/stat : 28488 (java) S 28469 28472 26151 0 -1 1077944384 17951 0 0 0 16 6 0 0 20 0 17 0 38379116 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342929222000 140343438314114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28490] ppid=28469 vsize=10925344 memory=503436 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28490/stat : 28490 (java) S 28469 28472 26151 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 38379116 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342928167968 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28492] ppid=28469 vsize=10925344 memory=502924 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28492/stat : 28492 (java) S 28469 28472 26151 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 38379116 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342927115120 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28494] ppid=28469 vsize=10925344 memory=5792856628410976826 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28494/stat : 28494 (java) S 28469 28472 26151 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342926063440 140343438321563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28495] ppid=28469 vsize=10925344 memory=503436 CPUtime=0.85 cores=1,3,5,7
/proc/28472/task/28495/stat : 28495 (java) S 28469 28472 26151 0 -1 1077944384 5655 0 0 0 85 0 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342925011824 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28496] ppid=28469 vsize=10925344 memory=503436 CPUtime=0.67 cores=1,3,5,7
/proc/28472/task/28496/stat : 28496 (java) S 28469 28472 26151 0 -1 1077944384 4001 0 0 0 66 1 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342923959024 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28497] ppid=28469 vsize=10925344 memory=4104 CPUtime=0.28 cores=1,3,5,7
/proc/28472/task/28497/stat : 28497 (java) S 28469 28472 26151 0 -1 1077944384 2945 0 0 0 28 0 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342922906224 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28502] ppid=28469 vsize=10925344 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/28472/task/28502/stat : 28502 (java) S 28469 28472 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342921853664 140343438313173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
[pid=28472/tid=28504] ppid=28469 vsize=10925344 memory=6791534058613427641 CPUtime=1.35 cores=1,3,5,7
/proc/28472/task/28504/stat : 28504 (java) S 28469 28472 26151 0 -1 1077944384 1882 0 0 0 59 76 0 0 20 0 17 0 38379119 11187552256 125775 33554432000 4194304 4196468 140723689957008 140342920800944 140343438314114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21172224 140723689960561 140723689960713 140723689960713 140723689963471 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 503100 KiB

Child status: 143
Real time (s): 2389.95
CPU time (s): 2400.08
CPU user time (s): 2398.55
CPU system time (s): 1.53526
CPU usage (%): 100.424
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 717944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.55
system time used= 1.53526
maximum resident set size= 739268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84404
page faults= 0
swaps= 0
block input operations= 176
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55019
involuntary context switches= 1228


# summary of solver processes directly reported to runsolver:
#   pid: 28472
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.55
#   total CPU system time (s): 1.53526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5003 second user time and 23.8396 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-21 23:22:39
IDJOB=4290045
IDBENCH=141023
IDSOLVER=2742
FILE ID=node107/4290045-1532208159
RUNJOBID= node107-1532208159-28447
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290045-1532208159/watcher-4290045-1532208159 -o /tmp/evaluation-result-4290045-1532208159/solver-4290045-1532208159 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290045-1532208159.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=1197952921

node107.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.40
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.40
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.40
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.40
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:        20317388 kB
MemAvailable:   31940416 kB
Buffers:          224236 kB
Cached:         11552268 kB
SwapCached:            0 kB
Active:          1424672 kB
Inactive:       10405728 kB
Active(anon):      56768 kB
Inactive(anon):    16864 kB
Active(file):    1367904 kB
Inactive(file): 10388864 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4420 kB
Writeback:             4 kB
AnonPages:         61472 kB
Mapped:            34876 kB
Shmem:             17036 kB
Slab:             321424 kB
SReclaimable:     294720 kB
SUnreclaim:        26704 kB
KernelStack:        3200 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 00:02:29