Trace number 4290177

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 2390.74

General information on the benchmark

NameFrb/
frb-53-24-2-mgd_c18.xml
MD5SUMefa4ad1e7c4e0975e1666af510b5ab46
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1964.13
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints474
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree12
Maximum variable degree26
Distribution of variable degrees[{"degree":12,"count":1},{"degree":14,"count":6},{"degree":15,"count":3},{"degree":16,"count":9},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":4},{"degree":20,"count":5},{"degree":21,"count":3},{"degree":22,"count":7},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":474}]
Number of extensional constraints474
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":474}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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
Current StackSize limit: 8192 KiB

solver pid=9229, runsolver pid=9226

[startup+0.10006 s]*
/proc/loadavg: 2.08 2.00 1.98 4/216 9244
/proc/meminfo: memFree=24198300/32770624 swapFree=67108860/67108860
[pid=9229] ppid=9226 vsize=10659012 memory=30144 CPUtime=0.12 cores=0,2,4,6
/proc/9229/stat : 9229 (java) S 9226 9229 8644 0 -1 1077944320 6618 0 0 0 11 1 0 0 20 0 15 0 77865083 10914828288 7536 33554432000 4194304 4196468 140728523204560 140728523187104 139935513001719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
/proc/9229/statm: 2664753 7536 2813 1 0 2627263 0
[pid=9229/tid=9231] ppid=9226 vsize=10659012 memory=-8392846556165665984 CPUtime=0.09 cores=0,2,4,6
/proc/9229/task/9231/stat : 9231 (java) R 9226 9229 8644 0 -1 4202560 4443 0 0 0 8 1 0 0 20 0 15 0 77865083 10914828288 7536 33554432000 4194304 4196468 140728523204560 139935517216320 139935497082206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9232] ppid=9226 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9232/stat : 9232 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865084 10914828288 7536 33554432000 4194304 4196468 140728523204560 139935471761936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9233] ppid=9226 vsize=10659012 memory=139864114878080 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865084 10914828288 7536 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865084 10914828288 7536 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865084 10914828288 7536 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10659012 memory=139864114878080 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865085 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9237] ppid=9226 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9237/stat : 9237 (java) S 9226 9229 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77865086 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934816999072 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9238] ppid=9226 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9238/stat : 9238 (java) S 9226 9229 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77865086 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934815945968 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9239] ppid=9226 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9239/stat : 9239 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934814894544 139935513020315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9240] ppid=9226 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9240/stat : 9240 (java) S 9226 9229 8644 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 77865088 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934813841648 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9241] ppid=9226 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9241/stat : 9241 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934812789104 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9242] ppid=9226 vsize=10659012 memory=139864114878080 CPUtime=0.02 cores=0,2,4,6
/proc/9229/task/9242/stat : 9242 (java) S 9226 9229 8644 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 77865088 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934811736048 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9243] ppid=9226 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9243/stat : 9243 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934810683744 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9244] ppid=9226 vsize=10659012 memory=139864114878080 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9244/stat : 9244 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865089 10914828288 7536 33554432000 4194304 4196468 140728523204560 139934809631792 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30144 KiB

