Trace number 4289924

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) 2400.23 2385

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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

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

solver pid=32021, runsolver pid=32018

[startup+0.101379 s]*
/proc/loadavg: 0.92 1.00 1.17 2/220 32042
/proc/meminfo: memFree=27662376/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32018 vsize=10659012 memory=30680 CPUtime=0.12 cores=1,3,5,7
/proc/32021/stat : 32021 (java) S 32018 32021 29334 0 -1 1077944320 6742 0 0 0 11 1 0 0 20 0 15 0 38559295 10914828288 7670 33554432000 4194304 4196468 140725536885904 140725536868448 140522925448951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
/proc/32021/statm: 2664753 7670 2841 1 0 2627263 0
[pid=32021/tid=32023] ppid=32018 vsize=10659012 memory=-8773748148830113149 CPUtime=0.09 cores=1,3,5,7
/proc/32021/task/32023/stat : 32023 (java) R 32018 32021 29334 0 -1 4202560 4577 0 0 0 8 1 0 0 20 0 15 0 38559295 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522929670720 140522882063337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32024] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32024/stat : 32024 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522878069264 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32025] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559297 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32035] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32035/stat : 32035 (java) S 32018 32021 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38559298 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522161956512 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32036] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32036/stat : 32036 (java) S 32018 32021 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38559298 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522160903408 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32037] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32037/stat : 32037 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559300 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522159851984 140522925467547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32038] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32038/stat : 32038 (java) S 32018 32021 29334 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 38559300 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522158799088 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32039] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32039/stat : 32039 (java) R 32018 32021 29334 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 38559300 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522157746544 140522925460098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32040] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0.02 cores=1,3,5,7
/proc/32021/task/32040/stat : 32040 (java) R 32018 32021 29334 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 38559300 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522156693488 140522925470298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32041] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32041/stat : 32041 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559301 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522155641184 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32042] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32042/stat : 32042 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559301 10914828288 7670 33554432000 4194304 4196468 140725536885904 140522154589232 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30680 KiB

[startup+0.210842 s]*
/proc/loadavg: 0.92 1.00 1.17 3/220 32042
/proc/meminfo: memFree=27641240/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32018 vsize=10659012 memory=41900 CPUtime=0.33 cores=1,3,5,7
/proc/32021/stat : 32021 (java) S 32018 32021 29334 0 -1 1077944320 8123 0 0 0 31 2 0 0 20 0 15 0 38559295 10914828288 10475 33554432000 4194304 4196468 140725536885904 140725536868448 140522925448951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
/proc/32021/statm: 2664753 10475 2992 1 0 2627263 0
[pid=32021/tid=32023] ppid=32018 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32021/task/32023/stat : 32023 (java) R 32018 32021 29334 0 -1 4202560 5037 0 0 0 19 1 0 0 20 0 15 0 38559295 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522929685232 140522909492581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32024] ppid=32018 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32024/stat : 32024 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522878069264 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32025] ppid=32018 vsize=10659012 memory=288370742926677632 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559297 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32035] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32035/stat : 32035 (java) S 32018 32021 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38559298 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522161956512 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32036] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32036/stat : 32036 (java) S 32018 32021 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38559298 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522160903408 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32037] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32037/stat : 32037 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559300 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522159851984 140522925467547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32038] ppid=32018 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32021/task/32038/stat : 32038 (java) S 32018 32021 29334 0 -1 1077944384 652 0 0 0 2 0 0 0 20 0 15 0 38559300 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522158799088 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32039] ppid=32018 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32021/task/32039/stat : 32039 (java) S 32018 32021 29334 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 38559300 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522157746544 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32040] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0.07 cores=1,3,5,7
/proc/32021/task/32040/stat : 32040 (java) R 32018 32021 29334 0 -1 4202560 687 0 0 0 7 0 0 0 20 0 15 0 38559300 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522156693488 140522909529438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32041] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32041/stat : 32041 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559301 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522155641184 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32042] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32042/stat : 32042 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559301 10914828288 10475 33554432000 4194304 4196468 140725536885904 140522154589232 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41900 KiB

