Trace number 4301289

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 252.153 244.367

General information on the benchmark

NameNurseRostering/
NurseRostering-08_c18.xml
MD5SUMd61cb971f7c35e7f42e62a62e90db6df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10030
Best CPU time to get the best result obtained on this benchmark252.09
Satisfiable
(Un)Satisfiability was proved
Number of variables1615
Number of constraints4057
Number of domains17
Minimum domain size1
Maximum domain size31
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":347},{"size":3,"count":4},{"size":5,"count":856},{"size":6,"count":1},{"size":9,"count":6},{"size":15,"count":24},{"size":29,"count":60},{"size":31,"count":252}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":655},{"degree":3,"count":120},{"degree":14,"count":3},{"degree":15,"count":26},{"degree":16,"count":25},{"degree":17,"count":11},{"degree":18,"count":21},{"degree":19,"count":40},{"degree":20,"count":52},{"degree":21,"count":62},{"degree":22,"count":101},{"degree":23,"count":201},{"degree":24,"count":145},{"degree":25,"count":88},{"degree":26,"count":52},{"degree":27,"count":13}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":1704},{"arity":3,"count":1144},{"arity":4,"count":205},{"arity":5,"count":30},{"arity":6,"count":529},{"arity":7,"count":154},{"arity":29,"count":150},{"arity":31,"count":140},{"arity":60,"count":1}]
Number of extensional constraints950
Number of intensional constraints511
Distribution of constraint types[{"type":"extension","count":950},{"type":"intension","count":511},{"type":"regular","count":1562},{"type":"sum","count":60},{"type":"count","count":973},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301289-1532877743/watcher-4301289-1532877743 -o /tmp/evaluation-result-4301289-1532877743/solver-4301289-1532877743 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301289-1532877743.xml 

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

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


[startup+0.100608 s]*
/proc/loadavg: 2.04 1.97 1.92 3/217 22589
/proc/meminfo: memFree=27355664/32770624 swapFree=67108860/67108860
[pid=22574] ppid=22571 vsize=10659012 memory=31524 CPUtime=0.13 cores=0,2,4,6
/proc/22574/stat : 22574 (java) S 22571 22574 22004 0 -1 1077944320 6436 0 0 0 12 1 0 0 20 0 15 0 105337484 10914828288 7881 33554432000 4194304 4196468 140729522177792 140729522160336 140354302435063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
/proc/22574/statm: 2664753 7881 2842 1 0 2627263 0
[pid=22574/tid=22576] ppid=22571 vsize=10659012 memory=-8701690554792186750 CPUtime=0.08 cores=0,2,4,6
/proc/22574/task/22576/stat : 22576 (java) R 22571 22574 22004 0 -1 4202560 4277 0 0 0 8 0 0 0 20 0 15 0 105337485 10914828288 7881 33554432000 4194304 4196468 140729522177792 140354306656192 140354302446998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22577] ppid=22571 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22577/stat : 22577 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914828288 7881 33554432000 4194304 4196468 140729522177792 140354239125904 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22578] ppid=22571 vsize=10659012 memory=140589664503424 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914828288 7881 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914828288 7881 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105337486 10914828288 7881 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10659012 memory=140589664503424 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337487 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22582] ppid=22571 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22582/stat : 22582 (java) S 22571 22574 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105337488 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353538569504 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22583] ppid=22571 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22583/stat : 22583 (java) S 22571 22574 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105337488 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353537517168 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22584] ppid=22571 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22584/stat : 22584 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105337490 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353536465488 140354302453659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22585] ppid=22571 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22585/stat : 22585 (java) S 22571 22574 22004 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 105337490 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353535412336 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22586] ppid=22571 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22586/stat : 22586 (java) S 22571 22574 22004 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 105337490 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353534359536 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22587] ppid=22571 vsize=10659012 memory=140589664503424 CPUtime=0.02 cores=0,2,4,6
/proc/22574/task/22587/stat : 22587 (java) R 22571 22574 22004 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 105337490 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353533307248 140354281186944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22588] ppid=22571 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22588/stat : 22588 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105337490 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353532254688 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22589] ppid=22571 vsize=10659012 memory=140589664503424 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22589/stat : 22589 (java) S 22571 22574 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105337490 10914828288 7881 33554432000 4194304 4196468 140729522177792 140353531202480 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31524 KiB

