Trace number 4289915

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.4 2388.48

General information on the benchmark

NameNurseRostering/
NurseRostering-09_c18.xml
MD5SUM01a28a521b9bba3b9351b91d9c8d3e2f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2750
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1844
Number of constraints4787
Number of domains17
Minimum domain size1
Maximum domain size37
Distribution of domain sizes[{"size":1,"count":60},{"size":2,"count":376},{"size":3,"count":8},{"size":4,"count":7},{"size":5,"count":1014},{"size":6,"count":6},{"size":29,"count":121},{"size":37,"count":252}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":692},{"degree":3,"count":144},{"degree":14,"count":14},{"degree":15,"count":38},{"degree":16,"count":18},{"degree":17,"count":15},{"degree":18,"count":42},{"degree":19,"count":59},{"degree":20,"count":68},{"degree":21,"count":132},{"degree":22,"count":199},{"degree":23,"count":238},{"degree":24,"count":163},{"degree":25,"count":22}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":2474},{"arity":3,"count":936},{"arity":4,"count":186},{"arity":5,"count":180},{"arity":6,"count":690},{"arity":29,"count":180},{"arity":37,"count":140},{"arity":72,"count":1}]
Number of extensional constraints1112
Number of intensional constraints552
Distribution of constraint types[{"type":"extension","count":1112},{"type":"intension","count":552},{"type":"regular","count":1896},{"type":"sum","count":72},{"type":"count","count":1154},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

8.21/2.71	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
8.21/2.71	c This is free software under the dual EPL/GNU LGPL licenses.
8.21/2.71	c See www.sat4j.org for details.
8.21/2.71	c That software uses the Rhino library from the Mozilla project.
8.21/2.71	c version 2.3.6-SNAPSHOT
8.21/2.71	c java.runtime.name	Java(TM) SE Runtime Environment
8.21/2.71	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
8.21/2.71	c java.vm.version	25.131-b11
8.21/2.71	c java.vm.vendor	Oracle Corporation
8.21/2.71	c sun.arch.data.model	64
8.21/2.71	c java.version		1.8.0_131
8.21/2.71	c os.name		Linux
8.21/2.71	c os.version		3.10.0-514.16.1.el7.x86_64
8.21/2.71	c os.arch		amd64
8.21/2.71	c Free memory 		499604488
8.21/2.71	c Max memory 		7247757312
8.21/2.71	c Total memory 		504889344
8.21/2.71	c Number of processors 	4
8.21/2.71	c c --- Begin Solver configuration ---
8.21/2.71	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
8.21/2.71	c Learn all clauses as in MiniSAT
8.21/2.71	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
8.21/2.71	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
8.21/2.71	c No reason simplification
8.21/2.71	c Glucose 2.1 dynamic restart strategy
8.21/2.71	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
8.21/2.71	c timeout=2147483s
8.21/2.71	c DB Simplification allowed=false
8.21/2.71	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
8.21/2.71	c --- End Solver configuration ---
8.21/2.71	c constraints type 
8.21/2.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 3568
8.21/2.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 675720
8.21/2.71	c org.sat4j.minisat.constraints.cnf.UnitClauses => 60
8.21/2.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 994260
8.21/2.71	c org.sat4j.specs.Constr$1 => 83886
8.21/2.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 46915
8.21/2.71	c 1804409 constraints processed.
1404.36/1394.60	o 14979
1648.40/1637.48	o 14306
1723.05/1711.81	o 13783
2247.11/2235.45	o 13692
2400.25/2388.40	c starts		: 19225
2400.25/2388.40	c conflicts		: 5303915
2400.25/2388.40	c decisions		: 121017870
2400.25/2388.40	c propagations		: 5214509142
2400.25/2388.40	c inspects		: 15651339558
2400.25/2388.40	c shortcuts		: 0
2400.25/2388.41	c learnt literals	: 4675
2400.25/2388.41	c learnt binary clauses	: 43069
2400.25/2388.41	c learnt ternary clauses	: 250436
2400.25/2388.41	c learnt constraints	: 5299240
2400.25/2388.41	c ignored constraints	: 0
2400.25/2388.41	c root simplifications	: 0
2400.25/2388.41	c removed literals (reason simplification)	: 0
2400.25/2388.41	c reason swapping (by a shorter reason)	: 0
2400.25/2388.41	c Calls to reduceDB	: 161
2400.25/2388.41	c Number of update (reduction) of LBD	: 2468758
2400.25/2388.41	c Imported unit clauses	: 0
2400.25/2388.41	c number of reductions to clauses (during analyze)	: 0
2400.25/2388.41	c number of learned constraints concerned by reduction	: 0
2400.25/2388.41	c number of learning phase by resolution	: 0
2400.25/2388.41	c number of learning phase by cutting planes	: 0
2400.25/2388.41	c number of rounding to 1 operations	: 0
2400.25/2388.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.25/2388.41	c number of reductions of the coefficients by power 2 	: 0
2400.25/2388.41	c number of right shift for reduction by power 2 	: 0
2400.25/2388.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.25/2388.41	c number of ending skipping 	: 0
2400.25/2388.41	c number of internal skipping 	: 0
2400.25/2388.41	c number of derivation steps 	: 0
2400.25/2388.41	c number of skipped derivation steps 	: 0
2400.25/2388.41	c number of remaining unassigned 	: 0
2400.25/2388.41	c number of remaining assigned 	: 0
2400.25/2388.41	c speed (assignments/second)	: 2185819.7750845905
2400.25/2388.41	c non guided choices	: 39188627
2400.25/2388.44	Exception in thread "Thread-0" java.lang.NullPointerException
2400.25/2388.46		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1876)
2400.25/2388.46		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2022)
2400.25/2388.46		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
2400.25/2388.46		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2400.25/2388.46		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2400.25/2388.46		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2400.25/2388.46		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2400.25/2388.46		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (7671 MiB free)
  memory of node 1: 16384 MiB (10523 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=27670, runsolver pid=27663

[startup+0.102144 s]*
/proc/loadavg: 1.06 1.57 1.87 5/216 27694
/proc/meminfo: memFree=18599928/32770624 swapFree=67108860/67108860
[pid=27670] ppid=27663 vsize=10659012 memory=30096 CPUtime=0.12 cores=0,2,4,6
/proc/27670/stat : 27670 (java) S 27663 27670 25105 0 -1 1077944320 6632 0 0 0 11 1 0 0 20 0 15 0 38551327 10914828288 7524 33554432000 4194304 4196468 140722927958912 140722927941456 139762839072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
/proc/27670/statm: 2664753 7524 2844 1 0 2627263 0
[pid=27670/tid=27672] ppid=27663 vsize=10659012 memory=-8773748148829981827 CPUtime=0.09 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (java) R 27663 27670 25105 0 -1 4202560 4440 0 0 0 8 1 0 0 20 0 15 0 38551327 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762843297200 139762839084438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27674] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27674/stat : 27674 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762445556112 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27675] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27675/stat : 27675 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762444503312 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27676] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551329 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27681] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27681/stat : 27681 (java) S 27663 27670 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38551330 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762397766944 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27682] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27682/stat : 27682 (java) S 27663 27670 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38551330 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762329446000 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27689] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27689/stat : 27689 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551332 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762328394320 139762839091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27690] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27690/stat : 27690 (java) S 27663 27670 25105 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 38551332 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762327341168 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27691] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27691/stat : 27691 (java) S 27663 27670 25105 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38551332 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762326288368 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27692] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0.02 cores=0,2,4,6
/proc/27670/task/27692/stat : 27692 (java) R 27663 27670 25105 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 38551332 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762325236080 139762839084438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27693] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27693/stat : 27693 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551333 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762324183520 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27694] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27694/stat : 27694 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551333 10914828288 7524 33554432000 4194304 4196468 140722927958912 139762323131312 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30096 KiB