[startup+0.31137 s]*
/proc/loadavg: 0.92 1.00 1.17 8/220 32042
/proc/meminfo: memFree=27616180/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32018 vsize=10659012 memory=54924 CPUtime=0.6 cores=1,3,5,7
/proc/32021/stat : 32021 (java) S 32018 32021 29334 0 -1 1077944320 9933 0 0 0 57 3 0 0 20 0 15 0 38559295 10914828288 13731 33554432000 4194304 4196468 140725536885904 140725536868448 140522925448951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
/proc/32021/statm: 2664753 13731 3048 1 0 2627263 0
[pid=32021/tid=32023] ppid=32018 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/32021/task/32023/stat : 32023 (java) R 32018 32021 29334 0 -1 4202560 5544 0 0 0 28 2 0 0 20 0 15 0 38559295 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522929661232 140522918128173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32024] ppid=32018 vsize=10659012 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32024/stat : 32024 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522878069264 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32025] ppid=32018 vsize=10659012 memory=288370742926677632 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559297 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32035] ppid=32018 vsize=10659044 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32035/stat : 32035 (java) S 32018 32021 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38559298 10914861056 13731 33554432000 4194304 4196468 140725536885904 140522161956512 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32036] ppid=32018 vsize=10659044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32036/stat : 32036 (java) S 32018 32021 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38559298 10914861056 13731 33554432000 4194304 4196468 140725536885904 140522160903408 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32037] ppid=32018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32037/stat : 32037 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559300 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522159851984 140522925467547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32038] ppid=32018 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32021/task/32038/stat : 32038 (java) R 32018 32021 29334 0 -1 4202560 1069 0 0 0 7 0 0 0 20 0 15 0 38559300 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522158780104 140522906970979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32039] ppid=32018 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32021/task/32039/stat : 32039 (java) R 32018 32021 29334 0 -1 4202560 922 0 0 0 7 0 0 0 20 0 15 0 38559300 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522157727560 140522904687409 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32040] ppid=32018 vsize=10659012 memory=140366774965888 CPUtime=0.13 cores=1,3,5,7
/proc/32021/task/32040/stat : 32040 (java) R 32018 32021 29334 0 -1 1077944384 1037 0 0 0 13 0 0 0 20 0 15 0 38559300 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522156693488 140522925460098 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32041] ppid=32018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32041/stat : 32041 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559301 10914828288 13731 33554432000 4194304 4196468 140725536885904 140522155641184 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32042] ppid=32018 vsize=10659044 memory=140366774965888 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32042/stat : 32042 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559301 10914861056 13731 33554432000 4194304 4196468 140725536885904 140522154589232 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54924 KiB

