Trace number 4301919

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-11SAT (TO)309 252.165 170.373

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-03_c18.xml
MD5SUM0a05dcabfe37de5e4866d51519fc1f6c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark1.76401
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size316
Distribution of domain sizes[{"size":1,"count":1},{"size":316,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":23},{"degree":4,"count":19},{"degree":5,"count":18},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity18
Distribution of constraint arities[{"arity":2,"count":93},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":16,"count":1},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

85.61/32.19	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
85.61/32.19	c This is free software under the dual EPL/GNU LGPL licenses.
85.61/32.19	c See www.sat4j.org for details.
85.61/32.19	c That software uses the Rhino library from the Mozilla project.
85.61/32.19	c version 2.3.6-SNAPSHOT
85.61/32.19	c java.runtime.name	Java(TM) SE Runtime Environment
85.61/32.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
85.61/32.19	c java.vm.version	25.131-b11
85.61/32.19	c java.vm.vendor	Oracle Corporation
85.61/32.19	c sun.arch.data.model	64
85.61/32.19	c java.version		1.8.0_131
85.61/32.19	c os.name		Linux
85.61/32.19	c os.version		3.10.0-514.16.1.el7.x86_64
85.61/32.19	c os.arch		amd64
85.61/32.19	c Free memory 		499604488
85.61/32.19	c Max memory 		7247757312
85.61/32.19	c Total memory 		504889344
85.61/32.19	c Number of processors 	4
85.61/32.19	c c --- Begin Solver configuration ---
85.61/32.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
85.61/32.19	c Learn all clauses as in MiniSAT
85.61/32.19	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
85.61/32.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
85.61/32.19	c No reason simplification
85.61/32.19	c Glucose 2.1 dynamic restart strategy
85.61/32.19	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
85.61/32.19	c timeout=2147483s
85.61/32.19	c DB Simplification allowed=false
85.61/32.19	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
85.61/32.19	c --- End Solver configuration ---
85.61/32.19	c constraints type 
85.61/32.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 122
85.61/32.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18640167
85.61/32.19	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
85.61/32.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11463764
85.61/32.19	c org.sat4j.specs.Constr$1 => 1
85.61/32.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 2774
85.61/32.19	c 30106829 constraints processed.
158.46/81.79	o 315
209.48/130.06	o 314
217.20/137.66	o 313
225.34/144.92	o 312
235.14/154.65	o 311
242.00/160.86	o 310
249.56/168.33	o 309
252.10/170.31	c starts		: 390
252.10/170.31	c conflicts		: 59893
252.10/170.31	c decisions		: 83070618
252.10/170.31	c propagations		: 264895797
252.10/170.31	c inspects		: 417396055
252.10/170.31	c shortcuts		: 0
252.10/170.31	c learnt literals	: 1176
252.10/170.31	c learnt binary clauses	: 4253
252.10/170.31	c learnt ternary clauses	: 732
252.10/170.31	c learnt constraints	: 58717
252.10/170.31	c ignored constraints	: 0
252.10/170.31	c root simplifications	: 0
252.10/170.31	c removed literals (reason simplification)	: 0
252.10/170.31	c reason swapping (by a shorter reason)	: 0
252.10/170.31	c Calls to reduceDB	: 8
252.10/170.31	c Number of update (reduction) of LBD	: 52339
252.10/170.31	c Imported unit clauses	: 0
252.10/170.31	c number of reductions to clauses (during analyze)	: 0
252.10/170.31	c number of learned constraints concerned by reduction	: 0
252.10/170.31	c number of learning phase by resolution	: 0
252.10/170.31	c number of learning phase by cutting planes	: 0
252.10/170.31	c number of rounding to 1 operations	: 0
252.10/170.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.10/170.31	c number of reductions of the coefficients by power 2 	: 0
252.10/170.31	c number of right shift for reduction by power 2 	: 0
252.10/170.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.10/170.31	c number of ending skipping 	: 0
252.10/170.31	c number of internal skipping 	: 0
252.10/170.31	c number of derivation steps 	: 0
252.10/170.31	c number of skipped derivation steps 	: 0
252.10/170.31	c number of remaining unassigned 	: 0
252.10/170.31	c number of remaining assigned 	: 0
252.10/170.31	c speed (assignments/second)	: 2077011.3535679842
252.10/170.31	c non guided choices	: 74217714
252.10/170.31	s SATISFIABLE
252.10/170.32	v <instantiation type="solution">
252.10/170.32	v 	<list> s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
252.10/170.32	v 	<values> 0 43 0 1 52 60 6 15 14 6 66 10 14 296 16 50 229 27 253 31 14 59 256 213 163 246 5 13 73 37 299 286 19 44 64 71 198 264 218 258 273 269 275 182 269 235 292 279 282 195 278 291 248 209 269 283 292 295 300 308 294 309 </values>
252.10/170.32	v </instantiation>
252.10/170.32	

Verifier Data

OK	309

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

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

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

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

solver pid=30316, runsolver pid=30313

[startup+0.109298 s]*
/proc/loadavg: 2.05 2.23 2.48 4/216 30331
/proc/meminfo: memFree=27157280/32770624 swapFree=67108860/67108860
[pid=30316] ppid=30313 vsize=10659012 memory=32788 CPUtime=0.13 cores=1,3,5,7
/proc/30316/stat : 30316 (java) S 30313 30316 22004 0 -1 1077944320 6789 0 0 0 12 1 0 0 20 0 15 0 106133555 10914828288 8197 33554432000 4194304 4196468 140729423773040 140729423755584 140250385334007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
/proc/30316/statm: 2664753 8197 2845 1 0 2627263 0
[pid=30316/tid=30318] ppid=30313 vsize=10659012 memory=-8629632960753995132 CPUtime=0.1 cores=1,3,5,7
/proc/30316/task/30318/stat : 30318 (java) R 30313 30316 22004 0 -1 4202560 4675 0 0 0 9 1 0 0 20 0 15 0 106133556 10914828288 8197 33554432000 4194304 4196468 140729423773040 140250389556408 140250385355933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30319] ppid=30313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30319/stat : 30319 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914828288 8197 33554432000 4194304 4196468 140729423773040 140250346293904 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30320] ppid=30313 vsize=10659012 memory=140569238996608 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30320/stat : 30320 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249991453200 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249990400400 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) S 30313 30316 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106133557 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249989347600 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10659012 memory=140569238996608 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106133558 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249945074544 140250385345154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30324] ppid=30313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30324/stat : 30324 (java) S 30313 30316 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106133558 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249944020512 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30325] ppid=30313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30325/stat : 30325 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133559 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249486321008 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30326] ppid=30313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30326/stat : 30326 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106133561 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249485269328 140250385352603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30327] ppid=30313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30327/stat : 30327 (java) S 30313 30316 22004 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 106133561 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249484216688 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30328] ppid=30313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30328/stat : 30328 (java) S 30313 30316 22004 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 106133561 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249483163888 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30329] ppid=30313 vsize=10659012 memory=140569238996608 CPUtime=0.02 cores=1,3,5,7
/proc/30316/task/30329/stat : 30329 (java) S 30313 30316 22004 0 -1 1077944384 326 0 0 0 2 0 0 0 20 0 15 0 106133561 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249482111088 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30330] ppid=30313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30330/stat : 30330 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106133561 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249481058528 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30331] ppid=30313 vsize=10659012 memory=140569238996608 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30331/stat : 30331 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133562 10914828288 8197 33554432000 4194304 4196468 140729423773040 140249480006832 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 32788 KiB