[startup+0.210437 s]*
/proc/loadavg: 1.06 1.57 1.87 4/216 27694
/proc/meminfo: memFree=18580016/32770624 swapFree=67108860/67108860
[pid=27670] ppid=27663 vsize=10659012 memory=42092 CPUtime=0.32 cores=0,2,4,6
/proc/27670/stat : 27670 (java) S 27663 27670 25105 0 -1 1077944320 8106 0 0 0 30 2 0 0 20 0 15 0 38551327 10914828288 10523 33554432000 4194304 4196468 140722927958912 140722927941456 139762839072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
/proc/27670/statm: 2664753 10523 3007 1 0 2627263 0
[pid=27670/tid=27672] ppid=27663 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (java) R 27663 27670 25105 0 -1 4202560 5007 0 0 0 18 1 0 0 20 0 15 0 38551327 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762843307472 139762823116133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27674] ppid=27663 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27674/stat : 27674 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762445556112 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27675] ppid=27663 vsize=10659012 memory=140696526740645 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27675/stat : 27675 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762444503312 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27676] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551329 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27681] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27681/stat : 27681 (java) S 27663 27670 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38551330 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762397766944 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27682] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27682/stat : 27682 (java) S 27663 27670 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38551330 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762329446000 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27689] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27689/stat : 27689 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551332 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762328394320 139762839091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27690] ppid=27663 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27670/task/27690/stat : 27690 (java) S 27663 27670 25105 0 -1 1077944384 539 0 0 0 2 0 0 0 20 0 15 0 38551332 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762327341168 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27691] ppid=27663 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27670/task/27691/stat : 27691 (java) S 27663 27670 25105 0 -1 1077944384 486 0 0 0 2 0 0 0 20 0 15 0 38551332 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762326288368 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27692] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0.07 cores=0,2,4,6
/proc/27670/task/27692/stat : 27692 (java) R 27663 27670 25105 0 -1 4202560 705 0 0 0 7 0 0 0 20 0 15 0 38551332 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762325236080 139762817248802 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27693] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27693/stat : 27693 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551333 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762324183520 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27694] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27694/stat : 27694 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551333 10914828288 10523 33554432000 4194304 4196468 140722927958912 139762323131312 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42092 KiB