[startup+0.210505 s]*
/proc/loadavg: 2.04 1.97 1.92 3/217 22589
/proc/meminfo: memFree=27345576/32770624 swapFree=67108860/67108860
[pid=22574] ppid=22571 vsize=10659012 memory=41988 CPUtime=0.33 cores=0,2,4,6
/proc/22574/stat : 22574 (java) S 22571 22574 22004 0 -1 1077944320 7622 0 0 0 31 2 0 0 20 0 15 0 105337484 10914828288 10497 33554432000 4194304 4196468 140729522177792 140729522160336 140354302435063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
/proc/22574/statm: 2664753 10497 2996 1 0 2627263 0
[pid=22574/tid=22576] ppid=22571 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/22574/task/22576/stat : 22576 (java) R 22571 22574 22004 0 -1 4202560 4612 0 0 0 19 1 0 0 20 0 15 0 105337485 10914828288 10497 33554432000 4194304 4196468 140729522177792 140354306670736 140354286478693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22577] ppid=22571 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22577/stat : 22577 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914828288 10497 33554432000 4194304 4196468 140729522177792 140354239125904 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22578] ppid=22571 vsize=10659012 memory=288370965816215168 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914828288 10497 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914828288 10497 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105337486 10914828288 10497 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10659012 memory=140589664503424 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337487 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22582] ppid=22571 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22582/stat : 22582 (java) S 22571 22574 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105337488 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353538569504 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22583] ppid=22571 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22583/stat : 22583 (java) S 22571 22574 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105337488 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353537517168 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22584] ppid=22571 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22584/stat : 22584 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105337490 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353536465488 140354302453659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22585] ppid=22571 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22574/task/22585/stat : 22585 (java) S 22571 22574 22004 0 -1 1077944384 558 0 0 0 2 0 0 0 20 0 15 0 105337490 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353535412336 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22586] ppid=22571 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22574/task/22586/stat : 22586 (java) S 22571 22574 22004 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 15 0 105337490 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353534359536 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22587] ppid=22571 vsize=10659012 memory=140589664503424 CPUtime=0.07 cores=0,2,4,6
/proc/22574/task/22587/stat : 22587 (java) R 22571 22574 22004 0 -1 4202560 642 0 0 0 7 0 0 0 20 0 15 0 105337490 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353533307248 140354294672190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22588] ppid=22571 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22588/stat : 22588 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105337490 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353532254688 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22589] ppid=22571 vsize=10659012 memory=140589664503424 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22589/stat : 22589 (java) S 22571 22574 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105337490 10914828288 10497 33554432000 4194304 4196468 140729522177792 140353531202480 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41988 KiB

[startup+0.316674 s]*
/proc/loadavg: 2.04 1.97 1.92 5/217 22589
/proc/meminfo: memFree=27333140/32770624 swapFree=67108860/67108860
[pid=22574] ppid=22571 vsize=10659088 memory=53368 CPUtime=0.61 cores=0,2,4,6
/proc/22574/stat : 22574 (java) S 22571 22574 22004 0 -1 1077944320 9530 0 0 0 58 3 0 0 20 0 15 0 105337484 10914906112 13342 33554432000 4194304 4196468 140729522177792 140729522160336 140354302435063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
/proc/22574/statm: 2664772 13342 3066 1 0 2627263 0
[pid=22574/tid=22576] ppid=22571 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=0,2,4,6
/proc/22574/task/22576/stat : 22576 (java) R 22571 22574 22004 0 -1 4202560 5198 0 0 0 29 2 0 0 20 0 15 0 105337485 10914906112 13342 33554432000 4194304 4196468 140729522177792 140354306671456 140354286515550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22577] ppid=22571 vsize=10659088 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22577/stat : 22577 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914906112 13342 33554432000 4194304 4196468 140729522177792 140354239125904 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22578] ppid=22571 vsize=10659088 memory=288370965816215168 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914906112 13342 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914906112 13342 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105337486 10914906112 13342 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10659088 memory=140589664503424 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105337487 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22582] ppid=22571 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22582/stat : 22582 (java) S 22571 22574 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105337488 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353538569504 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22583] ppid=22571 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22583/stat : 22583 (java) S 22571 22574 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105337488 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353537517168 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22584] ppid=22571 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22584/stat : 22584 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105337490 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353536465488 140354302453659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22585] ppid=22571 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22574/task/22585/stat : 22585 (java) R 22571 22574 22004 0 -1 4202560 1139 0 0 0 7 0 0 0 20 0 15 0 105337490 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353535393352 140354285846093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22586] ppid=22571 vsize=10659088 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22574/task/22586/stat : 22586 (java) R 22571 22574 22004 0 -1 4202560 736 0 0 0 7 0 0 0 20 0 15 0 105337490 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353534351184 140354283979636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22587] ppid=22571 vsize=10659088 memory=140589664503424 CPUtime=0.13 cores=0,2,4,6
/proc/22574/task/22587/stat : 22587 (java) R 22571 22574 22004 0 -1 1077944384 1089 0 0 0 13 0 0 0 20 0 15 0 105337490 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353533307248 140354302446210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22588] ppid=22571 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22588/stat : 22588 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105337490 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353532254688 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22589] ppid=22571 vsize=10659088 memory=140589664503424 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22589/stat : 22589 (java) S 22571 22574 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105337490 10914906112 13342 33554432000 4194304 4196468 140729522177792 140353531202480 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53368 KiB

