Trace number 4289922

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.35 2388.64

General information on the benchmark

NameNurseRostering/
NurseRostering-16_c18.xml
MD5SUM0b8e9565fd0b9c632a2b7d0ba913c3ff
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 variables2088
Number of constraints5489
Number of domains13
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":71},{"size":2,"count":440},{"size":4,"count":1120},{"size":21,"count":392},{"size":57,"count":65}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":808},{"degree":3,"count":160},{"degree":13,"count":15},{"degree":14,"count":21},{"degree":15,"count":4},{"degree":16,"count":12},{"degree":17,"count":24},{"degree":18,"count":25},{"degree":19,"count":41},{"degree":20,"count":43},{"degree":21,"count":430},{"degree":22,"count":403},{"degree":23,"count":102}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":1964},{"arity":3,"count":2160},{"arity":4,"count":20},{"arity":6,"count":1020},{"arity":8,"count":20},{"arity":21,"count":224},{"arity":57,"count":80},{"arity":120,"count":1}]
Number of extensional constraints1324
Number of intensional constraints640
Distribution of constraint types[{"type":"extension","count":1324},{"type":"intension","count":640},{"type":"regular","count":2160},{"type":"sum","count":40},{"type":"count","count":1324},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

8.01/2.69	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
8.01/2.69	c This is free software under the dual EPL/GNU LGPL licenses.
8.01/2.69	c See www.sat4j.org for details.
8.01/2.69	c That software uses the Rhino library from the Mozilla project.
8.01/2.69	c version 2.3.6-SNAPSHOT
8.01/2.69	c java.runtime.name	Java(TM) SE Runtime Environment
8.01/2.69	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
8.01/2.69	c java.vm.version	25.131-b11
8.01/2.69	c java.vm.vendor	Oracle Corporation
8.01/2.69	c sun.arch.data.model	64
8.01/2.69	c java.version		1.8.0_131
8.01/2.69	c os.name		Linux
8.01/2.69	c os.version		3.10.0-514.16.1.el7.x86_64
8.01/2.69	c os.arch		amd64
8.01/2.69	c Free memory 		499604488
8.01/2.69	c Max memory 		7247757312
8.01/2.69	c Total memory 		504889344
8.01/2.69	c Number of processors 	4
8.01/2.69	c c --- Begin Solver configuration ---
8.01/2.69	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
8.01/2.69	c Learn all clauses as in MiniSAT
8.01/2.69	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
8.01/2.69	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
8.01/2.69	c No reason simplification
8.01/2.69	c Glucose 2.1 dynamic restart strategy
8.01/2.69	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.01/2.69	c timeout=2147483s
8.01/2.69	c DB Simplification allowed=false
8.01/2.69	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
8.01/2.69	c --- End Solver configuration ---
8.01/2.69	c constraints type 
8.01/2.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 4034
8.01/2.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 494877
8.01/2.69	c org.sat4j.minisat.constraints.cnf.UnitClauses => 71
8.01/2.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 890846
8.01/2.69	c org.sat4j.specs.Constr$1 => 90752
8.01/2.69	c org.sat4j.minisat.constraints.cnf.UnitClause => 55864
8.01/2.69	c 1536444 constraints processed.
1658.01/1649.23	o 17066
2048.78/2037.69	o 14936
2400.29/2388.60	c starts		: 33774
2400.29/2388.60	c conflicts		: 8735280
2400.29/2388.60	c decisions		: 81551460
2400.29/2388.60	c propagations		: 5054739389
2400.29/2388.60	c inspects		: 21640381689
2400.29/2388.60	c shortcuts		: 0
2400.29/2388.60	c learnt literals	: 1737
2400.29/2388.60	c learnt binary clauses	: 36609
2400.29/2388.60	c learnt ternary clauses	: 253242
2400.29/2388.60	c learnt constraints	: 8733543
2400.29/2388.60	c ignored constraints	: 0
2400.29/2388.60	c root simplifications	: 0
2400.29/2388.60	c removed literals (reason simplification)	: 0
2400.29/2388.60	c reason swapping (by a shorter reason)	: 0
2400.29/2388.60	c Calls to reduceDB	: 193
2400.29/2388.60	c Number of update (reduction) of LBD	: 3950616
2400.29/2388.60	c Imported unit clauses	: 0
2400.29/2388.60	c number of reductions to clauses (during analyze)	: 0
2400.29/2388.60	c number of learned constraints concerned by reduction	: 0
2400.29/2388.60	c number of learning phase by resolution	: 0
2400.29/2388.60	c number of learning phase by cutting planes	: 0
2400.29/2388.60	c number of rounding to 1 operations	: 0
2400.29/2388.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.29/2388.60	c number of reductions of the coefficients by power 2 	: 0
2400.29/2388.60	c number of right shift for reduction by power 2 	: 0
2400.29/2388.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.29/2388.60	c number of ending skipping 	: 0
2400.29/2388.60	c number of internal skipping 	: 0
2400.29/2388.60	c number of derivation steps 	: 0
2400.29/2388.60	c number of skipped derivation steps 	: 0
2400.29/2388.60	c number of remaining unassigned 	: 0
2400.29/2388.60	c number of remaining assigned 	: 0
2400.29/2388.60	c speed (assignments/second)	: 2118653.8284853967
2400.29/2388.61	c non guided choices	: 30383966
2400.29/2388.61	Exception in thread "Thread-0" java.lang.NullPointerException
2400.29/2388.61		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1876)
2400.29/2388.61		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2022)
2400.29/2388.61		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
2400.29/2388.61		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2400.29/2388.61		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2400.29/2388.61		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2400.29/2388.61		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2400.29/2388.61		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 (7343 MiB free)
  memory of node 1: 16384 MiB (10535 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289922-1532209822/watcher-4289922-1532209822 -o /tmp/evaluation-result-4289922-1532209822/solver-4289922-1532209822 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289922-1532209822.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
solver pid=28292, runsolver pid=28288
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 1.00 1.02 1.30 4/216 28325
/proc/meminfo: memFree=18274304/32770624 swapFree=67108860/67108860
[pid=28292] ppid=28288 vsize=10659012 memory=30480 CPUtime=0.13 cores=1,3,5,7
/proc/28292/stat : 28292 (java) S 28288 28292 26014 0 -1 1077944320 6690 0 0 0 11 2 0 0 20 0 15 0 38545104 10914828288 7620 33554432000 4194304 4196468 140727180449472 140727180432016 140451681873655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
/proc/28292/statm: 2664753 7620 2842 1 0 2627263 0
[pid=28292/tid=28299] ppid=28288 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/28292/task/28299/stat : 28299 (java) R 28288 28292 26014 0 -1 4202560 4528 0 0 0 8 1 0 0 20 0 15 0 38545104 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451686096688 140451681895002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28301] ppid=28288 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28301/stat : 28301 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451607947920 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28303] ppid=28288 vsize=10659012 memory=140474591012480 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28303/stat : 28303 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451606895120 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28305] ppid=28288 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10659012 memory=140474591012480 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28311] ppid=28288 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28311/stat : 28311 (java) S 28288 28292 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451173377568 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28313] ppid=28288 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28313/stat : 28313 (java) S 28288 28292 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451172324720 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28318] ppid=28288 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28318/stat : 28318 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451171273040 140451681892251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28319] ppid=28288 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28319/stat : 28319 (java) S 28288 28292 26014 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451170220400 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28320] ppid=28288 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28320/stat : 28320 (java) S 28288 28292 26014 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451169167600 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28321] ppid=28288 vsize=10659012 memory=140474591012480 CPUtime=0.01 cores=1,3,5,7
/proc/28292/task/28321/stat : 28321 (java) R 28288 28292 26014 0 -1 4202560 348 0 0 0 1 0 0 0 20 0 15 0 38545110 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451168114800 140451681885590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28323] ppid=28288 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28323/stat : 28323 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451167062240 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28325] ppid=28288 vsize=10659012 memory=140474591012480 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28325/stat : 28325 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 7620 33554432000 4194304 4196468 140727180449472 140451166010544 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30480 KiB