[startup+0.210524 s]*
/proc/loadavg: 2.08 2.00 1.98 4/216 9244
/proc/meminfo: memFree=24187708/32770624 swapFree=67108860/67108860
[pid=9229] ppid=9226 vsize=10659012 memory=42372 CPUtime=0.33 cores=0,2,4,6
/proc/9229/stat : 9229 (java) S 9226 9229 8644 0 -1 1077944320 8142 0 0 0 31 2 0 0 20 0 15 0 77865083 10914828288 10593 33554432000 4194304 4196468 140728523204560 140728523187104 139935513001719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
/proc/9229/statm: 2664753 10593 3006 1 0 2627263 0
[pid=9229/tid=9231] ppid=9226 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9229/task/9231/stat : 9231 (java) R 9226 9229 8644 0 -1 4202560 5016 0 0 0 19 1 0 0 20 0 15 0 77865083 10914828288 10593 33554432000 4194304 4196468 140728523204560 139935517231808 139935497045349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9232] ppid=9226 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9232/stat : 9232 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865084 10914828288 10593 33554432000 4194304 4196468 140728523204560 139935471761936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9233] ppid=9226 vsize=10659012 memory=139864115224139 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865084 10914828288 10593 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865084 10914828288 10593 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865084 10914828288 10593 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10659012 memory=139864114878080 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865085 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9237] ppid=9226 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9237/stat : 9237 (java) S 9226 9229 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77865086 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934816999072 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9238] ppid=9226 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9238/stat : 9238 (java) S 9226 9229 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77865086 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934815945968 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9239] ppid=9226 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9239/stat : 9239 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934814894544 139935513020315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9240] ppid=9226 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9229/task/9240/stat : 9240 (java) S 9226 9229 8644 0 -1 1077944384 733 0 0 0 2 0 0 0 20 0 15 0 77865088 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934813841648 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9241] ppid=9226 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9229/task/9241/stat : 9241 (java) S 9226 9229 8644 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 15 0 77865088 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934812789104 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9242] ppid=9226 vsize=10659012 memory=139864114878080 CPUtime=0.07 cores=0,2,4,6
/proc/9229/task/9242/stat : 9242 (java) R 9226 9229 8644 0 -1 4202560 682 0 0 0 7 0 0 0 20 0 15 0 77865088 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934811736048 139935492306993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9243] ppid=9226 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9243/stat : 9243 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934810683744 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9244] ppid=9226 vsize=10659012 memory=139864114878080 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9244/stat : 9244 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865089 10914828288 10593 33554432000 4194304 4196468 140728523204560 139934809631792 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42372 KiB

[startup+0.310365 s]*
/proc/loadavg: 2.08 2.00 1.98 3/216 9244
/proc/meminfo: memFree=24180256/32770624 swapFree=67108860/67108860
[pid=9229] ppid=9226 vsize=10659088 memory=47484 CPUtime=0.54 cores=0,2,4,6
/proc/9229/stat : 9229 (java) S 9226 9229 8644 0 -1 1077944320 8944 0 0 0 51 3 0 0 20 0 15 0 77865083 10914906112 11871 33554432000 4194304 4196468 140728523204560 140728523187104 139935513001719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
/proc/9229/statm: 2664772 11871 3046 1 0 2627263 0
[pid=9229/tid=9231] ppid=9226 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/9229/task/9231/stat : 9231 (java) R 9226 9229 8644 0 -1 4202560 5573 0 0 0 28 2 0 0 20 0 15 0 77865083 10914906112 11871 33554432000 4194304 4196468 140728523204560 139935517237152 139935497082206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9232] ppid=9226 vsize=10659088 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9232/stat : 9232 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865084 10914906112 11871 33554432000 4194304 4196468 140728523204560 139935471761936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9233] ppid=9226 vsize=10659088 memory=139864115227404 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865084 10914906112 11871 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865084 10914906112 11871 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865084 10914906112 11871 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10659088 memory=139864114878080 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77865085 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9237] ppid=9226 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9237/stat : 9237 (java) S 9226 9229 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77865086 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934816999072 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9238] ppid=9226 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9238/stat : 9238 (java) S 9226 9229 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77865086 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934815945968 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9239] ppid=9226 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9239/stat : 9239 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934814894544 139935513020315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9240] ppid=9226 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9229/task/9240/stat : 9240 (java) S 9226 9229 8644 0 -1 1077944384 769 0 0 0 4 0 0 0 20 0 15 0 77865088 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934813841648 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9241] ppid=9226 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/9229/task/9241/stat : 9241 (java) S 9226 9229 8644 0 -1 1077944384 489 0 0 0 5 0 0 0 20 0 15 0 77865088 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934812789104 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9242] ppid=9226 vsize=10659088 memory=139864114878080 CPUtime=0.13 cores=0,2,4,6
/proc/9229/task/9242/stat : 9242 (java) R 9226 9229 8644 0 -1 4202560 745 0 0 0 13 0 0 0 20 0 15 0 77865088 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934811736048 139935491970611 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9243] ppid=9226 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9243/stat : 9243 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934810683744 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9244] ppid=9226 vsize=10659088 memory=139864114878080 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9244/stat : 9244 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865089 10914906112 11871 33554432000 4194304 4196468 140728523204560 139934809631792 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47484 KiB