[startup+0.702371 s]
/proc/loadavg: 2.04 1.97 1.92 6/217 22589
/proc/meminfo: memFree=27312420/32770624 swapFree=67108860/67108860
[pid=22574] ppid=22571 vsize=10659088 memory=129940 CPUtime=1.97 cores=0,2,4,6
/proc/22574/stat : 22574 (java) S 22571 22574 22004 0 -1 1077944320 12358 0 0 0 193 4 0 0 20 0 15 0 105337484 10914906112 32485 33554432000 4194304 4196468 140729522177792 140729522160336 140354302435063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
/proc/22574/statm: 2664772 32485 3101 1 0 2627263 0
[pid=22574/tid=22576] ppid=22571 vsize=10659088 memory=1840 CPUtime=0.68 cores=0,2,4,6
/proc/22574/task/22576/stat : 22576 (java) R 22571 22574 22004 0 -1 4202560 5534 0 0 0 65 3 0 0 20 0 15 0 105337485 10914906112 32997 33554432000 4194304 4196468 140729522177792 140354306670496 140353915108186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22577] ppid=22571 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22577/stat : 22577 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914906112 32997 33554432000 4194304 4196468 140729522177792 140354239125904 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22578] ppid=22571 vsize=10659088 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914906112 32997 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10659088 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105337486 10914906112 32997 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105337486 10914906112 32997 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105337487 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22582] ppid=22571 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22582/stat : 22582 (java) S 22571 22574 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105337488 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353538569504 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22583] ppid=22571 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22583/stat : 22583 (java) S 22571 22574 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105337488 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353537517168 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22584] ppid=22571 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22584/stat : 22584 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105337490 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353536465488 140354302453659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22585] ppid=22571 vsize=10659088 memory=7163631965283378496 CPUtime=0.45 cores=0,2,4,6
/proc/22574/task/22585/stat : 22585 (java) R 22571 22574 22004 0 -1 4202560 1640 0 0 0 45 0 0 0 20 0 15 0 105337490 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353535398360 140354283957287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22586] ppid=22571 vsize=10659088 memory=7667213801450137426 CPUtime=0.45 cores=0,2,4,6
/proc/22574/task/22586/stat : 22586 (java) R 22571 22574 22004 0 -1 4202560 1633 0 0 0 45 0 0 0 20 0 15 0 105337490 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353534345560 140354283979290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22587] ppid=22571 vsize=10659088 memory=7007715718637572176 CPUtime=0.37 cores=0,2,4,6
/proc/22574/task/22587/stat : 22587 (java) S 22571 22574 22004 0 -1 1077944384 2181 0 0 0 37 0 0 0 20 0 15 0 105337490 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353533307248 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22588] ppid=22571 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22588/stat : 22588 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105337490 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353532254688 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22589] ppid=22571 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22589/stat : 22589 (java) S 22571 22574 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105337490 10914906112 32997 33554432000 4194304 4196468 140729522177792 140353531202480 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 129940 KiB