[startup+0.210741 s]*
/proc/loadavg: 1.00 1.02 1.30 5/216 28325
/proc/meminfo: memFree=18251952/32770624 swapFree=67108860/67108860
[pid=28292] ppid=28288 vsize=10659012 memory=42160 CPUtime=0.33 cores=1,3,5,7
/proc/28292/stat : 28292 (java) S 28288 28292 26014 0 -1 1077944320 8089 0 0 0 31 2 0 0 20 0 15 0 38545104 10914828288 10540 33554432000 4194304 4196468 140727180449472 140727180432016 140451681873655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
/proc/28292/statm: 2664753 10540 3007 1 0 2627263 0
[pid=28292/tid=28299] ppid=28288 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28292/task/28299/stat : 28299 (java) R 28288 28292 26014 0 -1 4202560 5036 0 0 0 18 1 0 0 20 0 15 0 38545104 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451686106016 140451681895581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28301] ppid=28288 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28301/stat : 28301 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451607947920 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28303] ppid=28288 vsize=10659012 memory=140474591196737 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28303/stat : 28303 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451606895120 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28305] ppid=28288 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10659012 memory=140474591012480 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28311] ppid=28288 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28311/stat : 28311 (java) S 28288 28292 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451173377568 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28313] ppid=28288 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28313/stat : 28313 (java) S 28288 28292 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38545107 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451172324720 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28318] ppid=28288 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28318/stat : 28318 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451171273040 140451681892251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28319] ppid=28288 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28292/task/28319/stat : 28319 (java) S 28288 28292 26014 0 -1 1077944384 664 0 0 0 2 0 0 0 20 0 15 0 38545110 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451170220400 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28320] ppid=28288 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28292/task/28320/stat : 28320 (java) S 28288 28292 26014 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 15 0 38545110 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451169167600 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28321] ppid=28288 vsize=10659012 memory=140474591012480 CPUtime=0.07 cores=1,3,5,7
/proc/28292/task/28321/stat : 28321 (java) R 28288 28292 26014 0 -1 4202560 680 0 0 0 7 0 0 0 20 0 15 0 38545110 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451168114800 140451674110782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28323] ppid=28288 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28323/stat : 28323 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451167062240 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28325] ppid=28288 vsize=10659012 memory=140474591012480 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28325/stat : 28325 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545110 10914828288 10540 33554432000 4194304 4196468 140727180449472 140451166010544 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42160 KiB