[startup+0.7008 s]
/proc/loadavg: 0.92 1.00 1.17 7/220 32042
/proc/meminfo: memFree=27563912/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32018 vsize=10659088 memory=112660 CPUtime=1.92 cores=1,3,5,7
/proc/32021/stat : 32021 (java) S 32018 32021 29334 0 -1 1077944320 14178 0 0 0 187 5 0 0 20 0 15 0 38559295 10914906112 28165 33554432000 4194304 4196468 140725536885904 140725536868448 140522925448951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
/proc/32021/statm: 2664772 28165 3100 1 0 2627263 0
[pid=32021/tid=32023] ppid=32018 vsize=10659088 memory=277951627169915 CPUtime=0.66 cores=1,3,5,7
/proc/32021/task/32023/stat : 32023 (java) R 32018 32021 29334 0 -1 4202560 5965 0 0 0 64 2 0 0 20 0 15 0 38559295 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522929686192 140522556647167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32024] ppid=32018 vsize=10659088 memory=134041 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32024/stat : 32024 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522878069264 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32025] ppid=32018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559296 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559296 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38559297 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32035] ppid=32018 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32035/stat : 32035 (java) S 32018 32021 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38559298 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522161956512 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32036] ppid=32018 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32036/stat : 32036 (java) S 32018 32021 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38559298 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522160903408 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32037] ppid=32018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32037/stat : 32037 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559300 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522159851984 140522925467547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32038] ppid=32018 vsize=10659088 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/32021/task/32038/stat : 32038 (java) R 32018 32021 29334 0 -1 4202560 2730 0 0 0 44 0 0 0 20 0 15 0 38559300 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522158784240 140522906993169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32039] ppid=32018 vsize=10659088 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/32021/task/32039/stat : 32039 (java) R 32018 32021 29334 0 -1 4202560 2221 0 0 0 45 0 0 0 20 0 15 0 38559300 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522157737872 140522908945785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32040] ppid=32018 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/32021/task/32040/stat : 32040 (java) S 32018 32021 29334 0 -1 1077944384 1890 0 0 0 33 1 0 0 20 0 15 0 38559300 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522156693488 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32041] ppid=32018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32041/stat : 32041 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559301 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522155641184 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32042] ppid=32018 vsize=10659088 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32042/stat : 32042 (java) S 32018 32021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559301 10914906112 28165 33554432000 4194304 4196468 140725536885904 140522154589232 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 112660 KiB

[startup+1.50079 s]
/proc/loadavg: 0.92 1.00 1.17 6/220 32042
/proc/meminfo: memFree=27170964/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32018 vsize=10661136 memory=404232 CPUtime=4.4 cores=1,3,5,7
/proc/32021/stat : 32021 (java) S 32018 32021 29334 0 -1 1077944320 16241 0 1 0 423 17 0 0 20 0 15 0 38559295 10917003264 101058 33554432000 4194304 4196468 140725536885904 140725536868448 140522925448951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
/proc/32021/statm: 2665284 101058 3148 1 0 2627775 0
[pid=32021/tid=32023] ppid=32018 vsize=10661136 memory=13880 CPUtime=1.35 cores=1,3,5,7
/proc/32021/task/32023/stat : 32023 (java) R 32018 32021 29334 0 -1 4202560 6179 0 0 0 130 5 0 0 20 0 15 0 38559295 10917003264 101058 33554432000 4194304 4196468 140725536885904 140522929684288 140522907370418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32024] ppid=32018 vsize=10661136 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32021/task/32024/stat : 32024 (java) S 32018 32021 29334 0 -1 1077944384 54 0 0 0 6 2 0 0 20 0 15 0 38559296 10917003264 101058 33554432000 4194304 4196468 140725536885904 140522878069264 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32025] ppid=32018 vsize=10661136 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 45 0 0 0 4 1 0 0 20 0 15 0 38559296 10917003264 101058 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10661136 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 175 0 0 0 4 1 0 0 20 0 15 0 38559296 10917003264 101058 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10661136 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 161 0 0 0 7 2 0 0 20 0 15 0 38559296 10917003264 101058 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 38559297 10917003264 101058 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0

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