[startup+0.315387 s]*
/proc/loadavg: 1.06 1.57 1.87 6/216 27694
/proc/meminfo: memFree=18562276/32770624 swapFree=67108860/67108860
[pid=27670] ppid=27663 vsize=10659012 memory=52528 CPUtime=0.6 cores=0,2,4,6
/proc/27670/stat : 27670 (java) S 27663 27670 25105 0 -1 1077944320 9888 0 0 0 57 3 0 0 20 0 15 0 38551327 10914828288 13132 33554432000 4194304 4196468 140722927958912 140722927941456 139762839072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
/proc/27670/statm: 2664753 13132 3049 1 0 2627263 0
[pid=27670/tid=27672] ppid=27663 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (java) R 27663 27670 25105 0 -1 4202560 5594 0 0 0 28 2 0 0 20 0 15 0 38551327 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762843284784 139762823152990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27674] ppid=27663 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27674/stat : 27674 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762445556112 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27675] ppid=27663 vsize=10659012 memory=140696526739897 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27675/stat : 27675 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762444503312 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27676] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551328 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551329 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27681] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27681/stat : 27681 (java) S 27663 27670 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38551330 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762397766944 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27682] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27682/stat : 27682 (java) S 27663 27670 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38551330 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762329446000 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27689] ppid=27663 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27689/stat : 27689 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551332 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762328394320 139762839091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27690] ppid=27663 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27670/task/27690/stat : 27690 (java) R 27663 27670 25105 0 -1 4202560 888 0 0 0 7 0 0 0 20 0 15 0 38551332 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762327328016 139762820592301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27691] ppid=27663 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27670/task/27691/stat : 27691 (java) R 27663 27670 25105 0 -1 4202560 997 0 0 0 7 0 0 0 20 0 15 0 38551332 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762326269936 139762822603986 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27692] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0.13 cores=0,2,4,6
/proc/27670/task/27692/stat : 27692 (java) R 27663 27670 25105 0 -1 1077944384 1040 0 0 0 13 0 0 0 20 0 15 0 38551332 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762325236080 139762839083650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27693] ppid=27663 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27693/stat : 27693 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551333 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762324183520 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27694] ppid=27663 vsize=10659012 memory=140696526714496 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27694/stat : 27694 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551333 10914828288 13132 33554432000 4194304 4196468 140722927958912 139762323131312 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 52528 KiB