[startup+0.212111 s]*
/proc/loadavg: 2.05 2.23 2.48 7/216 30331
/proc/meminfo: memFree=27062800/32770624 swapFree=67108860/67108860
[pid=30316] ppid=30313 vsize=10659012 memory=44016 CPUtime=0.33 cores=1,3,5,7
/proc/30316/stat : 30316 (java) S 30313 30316 22004 0 -1 1077944320 8049 0 0 0 31 2 0 0 20 0 15 0 106133555 10914828288 11004 33554432000 4194304 4196468 140729423773040 140729423755584 140250385334007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
/proc/30316/statm: 2664753 11004 2995 1 0 2627263 0
[pid=30316/tid=30318] ppid=30313 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30316/task/30318/stat : 30318 (java) R 30313 30316 22004 0 -1 4202560 5043 0 0 0 19 1 0 0 20 0 15 0 106133556 10914828288 11004 33554432000 4194304 4196468 140729423773040 140250389570288 140250369377637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30319] ppid=30313 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30319/stat : 30319 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914828288 11004 33554432000 4194304 4196468 140729423773040 140250346293904 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30320] ppid=30313 vsize=10659012 memory=140569239634973 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30320/stat : 30320 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249991453200 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249990400400 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) S 30313 30316 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106133557 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249989347600 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10659012 memory=140569238996608 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106133558 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249945074544 140250385345154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30324] ppid=30313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30324/stat : 30324 (java) S 30313 30316 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106133558 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249944020512 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30325] ppid=30313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30325/stat : 30325 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133559 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249486321008 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30326] ppid=30313 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30326/stat : 30326 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106133561 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249485269328 140250385352603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30327] ppid=30313 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30316/task/30327/stat : 30327 (java) S 30313 30316 22004 0 -1 1077944384 650 0 0 0 2 0 0 0 20 0 15 0 106133561 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249484216688 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30328] ppid=30313 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30316/task/30328/stat : 30328 (java) S 30313 30316 22004 0 -1 1077944384 346 0 0 0 1 0 0 0 20 0 15 0 106133561 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249483163888 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30329] ppid=30313 vsize=10659012 memory=140569238996608 CPUtime=0.07 cores=1,3,5,7
/proc/30316/task/30329/stat : 30329 (java) R 30313 30316 22004 0 -1 4202560 665 0 0 0 7 0 0 0 20 0 15 0 106133561 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249482111088 140250365293844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30330] ppid=30313 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30330/stat : 30330 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106133561 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249481058528 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30331] ppid=30313 vsize=10659012 memory=140569238996608 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30331/stat : 30331 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133562 10914828288 11004 33554432000 4194304 4196468 140729423773040 140249480006832 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 44016 KiB

