Trace number 4301274

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.194 237.762

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark251.967
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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

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


[startup+0.107468 s]*
/proc/loadavg: 2.01 1.92 1.90 3/216 22338
/proc/meminfo: memFree=27479764/32770624 swapFree=67108860/67108860
[pid=22323] ppid=22320 vsize=10659012 memory=28484 CPUtime=0.13 cores=1,3,5,7
/proc/22323/stat : 22323 (java) S 22320 22323 22004 0 -1 1077944320 6752 0 0 0 12 1 0 0 20 0 15 0 105312407 10914828288 7121 33554432000 4194304 4196468 140736428211104 140736428193648 140718256852727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
/proc/22323/statm: 2664753 7121 2825 1 0 2627263 0
[pid=22323/tid=22325] ppid=22320 vsize=10659012 memory=-8197568871503400319 CPUtime=0.1 cores=1,3,5,7
/proc/22323/task/22325/stat : 22325 (java) R 22320 22323 22004 0 -1 4202560 4564 0 0 0 9 1 0 0 20 0 15 0 105312408 10914828288 7121 33554432000 4194304 4196468 140736428211104 140718261067808 140718256864662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22326] ppid=22320 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22326/stat : 22326 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 7121 33554432000 4194304 4196468 140736428211104 140717863570192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22327] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 7121 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 7121 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 7121 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 7121 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22331] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22331/stat : 22331 (java) S 22320 22323 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 7121 33554432000 4194304 4196468 140736428211104 140717291684768 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22332] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22332/stat : 22332 (java) S 22320 22323 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 7121 33554432000 4194304 4196468 140736428211104 140717290632176 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22333] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22333/stat : 22333 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 7121 33554432000 4194304 4196468 140736428211104 140716981180624 140718256871323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22334] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22334/stat : 22334 (java) S 22320 22323 22004 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 7121 33554432000 4194304 4196468 140736428211104 140716980128240 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22335] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22335/stat : 22335 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 7121 33554432000 4194304 4196468 140736428211104 140716979075696 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22336] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0.02 cores=1,3,5,7
/proc/22323/task/22336/stat : 22336 (java) S 22320 22323 22004 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 15 0 105312413 10914828288 7121 33554432000 4194304 4196468 140736428211104 140716978023152 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22337] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22337/stat : 22337 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 7121 33554432000 4194304 4196468 140736428211104 140716976970848 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22338] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22338/stat : 22338 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 7121 33554432000 4194304 4196468 140736428211104 140716975917360 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28484 KiB

[startup+0.2105 s]*
/proc/loadavg: 2.01 1.92 1.90 4/216 22338
/proc/meminfo: memFree=27470384/32770624 swapFree=67108860/67108860
[pid=22323] ppid=22320 vsize=10659012 memory=40608 CPUtime=0.33 cores=1,3,5,7
/proc/22323/stat : 22323 (java) S 22320 22323 22004 0 -1 1077944320 8256 0 0 0 31 2 0 0 20 0 15 0 105312407 10914828288 10152 33554432000 4194304 4196468 140736428211104 140736428193648 140718256852727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
/proc/22323/statm: 2664753 10152 2999 1 0 2627263 0
[pid=22323/tid=22325] ppid=22320 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/22323/task/22325/stat : 22325 (java) R 22320 22323 22004 0 -1 4202560 5076 0 0 0 19 1 0 0 20 0 15 0 105312408 10914828288 10152 33554432000 4194304 4196468 140736428211104 140718261089008 140718256864662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22326] ppid=22320 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22326/stat : 22326 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 10152 33554432000 4194304 4196468 140736428211104 140717863570192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22327] ppid=22320 vsize=10659012 memory=288370053091456640 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 10152 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 10152 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 10152 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 10152 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22331] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22331/stat : 22331 (java) S 22320 22323 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 10152 33554432000 4194304 4196468 140736428211104 140717291684768 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22332] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22332/stat : 22332 (java) S 22320 22323 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 10152 33554432000 4194304 4196468 140736428211104 140717290632176 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22333] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22333/stat : 22333 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 10152 33554432000 4194304 4196468 140736428211104 140716981180624 140718256871323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22334] ppid=22320 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22323/task/22334/stat : 22334 (java) S 22320 22323 22004 0 -1 1077944384 623 0 0 0 2 0 0 0 20 0 15 0 105312413 10914828288 10152 33554432000 4194304 4196468 140736428211104 140716980128240 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22335] ppid=22320 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22323/task/22335/stat : 22335 (java) R 22320 22323 22004 0 -1 4202560 392 0 0 0 1 0 0 0 20 0 15 0 105312413 10914828288 10152 33554432000 4194304 4196468 140736428211104 140716979075696 140718256864662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22336] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0.07 cores=1,3,5,7
/proc/22323/task/22336/stat : 22336 (java) R 22320 22323 22004 0 -1 4202560 799 0 0 0 7 0 0 0 20 0 15 0 105312413 10914828288 10152 33554432000 4194304 4196468 140736428211104 140716978023152 140718234076880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22337] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22337/stat : 22337 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 10152 33554432000 4194304 4196468 140736428211104 140716976970848 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22338] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22338/stat : 22338 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 10152 33554432000 4194304 4196468 140736428211104 140716975917360 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40608 KiB