/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 1238 0 0 0 139 19 0 0 20 0 16 0 38559296 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10727700 memory=1978748 CPUtime=1.46 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 2487 0 0 0 130 16 0 0 20 0 16 0 38559296 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10727700 memory=1978748 CPUtime=1.67 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 2479 0 0 0 146 21 0 0 20 0 16 0 38559296 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10727700 memory=1978748 CPUtime=0.64 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 6041 0 0 0 62 2 0 0 20 0 16 0 38559297 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32035] ppid=32018 vsize=10727700 memory=1978748 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32035/stat : 32035 (java) S 32018 32021 29334 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38559298 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522161956576 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32036] ppid=32018 vsize=10727700 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32036/stat : 32036 (java) S 32018 32021 29334 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 38559298 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522160903424 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32037] ppid=32018 vsize=10727700 memory=1978748 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32037/stat : 32037 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38559300 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522159851984 140522925467547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32038] ppid=32018 vsize=10727700 memory=1978748 CPUtime=4.33 cores=1,3,5,7
/proc/32021/task/32038/stat : 32038 (java) S 32018 32021 29334 0 -1 1077944384 14948 0 1 0 430 3 0 0 20 0 16 0 38559300 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522158799088 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32039] ppid=32018 vsize=10727700 memory=4096 CPUtime=4.22 cores=1,3,5,7
/proc/32021/task/32039/stat : 32039 (java) S 32018 32021 29334 0 -1 1077944384 13030 0 0 0 420 2 0 0 20 0 16 0 38559300 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522157746544 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32040] ppid=32018 vsize=10727700 memory=13880 CPUtime=0.9 cores=1,3,5,7
/proc/32021/task/32040/stat : 32040 (java) S 32018 32021 29334 0 -1 1077944384 7383 0 0 0 87 3 0 0 20 0 16 0 38559300 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522156693488 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32041] ppid=32018 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32041/stat : 32041 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38559301 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522155641184 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32042] ppid=32018 vsize=10727700 memory=1704 CPUtime=1.27 cores=1,3,5,7
/proc/32021/task/32042/stat : 32042 (java) S 32018 32021 29334 0 -1 1077944384 2323 0 0 0 59 68 0 0 20 0 16 0 38559301 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522154589232 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32044] ppid=32018 vsize=10727700 memory=1978748 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32044/stat : 32044 (java) S 32018 32021 29334 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38559705 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522151437872 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
Current children cumulated CPU time: 2397.65 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1978748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2384.7 s]
/proc/loadavg: 2.00 2.01 1.94 3/221 32165
/proc/meminfo: memFree=24813880/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32018 vsize=10727700 memory=1978748 CPUtime=2400.05 cores=1,3,5,7
/proc/32021/stat : 32021 (java) S 32018 32021 29334 0 -1 1077944320 103935 0 1 0 239845 160 0 0 20 0 16 0 38559295 10985164800 494687 33554432000 4194304 4196468 140725536885904 140725536868448 140522925448951 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
/proc/32021/statm: 2681925 494687 3194 1 0 2644416 0
[pid=32021/tid=32023] ppid=32018 vsize=10727700 memory=6791534058613427641 CPUtime=2382.35 cores=1,3,5,7
/proc/32021/task/32023/stat : 32023 (java) R 32018 32021 29334 0 -1 4202560 50610 0 0 0 238216 19 0 0 20 0 16 0 38559295 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522929687936 140522555781193 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32024] ppid=32018 vsize=10727700 memory=1978748 CPUtime=1.53 cores=1,3,5,7
/proc/32021/task/32024/stat : 32024 (java) S 32018 32021 29334 0 -1 1077944384 1957 0 0 0 135 18 0 0 20 0 16 0 38559296 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522878069264 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32025] ppid=32018 vsize=10727700 memory=1978748 CPUtime=1.58 cores=1,3,5,7
/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 1238 0 0 0 139 19 0 0 20 0 16 0 38559296 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10727700 memory=1978748 CPUtime=1.46 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 2487 0 0 0 130 16 0 0 20 0 16 0 38559296 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10727700 memory=1978748 CPUtime=1.67 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 2479 0 0 0 146 21 0 0 20 0 16 0 38559296 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10727700 memory=4096 CPUtime=0.64 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 6041 0 0 0 62 2 0 0 20 0 16 0 38559297 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32035] ppid=32018 vsize=10727700 memory=13880 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32035/stat : 32035 (java) S 32018 32021 29334 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38559298 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522161956576 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32036] ppid=32018 vsize=10727700 memory=1978748 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32036/stat : 32036 (java) S 32018 32021 29334 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 38559298 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522160903424 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32037] ppid=32018 vsize=10727700 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32037/stat : 32037 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38559300 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522159851984 140522925467547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32038] ppid=32018 vsize=10727700 memory=1978748 CPUtime=4.33 cores=1,3,5,7
/proc/32021/task/32038/stat : 32038 (java) S 32018 32021 29334 0 -1 1077944384 14948 0 1 0 430 3 0 0 20 0 16 0 38559300 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522158799088 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32039] ppid=32018 vsize=10727700 memory=1978748 CPUtime=4.22 cores=1,3,5,7
/proc/32021/task/32039/stat : 32039 (java) S 32018 32021 29334 0 -1 1077944384 13030 0 0 0 420 2 0 0 20 0 16 0 38559300 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522157746544 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32040] ppid=32018 vsize=10727700 memory=644 CPUtime=0.9 cores=1,3,5,7
/proc/32021/task/32040/stat : 32040 (java) S 32018 32021 29334 0 -1 1077944384 7383 0 0 0 87 3 0 0 20 0 16 0 38559300 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522156693488 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32041] ppid=32018 vsize=10727700 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32041/stat : 32041 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38559301 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522155641184 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32042] ppid=32018 vsize=10727700 memory=1978748 CPUtime=1.27 cores=1,3,5,7
/proc/32021/task/32042/stat : 32042 (java) S 32018 32021 29334 0 -1 1077944384 2323 0 0 0 59 68 0 0 20 0 16 0 38559301 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522154589232 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32044] ppid=32018 vsize=10727700 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32044/stat : 32044 (java) S 32018 32021 29334 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38559705 10985164800 494687 33554432000 4194304 4196468 140725536885904 140522151437872 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1978748 KiB

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