[startup+0.700688 s]
/proc/loadavg: 2.08 2.00 1.98 6/216 9244
/proc/meminfo: memFree=24132044/32770624 swapFree=67108860/67108860
[pid=9229] ppid=9226 vsize=10659088 memory=150788 CPUtime=1.82 cores=0,2,4,6
/proc/9229/stat : 9229 (java) S 9226 9229 8644 0 -1 1077944320 11932 0 0 0 177 5 0 0 20 0 15 0 77865083 10914906112 37697 33554432000 4194304 4196468 140728523204560 140728523187104 139935513001719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
/proc/9229/statm: 2664772 37697 3106 1 0 2627263 0
[pid=9229/tid=9231] ppid=9226 vsize=10659088 memory=179532317341555 CPUtime=0.68 cores=0,2,4,6
/proc/9229/task/9231/stat : 9231 (java) R 9226 9229 8644 0 -1 4202560 5970 0 0 0 64 4 0 0 20 0 15 0 77865083 10914906112 37697 33554432000 4194304 4196468 140728523204560 139935517216496 139935149497648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9232] ppid=9226 vsize=10659088 memory=278895 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9232/stat : 9232 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865084 10914906112 37697 33554432000 4194304 4196468 140728523204560 139935471761936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9233] ppid=9226 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865084 10914906112 37697 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865084 10914906112 37697 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77865084 10914906112 37697 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77865085 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9237] ppid=9226 vsize=10659088 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9237/stat : 9237 (java) S 9226 9229 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77865086 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934816999072 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9238] ppid=9226 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9238/stat : 9238 (java) S 9226 9229 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77865086 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934815945968 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9239] ppid=9226 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9239/stat : 9239 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934814894544 139935513020315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9240] ppid=9226 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/9229/task/9240/stat : 9240 (java) R 9226 9229 8644 0 -1 4202560 1661 0 0 0 37 0 0 0 20 0 15 0 77865088 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934813834672 139935496500633 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9241] ppid=9226 vsize=10659088 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/9229/task/9241/stat : 9241 (java) R 9226 9229 8644 0 -1 4202560 1433 0 0 0 39 0 0 0 20 0 15 0 77865088 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934812789104 139935492333943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9242] ppid=9226 vsize=10659088 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/9229/task/9242/stat : 9242 (java) R 9226 9229 8644 0 -1 1077944384 1496 0 0 0 35 0 0 0 20 0 15 0 77865088 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934811733840 139935513011925 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9243] ppid=9226 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9243/stat : 9243 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77865088 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934810683744 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9244] ppid=9226 vsize=10659088 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9244/stat : 9244 (java) S 9226 9229 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77865089 10914906112 37697 33554432000 4194304 4196468 140728523204560 139934809631792 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 150788 KiB

[startup+1.50077 s]
/proc/loadavg: 2.08 2.00 1.98 6/217 9245
/proc/meminfo: memFree=24032312/32770624 swapFree=67108860/67108860
[pid=9229] ppid=9226 vsize=10727820 memory=212480 CPUtime=4.32 cores=0,2,4,6
/proc/9229/stat : 9229 (java) S 9226 9229 8644 0 -1 1077944320 17782 0 0 0 424 8 0 0 20 0 16 0 77865083 10985287680 53120 33554432000 4194304 4196468 140728523204560 140728523187104 139935513001719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
/proc/9229/statm: 2681955 53120 3136 1 0 2644446 0
[pid=9229/tid=9231] ppid=9226 vsize=10727820 memory=10799 CPUtime=1.45 cores=0,2,4,6
/proc/9229/task/9231/stat : 9231 (java) R 9226 9229 8644 0 -1 4202560 6009 0 0 0 141 4 0 0 20 0 16 0 77865083 10985287680 53120 33554432000 4194304 4196468 140728523204560 139935517236800 139935154079515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9232] ppid=9226 vsize=10727820 memory=8112282956445269571 CPUtime=0.01 cores=0,2,4,6
/proc/9229/task/9232/stat : 9232 (java) S 9226 9229 8644 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 16 0 77865084 10985287680 53120 33554432000 4194304 4196468 140728523204560 139935471761936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9233] ppid=9226 vsize=10727820 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 77865084 10985287680 53120 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10727820 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 16 0 77865084 10985287680 53120 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10727820 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 16 0 77865084 10985287680 53120 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10727820 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 77865085 10985287680 53120 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0

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