[startup+0.312429 s]*
/proc/loadavg: 2.01 1.92 1.90 5/216 22338
/proc/meminfo: memFree=27457544/32770624 swapFree=67108860/67108860
[pid=22323] ppid=22320 vsize=10659012 memory=53716 CPUtime=0.58 cores=1,3,5,7
/proc/22323/stat : 22323 (java) S 22320 22323 22004 0 -1 1077944320 10016 0 0 0 56 2 0 0 20 0 15 0 105312407 10914828288 13429 33554432000 4194304 4196468 140736428211104 140736428193648 140718256852727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
/proc/22323/statm: 2664753 13429 3039 1 0 2627263 0
[pid=22323/tid=22325] ppid=22320 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/22323/task/22325/stat : 22325 (java) R 22320 22323 22004 0 -1 4202560 5440 0 0 0 29 1 0 0 20 0 15 0 105312408 10914828288 13429 33554432000 4194304 4196468 140736428211104 140718261089296 140718256874653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22326] ppid=22320 vsize=10659012 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22326/stat : 22326 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 13429 33554432000 4194304 4196468 140736428211104 140717863570192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22327] ppid=22320 vsize=10659012 memory=288370053091456640 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 13429 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 13429 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105312408 10914828288 13429 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 13429 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22331] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22331/stat : 22331 (java) S 22320 22323 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 13429 33554432000 4194304 4196468 140736428211104 140717291684768 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22332] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22332/stat : 22332 (java) S 22320 22323 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105312410 10914828288 13429 33554432000 4194304 4196468 140736428211104 140717290632176 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22333] ppid=22320 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22333/stat : 22333 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 13429 33554432000 4194304 4196468 140736428211104 140716981180624 140718256871323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22334] ppid=22320 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22323/task/22334/stat : 22334 (java) R 22320 22323 22004 0 -1 4202560 1053 0 0 0 7 0 0 0 20 0 15 0 105312413 10914828288 13429 33554432000 4194304 4196468 140736428211104 140716980109256 140718238045450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22335] ppid=22320 vsize=10659012 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/22323/task/22335/stat : 22335 (java) R 22320 22323 22004 0 -1 4202560 886 0 0 0 6 0 0 0 20 0 15 0 105312413 10914828288 13429 33554432000 4194304 4196468 140736428211104 140716979056712 140718240320762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22336] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0.13 cores=1,3,5,7
/proc/22323/task/22336/stat : 22336 (java) R 22320 22323 22004 0 -1 1077944384 1270 0 0 0 13 0 0 0 20 0 15 0 105312413 10914828288 13429 33554432000 4194304 4196468 140736428211104 140716978023152 140718256863874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22337] ppid=22320 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22337/stat : 22337 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 13429 33554432000 4194304 4196468 140736428211104 140716976970848 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22338] ppid=22320 vsize=10659012 memory=139676939744896 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22338/stat : 22338 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312413 10914828288 13429 33554432000 4194304 4196468 140736428211104 140716975917360 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 53716 KiB