[startup+2385 s]
# the end of solver process 32021 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.61 s, system=1.62627 s

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

[startup+2384.81 s]
/proc/loadavg: 2.00 2.01 1.94 3/221 32165
/proc/meminfo: memFree=24813880/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32018 vsize=10927392 memory=1979048 CPUtime=2400.1 cores=1,3,5,7
/proc/32021/stat : 32021 (java) S 32018 32021 29334 0 -1 1077944320 105528 0 1 0 239849 161 0 0 20 0 17 0 38559295 11189649408 494762 33554432000 4194304 4196468 140725536885904 140725536868448 140522925448951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
/proc/32021/statm: 2731848 494762 3198 1 0 2694339 0
[pid=32021/tid=32023] ppid=32018 vsize=10927392 memory=1568 CPUtime=2382.38 cores=1,3,5,7
/proc/32021/task/32023/stat : 32023 (java) S 32018 32021 29334 0 -1 1077944384 50730 0 0 0 238219 19 0 0 20 0 17 0 38559295 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522929691824 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32024] ppid=32018 vsize=10927392 memory=6791534058613427641 CPUtime=1.53 cores=1,3,5,7
/proc/32021/task/32024/stat : 32024 (java) S 32018 32021 29334 0 -1 1077944384 1957 0 0 0 135 18 0 0 20 0 17 0 38559296 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522878069264 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32025] ppid=32018 vsize=10927392 memory=919016 CPUtime=1.58 cores=1,3,5,7
/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 1238 0 0 0 139 19 0 0 20 0 17 0 38559296 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10927392 memory=1408 CPUtime=1.46 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 2487 0 0 0 130 16 0 0 20 0 17 0 38559296 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10927392 memory=6791534058613427641 CPUtime=1.67 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 2479 0 0 0 146 21 0 0 20 0 17 0 38559296 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10927392 memory=1732 CPUtime=0.64 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 6082 0 0 0 62 2 0 0 20 0 17 0 38559297 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32035] ppid=32018 vsize=10927392 memory=1978748 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32035/stat : 32035 (java) S 32018 32021 29334 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38559298 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522161956576 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32036] ppid=32018 vsize=10927392 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32036/stat : 32036 (java) S 32018 32021 29334 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 38559298 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522160903424 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32037] ppid=32018 vsize=10927392 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32037/stat : 32037 (java) S 32018 32021 29334 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 17 0 38559300 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522159851984 140522925467547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32038] ppid=32018 vsize=10927392 memory=4124 CPUtime=4.33 cores=1,3,5,7
/proc/32021/task/32038/stat : 32038 (java) S 32018 32021 29334 0 -1 1077944384 15017 0 1 0 430 3 0 0 20 0 17 0 38559300 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522158799088 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32039] ppid=32018 vsize=10927392 memory=2196 CPUtime=4.23 cores=1,3,5,7
/proc/32021/task/32039/stat : 32039 (java) S 32018 32021 29334 0 -1 1077944384 13381 0 0 0 421 2 0 0 20 0 17 0 38559300 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522157746544 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32040] ppid=32018 vsize=10927392 memory=7636 CPUtime=0.9 cores=1,3,5,7
/proc/32021/task/32040/stat : 32040 (java) S 32018 32021 29334 0 -1 1077944384 7721 0 0 0 87 3 0 0 20 0 17 0 38559300 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522156693488 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32041] ppid=32018 vsize=10927392 memory=840 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32041/stat : 32041 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38559301 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522155641184 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32042] ppid=32018 vsize=10927392 memory=1796 CPUtime=1.27 cores=1,3,5,7
/proc/32021/task/32042/stat : 32042 (java) S 32018 32021 29334 0 -1 1077944384 2323 0 0 0 59 68 0 0 20 0 17 0 38559301 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522154589232 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1979048 KiB