/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 5134 0 0 0 141 18 0 0 20 0 16 0 77865084 10983067648 146525 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 6435 0 0 0 142 18 0 0 20 0 16 0 77865084 10983067648 146525 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 6739 0 0 0 141 19 0 0 20 0 16 0 77865084 10983067648 146525 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10725652 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 16442 0 0 0 15 4 0 0 20 0 16 0 77865085 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9237] ppid=9226 vsize=10725652 memory=588668 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9237/stat : 9237 (java) S 9226 9229 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 77865086 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934816999136 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9238] ppid=9226 vsize=10725652 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9238/stat : 9238 (java) S 9226 9229 8644 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 77865086 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934815945984 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9239] ppid=9226 vsize=10725652 memory=586100 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9239/stat : 9239 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934814894544 139935513020315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9240] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9240/stat : 9240 (java) S 9226 9229 8644 0 -1 1077944384 8024 0 0 0 159 1 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934813841648 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9241] ppid=9226 vsize=10725652 memory=8112282956445269571 CPUtime=1.51 cores=0,2,4,6
/proc/9229/task/9241/stat : 9241 (java) S 9226 9229 8644 0 -1 1077944384 8951 0 0 0 150 1 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934812789104 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9242] ppid=9226 vsize=10725652 memory=4128 CPUtime=0.5 cores=0,2,4,6
/proc/9229/task/9242/stat : 9242 (java) S 9226 9229 8644 0 -1 1077944384 3635 0 0 0 49 1 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934811736048 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9243] ppid=9226 vsize=10725652 memory=586100 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9243/stat : 9243 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934810683744 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9244] ppid=9226 vsize=10725652 memory=956 CPUtime=1.32 cores=0,2,4,6
/proc/9229/task/9244/stat : 9244 (java) S 9226 9229 8644 0 -1 1077944384 1765 0 0 0 67 65 0 0 20 0 16 0 77865089 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934809631792 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9245] ppid=9226 vsize=10725652 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9245/stat : 9245 (java) S 9226 9229 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77865179 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934808577584 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
Current children cumulated CPU time: 2391.82 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 586100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.5 s]
/proc/loadavg: 2.00 2.01 2.05 2/200 9352
/proc/meminfo: memFree=23818800/32770624 swapFree=67108860/67108860
[pid=9229] ppid=9226 vsize=10725652 memory=586100 CPUtime=2400.02 cores=0,2,4,6
/proc/9229/stat : 9229 (java) S 9226 9229 8644 0 -1 1077944320 83472 0 0 0 239863 139 0 0 20 0 16 0 77865083 10983067648 146525 33554432000 4194304 4196468 140728523204560 140728523187104 139935513001719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
/proc/9229/statm: 2681413 146525 3178 1 0 2643904 0
[pid=9229/tid=9231] ppid=9226 vsize=10725652 memory=354 CPUtime=2388.42 cores=0,2,4,6
/proc/9229/task/9231/stat : 9231 (java) R 9226 9229 8644 0 -1 4202560 18101 0 0 0 238835 7 0 0 20 0 16 0 77865083 10983067648 146525 33554432000 4194304 4196468 140728523204560 139935517240656 139935154373823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9232] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9232/stat : 9232 (java) S 9226 9229 8644 0 -1 1077944384 6830 0 0 0 142 18 0 0 20 0 16 0 77865084 10983067648 146525 33554432000 4194304 4196468 140728523204560 139935471761936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9233] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.59 cores=0,2,4,6
/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 5134 0 0 0 141 18 0 0 20 0 16 0 77865084 10983067648 146525 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 6435 0 0 0 142 18 0 0 20 0 16 0 77865084 10983067648 146525 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 6739 0 0 0 141 19 0 0 20 0 16 0 77865084 10983067648 146525 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10725652 memory=586100 CPUtime=0.19 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 16442 0 0 0 15 4 0 0 20 0 16 0 77865085 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9237] ppid=9226 vsize=10725652 memory=279728000595328 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9237/stat : 9237 (java) S 9226 9229 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 77865086 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934816999136 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9238] ppid=9226 vsize=10725652 memory=586100 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9238/stat : 9238 (java) S 9226 9229 8644 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 77865086 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934815945984 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9239] ppid=9226 vsize=10725652 memory=586100 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9239/stat : 9239 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934814894544 139935513020315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9240] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9240/stat : 9240 (java) S 9226 9229 8644 0 -1 1077944384 8024 0 0 0 159 1 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934813841648 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9241] ppid=9226 vsize=10725652 memory=588668 CPUtime=1.51 cores=0,2,4,6
/proc/9229/task/9241/stat : 9241 (java) S 9226 9229 8644 0 -1 1077944384 8951 0 0 0 150 1 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934812789104 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9242] ppid=9226 vsize=10725652 memory=586100 CPUtime=0.5 cores=0,2,4,6
/proc/9229/task/9242/stat : 9242 (java) S 9226 9229 8644 0 -1 1077944384 3635 0 0 0 49 1 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934811736048 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9243] ppid=9226 vsize=10725652 memory=586100 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9243/stat : 9243 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77865088 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934810683744 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9244] ppid=9226 vsize=10725652 memory=586100 CPUtime=1.33 cores=0,2,4,6
/proc/9229/task/9244/stat : 9244 (java) S 9226 9229 8644 0 -1 1077944384 1765 0 0 0 68 65 0 0 20 0 16 0 77865089 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934809631792 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9245] ppid=9226 vsize=10725652 memory=588668 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9245/stat : 9245 (java) S 9226 9229 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77865179 10983067648 146525 33554432000 4194304 4196468 140728523204560 139934808577584 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 586100 KiB

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