[startup+0.700789 s]
/proc/loadavg: 2.01 1.92 1.90 5/216 22338
/proc/meminfo: memFree=27430620/32770624 swapFree=67108860/67108860
[pid=22323] ppid=22320 vsize=10659088 memory=106108 CPUtime=1.92 cores=1,3,5,7
/proc/22323/stat : 22323 (java) S 22320 22323 22004 0 -1 1077944320 13485 0 0 0 188 4 0 0 20 0 15 0 105312407 10914906112 26527 33554432000 4194304 4196468 140736428211104 140736428193648 140718256852727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
/proc/22323/statm: 2664772 26527 3106 1 0 2627263 0
[pid=22323/tid=22325] ppid=22320 vsize=10659088 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/22323/task/22325/stat : 22325 (java) R 22320 22323 22004 0 -1 4202560 6024 0 0 0 65 2 0 0 20 0 15 0 105312408 10914906112 26527 33554432000 4194304 4196468 140736428211104 140718261086200 140717894390580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22326] ppid=22320 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22326/stat : 22326 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914906112 26527 33554432000 4194304 4196468 140736428211104 140717863570192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22327] ppid=22320 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914906112 26527 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312408 10914906112 26527 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105312408 10914906112 26527 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105312410 10914906112 26527 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22331] ppid=22320 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22331/stat : 22331 (java) S 22320 22323 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105312410 10914906112 26527 33554432000 4194304 4196468 140736428211104 140717291684768 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22332] ppid=22320 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22332/stat : 22332 (java) S 22320 22323 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105312410 10914906112 26527 33554432000 4194304 4196468 140736428211104 140717290632176 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22333] ppid=22320 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22333/stat : 22333 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914906112 26527 33554432000 4194304 4196468 140736428211104 140716981180624 140718256871323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22334] ppid=22320 vsize=10659088 memory=7163631965283378496 CPUtime=0.43 cores=1,3,5,7
/proc/22323/task/22334/stat : 22334 (java) R 22320 22323 22004 0 -1 4202560 1976 0 0 0 43 0 0 0 20 0 15 0 105312413 10914906112 26527 33554432000 4194304 4196468 140736428211104 140716980114208 140718240349467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22335] ppid=22320 vsize=10659088 memory=7667213801450137426 CPUtime=0.43 cores=1,3,5,7
/proc/22323/task/22335/stat : 22335 (java) R 22320 22323 22004 0 -1 4202560 1919 0 0 0 43 0 0 0 20 0 15 0 105312413 10914906112 26527 33554432000 4194304 4196468 140736428211104 140716979061792 140718249956309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22336] ppid=22320 vsize=10659088 memory=7007715718637572176 CPUtime=0.35 cores=1,3,5,7
/proc/22323/task/22336/stat : 22336 (java) S 22320 22323 22004 0 -1 1077944384 2195 0 0 0 35 0 0 0 20 0 15 0 105312413 10914906112 26527 33554432000 4194304 4196468 140736428211104 140716978023152 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22337] ppid=22320 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22337/stat : 22337 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105312413 10914906112 26527 33554432000 4194304 4196468 140736428211104 140716976970848 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22338] ppid=22320 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22338/stat : 22338 (java) S 22320 22323 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105312413 10914906112 26527 33554432000 4194304 4196468 140736428211104 140716975917360 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 106108 KiB

[startup+1.50074 s]
/proc/loadavg: 2.01 1.92 1.90 4/216 22338
/proc/meminfo: memFree=27299752/32770624 swapFree=67108860/67108860
[pid=22323] ppid=22320 vsize=10661136 memory=463644 CPUtime=4.56 cores=1,3,5,7
/proc/22323/stat : 22323 (java) S 22320 22323 22004 0 -1 1077944320 18204 0 0 0 441 15 0 0 20 0 15 0 105312407 10917003264 115911 33554432000 4194304 4196468 140736428211104 140736428193648 140718256852727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
/proc/22323/statm: 2665284 115911 3137 1 0 2627775 0
[pid=22323/tid=22325] ppid=22320 vsize=10661136 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/22323/task/22325/stat : 22325 (java) R 22320 22323 22004 0 -1 4202560 6290 0 0 0 135 7 0 0 20 0 15 0 105312408 10917003264 115911 33554432000 4194304 4196468 140736428211104 140718261079792 140717899017152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22326] ppid=22320 vsize=10661136 memory=-8253362762724047225 CPUtime=0.03 cores=1,3,5,7
/proc/22323/task/22326/stat : 22326 (java) S 22320 22323 22004 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 15 0 105312408 10917003264 115911 33554432000 4194304 4196468 140736428211104 140717863570192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22327] ppid=22320 vsize=10661136 memory=-8609294068986781045 CPUtime=0.02 cores=1,3,5,7
/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 15 0 105312408 10917003264 115911 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10661136 memory=-6517102902069810590 CPUtime=0.03 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 15 0 105312408 10917003264 115911 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10661136 memory=4134692831991786133 CPUtime=0.04 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 47 0 0 0 3 1 0 0 20 0 15 0 105312408 10917003264 115911 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105312410 10917003264 115911 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0

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