[startup+0.31711 s]*
/proc/loadavg: 1.00 1.02 1.30 8/216 28325
/proc/meminfo: memFree=18226544/32770624 swapFree=67108860/67108860
[pid=28292] ppid=28288 vsize=10659088 memory=53808 CPUtime=0.62 cores=1,3,5,7
/proc/28292/stat : 28292 (java) S 28288 28292 26014 0 -1 1077944320 10100 0 0 0 59 3 0 0 20 0 15 0 38545104 10914906112 13452 33554432000 4194304 4196468 140727180449472 140727180432016 140451681873655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
/proc/28292/statm: 2664772 13452 3057 1 0 2627263 0
[pid=28292/tid=28299] ppid=28288 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28292/task/28299/stat : 28299 (java) R 28288 28292 26014 0 -1 4202560 5668 0 0 0 28 2 0 0 20 0 15 0 38545104 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451686110048 140451665954172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28301] ppid=28288 vsize=10659088 memory=12620 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28301/stat : 28301 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451607947920 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28303] ppid=28288 vsize=10659088 memory=140474591207381 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28303/stat : 28303 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451606895120 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28305] ppid=28288 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10659088 memory=140474591012480 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28311] ppid=28288 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28311/stat : 28311 (java) S 28288 28292 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451173377568 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28313] ppid=28288 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28313/stat : 28313 (java) S 28288 28292 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451172324720 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28318] ppid=28288 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28318/stat : 28318 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451171273040 140451681892251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28319] ppid=28288 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28292/task/28319/stat : 28319 (java) R 28288 28292 26014 0 -1 4202560 1125 0 0 0 8 0 0 0 20 0 15 0 38545110 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451170206280 140451663419169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28320] ppid=28288 vsize=10659088 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28292/task/28320/stat : 28320 (java) R 28288 28292 26014 0 -1 4202560 926 0 0 0 8 0 0 0 20 0 15 0 38545110 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451169148616 140451665405193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28321] ppid=28288 vsize=10659088 memory=140474591012480 CPUtime=0.13 cores=1,3,5,7
/proc/28292/task/28321/stat : 28321 (java) R 28288 28292 26014 0 -1 1077944384 1014 0 0 0 13 0 0 0 20 0 15 0 38545110 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451168114800 140451681884802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28323] ppid=28288 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28323/stat : 28323 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451167062240 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28325] ppid=28288 vsize=10659088 memory=140474591012480 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28325/stat : 28325 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 13452 33554432000 4194304 4196468 140727180449472 140451166010544 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53808 KiB