[startup+2390.74 s]
# the end of solver process 9229 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.68 s, system=1.3981 s

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

[startup+2390.61 s]
/proc/loadavg: 2.00 2.01 2.05 2/200 9352
/proc/meminfo: memFree=23818800/32770624 swapFree=67108860/67108860
[pid=9229] ppid=9226 vsize=10925344 memory=586248 CPUtime=2400.03 cores=0,2,4,6
/proc/9229/stat : 9229 (java) S 9226 9229 8644 0 -1 1077944320 83799 0 0 0 239864 139 0 0 20 0 17 0 77865083 11187552256 146562 33554432000 4194304 4196468 140728523204560 140728523187104 139935513001719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
/proc/9229/statm: 2731336 146562 3182 1 0 2693827 0
[pid=9229/tid=9231] ppid=9226 vsize=10925344 memory=1944 CPUtime=2388.42 cores=0,2,4,6
/proc/9229/task/9231/stat : 9231 (java) S 9226 9229 8644 0 -1 1077944384 18113 0 0 0 238835 7 0 0 20 0 17 0 77865083 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935517244592 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9232] ppid=9226 vsize=10925344 memory=1428 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9232/stat : 9232 (java) S 9226 9229 8644 0 -1 1077944384 6830 0 0 0 142 18 0 0 20 0 17 0 77865084 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935471761936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9233] ppid=9226 vsize=10925344 memory=8532 CPUtime=1.59 cores=0,2,4,6
/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 5134 0 0 0 141 18 0 0 20 0 17 0 77865084 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10925344 memory=792 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 6435 0 0 0 142 18 0 0 20 0 17 0 77865084 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10925344 memory=1008 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 6739 0 0 0 141 19 0 0 20 0 17 0 77865084 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10925344 memory=1228 CPUtime=0.19 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 16442 0 0 0 15 4 0 0 20 0 17 0 77865085 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9237] ppid=9226 vsize=10925344 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9237/stat : 9237 (java) S 9226 9229 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 77865086 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934816999136 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9238] ppid=9226 vsize=10925344 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9238/stat : 9238 (java) S 9226 9229 8644 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 77865086 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934815945984 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9239] ppid=9226 vsize=10925344 memory=792 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9239/stat : 9239 (java) S 9226 9229 8644 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934814894544 139935513020315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9240] ppid=9226 vsize=10925344 memory=1008 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9240/stat : 9240 (java) S 9226 9229 8644 0 -1 1077944384 8024 0 0 0 159 1 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934813841648 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9241] ppid=9226 vsize=10925344 memory=1228 CPUtime=1.51 cores=0,2,4,6
/proc/9229/task/9241/stat : 9241 (java) S 9226 9229 8644 0 -1 1077944384 8951 0 0 0 150 1 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934812789104 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9242] ppid=9226 vsize=10925344 memory=1200 CPUtime=0.5 cores=0,2,4,6
/proc/9229/task/9242/stat : 9242 (java) S 9226 9229 8644 0 -1 1077944384 3741 0 0 0 49 1 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934811736048 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9243] ppid=9226 vsize=10925344 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9243/stat : 9243 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934810683744 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9244] ppid=9226 vsize=10925344 memory=586100 CPUtime=1.33 cores=0,2,4,6
/proc/9229/task/9244/stat : 9244 (java) S 9226 9229 8644 0 -1 1077944384 1765 0 0 0 68 65 0 0 20 0 17 0 77865089 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934809631792 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 586248 KiB