/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 476 0 0 0 146 13 0 0 20 0 16 0 105312408 10985164800 400370 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10727700 memory=4028 CPUtime=1.64 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 463 0 0 0 149 15 0 0 20 0 16 0 105312408 10985164800 400370 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10727700 memory=30072 CPUtime=1.61 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 2365 0 0 0 147 14 0 0 20 0 16 0 105312408 10985164800 400370 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10727700 memory=1601480 CPUtime=0.76 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 6246 0 0 0 76 0 0 0 20 0 16 0 105312410 10985164800 400370 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22331] ppid=22320 vsize=10727700 memory=1601480 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22331/stat : 22331 (java) S 22320 22323 22004 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 105312410 10985164800 400370 33554432000 4194304 4196468 140736428211104 140717291684832 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22332] ppid=22320 vsize=10727700 memory=1601480 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22332/stat : 22332 (java) S 22320 22323 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 105312410 10985164800 400370 33554432000 4194304 4196468 140736428211104 140717290632192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22333] ppid=22320 vsize=10727700 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22333/stat : 22333 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105312413 10985164800 400370 33554432000 4194304 4196468 140736428211104 140716981180624 140718256871323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22334] ppid=22320 vsize=10727700 memory=12060 CPUtime=4.57 cores=1,3,5,7
/proc/22323/task/22334/stat : 22334 (java) S 22320 22323 22004 0 -1 1077944384 10656 0 0 0 456 1 0 0 20 0 16 0 105312413 10985164800 400370 33554432000 4194304 4196468 140736428211104 140716980128240 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22335] ppid=22320 vsize=10727700 memory=5788 CPUtime=4.12 cores=1,3,5,7
/proc/22323/task/22335/stat : 22335 (java) S 22320 22323 22004 0 -1 1077944384 8584 0 0 0 411 1 0 0 20 0 16 0 105312413 10985164800 400370 33554432000 4194304 4196468 140736428211104 140716979075696 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22336] ppid=22320 vsize=10727700 memory=1601480 CPUtime=0.94 cores=1,3,5,7
/proc/22323/task/22336/stat : 22336 (java) S 22320 22323 22004 0 -1 1077944384 6310 0 0 0 92 2 0 0 20 0 16 0 105312413 10985164800 400370 33554432000 4194304 4196468 140736428211104 140716978023152 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22337] ppid=22320 vsize=10727700 memory=1601480 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22337/stat : 22337 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105312413 10985164800 400370 33554432000 4194304 4196468 140736428211104 140716976970848 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22338] ppid=22320 vsize=10727700 memory=1601480 CPUtime=0.1 cores=1,3,5,7
/proc/22323/task/22338/stat : 22338 (java) S 22320 22323 22004 0 -1 1077944384 430 0 0 0 4 6 0 0 20 0 16 0 105312413 10985164800 400370 33554432000 4194304 4196468 140736428211104 140716975917360 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22418] ppid=22320 vsize=10727700 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22418/stat : 22418 (java) S 22320 22323 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105313120 10985164800 400370 33554432000 4194304 4196468 140736428211104 140716972766000 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
Current children cumulated CPU time: 236.88 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1601480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.501 s]
/proc/loadavg: 1.95 1.95 1.91 3/218 22429
/proc/meminfo: memFree=26342176/32770624 swapFree=67108860/67108860
[pid=22323] ppid=22320 vsize=10727700 memory=1601488 CPUtime=252.08 cores=1,3,5,7
/proc/22323/stat : 22323 (java) S 22320 22323 22004 0 -1 1077944320 52049 0 0 0 25122 86 0 0 20 0 16 0 105312407 10985164800 400372 33554432000 4194304 4196468 140736428211104 140736428193648 140718256852727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
/proc/22323/statm: 2681925 400372 3192 1 0 2644416 0
[pid=22323/tid=22325] ppid=22320 vsize=10727700 memory=1601488 CPUtime=235.02 cores=1,3,5,7
/proc/22323/task/22325/stat : 22325 (java) R 22320 22323 22004 0 -1 4202560 13859 0 0 0 23486 16 0 0 20 0 16 0 105312408 10985164800 400372 33554432000 4194304 4196468 140736428211104 140718261088592 140717904485782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22326] ppid=22320 vsize=10727700 memory=1601488 CPUtime=1.62 cores=1,3,5,7
/proc/22323/task/22326/stat : 22326 (java) S 22320 22323 22004 0 -1 1077944384 875 0 0 0 147 15 0 0 20 0 16 0 105312408 10985164800 400372 33554432000 4194304 4196468 140736428211104 140717863570192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22327] ppid=22320 vsize=10727700 memory=1601480 CPUtime=1.59 cores=1,3,5,7
/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 476 0 0 0 146 13 0 0 20 0 16 0 105312408 10985164800 400372 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10727700 memory=164 CPUtime=1.64 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 463 0 0 0 149 15 0 0 20 0 16 0 105312408 10985164800 400372 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10727700 memory=1601488 CPUtime=1.61 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 2365 0 0 0 147 14 0 0 20 0 16 0 105312408 10985164800 400372 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10727700 memory=4028 CPUtime=0.76 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 6289 0 0 0 76 0 0 0 20 0 16 0 105312410 10985164800 400372 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22331] ppid=22320 vsize=10727700 memory=30072 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22331/stat : 22331 (java) S 22320 22323 22004 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 105312410 10985164800 400372 33554432000 4194304 4196468 140736428211104 140717291684832 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22332] ppid=22320 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22332/stat : 22332 (java) S 22320 22323 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 105312410 10985164800 400372 33554432000 4194304 4196468 140736428211104 140717290632192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22333] ppid=22320 vsize=10727700 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22333/stat : 22333 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105312413 10985164800 400372 33554432000 4194304 4196468 140736428211104 140716981180624 140718256871323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22334] ppid=22320 vsize=10727700 memory=1601488 CPUtime=4.58 cores=1,3,5,7
/proc/22323/task/22334/stat : 22334 (java) S 22320 22323 22004 0 -1 1077944384 10968 0 0 0 457 1 0 0 20 0 16 0 105312413 10985164800 400372 33554432000 4194304 4196468 140736428211104 140716980128240 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22335] ppid=22320 vsize=10727700 memory=4028 CPUtime=4.12 cores=1,3,5,7
/proc/22323/task/22335/stat : 22335 (java) S 22320 22323 22004 0 -1 1077944384 8589 0 0 0 411 1 0 0 20 0 16 0 105312413 10985164800 400372 33554432000 4194304 4196468 140736428211104 140716979075696 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22336] ppid=22320 vsize=10727700 memory=1228 CPUtime=0.94 cores=1,3,5,7
/proc/22323/task/22336/stat : 22336 (java) S 22320 22323 22004 0 -1 1077944384 6311 0 0 0 92 2 0 0 20 0 16 0 105312413 10985164800 400372 33554432000 4194304 4196468 140736428211104 140716978023152 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22337] ppid=22320 vsize=10727700 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22337/stat : 22337 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105312413 10985164800 400372 33554432000 4194304 4196468 140736428211104 140716976970848 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22338] ppid=22320 vsize=10727700 memory=1601488 CPUtime=0.11 cores=1,3,5,7
/proc/22323/task/22338/stat : 22338 (java) S 22320 22323 22004 0 -1 1077944384 433 0 0 0 4 7 0 0 20 0 16 0 105312413 10985164800 400372 33554432000 4194304 4196468 140736428211104 140716975917360 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22418] ppid=22320 vsize=10727700 memory=1601488 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22418/stat : 22418 (java) S 22320 22323 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 105313120 10985164800 400372 33554432000 4194304 4196468 140736428211104 140716972766000 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1601488 KiB

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