[startup+1.50074 s]
/proc/loadavg: 2.20 2.00 1.93 6/217 22589
/proc/meminfo: memFree=27170944/32770624 swapFree=67108860/67108860
[pid=22574] ppid=22571 vsize=10661136 memory=324984 CPUtime=4.56 cores=0,2,4,6
/proc/22574/stat : 22574 (java) S 22571 22574 22004 0 -1 1077944320 19185 0 0 0 446 10 0 0 20 0 15 0 105337484 10917003264 81246 33554432000 4194304 4196468 140729522177792 140729522160336 140354302435063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
/proc/22574/statm: 2665284 81246 3141 1 0 2627775 0
[pid=22574/tid=22576] ppid=22571 vsize=10661136 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/22574/task/22576/stat : 22576 (java) R 22571 22574 22004 0 -1 4202560 5745 0 0 0 139 5 0 0 20 0 15 0 105337485 10917003264 81246 33554432000 4194304 4196468 140729522177792 140354306666896 140353915644180 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22577] ppid=22571 vsize=10661136 memory=-8253362762724047225 CPUtime=0.01 cores=0,2,4,6
/proc/22574/task/22577/stat : 22577 (java) S 22571 22574 22004 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 105337486 10917003264 81246 33554432000 4194304 4196468 140729522177792 140354239125904 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22578] ppid=22571 vsize=10661136 memory=-8609294068986781045 CPUtime=0.01 cores=0,2,4,6
/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 105337486 10917003264 81246 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10661136 memory=-6517102902069810590 CPUtime=0.02 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 15 0 105337486 10917003264 81246 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10661136 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105337486 10917003264 81246 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 105337487 10917003264 81246 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0

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