[startup+0.700737 s]
/proc/loadavg: 1.00 1.02 1.30 12/216 28325
/proc/meminfo: memFree=18175520/32770624 swapFree=67108860/67108860
[pid=28292] ppid=28288 vsize=10659088 memory=105628 CPUtime=1.94 cores=1,3,5,7
/proc/28292/stat : 28292 (java) S 28288 28292 26014 0 -1 1077944320 14399 0 0 0 190 4 0 0 20 0 15 0 38545104 10914906112 26407 33554432000 4194304 4196468 140727180449472 140727180432016 140451681873655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
/proc/28292/statm: 2664772 26407 3093 1 0 2627263 0
[pid=28292/tid=28299] ppid=28288 vsize=10659088 memory=18460 CPUtime=0.67 cores=1,3,5,7
/proc/28292/task/28299/stat : 28299 (java) R 28288 28292 26014 0 -1 4202560 5956 0 0 0 65 2 0 0 20 0 15 0 38545104 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451686111520 140451664336247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28301] ppid=28288 vsize=10659088 memory=9392 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28301/stat : 28301 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451607947920 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28303] ppid=28288 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28303/stat : 28303 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451606895120 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28305] ppid=28288 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38545105 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28311] ppid=28288 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28311/stat : 28311 (java) S 28288 28292 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451173377568 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28313] ppid=28288 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28313/stat : 28313 (java) S 28288 28292 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38545107 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451172324720 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28318] ppid=28288 vsize=10659088 memory=928 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28318/stat : 28318 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451171273040 140451681892251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28319] ppid=28288 vsize=10659088 memory=7448488012996109650 CPUtime=0.45 cores=1,3,5,7
/proc/28292/task/28319/stat : 28319 (java) R 28288 28292 26014 0 -1 4202560 2759 0 0 0 45 0 0 0 20 0 15 0 38545110 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451170206192 140451666792694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28320] ppid=28288 vsize=10659088 memory=8099279071866868837 CPUtime=0.45 cores=1,3,5,7
/proc/28292/task/28320/stat : 28320 (java) R 28288 28292 26014 0 -1 4202560 2097 0 0 0 45 0 0 0 20 0 15 0 38545110 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451169160088 140451674979317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28321] ppid=28288 vsize=10659088 memory=5787213827147130983 CPUtime=0.33 cores=1,3,5,7
/proc/28292/task/28321/stat : 28321 (java) S 28288 28292 26014 0 -1 1077944384 2218 0 0 0 33 0 0 0 20 0 15 0 38545110 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451168114800 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28323] ppid=28288 vsize=10659088 memory=734122130331934768 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28323/stat : 28323 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451167062240 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28325] ppid=28288 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28325/stat : 28325 (java) S 28288 28292 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38545110 10914906112 26407 33554432000 4194304 4196468 140727180449472 140451166010544 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 105628 KiB

[startup+1.50211 s]
/proc/loadavg: 1.00 1.02 1.30 8/216 28325
/proc/meminfo: memFree=17861936/32770624 swapFree=67108860/67108860
[pid=28292] ppid=28288 vsize=10661136 memory=401972 CPUtime=4.59 cores=1,3,5,7
/proc/28292/stat : 28292 (java) S 28288 28292 26014 0 -1 1077944320 18006 0 0 0 442 17 0 0 20 0 15 0 38545104 10917003264 100493 33554432000 4194304 4196468 140727180449472 140727180432016 140451681873655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
/proc/28292/statm: 2665284 100493 3140 1 0 2627775 0
[pid=28292/tid=28299] ppid=28288 vsize=10661136 memory=262056423064819 CPUtime=1.36 cores=1,3,5,7
/proc/28292/task/28299/stat : 28299 (java) R 28288 28292 26014 0 -1 4202560 6224 0 0 0 131 5 0 0 20 0 15 0 38545104 10917003264 100493 33554432000 4194304 4196468 140727180449472 140451686110200 140451664303280 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28301] ppid=28288 vsize=10661136 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28292/task/28301/stat : 28301 (java) S 28288 28292 26014 0 -1 1077944384 54 0 0 0 7 2 0 0 20 0 15 0 38545105 10917003264 100493 33554432000 4194304 4196468 140727180449472 140451607947920 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28303] ppid=28288 vsize=10661136 memory=10 CPUtime=0.09 cores=1,3,5,7
/proc/28292/task/28303/stat : 28303 (java) S 28288 28292 26014 0 -1 1077944384 49 0 0 0 7 2 0 0 20 0 15 0 38545105 10917003264 100493 33554432000 4194304 4196468 140727180449472 140451606895120 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28305] ppid=28288 vsize=10661136 memory=-4695052241013923951 CPUtime=0.05 cores=1,3,5,7
/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 15 0 38545105 10917003264 100493 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10661136 memory=7809523229951467572 CPUtime=0.06 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 42 0 0 0 5 1 0 0 20 0 15 0 38545105 10917003264 100493 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10661136 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 38545107 10917003264 100493 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0

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