[startup+0.701381 s]
/proc/loadavg: 1.06 1.57 1.87 10/216 27694
/proc/meminfo: memFree=18514296/32770624 swapFree=67108860/67108860
[pid=27670] ppid=27663 vsize=10659088 memory=109428 CPUtime=1.92 cores=0,2,4,6
/proc/27670/stat : 27670 (java) S 27663 27670 25105 0 -1 1077944320 15409 0 0 0 188 4 0 0 20 0 15 0 38551327 10914906112 27357 33554432000 4194304 4196468 140722927958912 140722927941456 139762839072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
/proc/27670/statm: 2664772 27357 3097 1 0 2627263 0
[pid=27670/tid=27672] ppid=27663 vsize=10659088 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (java) R 27663 27670 25105 0 -1 4202560 5965 0 0 0 65 2 0 0 20 0 15 0 38551327 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762843306576 139762479324568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27674] ppid=27663 vsize=10659088 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27674/stat : 27674 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551328 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762445556112 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27675] ppid=27663 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27675/stat : 27675 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551328 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762444503312 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27676] ppid=27663 vsize=10659088 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551328 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38551328 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10659088 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38551329 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27681] ppid=27663 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27681/stat : 27681 (java) S 27663 27670 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38551330 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762397766944 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27682] ppid=27663 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27682/stat : 27682 (java) S 27663 27670 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38551330 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762329446000 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27689] ppid=27663 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27689/stat : 27689 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551332 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762328394320 139762839091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27690] ppid=27663 vsize=10659088 memory=7017547551848162880 CPUtime=0.42 cores=0,2,4,6
/proc/27670/task/27690/stat : 27690 (java) R 27663 27670 25105 0 -1 4202560 2790 0 0 0 42 0 0 0 20 0 15 0 38551332 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762327327192 139762822459099 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27691] ppid=27663 vsize=10659088 memory=7811323491934034026 CPUtime=0.44 cores=0,2,4,6
/proc/27670/task/27691/stat : 27691 (java) R 27663 27670 25105 0 -1 4202560 2723 0 0 0 44 0 0 0 20 0 15 0 38551332 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762326272984 139762820595608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27692] ppid=27663 vsize=10659088 memory=5787213827063244903 CPUtime=0.35 cores=0,2,4,6
/proc/27670/task/27692/stat : 27692 (java) S 27663 27670 25105 0 -1 1077944384 2559 0 0 0 35 0 0 0 20 0 15 0 38551332 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762325236080 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27693] ppid=27663 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27693/stat : 27693 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38551333 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762324183520 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27694] ppid=27663 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27694/stat : 27694 (java) S 27663 27670 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38551333 10914906112 27357 33554432000 4194304 4196468 140722927958912 139762323131312 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 109428 KiB

[startup+1.50225 s]
/proc/loadavg: 1.06 1.57 1.87 7/217 27695
/proc/meminfo: memFree=18334440/32770624 swapFree=67108860/67108860
[pid=27670] ppid=27663 vsize=10661136 memory=405980 CPUtime=4.6 cores=0,2,4,6
/proc/27670/stat : 27670 (java) S 27663 27670 25105 0 -1 1077944320 17709 0 0 0 444 16 0 0 20 0 15 0 38551327 10917003264 101495 33554432000 4194304 4196468 140722927958912 140722927941456 139762839072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
/proc/27670/statm: 2665284 101495 3152 1 0 2627775 0
[pid=27670/tid=27672] ppid=27663 vsize=10661136 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (java) R 27663 27670 25105 0 -1 4202560 6281 0 0 0 130 6 0 0 20 0 15 0 38551327 10917003264 101495 33554432000 4194304 4196468 140722927958912 139762843309216 139762482153727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27674] ppid=27663 vsize=10661136 memory=-6951259422114956437 CPUtime=0.08 cores=0,2,4,6
/proc/27670/task/27674/stat : 27674 (java) S 27663 27670 25105 0 -1 1077944384 48 0 0 0 7 1 0 0 20 0 15 0 38551328 10917003264 101495 33554432000 4194304 4196468 140722927958912 139762445556112 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27675] ppid=27663 vsize=10661136 memory=-6509546260019855295 CPUtime=0.06 cores=0,2,4,6
/proc/27670/task/27675/stat : 27675 (java) S 27663 27670 25105 0 -1 1077944384 36 0 0 0 5 1 0 0 20 0 15 0 38551328 10917003264 101495 33554432000 4194304 4196468 140722927958912 139762444503312 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27676] ppid=27663 vsize=10661136 memory=-7390251449858225344 CPUtime=0.07 cores=0,2,4,6
/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 46 0 0 0 6 1 0 0 20 0 15 0 38551328 10917003264 101495 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10661136 memory=-7096649868621430206 CPUtime=0.07 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 54 0 0 0 6 1 0 0 20 0 15 0 38551328 10917003264 101495 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 38551329 10917003264 101495 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0

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