[startup+0.310607 s]*
/proc/loadavg: 2.05 2.23 2.48 4/216 30331
/proc/meminfo: memFree=27059452/32770624 swapFree=67108860/67108860
[pid=30316] ppid=30313 vsize=10659088 memory=49356 CPUtime=0.52 cores=1,3,5,7
/proc/30316/stat : 30316 (java) S 30313 30316 22004 0 -1 1077944320 8853 0 0 0 49 3 0 0 20 0 15 0 106133555 10914906112 12339 33554432000 4194304 4196468 140729423773040 140729423755584 140250385334007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
/proc/30316/statm: 2664772 12339 3045 1 0 2627263 0
[pid=30316/tid=30318] ppid=30313 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30316/task/30318/stat : 30318 (java) R 30313 30316 22004 0 -1 4202560 5657 0 0 0 28 1 0 0 20 0 15 0 106133556 10914906112 12339 33554432000 4194304 4196468 140729423773040 140250389570672 140250022035856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30319] ppid=30313 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30319/stat : 30319 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914906112 12339 33554432000 4194304 4196468 140729423773040 140250346293904 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30320] ppid=30313 vsize=10659088 memory=140569239634972 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30320/stat : 30320 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249991453200 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133557 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249990400400 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) S 30313 30316 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106133557 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249989347600 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10659088 memory=140569238996608 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106133558 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249945074544 140250385345154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30324] ppid=30313 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30324/stat : 30324 (java) S 30313 30316 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106133558 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249944020512 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30325] ppid=30313 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30325/stat : 30325 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133559 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249486321008 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30326] ppid=30313 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30326/stat : 30326 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106133561 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249485269328 140250385352603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30327] ppid=30313 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30316/task/30327/stat : 30327 (java) S 30313 30316 22004 0 -1 1077944384 741 0 0 0 4 0 0 0 20 0 15 0 106133561 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249484216688 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30328] ppid=30313 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/30316/task/30328/stat : 30328 (java) S 30313 30316 22004 0 -1 1077944384 379 0 0 0 3 0 0 0 20 0 15 0 106133561 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249483163888 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30329] ppid=30313 vsize=10659088 memory=140569238996608 CPUtime=0.12 cores=1,3,5,7
/proc/30316/task/30329/stat : 30329 (java) R 30313 30316 22004 0 -1 4202560 730 0 0 0 12 0 0 0 20 0 15 0 106133561 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249482111088 140250369414494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30330] ppid=30313 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30330/stat : 30330 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106133561 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249481058528 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30331] ppid=30313 vsize=10659088 memory=140569238996608 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30331/stat : 30331 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133562 10914906112 12339 33554432000 4194304 4196468 140729423773040 140249480006832 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49356 KiB