[startup+2384.9 s]
/proc/loadavg: 2.00 2.01 1.94 3/221 32165
/proc/meminfo: memFree=24813880/32770624 swapFree=67108860/67108860
[pid=32021] ppid=32018 vsize=10927392 memory=1979048 CPUtime=2400.1 cores=1,3,5,7
/proc/32021/stat : 32021 (java) S 32018 32021 29334 0 -1 1077944320 105528 0 1 0 239849 161 0 0 20 0 17 0 38559295 11189649408 494762 33554432000 4194304 4196468 140725536885904 140725536868448 140522925448951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
/proc/32021/statm: 2731848 494762 3198 1 0 2694339 0
[pid=32021/tid=32023] ppid=32018 vsize=10927392 memory=1978748 CPUtime=2382.38 cores=1,3,5,7
/proc/32021/task/32023/stat : 32023 (java) S 32018 32021 29334 0 -1 1077944384 50730 0 0 0 238219 19 0 0 20 0 17 0 38559295 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522929691824 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32024] ppid=32018 vsize=10927392 memory=1978748 CPUtime=1.53 cores=1,3,5,7
/proc/32021/task/32024/stat : 32024 (java) S 32018 32021 29334 0 -1 1077944384 1957 0 0 0 135 18 0 0 20 0 17 0 38559296 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522878069264 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32025] ppid=32018 vsize=10927392 memory=1978748 CPUtime=1.58 cores=1,3,5,7
/proc/32021/task/32025/stat : 32025 (java) S 32018 32021 29334 0 -1 1077944384 1238 0 0 0 139 19 0 0 20 0 17 0 38559296 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522877016720 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32026] ppid=32018 vsize=10927392 memory=6791534058613427641 CPUtime=1.46 cores=1,3,5,7
/proc/32021/task/32026/stat : 32026 (java) S 32018 32021 29334 0 -1 1077944384 2487 0 0 0 130 16 0 0 20 0 17 0 38559296 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522875963664 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32027] ppid=32018 vsize=10927392 memory=1978748 CPUtime=1.67 cores=1,3,5,7
/proc/32021/task/32027/stat : 32027 (java) S 32018 32021 29334 0 -1 1077944384 2479 0 0 0 146 21 0 0 20 0 17 0 38559296 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522528889232 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32034] ppid=32018 vsize=10927392 memory=1978748 CPUtime=0.64 cores=1,3,5,7
/proc/32021/task/32034/stat : 32034 (java) S 32018 32021 29334 0 -1 1077944384 6082 0 0 0 62 2 0 0 20 0 17 0 38559297 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522163010288 140522925460098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32035] ppid=32018 vsize=10927392 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32035/stat : 32035 (java) S 32018 32021 29334 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38559298 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522161956576 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32036] ppid=32018 vsize=10927392 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32036/stat : 32036 (java) S 32018 32021 29334 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 38559298 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522160903424 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32037] ppid=32018 vsize=10927392 memory=13880 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32037/stat : 32037 (java) S 32018 32021 29334 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 17 0 38559300 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522159851984 140522925467547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32038] ppid=32018 vsize=10927392 memory=1978748 CPUtime=4.33 cores=1,3,5,7
/proc/32021/task/32038/stat : 32038 (java) S 32018 32021 29334 0 -1 1077944384 15017 0 1 0 430 3 0 0 20 0 17 0 38559300 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522158799088 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32039] ppid=32018 vsize=10927392 memory=1978748 CPUtime=4.23 cores=1,3,5,7
/proc/32021/task/32039/stat : 32039 (java) S 32018 32021 29334 0 -1 1077944384 13381 0 0 0 421 2 0 0 20 0 17 0 38559300 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522157746544 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32040] ppid=32018 vsize=10927392 memory=644 CPUtime=0.9 cores=1,3,5,7
/proc/32021/task/32040/stat : 32040 (java) S 32018 32021 29334 0 -1 1077944384 7721 0 0 0 87 3 0 0 20 0 17 0 38559300 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522156693488 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32041] ppid=32018 vsize=10927392 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/32021/task/32041/stat : 32041 (java) S 32018 32021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38559301 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522155641184 140522925459157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
[pid=32021/tid=32042] ppid=32018 vsize=10927392 memory=1978748 CPUtime=1.27 cores=1,3,5,7
/proc/32021/task/32042/stat : 32042 (java) S 32018 32021 29334 0 -1 1077944384 2323 0 0 0 59 68 0 0 20 0 17 0 38559301 11189649408 494762 33554432000 4194304 4196468 140725536885904 140522154589232 140522925460098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29253632 140725536892017 140725536892169 140725536892169 140725536894927 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1979048 KiB