/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 1035 0 0 0 81 12 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0.86 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 2213 0 0 0 76 10 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0.4 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 5508 0 0 0 37 3 0 0 20 0 16 0 38551329 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27681] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27681/stat : 27681 (java) S 27663 27670 25105 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38551330 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762397767008 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27682] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27682/stat : 27682 (java) S 27663 27670 25105 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 38551330 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762329446016 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27689] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27689/stat : 27689 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762328394320 139762839091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27690] ppid=27663 vsize=10727700 memory=1077676 CPUtime=3.21 cores=0,2,4,6
/proc/27670/task/27690/stat : 27690 (java) S 27663 27670 25105 0 -1 1077944384 9629 0 1 0 319 2 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762327341168 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27691] ppid=27663 vsize=10727700 memory=1077676 CPUtime=3.58 cores=0,2,4,6
/proc/27670/task/27691/stat : 27691 (java) S 27663 27670 25105 0 -1 1077944384 7467 0 0 0 357 1 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762326288368 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27692] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0.91 cores=0,2,4,6
/proc/27670/task/27692/stat : 27692 (java) S 27663 27670 25105 0 -1 1077944384 7724 0 0 0 89 2 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762325236080 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27693] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27693/stat : 27693 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551333 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762324183520 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27694] ppid=27663 vsize=10727700 memory=1077676 CPUtime=1.48 cores=0,2,4,6
/proc/27670/task/27694/stat : 27694 (java) S 27663 27670 25105 0 -1 1077944384 2055 0 0 0 73 75 0 0 20 0 16 0 38551333 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762323131312 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27696] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27696/stat : 27696 (java) S 27663 27670 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38551607 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762319979696 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
Current children cumulated CPU time: 2334.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1077676 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/218 27893
/proc/meminfo: memFree=16201120/32770624 swapFree=67108860/67108860
[pid=27670] ppid=27663 vsize=10727700 memory=1077676 CPUtime=2394.11 cores=0,2,4,6
/proc/27670/stat : 27670 (java) S 27663 27670 25105 0 -1 1077944320 77136 0 1 0 239285 126 0 0 20 0 16 0 38551327 10985164800 269419 33554432000 4194304 4196468 140722927958912 140722927941456 139762839072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
/proc/27670/statm: 2681925 269419 3194 1 0 2644416 0
[pid=27670/tid=27672] ppid=27663 vsize=10727700 memory=1077676 CPUtime=2380.82 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (java) R 27663 27670 25105 0 -1 4202560 38459 0 0 0 238069 13 0 0 20 0 16 0 38551327 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762843308528 139762484858163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27674] ppid=27663 vsize=10727700 memory=281392836602280 CPUtime=0.93 cores=0,2,4,6
/proc/27670/task/27674/stat : 27674 (java) S 27663 27670 25105 0 -1 1077944384 818 0 0 0 81 12 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762445556112 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27675] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0.86 cores=0,2,4,6
/proc/27670/task/27675/stat : 27675 (java) S 27663 27670 25105 0 -1 1077944384 742 0 0 0 75 11 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762444503312 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27676] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0.93 cores=0,2,4,6
/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 1035 0 0 0 81 12 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0.86 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 2213 0 0 0 76 10 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0.4 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 5514 0 0 0 37 3 0 0 20 0 16 0 38551329 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27681] ppid=27663 vsize=10727700 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27681/stat : 27681 (java) S 27663 27670 25105 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38551330 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762397767008 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27682] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27682/stat : 27682 (java) S 27663 27670 25105 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 38551330 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762329446016 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27689] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27689/stat : 27689 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762328394320 139762839091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27690] ppid=27663 vsize=10727700 memory=1077676 CPUtime=3.21 cores=0,2,4,6
/proc/27670/task/27690/stat : 27690 (java) S 27663 27670 25105 0 -1 1077944384 9631 0 1 0 319 2 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762327341168 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27691] ppid=27663 vsize=10727700 memory=1077676 CPUtime=3.58 cores=0,2,4,6
/proc/27670/task/27691/stat : 27691 (java) S 27663 27670 25105 0 -1 1077944384 7469 0 0 0 357 1 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762326288368 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27692] ppid=27663 vsize=10727700 memory=1077676 CPUtime=0.91 cores=0,2,4,6
/proc/27670/task/27692/stat : 27692 (java) S 27663 27670 25105 0 -1 1077944384 7732 0 0 0 89 2 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762325236080 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27693] ppid=27663 vsize=10727700 memory=118944824350813 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27693/stat : 27693 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551333 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762324183520 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27694] ppid=27663 vsize=10727700 memory=1228 CPUtime=1.52 cores=0,2,4,6
/proc/27670/task/27694/stat : 27694 (java) S 27663 27670 25105 0 -1 1077944384 2085 0 0 0 75 77 0 0 20 0 16 0 38551333 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762323131312 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27696] ppid=27663 vsize=10727700 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27696/stat : 27696 (java) S 27663 27670 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38551607 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762319979696 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
Current children cumulated CPU time: 2394.11 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1077676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.2 s]
/proc/loadavg: 2.00 2.01 2.04 3/218 27893
/proc/meminfo: memFree=16201368/32770624 swapFree=67108860/67108860
[pid=27670] ppid=27663 vsize=10727700 memory=1077676 CPUtime=2400.01 cores=0,2,4,6
/proc/27670/stat : 27670 (java) S 27663 27670 25105 0 -1 1077944320 77140 0 1 0 239875 126 0 0 20 0 16 0 38551327 10985164800 269419 33554432000 4194304 4196468 140722927958912 140722927941456 139762839072503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
/proc/27670/statm: 2681925 269419 3194 1 0 2644416 0
[pid=27670/tid=27672] ppid=27663 vsize=10727700 memory=12863 CPUtime=2386.72 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (java) R 27663 27670 25105 0 -1 4202560 38461 0 0 0 238659 13 0 0 20 0 16 0 38551327 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762843308528 139762477177301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27674] ppid=27663 vsize=10727700 memory=3905525994882358746 CPUtime=0.93 cores=0,2,4,6
/proc/27670/task/27674/stat : 27674 (java) S 27663 27670 25105 0 -1 1077944384 818 0 0 0 81 12 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762445556112 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27675] ppid=27663 vsize=10727700 memory=4498404016631593318 CPUtime=0.86 cores=0,2,4,6
/proc/27670/task/27675/stat : 27675 (java) S 27663 27670 25105 0 -1 1077944384 742 0 0 0 75 11 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762444503312 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27676] ppid=27663 vsize=10727700 memory=12885 CPUtime=0.93 cores=0,2,4,6
/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 1035 0 0 0 81 12 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10727700 memory=3616451198095483695 CPUtime=0.86 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 2213 0 0 0 76 10 0 0 20 0 16 0 38551328 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10727700 memory=8259761640030508194 CPUtime=0.4 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 5514 0 0 0 37 3 0 0 20 0 16 0 38551329 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27681] ppid=27663 vsize=10727700 memory=-3255422371651459150 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27681/stat : 27681 (java) S 27663 27670 25105 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38551330 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762397767008 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27682] ppid=27663 vsize=10727700 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27682/stat : 27682 (java) S 27663 27670 25105 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 38551330 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762329446016 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27689] ppid=27663 vsize=10727700 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27689/stat : 27689 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762328394320 139762839091099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27690] ppid=27663 vsize=10727700 memory=6943526294502006880 CPUtime=3.21 cores=0,2,4,6
/proc/27670/task/27690/stat : 27690 (java) S 27663 27670 25105 0 -1 1077944384 9631 0 1 0 319 2 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762327341168 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27691] ppid=27663 vsize=10727700 memory=6655300316396806240 CPUtime=3.58 cores=0,2,4,6
/proc/27670/task/27691/stat : 27691 (java) S 27663 27670 25105 0 -1 1077944384 7469 0 0 0 357 1 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762326288368 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27692] ppid=27663 vsize=10727700 memory=6944656592387989600 CPUtime=0.91 cores=0,2,4,6
/proc/27670/task/27692/stat : 27692 (java) S 27663 27670 25105 0 -1 1077944384 7732 0 0 0 89 2 0 0 20 0 16 0 38551332 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762325236080 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27693] ppid=27663 vsize=10727700 memory=9126232286719478932 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27693/stat : 27693 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38551333 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762324183520 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27694] ppid=27663 vsize=10727700 memory=0 CPUtime=1.52 cores=0,2,4,6
/proc/27670/task/27694/stat : 27694 (java) S 27663 27670 25105 0 -1 1077944384 2087 0 0 0 75 77 0 0 20 0 16 0 38551333 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762323131312 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27696] ppid=27663 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27696/stat : 27696 (java) S 27663 27670 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38551607 10985164800 269419 33554432000 4194304 4196468 140722927958912 139762319979696 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1077676 KiB

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