[startup+0.701292 s]
/proc/loadavg: 2.05 2.23 2.48 6/216 30331
/proc/meminfo: memFree=27014964/32770624 swapFree=67108860/67108860
[pid=30316] ppid=30313 vsize=10659088 memory=226620 CPUtime=1.65 cores=1,3,5,7
/proc/30316/stat : 30316 (java) S 30313 30316 22004 0 -1 1077944320 12053 0 0 0 155 10 0 0 20 0 15 0 106133555 10914906112 56655 33554432000 4194304 4196468 140729423773040 140729423755584 140250385334007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
/proc/30316/statm: 2664772 56655 3099 1 0 2627263 0
[pid=30316/tid=30318] ppid=30313 vsize=10659088 memory=1840 CPUtime=0.62 cores=1,3,5,7
/proc/30316/task/30318/stat : 30318 (java) S 30313 30316 22004 0 -1 1077944384 6080 0 0 0 59 3 0 0 20 0 15 0 106133556 10914906112 56655 33554432000 4194304 4196468 140729423773040 140250389569344 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30319] ppid=30313 vsize=10659088 memory=1004 CPUtime=0.04 cores=1,3,5,7
/proc/30316/task/30319/stat : 30319 (java) R 30313 30316 22004 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 15 0 106133557 10914906112 56655 33554432000 4194304 4196468 140729423773040 140250346291704 140250370361894 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30320] ppid=30313 vsize=10659088 memory=12060 CPUtime=0.04 cores=1,3,5,7
/proc/30316/task/30320/stat : 30320 (java) R 30313 30316 22004 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 15 0 106133557 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249991453200 140250370361426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10659088 memory=5788 CPUtime=0.04 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) R 30313 30316 22004 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 15 0 106133557 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249990400600 140250370361426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10659088 memory=792 CPUtime=0.04 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) R 30313 30316 22004 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 15 0 106133557 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249989345232 140250370361876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 106133558 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249945073056 140250385344213 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30324] ppid=30313 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30324/stat : 30324 (java) S 30313 30316 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106133558 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249944020512 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30325] ppid=30313 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30325/stat : 30325 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133559 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249486321008 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30326] ppid=30313 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30326/stat : 30326 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106133561 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249485269328 140250385352603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30327] ppid=30313 vsize=10659088 memory=7590935255203861604 CPUtime=0.28 cores=1,3,5,7
/proc/30316/task/30327/stat : 30327 (java) S 30313 30316 22004 0 -1 1077944384 1803 0 0 0 28 0 0 0 20 0 15 0 106133561 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249484201680 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30328] ppid=30313 vsize=10659088 memory=6293050847276651881 CPUtime=0.29 cores=1,3,5,7
/proc/30316/task/30328/stat : 30328 (java) S 30313 30316 22004 0 -1 1077944384 1447 0 0 0 29 0 0 0 20 0 15 0 106133561 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249483155168 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30329] ppid=30313 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/30316/task/30329/stat : 30329 (java) S 30313 30316 22004 0 -1 1077944384 1247 0 0 0 22 0 0 0 20 0 15 0 106133561 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249482111088 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30330] ppid=30313 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30330/stat : 30330 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106133561 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249481058528 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30331] ppid=30313 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30331/stat : 30331 (java) S 30313 30316 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106133562 10914906112 56655 33554432000 4194304 4196468 140729423773040 140249480006832 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 226620 KiB

[startup+1.50129 s]
/proc/loadavg: 2.05 2.23 2.48 3/216 30331
/proc/meminfo: memFree=26776904/32770624 swapFree=67108860/67108860
[pid=30316] ppid=30313 vsize=10659088 memory=579936 CPUtime=3.6 cores=1,3,5,7
/proc/30316/stat : 30316 (java) S 30313 30316 22004 0 -1 1077944320 13413 0 0 0 322 38 0 0 20 0 15 0 106133555 10914906112 144984 33554432000 4194304 4196468 140729423773040 140729423755584 140250385334007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
/proc/30316/statm: 2664772 144984 3129 1 0 2627263 0
[pid=30316/tid=30318] ppid=30313 vsize=10659088 memory=6791534058613427641 CPUtime=1.06 cores=1,3,5,7
/proc/30316/task/30318/stat : 30318 (java) S 30313 30316 22004 0 -1 1077944384 6149 0 0 0 101 5 0 0 20 0 15 0 106133556 10914906112 144984 33554432000 4194304 4196468 140729423773040 140250389570752 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30319] ppid=30313 vsize=10659088 memory=-6951259422114956437 CPUtime=0.4 cores=1,3,5,7
/proc/30316/task/30319/stat : 30319 (java) R 30313 30316 22004 0 -1 4202560 240 0 0 0 32 8 0 0 20 0 15 0 106133557 10914906112 144984 33554432000 4194304 4196468 140729423773040 140250346293904 140250370284612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30320] ppid=30313 vsize=10659088 memory=-6509546260019855295 CPUtime=0.4 cores=1,3,5,7
/proc/30316/task/30320/stat : 30320 (java) R 30313 30316 22004 0 -1 4202560 217 0 0 0 32 8 0 0 20 0 15 0 106133557 10914906112 144984 33554432000 4194304 4196468 140729423773040 140249991453200 140250370319291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10659088 memory=-7390251449858225344 CPUtime=0.4 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) R 30313 30316 22004 0 -1 4202560 442 0 0 0 33 7 0 0 20 0 15 0 106133557 10914906112 144984 33554432000 4194304 4196468 140729423773040 140249990400600 140250369787950 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10659088 memory=4134692831991786133 CPUtime=0.4 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) R 30313 30316 22004 0 -1 4202560 243 0 0 0 33 7 0 0 20 0 15 0 106133557 10914906112 144984 33554432000 4194304 4196468 140729423773040 140249989347800 140250370319303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 106133558 10914906112 144984 33554432000 4194304 4196468 140729423773040 140249945072864 140250385344213 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0

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