Child status: 143
Real time (s): 2385
CPU time (s): 2400.23
CPU user time (s): 2398.61
CPU system time (s): 1.62627
CPU usage (%): 100.639
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1979048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.61
system time used= 1.62627
maximum resident set size= 1979188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106589
page faults= 1
swaps= 0
block input operations= 136
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54761
involuntary context switches= 1107


# summary of solver processes directly reported to runsolver:
#   pid: 32021
#   total CPU time (s): 2400.23
#   total CPU user time (s): 2398.61
#   total CPU system time (s): 1.62627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7829 second user time and 20.0384 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-21 23:52:41
IDJOB=4289924
IDBENCH=141053
IDSOLVER=2742
FILE ID=node134/4289924-1532209961
RUNJOBID= node134-1532209961-31983
PBS_JOBID= 21018933
Free space on /tmp= 55992 MiB

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

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=1839677296

node134.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.68
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.68
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.68
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.68
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:        27691972 kB
MemAvailable:   31977064 kB
Buffers:          128880 kB
Cached:          4422704 kB
SwapCached:            0 kB
Active:          1297428 kB
Inactive:        3317616 kB
Active(anon):      10700 kB
Inactive(anon):    71944 kB
Active(file):    1286728 kB
Inactive(file):  3245672 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4992 kB
Writeback:             0 kB
AnonPages:         65816 kB
Mapped:            41640 kB
Shmem:             17056 kB
Slab:             163804 kB
SReclaimable:     137056 kB
SUnreclaim:        26748 kB
KernelStack:        3264 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1138940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55988 MiB
End job on node134 at 2018-07-22 00:32:26