/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 1461 0 0 0 86 14 0 0 20 0 16 0 38545105 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10727700 memory=1674136 CPUtime=1.05 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 2427 0 0 0 89 16 0 0 20 0 16 0 38545105 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10727700 memory=1674136 CPUtime=0.42 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 3361 0 0 0 39 3 0 0 20 0 16 0 38545107 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28311] ppid=28288 vsize=10727700 memory=1674136 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28311/stat : 28311 (java) S 28288 28292 26014 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451173377632 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28313] ppid=28288 vsize=10727700 memory=1674136 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28313/stat : 28313 (java) S 28288 28292 26014 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451172324736 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28318] ppid=28288 vsize=10727700 memory=1674136 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28318/stat : 28318 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451171273040 140451681892251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28319] ppid=28288 vsize=10727700 memory=1674136 CPUtime=3.3 cores=1,3,5,7
/proc/28292/task/28319/stat : 28319 (java) S 28288 28292 26014 0 -1 1077944384 10616 0 0 0 328 2 0 0 20 0 16 0 38545110 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451170220400 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28320] ppid=28288 vsize=10727700 memory=1674136 CPUtime=3.28 cores=1,3,5,7
/proc/28292/task/28320/stat : 28320 (java) S 28288 28292 26014 0 -1 1077944384 10788 0 0 0 326 2 0 0 20 0 16 0 38545110 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451169167600 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28321] ppid=28288 vsize=10727700 memory=1674136 CPUtime=0.88 cores=1,3,5,7
/proc/28292/task/28321/stat : 28321 (java) S 28288 28292 26014 0 -1 1077944384 9970 0 0 0 85 3 0 0 20 0 16 0 38545110 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451168114800 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28323] ppid=28288 vsize=10727700 memory=1674136 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28323/stat : 28323 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451167062240 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28325] ppid=28288 vsize=10727700 memory=1674136 CPUtime=1.22 cores=1,3,5,7
/proc/28292/task/28325/stat : 28325 (java) S 28288 28292 26014 0 -1 1077944384 1951 0 0 0 51 71 0 0 20 0 16 0 38545110 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451166010544 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28326] ppid=28288 vsize=10727700 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28326/stat : 28326 (java) S 28288 28292 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38545382 10985164800 418534 33554432000 4194304 4196468 140727180449472 140451162858928 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
Current children cumulated CPU time: 2333.94 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1674136 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/218 28443
/proc/meminfo: memFree=15013564/32770624 swapFree=67108860/67108860
[pid=28292] ppid=28288 vsize=10727700 memory=1674204 CPUtime=2393.97 cores=1,3,5,7
/proc/28292/stat : 28292 (java) S 28288 28292 26014 0 -1 1077944320 78673 0 0 0 239239 158 0 0 20 0 16 0 38545104 10985164800 418551 33554432000 4194304 4196468 140727180449472 140727180432016 140451681873655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
/proc/28292/statm: 2681925 418551 3188 1 0 2644416 0
[pid=28292/tid=28299] ppid=28288 vsize=10727700 memory=1674136 CPUtime=2380.58 cores=1,3,5,7
/proc/28292/task/28299/stat : 28299 (java) R 28288 28292 26014 0 -1 4202560 34383 0 0 0 238038 20 0 0 20 0 16 0 38545104 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451686109944 140451295233200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28301] ppid=28288 vsize=10727700 memory=1674204 CPUtime=1.06 cores=1,3,5,7
/proc/28292/task/28301/stat : 28301 (java) S 28288 28292 26014 0 -1 1077944384 1590 0 0 0 89 17 0 0 20 0 16 0 38545105 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451607947920 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28303] ppid=28288 vsize=10727700 memory=1674204 CPUtime=1.05 cores=1,3,5,7
/proc/28292/task/28303/stat : 28303 (java) S 28288 28292 26014 0 -1 1077944384 662 0 0 0 90 15 0 0 20 0 16 0 38545105 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451606895120 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28305] ppid=28288 vsize=10727700 memory=1674204 CPUtime=1 cores=1,3,5,7
/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 1461 0 0 0 86 14 0 0 20 0 16 0 38545105 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10727700 memory=1674204 CPUtime=1.05 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 2427 0 0 0 89 16 0 0 20 0 16 0 38545105 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10727700 memory=1674136 CPUtime=0.42 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 3368 0 0 0 39 3 0 0 20 0 16 0 38545107 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28311] ppid=28288 vsize=10727700 memory=1674204 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28311/stat : 28311 (java) S 28288 28292 26014 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451173377632 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28313] ppid=28288 vsize=10727700 memory=1674204 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28313/stat : 28313 (java) S 28288 28292 26014 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451172324736 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28318] ppid=28288 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28318/stat : 28318 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451171273040 140451681892251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28319] ppid=28288 vsize=10727700 memory=3905101341990555712 CPUtime=3.3 cores=1,3,5,7
/proc/28292/task/28319/stat : 28319 (java) S 28288 28292 26014 0 -1 1077944384 10618 0 0 0 328 2 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451170220400 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28320] ppid=28288 vsize=10727700 memory=6791534058613427641 CPUtime=3.28 cores=1,3,5,7
/proc/28292/task/28320/stat : 28320 (java) S 28288 28292 26014 0 -1 1077944384 10790 0 0 0 326 2 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451169167600 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28321] ppid=28288 vsize=10727700 memory=1576 CPUtime=0.88 cores=1,3,5,7
/proc/28292/task/28321/stat : 28321 (java) S 28288 28292 26014 0 -1 1077944384 9978 0 0 0 85 3 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451168114800 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28323] ppid=28288 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28323/stat : 28323 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451167062240 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28325] ppid=28288 vsize=10727700 memory=1576 CPUtime=1.26 cores=1,3,5,7
/proc/28292/task/28325/stat : 28325 (java) S 28288 28292 26014 0 -1 1077944384 1983 0 0 0 53 73 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451166010544 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28326] ppid=28288 vsize=10727700 memory=13828 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28326/stat : 28326 (java) S 28288 28292 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38545382 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451162858928 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
Current children cumulated CPU time: 2393.97 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1674204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.4 s]
/proc/loadavg: 2.00 2.01 1.95 3/218 28522
/proc/meminfo: memFree=16307096/32770624 swapFree=67108860/67108860
[pid=28292] ppid=28288 vsize=10727700 memory=1674204 CPUtime=2400.06 cores=1,3,5,7
/proc/28292/stat : 28292 (java) S 28288 28292 26014 0 -1 1077944320 78688 0 0 0 239847 159 0 0 20 0 16 0 38545104 10985164800 418551 33554432000 4194304 4196468 140727180449472 140727180432016 140451681873655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
/proc/28292/statm: 2681925 418551 3188 1 0 2644416 0
[pid=28292/tid=28299] ppid=28288 vsize=10727700 memory=6791534058613427641 CPUtime=2386.67 cores=1,3,5,7
/proc/28292/task/28299/stat : 28299 (java) R 28288 28292 26014 0 -1 4202560 34398 0 0 0 238646 21 0 0 20 0 16 0 38545104 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451686109944 140451286165303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28301] ppid=28288 vsize=10727700 memory=7284 CPUtime=1.06 cores=1,3,5,7
/proc/28292/task/28301/stat : 28301 (java) S 28288 28292 26014 0 -1 1077944384 1590 0 0 0 89 17 0 0 20 0 16 0 38545105 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451607947920 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28303] ppid=28288 vsize=10727700 memory=840 CPUtime=1.05 cores=1,3,5,7
/proc/28292/task/28303/stat : 28303 (java) S 28288 28292 26014 0 -1 1077944384 662 0 0 0 90 15 0 0 20 0 16 0 38545105 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451606895120 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28305] ppid=28288 vsize=10727700 memory=1796 CPUtime=1 cores=1,3,5,7
/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 1461 0 0 0 86 14 0 0 20 0 16 0 38545105 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10727700 memory=912 CPUtime=1.05 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 2427 0 0 0 89 16 0 0 20 0 16 0 38545105 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10727700 memory=6791534058613427641 CPUtime=0.42 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 3368 0 0 0 39 3 0 0 20 0 16 0 38545107 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28311] ppid=28288 vsize=10727700 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28311/stat : 28311 (java) S 28288 28292 26014 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451173377632 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28313] ppid=28288 vsize=10727700 memory=2292 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28313/stat : 28313 (java) S 28288 28292 26014 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 38545107 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451172324736 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28318] ppid=28288 vsize=10727700 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28318/stat : 28318 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451171273040 140451681892251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28319] ppid=28288 vsize=10727700 memory=3264 CPUtime=3.3 cores=1,3,5,7
/proc/28292/task/28319/stat : 28319 (java) S 28288 28292 26014 0 -1 1077944384 10618 0 0 0 328 2 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451170220400 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28320] ppid=28288 vsize=10727700 memory=1674204 CPUtime=3.28 cores=1,3,5,7
/proc/28292/task/28320/stat : 28320 (java) S 28288 28292 26014 0 -1 1077944384 10790 0 0 0 326 2 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451169167600 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28321] ppid=28288 vsize=10727700 memory=1408 CPUtime=0.88 cores=1,3,5,7
/proc/28292/task/28321/stat : 28321 (java) S 28288 28292 26014 0 -1 1077944384 9978 0 0 0 85 3 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451168114800 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28323] ppid=28288 vsize=10727700 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28323/stat : 28323 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451167062240 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28325] ppid=28288 vsize=10727700 memory=333072 CPUtime=1.26 cores=1,3,5,7
/proc/28292/task/28325/stat : 28325 (java) S 28288 28292 26014 0 -1 1077944384 1983 0 0 0 53 73 0 0 20 0 16 0 38545110 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451166010544 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28326] ppid=28288 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28326/stat : 28326 (java) S 28288 28292 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38545382 10985164800 418551 33554432000 4194304 4196468 140727180449472 140451162858928 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1674204 KiB

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