/proc/30316/task/30320/stat : 30320 (java) S 30313 30316 22004 0 -1 1077944384 37773 0 0 0 2462 119 0 0 20 0 16 0 106133557 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249991453200 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10727700 memory=6426208 CPUtime=25.7 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) S 30313 30316 22004 0 -1 1077944384 35047 0 0 0 2459 111 0 0 20 0 16 0 106133557 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249990400400 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10727700 memory=6426208 CPUtime=25.65 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) S 30313 30316 22004 0 -1 1077944384 37144 0 0 0 2457 108 0 0 20 0 16 0 106133557 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249989347600 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10727700 memory=6426208 CPUtime=9.2 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 16266 0 0 0 914 6 0 0 20 0 16 0 106133558 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249945074544 140250385345154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30324] ppid=30313 vsize=10727700 memory=281138225848000 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30324/stat : 30324 (java) S 30313 30316 22004 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 106133558 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249944020576 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30325] ppid=30313 vsize=10727700 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30325/stat : 30325 (java) S 30313 30316 22004 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 16 0 106133559 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249486321024 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30326] ppid=30313 vsize=10727700 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30326/stat : 30326 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106133561 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249485269328 140250385352603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30327] ppid=30313 vsize=10727700 memory=1416 CPUtime=1.8 cores=1,3,5,7
/proc/30316/task/30327/stat : 30327 (java) S 30313 30316 22004 0 -1 1077944384 8042 0 0 0 179 1 0 0 20 0 16 0 106133561 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249484216688 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30328] ppid=30313 vsize=10727700 memory=6426208 CPUtime=2 cores=1,3,5,7
/proc/30316/task/30328/stat : 30328 (java) S 30313 30316 22004 0 -1 1077944384 9856 0 0 0 199 1 0 0 20 0 16 0 106133561 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249483163888 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30329] ppid=30313 vsize=10727700 memory=6426208 CPUtime=0.5 cores=1,3,5,7
/proc/30316/task/30329/stat : 30329 (java) S 30313 30316 22004 0 -1 1077944384 4500 0 0 0 49 1 0 0 20 0 16 0 106133561 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249482111088 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30330] ppid=30313 vsize=10727700 memory=6426208 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30330/stat : 30330 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106133561 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249481058528 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30331] ppid=30313 vsize=10727700 memory=1784 CPUtime=0.09 cores=1,3,5,7
/proc/30316/task/30331/stat : 30331 (java) S 30313 30316 22004 0 -1 1077944384 589 0 0 0 4 5 0 0 20 0 16 0 106133562 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249480006832 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30409] ppid=30313 vsize=10727700 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30409/stat : 30409 (java) S 30313 30316 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106137834 10985164800 1606552 33554432000 4194304 4196468 140729423773040 140249476855216 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
Current children cumulated CPU time: 243.56 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6426208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+170.11 s]
/proc/loadavg: 2.71 2.67 2.62 3/217 30487
/proc/meminfo: memFree=16159876/32770624 swapFree=67108860/67108860
[pid=30316] ppid=30313 vsize=10727700 memory=6432352 CPUtime=252.06 cores=1,3,5,7
/proc/30316/stat : 30316 (java) S 30313 30316 22004 0 -1 1077944320 352901 0 0 0 24714 492 0 0 20 0 16 0 106133555 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140729423755584 140250385334007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
/proc/30316/statm: 2681925 1608088 3197 1 0 2644416 0
[pid=30316/tid=30318] ppid=30313 vsize=10727700 memory=56 CPUtime=134.75 cores=1,3,5,7
/proc/30316/task/30318/stat : 30318 (java) R 30313 30316 22004 0 -1 4202560 161378 0 0 0 13457 18 0 0 20 0 16 0 106133556 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140250389570888 140250027334213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30319] ppid=30313 vsize=10727700 memory=6432352 CPUtime=25.77 cores=1,3,5,7
/proc/30316/task/30319/stat : 30319 (java) S 30313 30316 22004 0 -1 1077944384 40407 0 0 0 2459 118 0 0 20 0 16 0 106133557 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140250346293904 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30320] ppid=30313 vsize=10727700 memory=6432352 CPUtime=26.04 cores=1,3,5,7
/proc/30316/task/30320/stat : 30320 (java) S 30313 30316 22004 0 -1 1077944384 37777 0 0 0 2485 119 0 0 20 0 16 0 106133557 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249991453200 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10727700 memory=6426208 CPUtime=25.93 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) S 30313 30316 22004 0 -1 1077944384 35193 0 0 0 2482 111 0 0 20 0 16 0 106133557 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249990400400 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10727700 memory=6426208 CPUtime=25.88 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) S 30313 30316 22004 0 -1 1077944384 37156 0 0 0 2479 109 0 0 20 0 16 0 106133557 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249989347600 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10727700 memory=6411828 CPUtime=9.2 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 16267 0 0 0 914 6 0 0 20 0 16 0 106133558 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249945074544 140250385345154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30324] ppid=30313 vsize=10727700 memory=6411724 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30324/stat : 30324 (java) S 30313 30316 22004 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 106133558 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249944020576 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30325] ppid=30313 vsize=10727700 memory=6411744 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30325/stat : 30325 (java) S 30313 30316 22004 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 16 0 106133559 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249486321024 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30326] ppid=30313 vsize=10727700 memory=6432352 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30326/stat : 30326 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106133561 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249485269328 140250385352603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30327] ppid=30313 vsize=10727700 memory=2424 CPUtime=1.8 cores=1,3,5,7
/proc/30316/task/30327/stat : 30327 (java) S 30313 30316 22004 0 -1 1077944384 8264 0 0 0 179 1 0 0 20 0 16 0 106133561 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249484216688 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30328] ppid=30313 vsize=10727700 memory=56 CPUtime=2 cores=1,3,5,7
/proc/30316/task/30328/stat : 30328 (java) S 30313 30316 22004 0 -1 1077944384 9856 0 0 0 199 1 0 0 20 0 16 0 106133561 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249483163888 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30329] ppid=30313 vsize=10727700 memory=1296 CPUtime=0.5 cores=1,3,5,7
/proc/30316/task/30329/stat : 30329 (java) S 30313 30316 22004 0 -1 1077944384 4500 0 0 0 49 1 0 0 20 0 16 0 106133561 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249482111088 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30330] ppid=30313 vsize=10727700 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30330/stat : 30330 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106133561 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249481058528 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30331] ppid=30313 vsize=10727700 memory=4124 CPUtime=0.09 cores=1,3,5,7
/proc/30316/task/30331/stat : 30331 (java) S 30313 30316 22004 0 -1 1077944384 589 0 0 0 4 5 0 0 20 0 16 0 106133562 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249480006832 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30409] ppid=30313 vsize=10727700 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30409/stat : 30409 (java) S 30313 30316 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106137834 10985164800 1608088 33554432000 4194304 4196468 140729423773040 140249476855216 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6432352 KiB

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