[startup+2388.48 s]
# the end of solver process 27670 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.13 s, system=1.2702 s

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

[startup+2388.4 s]
/proc/loadavg: 2.00 2.01 2.04 3/218 27893
/proc/meminfo: memFree=16201368/32770624 swapFree=67108860/67108860
[pid=27670] ppid=27663 vsize=10927392 memory=1077008 CPUtime=2400.25 cores=0,2,4,6
/proc/27670/stat : 27670 (java) S 27663 27670 25105 0 -1 1077944320 77885 0 1 0 239899 126 0 0 20 0 17 0 38551327 11189649408 269252 33554432000 4194304 4196468 140722927958912 140722927941456 139762839072503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
/proc/27670/statm: 2731848 269252 3197 1 0 2694339 0
[pid=27670/tid=27672] ppid=27663 vsize=10927392 memory=6791534058613427641 CPUtime=2386.92 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (java) R 27663 27670 25105 0 -1 4202560 38560 0 0 0 238679 13 0 0 20 0 17 0 38551327 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762843308768 139762480937305 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27674] ppid=27663 vsize=10927392 memory=3852 CPUtime=0.93 cores=0,2,4,6
/proc/27670/task/27674/stat : 27674 (java) S 27663 27670 25105 0 -1 1077944384 818 0 0 0 81 12 0 0 20 0 17 0 38551328 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762445556112 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27675] ppid=27663 vsize=10927392 memory=4100 CPUtime=0.86 cores=0,2,4,6
/proc/27670/task/27675/stat : 27675 (java) S 27663 27670 25105 0 -1 1077944384 742 0 0 0 75 11 0 0 20 0 17 0 38551328 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762444503312 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27676] ppid=27663 vsize=10927392 memory=2296 CPUtime=0.93 cores=0,2,4,6
/proc/27670/task/27676/stat : 27676 (java) S 27663 27670 25105 0 -1 1077944384 1035 0 0 0 81 12 0 0 20 0 17 0 38551328 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762443451024 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27677] ppid=27663 vsize=10927392 memory=2580 CPUtime=0.86 cores=0,2,4,6
/proc/27670/task/27677/stat : 27677 (java) S 27663 27670 25105 0 -1 1077944384 2213 0 0 0 76 10 0 0 20 0 17 0 38551328 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762442398224 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27680] ppid=27663 vsize=10927392 memory=1077676 CPUtime=0.4 cores=0,2,4,6
/proc/27670/task/27680/stat : 27680 (java) S 27663 27670 25105 0 -1 1077944384 5514 0 0 0 37 3 0 0 20 0 17 0 38551329 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762398820976 139762839083650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27681] ppid=27663 vsize=10927392 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27681/stat : 27681 (java) S 27663 27670 25105 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38551330 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762397767008 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27682] ppid=27663 vsize=10927392 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27682/stat : 27682 (java) S 27663 27670 25105 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 38551330 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762329446016 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27689] ppid=27663 vsize=10927392 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27689/stat : 27689 (java) S 27663 27670 25105 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 38551332 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762328394320 139762839091099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27690] ppid=27663 vsize=10927392 memory=9916 CPUtime=3.23 cores=0,2,4,6
/proc/27670/task/27690/stat : 27690 (java) S 27663 27670 25105 0 -1 1077944384 9665 0 1 0 321 2 0 0 20 0 17 0 38551332 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762327341168 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27691] ppid=27663 vsize=10927392 memory=1228 CPUtime=3.59 cores=0,2,4,6
/proc/27670/task/27691/stat : 27691 (java) S 27663 27670 25105 0 -1 1077944384 7527 0 0 0 358 1 0 0 20 0 17 0 38551332 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762326288368 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27692] ppid=27663 vsize=10927392 memory=1952 CPUtime=0.92 cores=0,2,4,6
/proc/27670/task/27692/stat : 27692 (java) S 27663 27670 25105 0 -1 1077944384 7978 0 0 0 90 2 0 0 20 0 17 0 38551332 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762325236080 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27693] ppid=27663 vsize=10927392 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27693/stat : 27693 (java) S 27663 27670 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38551333 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762324183520 139762839082709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
[pid=27670/tid=27694] ppid=27663 vsize=10927392 memory=10412 CPUtime=1.52 cores=0,2,4,6
/proc/27670/task/27694/stat : 27694 (java) S 27663 27670 25105 0 -1 1077944384 2087 0 0 0 75 77 0 0 20 0 17 0 38551333 11189649408 269252 33554432000 4194304 4196468 140722927958912 139762323131312 139762839083650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28008448 140722927961201 140722927961353 140722927961353 140722927964111 0
Current children cumulated CPU time: 2400.25 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1077008 KiB