/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 352 0 0 0 15 3 0 0 20 0 16 0 105337486 10985164800 129319 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10727700 memory=33 CPUtime=0.14 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 131 0 0 0 11 3 0 0 20 0 16 0 105337486 10985164800 129319 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10727700 memory=517276 CPUtime=0.13 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 65 0 0 0 10 3 0 0 20 0 16 0 105337486 10985164800 129319 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10727700 memory=517276 CPUtime=0.01 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 16 0 105337487 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22582] ppid=22571 vsize=10727700 memory=517276 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22582/stat : 22582 (java) S 22571 22574 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105337488 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353538569568 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22583] ppid=22571 vsize=10727700 memory=517276 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22583/stat : 22583 (java) S 22571 22574 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105337488 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353537517184 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22584] ppid=22571 vsize=10727700 memory=517276 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22584/stat : 22584 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105337490 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353536465488 140354302453659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22585] ppid=22571 vsize=10727700 memory=4028 CPUtime=3.23 cores=0,2,4,6
/proc/22574/task/22585/stat : 22585 (java) S 22571 22574 22004 0 -1 1077944384 8276 0 0 0 322 1 0 0 20 0 16 0 105337490 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353535412336 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22586] ppid=22571 vsize=10727700 memory=640 CPUtime=3.34 cores=0,2,4,6
/proc/22574/task/22586/stat : 22586 (java) S 22571 22574 22004 0 -1 1077944384 12590 0 0 0 333 1 0 0 20 0 16 0 105337490 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353534359536 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22587] ppid=22571 vsize=10727700 memory=1784 CPUtime=0.76 cores=0,2,4,6
/proc/22574/task/22587/stat : 22587 (java) S 22571 22574 22004 0 -1 1077944384 5413 0 0 0 75 1 0 0 20 0 16 0 105337490 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353533307248 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22588] ppid=22571 vsize=10727700 memory=517276 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22588/stat : 22588 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105337490 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353532254688 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22589] ppid=22571 vsize=10727700 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/22574/task/22589/stat : 22589 (java) S 22571 22574 22004 0 -1 1077944384 1221 0 0 0 6 6 0 0 20 0 16 0 105337490 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353531202480 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22590] ppid=22571 vsize=10727700 memory=8508 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22590/stat : 22590 (java) S 22571 22574 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105337742 10985164800 129319 33554432000 4194304 4196468 140729522177792 140353528050864 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
Current children cumulated CPU time: 230.2 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 517276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.11 s]
/proc/loadavg: 2.21 2.05 1.97 3/217 22673
/proc/meminfo: memFree=27607336/32770624 swapFree=67108860/67108860
[pid=22574] ppid=22571 vsize=10727700 memory=517280 CPUtime=252.02 cores=0,2,4,6
/proc/22574/stat : 22574 (java) S 22571 22574 22004 0 -1 1077944320 40509 0 0 0 25172 30 0 0 20 0 16 0 105337484 10985164800 129320 33554432000 4194304 4196468 140729522177792 140729522160336 140354302435063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
/proc/22574/statm: 2681925 129320 3173 1 0 2644416 0
[pid=22574/tid=22576] ppid=22571 vsize=10727700 memory=1572 CPUtime=243.85 cores=0,2,4,6
/proc/22574/task/22576/stat : 22576 (java) R 22571 22574 22004 0 -1 4202560 10337 0 0 0 24379 6 0 0 20 0 16 0 105337485 10985164800 129320 33554432000 4194304 4196468 140729522177792 140354306672056 140353918170426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22577] ppid=22571 vsize=10727700 memory=517280 CPUtime=0.16 cores=0,2,4,6
/proc/22574/task/22577/stat : 22577 (java) S 22571 22574 22004 0 -1 1077944384 133 0 0 0 13 3 0 0 20 0 16 0 105337486 10985164800 129320 33554432000 4194304 4196468 140729522177792 140354239125904 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22578] ppid=22571 vsize=10727700 memory=517280 CPUtime=0.18 cores=0,2,4,6
/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 352 0 0 0 15 3 0 0 20 0 16 0 105337486 10985164800 129320 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10727700 memory=517280 CPUtime=0.14 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 131 0 0 0 11 3 0 0 20 0 16 0 105337486 10985164800 129320 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10727700 memory=517280 CPUtime=0.13 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 65 0 0 0 10 3 0 0 20 0 16 0 105337486 10985164800 129320 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10727700 memory=517276 CPUtime=0.01 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 16 0 105337487 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22582] ppid=22571 vsize=10727700 memory=517276 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22582/stat : 22582 (java) S 22571 22574 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105337488 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353538569568 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22583] ppid=22571 vsize=10727700 memory=517280 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22583/stat : 22583 (java) S 22571 22574 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105337488 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353537517184 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22584] ppid=22571 vsize=10727700 memory=517280 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22584/stat : 22584 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105337490 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353536465488 140354302453659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22585] ppid=22571 vsize=10727700 memory=517280 CPUtime=3.23 cores=0,2,4,6
/proc/22574/task/22585/stat : 22585 (java) S 22571 22574 22004 0 -1 1077944384 8485 0 0 0 322 1 0 0 20 0 16 0 105337490 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353535412336 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22586] ppid=22571 vsize=10727700 memory=792 CPUtime=3.34 cores=0,2,4,6
/proc/22574/task/22586/stat : 22586 (java) S 22571 22574 22004 0 -1 1077944384 12590 0 0 0 333 1 0 0 20 0 16 0 105337490 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353534359536 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22587] ppid=22571 vsize=10727700 memory=517276 CPUtime=0.77 cores=0,2,4,6
/proc/22574/task/22587/stat : 22587 (java) S 22571 22574 22004 0 -1 1077944384 5413 0 0 0 75 2 0 0 20 0 16 0 105337490 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353533307248 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22588] ppid=22571 vsize=10727700 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22588/stat : 22588 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105337490 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353532254688 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22589] ppid=22571 vsize=10727700 memory=517280 CPUtime=0.13 cores=0,2,4,6
/proc/22574/task/22589/stat : 22589 (java) S 22571 22574 22004 0 -1 1077944384 1226 0 0 0 7 6 0 0 20 0 16 0 105337490 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353531202480 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22590] ppid=22571 vsize=10727700 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22590/stat : 22590 (java) S 22571 22574 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105337742 10985164800 129320 33554432000 4194304 4196468 140729522177792 140353528050864 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 517280 KiB

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

[startup+244.367 s]
# the end of solver process 22574 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.833 s, system=0.32012 s

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