[startup+170.373 s]
# the end of solver process 30316 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.182 s, system=4.98234 s

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

[startup+170.205 s]
/proc/loadavg: 2.71 2.67 2.62 3/217 30487
/proc/meminfo: memFree=16159876/32770624 swapFree=67108860/67108860
[pid=30316] ppid=30313 vsize=10927392 memory=6432568 CPUtime=252.1 cores=1,3,5,7
/proc/30316/stat : 30316 (java) S 30313 30316 22004 0 -1 1077944320 353681 0 0 0 24717 493 0 0 20 0 17 0 106133555 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140729423755584 140250385334007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
/proc/30316/statm: 2731848 1608142 3199 1 0 2694339 0
[pid=30316/tid=30318] ppid=30313 vsize=10927392 memory=7897447025732043678 CPUtime=134.78 cores=1,3,5,7
/proc/30316/task/30318/stat : 30318 (java) S 30313 30316 22004 0 -1 1077944384 161482 0 0 0 13460 18 0 0 20 0 17 0 106133556 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140250389576880 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30319] ppid=30313 vsize=10927392 memory=1399051139730258233 CPUtime=25.77 cores=1,3,5,7
/proc/30316/task/30319/stat : 30319 (java) S 30313 30316 22004 0 -1 1077944384 40407 0 0 0 2459 118 0 0 20 0 17 0 106133557 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140250346293904 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30320] ppid=30313 vsize=10927392 memory=140569239025425 CPUtime=26.04 cores=1,3,5,7
/proc/30316/task/30320/stat : 30320 (java) S 30313 30316 22004 0 -1 1077944384 37777 0 0 0 2485 119 0 0 20 0 17 0 106133557 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249991453200 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10927392 memory=140569113776245 CPUtime=25.93 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) S 30313 30316 22004 0 -1 1077944384 35193 0 0 0 2482 111 0 0 20 0 17 0 106133557 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249990400400 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10927392 memory=5787213835721533265 CPUtime=25.88 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) S 30313 30316 22004 0 -1 1077944384 37156 0 0 0 2479 109 0 0 20 0 17 0 106133557 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249989347600 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10927392 memory=5787495302175417426 CPUtime=9.2 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 16268 0 0 0 914 6 0 0 20 0 17 0 106133558 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249945074544 140250385345154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30324] ppid=30313 vsize=10927392 memory=960 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30324/stat : 30324 (java) S 30313 30316 22004 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 106133558 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249944020576 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30325] ppid=30313 vsize=10927392 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30325/stat : 30325 (java) S 30313 30316 22004 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 106133559 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249486321024 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30326] ppid=30313 vsize=10927392 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30326/stat : 30326 (java) S 30313 30316 22004 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249485269328 140250385352603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30327] ppid=30313 vsize=10927392 memory=6944656575208382560 CPUtime=1.81 cores=1,3,5,7
/proc/30316/task/30327/stat : 30327 (java) S 30313 30316 22004 0 -1 1077944384 8339 0 0 0 180 1 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249484216688 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30328] ppid=30313 vsize=10927392 memory=0 CPUtime=2 cores=1,3,5,7
/proc/30316/task/30328/stat : 30328 (java) S 30313 30316 22004 0 -1 1077944384 9902 0 0 0 199 1 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249483163888 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30329] ppid=30313 vsize=10927392 memory=6656426216303648864 CPUtime=0.5 cores=1,3,5,7
/proc/30316/task/30329/stat : 30329 (java) S 30313 30316 22004 0 -1 1077944384 4723 0 0 0 49 1 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249482111088 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30330] ppid=30313 vsize=10927392 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30330/stat : 30330 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249481058528 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30331] ppid=30313 vsize=10927392 memory=13275743914299 CPUtime=0.09 cores=1,3,5,7
/proc/30316/task/30331/stat : 30331 (java) S 30313 30316 22004 0 -1 1077944384 589 0 0 0 4 5 0 0 20 0 17 0 106133562 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249480006832 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 6432568 KiB