[startup+2390.7 s]
/proc/loadavg: 2.00 2.01 2.05 2/200 9352
/proc/meminfo: memFree=23818800/32770624 swapFree=67108860/67108860
[pid=9229] ppid=9226 vsize=10925344 memory=586248 CPUtime=2400.03 cores=0,2,4,6
/proc/9229/stat : 9229 (java) S 9226 9229 8644 0 -1 1077944320 83799 0 0 0 239864 139 0 0 20 0 17 0 77865083 11187552256 146562 33554432000 4194304 4196468 140728523204560 140728523187104 139935513001719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
/proc/9229/statm: 2731336 146562 3182 1 0 2693827 0
[pid=9229/tid=9231] ppid=9226 vsize=10925344 memory=586100 CPUtime=2388.42 cores=0,2,4,6
/proc/9229/task/9231/stat : 9231 (java) S 9226 9229 8644 0 -1 1077944384 18113 0 0 0 238835 7 0 0 20 0 17 0 77865083 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935517244592 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9232] ppid=9226 vsize=10925344 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9232/stat : 9232 (java) S 9226 9229 8644 0 -1 1077944384 6830 0 0 0 142 18 0 0 20 0 17 0 77865084 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935471761936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9233] ppid=9226 vsize=10925344 memory=588668 CPUtime=1.59 cores=0,2,4,6
/proc/9229/task/9233/stat : 9233 (java) S 9226 9229 8644 0 -1 1077944384 5134 0 0 0 141 18 0 0 20 0 17 0 77865084 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935118862992 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9234] ppid=9226 vsize=10925344 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9234/stat : 9234 (java) S 9226 9229 8644 0 -1 1077944384 6435 0 0 0 142 18 0 0 20 0 17 0 77865084 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935117809936 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9235] ppid=9226 vsize=10925344 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9235/stat : 9235 (java) S 9226 9229 8644 0 -1 1077944384 6739 0 0 0 141 19 0 0 20 0 17 0 77865084 11187552256 146562 33554432000 4194304 4196468 140728523204560 139935116757392 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9236] ppid=9226 vsize=10925344 memory=586100 CPUtime=0.19 cores=0,2,4,6
/proc/9229/task/9236/stat : 9236 (java) S 9226 9229 8644 0 -1 1077944384 16442 0 0 0 15 4 0 0 20 0 17 0 77865085 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934818052848 139935513012866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9237] ppid=9226 vsize=10925344 memory=279728000595328 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9237/stat : 9237 (java) S 9226 9229 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 77865086 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934816999136 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9238] ppid=9226 vsize=10925344 memory=586100 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9238/stat : 9238 (java) S 9226 9229 8644 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 77865086 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934815945984 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9239] ppid=9226 vsize=10925344 memory=586100 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9239/stat : 9239 (java) S 9226 9229 8644 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934814894544 139935513020315 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9240] ppid=9226 vsize=10925344 memory=586100 CPUtime=1.6 cores=0,2,4,6
/proc/9229/task/9240/stat : 9240 (java) S 9226 9229 8644 0 -1 1077944384 8024 0 0 0 159 1 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934813841648 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9241] ppid=9226 vsize=10925344 memory=586100 CPUtime=1.51 cores=0,2,4,6
/proc/9229/task/9241/stat : 9241 (java) S 9226 9229 8644 0 -1 1077944384 8951 0 0 0 150 1 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934812789104 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9242] ppid=9226 vsize=10925344 memory=586100 CPUtime=0.5 cores=0,2,4,6
/proc/9229/task/9242/stat : 9242 (java) S 9226 9229 8644 0 -1 1077944384 3741 0 0 0 49 1 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934811736048 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9243] ppid=9226 vsize=10925344 memory=354 CPUtime=0 cores=0,2,4,6
/proc/9229/task/9243/stat : 9243 (java) S 9226 9229 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77865088 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934810683744 139935513011925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
[pid=9229/tid=9244] ppid=9226 vsize=10925344 memory=586100 CPUtime=1.33 cores=0,2,4,6
/proc/9229/task/9244/stat : 9244 (java) S 9226 9229 8644 0 -1 1077944384 1765 0 0 0 68 65 0 0 20 0 17 0 77865089 11187552256 146562 33554432000 4194304 4196468 140728523204560 139934809631792 139935513012866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16371712 140728523207793 140728523207945 140728523207945 140728523210703 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 586248 KiB