[startup+237.762 s]
# the end of solver process 22323 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.313 s, system=0.881284 s

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

[startup+237.605 s]
/proc/loadavg: 1.95 1.95 1.91 3/218 22429
/proc/meminfo: memFree=26342176/32770624 swapFree=67108860/67108860
[pid=22323] ppid=22320 vsize=10927392 memory=1601796 CPUtime=252.12 cores=1,3,5,7
/proc/22323/stat : 22323 (java) S 22320 22323 22004 0 -1 1077944320 53638 0 0 0 25126 86 0 0 20 0 17 0 105312407 11189649408 400449 33554432000 4194304 4196468 140736428211104 140736428193648 140718256852727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
/proc/22323/statm: 2731848 400449 3195 1 0 2694339 0
[pid=22323/tid=22325] ppid=22320 vsize=10927392 memory=12060 CPUtime=235.04 cores=1,3,5,7
/proc/22323/task/22325/stat : 22325 (java) S 22320 22323 22004 0 -1 1077944384 13940 0 0 0 23488 16 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140718261095600 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22326] ppid=22320 vsize=10927392 memory=5788 CPUtime=1.62 cores=1,3,5,7
/proc/22323/task/22326/stat : 22326 (java) S 22320 22323 22004 0 -1 1077944384 875 0 0 0 147 15 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717863570192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22327] ppid=22320 vsize=10927392 memory=792 CPUtime=1.59 cores=1,3,5,7
/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 476 0 0 0 146 13 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10927392 memory=1228 CPUtime=1.64 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 463 0 0 0 149 15 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10927392 memory=1944 CPUtime=1.61 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 2365 0 0 0 147 14 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10927392 memory=1416 CPUtime=0.76 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 6290 0 0 0 76 0 0 0 20 0 17 0 105312410 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22331] ppid=22320 vsize=10927392 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22331/stat : 22331 (java) S 22320 22323 22004 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105312410 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717291684832 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22332] ppid=22320 vsize=10927392 memory=8508 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22332/stat : 22332 (java) S 22320 22323 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 105312410 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717290632192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22333] ppid=22320 vsize=10927392 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22333/stat : 22333 (java) S 22320 22323 22004 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716981180624 140718256871323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22334] ppid=22320 vsize=10927392 memory=1200 CPUtime=4.58 cores=1,3,5,7
/proc/22323/task/22334/stat : 22334 (java) S 22320 22323 22004 0 -1 1077944384 11212 0 0 0 457 1 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716980128240 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22335] ppid=22320 vsize=10927392 memory=15872 CPUtime=4.13 cores=1,3,5,7
/proc/22323/task/22335/stat : 22335 (java) S 22320 22323 22004 0 -1 1077944384 9067 0 0 0 412 1 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716979075696 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22336] ppid=22320 vsize=10927392 memory=17912 CPUtime=0.94 cores=1,3,5,7
/proc/22323/task/22336/stat : 22336 (java) S 22320 22323 22004 0 -1 1077944384 6515 0 0 0 92 2 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716978023152 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22337] ppid=22320 vsize=10927392 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22337/stat : 22337 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716976970848 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22338] ppid=22320 vsize=10927392 memory=18248 CPUtime=0.11 cores=1,3,5,7
/proc/22323/task/22338/stat : 22338 (java) S 22320 22323 22004 0 -1 1077944384 433 0 0 0 4 7 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716975917360 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
Current children cumulated CPU time: 252.12 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1601796 KiB