[startup+244.205 s]
/proc/loadavg: 2.21 2.05 1.97 3/217 22673
/proc/meminfo: memFree=27607336/32770624 swapFree=67108860/67108860
[pid=22574] ppid=22571 vsize=10927392 memory=517600 CPUtime=252.08 cores=0,2,4,6
/proc/22574/stat : 22574 (java) S 22571 22574 22004 0 -1 1077944320 42297 0 0 0 25177 31 0 0 20 0 17 0 105337484 11189649408 129400 33554432000 4194304 4196468 140729522177792 140729522160336 140354302435063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
/proc/22574/statm: 2731848 129400 3176 1 0 2694339 0
[pid=22574/tid=22576] ppid=22571 vsize=10927392 memory=12060 CPUtime=243.87 cores=0,2,4,6
/proc/22574/task/22576/stat : 22576 (java) S 22571 22574 22004 0 -1 1077944384 10425 0 0 0 24381 6 0 0 20 0 17 0 105337485 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354306677936 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22577] ppid=22571 vsize=10927392 memory=5788 CPUtime=0.16 cores=0,2,4,6
/proc/22574/task/22577/stat : 22577 (java) S 22571 22574 22004 0 -1 1077944384 133 0 0 0 13 3 0 0 20 0 17 0 105337486 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354239125904 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22578] ppid=22571 vsize=10927392 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 352 0 0 0 15 3 0 0 20 0 17 0 105337486 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10927392 memory=1840 CPUtime=0.14 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 131 0 0 0 11 3 0 0 20 0 17 0 105337486 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10927392 memory=1004 CPUtime=0.13 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 65 0 0 0 10 3 0 0 20 0 17 0 105337486 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10927392 memory=12060 CPUtime=0.01 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 17 0 105337487 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22582] ppid=22571 vsize=10927392 memory=517280 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22582/stat : 22582 (java) S 22571 22574 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105337488 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353538569568 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22583] ppid=22571 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22583/stat : 22583 (java) S 22571 22574 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105337488 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353537517184 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22584] ppid=22571 vsize=10927392 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22584/stat : 22584 (java) S 22571 22574 22004 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353536465488 140354302453659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22585] ppid=22571 vsize=10927392 memory=960 CPUtime=3.25 cores=0,2,4,6
/proc/22574/task/22585/stat : 22585 (java) S 22571 22574 22004 0 -1 1077944384 9021 0 0 0 324 1 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353535412336 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22586] ppid=22571 vsize=10927392 memory=2424 CPUtime=3.35 cores=0,2,4,6
/proc/22574/task/22586/stat : 22586 (java) S 22571 22574 22004 0 -1 1077944384 13085 0 0 0 334 1 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353534359536 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22587] ppid=22571 vsize=10927392 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/22574/task/22587/stat : 22587 (java) S 22571 22574 22004 0 -1 1077944384 5572 0 0 0 76 2 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353533307248 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22588] ppid=22571 vsize=10927392 memory=7305773633268706408 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22588/stat : 22588 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353532254688 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22589] ppid=22571 vsize=10927392 memory=4028 CPUtime=0.13 cores=0,2,4,6
/proc/22574/task/22589/stat : 22589 (java) S 22571 22574 22004 0 -1 1077944384 1226 0 0 0 7 6 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353531202480 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 517600 KiB