[startup+170.301 s]
/proc/loadavg: 2.71 2.67 2.62 3/217 30487
/proc/meminfo: memFree=16159876/32770624 swapFree=67108860/67108860
[pid=30316] ppid=30313 vsize=10927392 memory=6432568 CPUtime=252.1 cores=1,3,5,7
/proc/30316/stat : 30316 (java) S 30313 30316 22004 0 -1 1077944320 353681 0 0 0 24717 493 0 0 20 0 17 0 106133555 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140729423755584 140250385334007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
/proc/30316/statm: 2731848 1608142 3199 1 0 2694339 0
[pid=30316/tid=30318] ppid=30313 vsize=10927392 memory=6411744 CPUtime=134.78 cores=1,3,5,7
/proc/30316/task/30318/stat : 30318 (java) S 30313 30316 22004 0 -1 1077944384 161482 0 0 0 13460 18 0 0 20 0 17 0 106133556 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140250389576880 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30319] ppid=30313 vsize=10927392 memory=6411724 CPUtime=25.77 cores=1,3,5,7
/proc/30316/task/30319/stat : 30319 (java) S 30313 30316 22004 0 -1 1077944384 40407 0 0 0 2459 118 0 0 20 0 17 0 106133557 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140250346293904 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30320] ppid=30313 vsize=10927392 memory=6411828 CPUtime=26.04 cores=1,3,5,7
/proc/30316/task/30320/stat : 30320 (java) S 30313 30316 22004 0 -1 1077944384 37777 0 0 0 2485 119 0 0 20 0 17 0 106133557 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249991453200 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30321] ppid=30313 vsize=10927392 memory=6426208 CPUtime=25.93 cores=1,3,5,7
/proc/30316/task/30321/stat : 30321 (java) S 30313 30316 22004 0 -1 1077944384 35193 0 0 0 2482 111 0 0 20 0 17 0 106133557 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249990400400 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30322] ppid=30313 vsize=10927392 memory=6426208 CPUtime=25.88 cores=1,3,5,7
/proc/30316/task/30322/stat : 30322 (java) S 30313 30316 22004 0 -1 1077944384 37156 0 0 0 2479 109 0 0 20 0 17 0 106133557 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249989347600 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30323] ppid=30313 vsize=10927392 memory=6432352 CPUtime=9.2 cores=1,3,5,7
/proc/30316/task/30323/stat : 30323 (java) S 30313 30316 22004 0 -1 1077944384 16268 0 0 0 914 6 0 0 20 0 17 0 106133558 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249945074544 140250385345154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30324] ppid=30313 vsize=10927392 memory=6432352 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30324/stat : 30324 (java) S 30313 30316 22004 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 106133558 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249944020576 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30325] ppid=30313 vsize=10927392 memory=6432352 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30325/stat : 30325 (java) S 30313 30316 22004 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 106133559 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249486321024 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30326] ppid=30313 vsize=10927392 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30326/stat : 30326 (java) S 30313 30316 22004 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249485269328 140250385352603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30327] ppid=30313 vsize=10927392 memory=56 CPUtime=1.81 cores=1,3,5,7
/proc/30316/task/30327/stat : 30327 (java) S 30313 30316 22004 0 -1 1077944384 8339 0 0 0 180 1 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249484216688 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30328] ppid=30313 vsize=10927392 memory=4124 CPUtime=2 cores=1,3,5,7
/proc/30316/task/30328/stat : 30328 (java) S 30313 30316 22004 0 -1 1077944384 9902 0 0 0 199 1 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249483163888 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30329] ppid=30313 vsize=10927392 memory=2200 CPUtime=0.5 cores=1,3,5,7
/proc/30316/task/30329/stat : 30329 (java) S 30313 30316 22004 0 -1 1077944384 4723 0 0 0 49 1 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249482111088 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30330] ppid=30313 vsize=10927392 memory=6432352 CPUtime=0 cores=1,3,5,7
/proc/30316/task/30330/stat : 30330 (java) S 30313 30316 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106133561 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249481058528 140250385344213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
[pid=30316/tid=30331] ppid=30313 vsize=10927392 memory=6432352 CPUtime=0.09 cores=1,3,5,7
/proc/30316/task/30331/stat : 30331 (java) S 30313 30316 22004 0 -1 1077944384 589 0 0 0 4 5 0 0 20 0 17 0 106133562 11189649408 1608142 33554432000 4194304 4196468 140729423773040 140249480006832 140250385345154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13242368 140729423774838 140729423774990 140729423774990 140729423777743 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 6432568 KiB