[startup+237.701 s]
/proc/loadavg: 1.95 1.95 1.91 3/218 22429
/proc/meminfo: memFree=26342176/32770624 swapFree=67108860/67108860
[pid=22323] ppid=22320 vsize=10927392 memory=1601796 CPUtime=252.12 cores=1,3,5,7
/proc/22323/stat : 22323 (java) S 22320 22323 22004 0 -1 1077944320 53638 0 0 0 25126 86 0 0 20 0 17 0 105312407 11189649408 400449 33554432000 4194304 4196468 140736428211104 140736428193648 140718256852727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
/proc/22323/statm: 2731848 400449 3195 1 0 2694339 0
[pid=22323/tid=22325] ppid=22320 vsize=10927392 memory=164 CPUtime=235.04 cores=1,3,5,7
/proc/22323/task/22325/stat : 22325 (java) S 22320 22323 22004 0 -1 1077944384 13940 0 0 0 23488 16 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140718261095600 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22326] ppid=22320 vsize=10927392 memory=1601480 CPUtime=1.62 cores=1,3,5,7
/proc/22323/task/22326/stat : 22326 (java) S 22320 22323 22004 0 -1 1077944384 875 0 0 0 147 15 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717863570192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22327] ppid=22320 vsize=10927392 memory=1601488 CPUtime=1.59 cores=1,3,5,7
/proc/22323/task/22327/stat : 22327 (java) S 22320 22323 22004 0 -1 1077944384 476 0 0 0 146 13 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717862517648 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22328] ppid=22320 vsize=10927392 memory=1601488 CPUtime=1.64 cores=1,3,5,7
/proc/22323/task/22328/stat : 22328 (java) S 22320 22323 22004 0 -1 1077944384 463 0 0 0 149 15 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717861465104 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22329] ppid=22320 vsize=10927392 memory=1601488 CPUtime=1.61 cores=1,3,5,7
/proc/22323/task/22329/stat : 22329 (java) S 22320 22323 22004 0 -1 1077944384 2365 0 0 0 147 14 0 0 20 0 17 0 105312408 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717860412560 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22330] ppid=22320 vsize=10927392 memory=6791534058613427641 CPUtime=0.76 cores=1,3,5,7
/proc/22323/task/22330/stat : 22330 (java) S 22320 22323 22004 0 -1 1077944384 6290 0 0 0 76 0 0 0 20 0 17 0 105312410 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717292738544 140718256863874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22331] ppid=22320 vsize=10927392 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22331/stat : 22331 (java) S 22320 22323 22004 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105312410 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717291684832 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22332] ppid=22320 vsize=10927392 memory=1601488 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22332/stat : 22332 (java) S 22320 22323 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 105312410 11189649408 400449 33554432000 4194304 4196468 140736428211104 140717290632192 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22333] ppid=22320 vsize=10927392 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22333/stat : 22333 (java) S 22320 22323 22004 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716981180624 140718256871323 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22334] ppid=22320 vsize=10927392 memory=1228 CPUtime=4.58 cores=1,3,5,7
/proc/22323/task/22334/stat : 22334 (java) S 22320 22323 22004 0 -1 1077944384 11212 0 0 0 457 1 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716980128240 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22335] ppid=22320 vsize=10927392 memory=1944 CPUtime=4.13 cores=1,3,5,7
/proc/22323/task/22335/stat : 22335 (java) S 22320 22323 22004 0 -1 1077944384 9067 0 0 0 412 1 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716979075696 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22336] ppid=22320 vsize=10927392 memory=4028 CPUtime=0.94 cores=1,3,5,7
/proc/22323/task/22336/stat : 22336 (java) S 22320 22323 22004 0 -1 1077944384 6515 0 0 0 92 2 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716978023152 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22337] ppid=22320 vsize=10927392 memory=30072 CPUtime=0 cores=1,3,5,7
/proc/22323/task/22337/stat : 22337 (java) S 22320 22323 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716976970848 140718256862933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
[pid=22323/tid=22338] ppid=22320 vsize=10927392 memory=1601488 CPUtime=0.11 cores=1,3,5,7
/proc/22323/task/22338/stat : 22338 (java) S 22320 22323 22004 0 -1 1077944384 433 0 0 0 4 7 0 0 20 0 17 0 105312413 11189649408 400449 33554432000 4194304 4196468 140736428211104 140716975917360 140718256863874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140736428217462 140736428217614 140736428217614 140736428220367 0
Current children cumulated CPU time: 252.12 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1601796 KiB