[startup+244.301 s]
/proc/loadavg: 2.21 2.05 1.97 3/217 22673
/proc/meminfo: memFree=27607336/32770624 swapFree=67108860/67108860
[pid=22574] ppid=22571 vsize=10927392 memory=517600 CPUtime=252.08 cores=0,2,4,6
/proc/22574/stat : 22574 (java) S 22571 22574 22004 0 -1 1077944320 42297 0 0 0 25177 31 0 0 20 0 17 0 105337484 11189649408 129400 33554432000 4194304 4196468 140729522177792 140729522160336 140354302435063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
/proc/22574/statm: 2731848 129400 3176 1 0 2694339 0
[pid=22574/tid=22576] ppid=22571 vsize=10927392 memory=517280 CPUtime=243.87 cores=0,2,4,6
/proc/22574/task/22576/stat : 22576 (java) S 22571 22574 22004 0 -1 1077944384 10425 0 0 0 24381 6 0 0 20 0 17 0 105337485 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354306677936 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22577] ppid=22571 vsize=10927392 memory=517276 CPUtime=0.16 cores=0,2,4,6
/proc/22574/task/22577/stat : 22577 (java) S 22571 22574 22004 0 -1 1077944384 133 0 0 0 13 3 0 0 20 0 17 0 105337486 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354239125904 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22578] ppid=22571 vsize=10927392 memory=517276 CPUtime=0.18 cores=0,2,4,6
/proc/22574/task/22578/stat : 22578 (java) S 22571 22574 22004 0 -1 1077944384 352 0 0 0 15 3 0 0 20 0 17 0 105337486 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354238073104 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22579] ppid=22571 vsize=10927392 memory=517280 CPUtime=0.14 cores=0,2,4,6
/proc/22574/task/22579/stat : 22579 (java) S 22571 22574 22004 0 -1 1077944384 131 0 0 0 11 3 0 0 20 0 17 0 105337486 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354237020816 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22580] ppid=22571 vsize=10927392 memory=517280 CPUtime=0.13 cores=0,2,4,6
/proc/22574/task/22580/stat : 22580 (java) S 22571 22574 22004 0 -1 1077944384 65 0 0 0 10 3 0 0 20 0 17 0 105337486 11189649408 129400 33554432000 4194304 4196468 140729522177792 140354235968016 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22581] ppid=22571 vsize=10927392 memory=517280 CPUtime=0.01 cores=0,2,4,6
/proc/22574/task/22581/stat : 22581 (java) S 22571 22574 22004 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 17 0 105337487 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353539623536 140354302446210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22582] ppid=22571 vsize=10927392 memory=517280 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22582/stat : 22582 (java) S 22571 22574 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 105337488 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353538569568 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22583] ppid=22571 vsize=10927392 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22583/stat : 22583 (java) S 22571 22574 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105337488 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353537517184 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22584] ppid=22571 vsize=10927392 memory=517280 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22584/stat : 22584 (java) S 22571 22574 22004 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353536465488 140354302453659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22585] ppid=22571 vsize=10927392 memory=517276 CPUtime=3.25 cores=0,2,4,6
/proc/22574/task/22585/stat : 22585 (java) S 22571 22574 22004 0 -1 1077944384 9021 0 0 0 324 1 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353535412336 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22586] ppid=22571 vsize=10927392 memory=4028 CPUtime=3.35 cores=0,2,4,6
/proc/22574/task/22586/stat : 22586 (java) S 22571 22574 22004 0 -1 1077944384 13085 0 0 0 334 1 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353534359536 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22587] ppid=22571 vsize=10927392 memory=517280 CPUtime=0.78 cores=0,2,4,6
/proc/22574/task/22587/stat : 22587 (java) S 22571 22574 22004 0 -1 1077944384 5572 0 0 0 76 2 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353533307248 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22588] ppid=22571 vsize=10927392 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/22574/task/22588/stat : 22588 (java) S 22571 22574 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353532254688 140354302445269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
[pid=22574/tid=22589] ppid=22571 vsize=10927392 memory=517280 CPUtime=0.13 cores=0,2,4,6
/proc/22574/task/22589/stat : 22589 (java) S 22571 22574 22004 0 -1 1077944384 1226 0 0 0 7 6 0 0 20 0 17 0 105337490 11189649408 129400 33554432000 4194304 4196468 140729522177792 140353531202480 140354302446210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36409344 140729522185334 140729522185486 140729522185486 140729522188239 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 517600 KiB

Child status: 143
Real time (s): 244.367
CPU time (s): 252.153
CPU user time (s): 251.833
CPU system time (s): 0.32012
CPU usage (%): 103.186
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 529800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.833
system time used= 0.32012
maximum resident set size= 530052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7449
involuntary context switches= 147


# summary of solver processes directly reported to runsolver:
#   pid: 22574
#   total CPU time (s): 252.153
#   total CPU user time (s): 251.833
#   total CPU system time (s): 0.32012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35744 second user time and 2.42374 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 17:22:23
IDJOB=4301289
IDBENCH=141055
IDSOLVER=2773
FILE ID=node151/4301289-1532877743
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/NurseRostering/NurseRostering-08_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301289-1532877743/watcher-4301289-1532877743 -o /tmp/evaluation-result-4301289-1532877743/solver-4301289-1532877743 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301289-1532877743.xml

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

MD5SUM BENCH= d61cb971f7c35e7f42e62a62e90db6df
RANDOM SEED=1052989514

node151.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.87
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.87
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.87
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.87
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:        27374584 kB
MemAvailable:   31016700 kB
Buffers:          210312 kB
Cached:          3706200 kB
SwapCached:            0 kB
Active:          2307052 kB
Inactive:        2620872 kB
Active(anon):     961168 kB
Inactive(anon):    78188 kB
Active(file):    1345884 kB
Inactive(file):  2542684 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       1019064 kB
Mapped:            56104 kB
Shmem:             25224 kB
Slab:             166396 kB
SReclaimable:     138764 kB
SUnreclaim:        27632 kB
KernelStack:        3568 kB
PageTables:         6904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2413272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    890880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 17:26:27