[startup+2388.64 s]
# the end of solver process 28292 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.74 s, system=1.60702 s

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

[startup+2388.6 s]
/proc/loadavg: 2.00 2.01 1.95 3/218 28522
/proc/meminfo: memFree=16307096/32770624 swapFree=67108860/67108860
[pid=28292] ppid=28288 vsize=10927392 memory=1674440 CPUtime=2400.29 cores=1,3,5,7
/proc/28292/stat : 28292 (java) S 28288 28292 26014 0 -1 1077944320 79356 0 0 0 239870 159 0 0 20 0 17 0 38545104 11189649408 418610 33554432000 4194304 4196468 140727180449472 140727180432016 140451681873655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
/proc/28292/statm: 2731848 418610 3191 1 0 2694339 0
[pid=28292/tid=28299] ppid=28288 vsize=10927392 memory=1796 CPUtime=2386.87 cores=1,3,5,7
/proc/28292/task/28299/stat : 28299 (java) R 28288 28292 26014 0 -1 4202560 34538 0 0 0 238666 21 0 0 20 0 17 0 38545104 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451686109944 140451295494388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28301] ppid=28288 vsize=10927392 memory=912 CPUtime=1.06 cores=1,3,5,7
/proc/28292/task/28301/stat : 28301 (java) S 28288 28292 26014 0 -1 1077944384 1590 0 0 0 89 17 0 0 20 0 17 0 38545105 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451607947920 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28303] ppid=28288 vsize=10927392 memory=3852 CPUtime=1.05 cores=1,3,5,7
/proc/28292/task/28303/stat : 28303 (java) S 28288 28292 26014 0 -1 1077944384 662 0 0 0 90 15 0 0 20 0 17 0 38545105 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451606895120 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28305] ppid=28288 vsize=10927392 memory=0 CPUtime=1 cores=1,3,5,7
/proc/28292/task/28305/stat : 28305 (java) S 28288 28292 26014 0 -1 1077944384 1461 0 0 0 86 14 0 0 20 0 17 0 38545105 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451605842320 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28307] ppid=28288 vsize=10927392 memory=6791534058613427641 CPUtime=1.05 cores=1,3,5,7
/proc/28292/task/28307/stat : 28307 (java) S 28288 28292 26014 0 -1 1077944384 2427 0 0 0 89 16 0 0 20 0 17 0 38545105 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451285821712 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28308] ppid=28288 vsize=10927392 memory=5859861975163301224 CPUtime=0.42 cores=1,3,5,7
/proc/28292/task/28308/stat : 28308 (java) S 28288 28292 26014 0 -1 1077944384 3368 0 0 0 39 3 0 0 20 0 17 0 38545107 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451174431600 140451681884802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28311] ppid=28288 vsize=10927392 memory=7739832227568183659 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28311/stat : 28311 (java) S 28288 28292 26014 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 38545107 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451173377632 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28313] ppid=28288 vsize=10927392 memory=7739832227568183659 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28313/stat : 28313 (java) S 28288 28292 26014 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 38545107 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451172324736 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28318] ppid=28288 vsize=10927392 memory=7452165905545515625 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28318/stat : 28318 (java) S 28288 28292 26014 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 38545110 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451171273040 140451681892251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28319] ppid=28288 vsize=10927392 memory=5938395671331432551 CPUtime=3.3 cores=1,3,5,7
/proc/28292/task/28319/stat : 28319 (java) S 28288 28292 26014 0 -1 1077944384 10669 0 0 0 328 2 0 0 20 0 17 0 38545110 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451170220400 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28320] ppid=28288 vsize=10927392 memory=5938395671331432551 CPUtime=3.3 cores=1,3,5,7
/proc/28292/task/28320/stat : 28320 (java) S 28288 28292 26014 0 -1 1077944384 10820 0 0 0 328 2 0 0 20 0 17 0 38545110 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451169167600 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28321] ppid=28288 vsize=10927392 memory=7444822271747059053 CPUtime=0.88 cores=1,3,5,7
/proc/28292/task/28321/stat : 28321 (java) S 28288 28292 26014 0 -1 1077944384 10060 0 0 0 85 3 0 0 20 0 17 0 38545110 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451168114800 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28323] ppid=28288 vsize=10927392 memory=7452165905545515625 CPUtime=0 cores=1,3,5,7
/proc/28292/task/28323/stat : 28323 (java) S 28288 28292 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38545110 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451167062240 140451681883861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
[pid=28292/tid=28325] ppid=28288 vsize=10927392 memory=5859861975163301224 CPUtime=1.26 cores=1,3,5,7
/proc/28292/task/28325/stat : 28325 (java) S 28288 28292 26014 0 -1 1077944384 1983 0 0 0 53 73 0 0 20 0 17 0 38545110 11189649408 418610 33554432000 4194304 4196468 140727180449472 140451166010544 140451681884802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 16494592 140727180452977 140727180453129 140727180453129 140727180455887 0
Current children cumulated CPU time: 2400.29 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1674440 KiB