Child status: 143
Real time (s): 237.762
CPU time (s): 252.194
CPU user time (s): 251.313
CPU system time (s): 0.881284
CPU usage (%): 106.07
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1601796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.313
system time used= 0.881284
maximum resident set size= 1602164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8058
involuntary context switches= 195


# summary of solver processes directly reported to runsolver:
#   pid: 22323
#   total CPU time (s): 252.194
#   total CPU user time (s): 251.313
#   total CPU system time (s): 0.881284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45085 second user time and 2.33959 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 17:18:12
IDJOB=4301274
IDBENCH=141050
IDSOLVER=2773
FILE ID=node151/4301274-1532877492
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

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

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=1651004361

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:        27497024 kB
MemAvailable:   31139596 kB
Buffers:          210240 kB
Cached:          3706388 kB
SwapCached:            0 kB
Active:          2185040 kB
Inactive:        2621068 kB
Active(anon):     838912 kB
Inactive(anon):    78188 kB
Active(file):    1346128 kB
Inactive(file):  2542880 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2812 kB
Writeback:             0 kB
AnonPages:        896764 kB
Mapped:            56104 kB
Shmem:             25224 kB
Slab:             166296 kB
SReclaimable:     138796 kB
SUnreclaim:        27500 kB
KernelStack:        3536 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2335496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 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= 59304 MiB
End job on node151 at 2018-07-29 17:22:10