Child status: 143
Real time (s): 2388.48
CPU time (s): 2400.4
CPU user time (s): 2399.13
CPU system time (s): 1.2702
CPU usage (%): 100.499
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1077676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.13
system time used= 1.2702
maximum resident set size= 1077960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78191
page faults= 1
swaps= 0
block input operations= 72
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54579
involuntary context switches= 2065


# summary of solver processes directly reported to runsolver:
#   pid: 27670
#   total CPU time (s): 2400.4
#   total CPU user time (s): 2399.13
#   total CPU system time (s): 1.2702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1394 second user time and 22.1839 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-21 23:51:22
IDJOB=4289915
IDBENCH=141047
IDSOLVER=2742
FILE ID=node139/4289915-1532209881
RUNJOBID= node139-1532209881-27634
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

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

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

MD5SUM BENCH= 01a28a521b9bba3b9351b91d9c8d3e2f
RANDOM SEED=1466667911

node139.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.80
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.80
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.80
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.80
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:        18638340 kB
MemAvailable:   31944064 kB
Buffers:          124196 kB
Cached:         13237084 kB
SwapCached:            0 kB
Active:          1071100 kB
Inactive:       12342204 kB
Active(anon):       6964 kB
Inactive(anon):    64124 kB
Active(file):    1064136 kB
Inactive(file): 12278080 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4660 kB
Writeback:             0 kB
AnonPages:         80796 kB
Mapped:            36016 kB
Shmem:             17036 kB
Slab:             418632 kB
SReclaimable:     391968 kB
SUnreclaim:        26664 kB
KernelStack:        3248 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45920 MiB
End job on node139 at 2018-07-22 00:31:10