Child status: 143
Real time (s): 2388.64
CPU time (s): 2400.35
CPU user time (s): 2398.74
CPU system time (s): 1.60702
CPU usage (%): 100.49
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1674440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.74
system time used= 1.60702
maximum resident set size= 1674936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79523
page faults= 0
swaps= 0
block input operations= 1096
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54494
involuntary context switches= 3281


# summary of solver processes directly reported to runsolver:
#   pid: 28292
#   total CPU time (s): 2400.35
#   total CPU user time (s): 2398.74
#   total CPU system time (s): 1.60702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.454 second user time and 23.3149 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-21 23:50:22
IDJOB=4289922
IDBENCH=141046
IDSOLVER=2742
FILE ID=node106/4289922-1532209822
RUNJOBID= node106-1532209822-28266
PBS_JOBID= 21018937
Free space on /tmp= 53036 MiB

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

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

MD5SUM BENCH= 0b8e9565fd0b9c632a2b7d0ba913c3ff
RANDOM SEED=1153185803

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        18309704 kB
MemAvailable:   31938992 kB
Buffers:          222728 kB
Cached:         13498668 kB
SwapCached:            0 kB
Active:          1197672 kB
Inactive:       12580388 kB
Active(anon):      58604 kB
Inactive(anon):    17096 kB
Active(file):    1139068 kB
Inactive(file): 12563292 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4760 kB
Writeback:             0 kB
AnonPages:         62760 kB
Mapped:            35032 kB
Shmem:             17036 kB
Slab:             382336 kB
SReclaimable:     355388 kB
SUnreclaim:        26948 kB
KernelStack:        3456 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317708 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:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 00:30:11