Child status: 143
Real time (s): 2390.74
CPU time (s): 2400.08
CPU user time (s): 2398.68
CPU system time (s): 1.3981
CPU usage (%): 100.391
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 767120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.68
system time used= 1.3981
maximum resident set size= 767240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84143
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54656
involuntary context switches= 2861


# summary of solver processes directly reported to runsolver:
#   pid: 9229
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.68
#   total CPU system time (s): 1.3981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0671 second user time and 23.0698 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 13:03:38
IDJOB=4290177
IDBENCH=141591
IDSOLVER=2742
FILE ID=node150/4290177-1532603018
RUNJOBID= node150-1532598235-8675
PBS_JOBID= 21021976
Free space on /tmp= 53100 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-53-24-2-mgd_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290177-1532603018/watcher-4290177-1532603018 -o /tmp/evaluation-result-4290177-1532603018/solver-4290177-1532603018 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532598235-8675 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290177-1532603018.xml

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

MD5SUM BENCH= efa4ad1e7c4e0975e1666af510b5ab46
RANDOM SEED=1647177600

node150.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.76
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.76
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.76
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.76
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:        24216332 kB
MemAvailable:   31747680 kB
Buffers:          201504 kB
Cached:          7522956 kB
SwapCached:            0 kB
Active:          2323504 kB
Inactive:        5636216 kB
Active(anon):     188016 kB
Inactive(anon):    75256 kB
Active(file):    2135488 kB
Inactive(file):  5560960 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5536 kB
Writeback:             8 kB
AnonPages:        242992 kB
Mapped:            52196 kB
Shmem:             25224 kB
Slab:             292220 kB
SReclaimable:     263360 kB
SUnreclaim:        28860 kB
KernelStack:        3648 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310480 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-26 13:43:29