Child status: 143
Real time (s): 170.373
CPU time (s): 252.165
CPU user time (s): 247.182
CPU system time (s): 4.98234
CPU usage (%): 148.007
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 6432568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.182
system time used= 4.98234
maximum resident set size= 6432684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8532
involuntary context switches= 1674


# summary of solver processes directly reported to runsolver:
#   pid: 30316
#   total CPU time (s): 252.165
#   total CPU user time (s): 247.182
#   total CPU system time (s): 4.98234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0878 second user time and 1.71295 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:35:04
IDJOB=4301919
IDBENCH=141473
IDSOLVER=2773
FILE ID=node151/4301919-1532885704
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

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

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

MD5SUM BENCH= 0a05dcabfe37de5e4866d51519fc1f6c
RANDOM SEED=763331405

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27181460 kB
MemAvailable:   30833532 kB
Buffers:          212828 kB
Cached:          3712740 kB
SwapCached:            0 kB
Active:          2493444 kB
Inactive:        2626796 kB
Active(anon):    1143976 kB
Inactive(anon):    78188 kB
Active(file):    1349468 kB
Inactive(file):  2548608 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:       1117824 kB
Mapped:            56420 kB
Shmem:             25224 kB
Slab:             167692 kB
SReclaimable:     139664 kB
SUnreclaim:        28028 kB
KernelStack:        3840 kB
PageTables:         7744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2336104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    985088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 19:37:54