Trace number 4244265

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 NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05UNSAT 1562.68 1255.76

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-24.xml
MD5SUMfafbbc28d55e991f97131ab8525c2187
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.52833402
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints270
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":18},{"degree":4,"count":16},{"degree":5,"count":6},{"degree":6,"count":6},{"degree":7,"count":5},{"degree":8,"count":2},{"degree":10,"count":2},{"degree":11,"count":2},{"degree":14,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":25},{"arity":4,"count":24},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints159
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":159},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

318.67/80.91	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
318.67/80.91	c This is free software under the dual EPL/GNU LGPL licenses.
318.67/80.91	c See www.sat4j.org for details.
318.67/80.91	c That software uses the Rhino library from the Mozilla project.
318.67/80.91	c version CUSTOM.v20170705
318.67/80.91	c java.runtime.name	Java(TM) SE Runtime Environment
318.67/80.91	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
318.67/80.91	c java.vm.version	25.131-b11
318.67/80.91	c java.vm.vendor	Oracle Corporation
318.67/80.91	c sun.arch.data.model	64
318.67/80.91	c java.version		1.8.0_131
318.67/80.91	c os.name		Linux
318.67/80.91	c os.version		3.10.0-514.16.1.el7.x86_64
318.67/80.91	c os.arch		amd64
318.67/80.91	c Free memory 		499604488
318.67/80.91	c Max memory 		7247757312
318.67/80.91	c Total memory 		504889344
318.67/80.91	c Number of processors 	8
318.67/80.91	c c --- Begin Solver configuration ---
318.67/80.91	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
318.67/80.91	c Learn all clauses as in MiniSAT
318.67/80.91	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
318.67/80.91	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
318.67/80.91	c No reason simplification
318.67/80.91	c Glucose 2.1 dynamic restart strategy
318.67/80.91	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
318.67/80.91	c timeout=2147483s
318.67/80.91	c DB Simplification allowed=false
318.67/80.91	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
318.67/80.91	c --- End Solver configuration ---
318.67/80.91	c constraints type 
318.67/80.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 222
318.67/80.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 56204652
318.67/80.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5351744
318.67/80.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 539
318.67/80.91	c 61557157 constraints processed.
1562.63/1255.71	c starts		: 47
1562.63/1255.71	c conflicts		: 24128
1562.63/1255.71	c decisions		: 13626879
1562.63/1255.71	c propagations		: 2686763709
1562.63/1255.71	c inspects		: 3135543468
1562.63/1255.71	c shortcuts		: 0
1562.63/1255.71	c learnt literals	: 19
1562.63/1255.71	c learnt binary clauses	: 490
1562.63/1255.71	c learnt ternary clauses	: 452
1562.63/1255.71	c learnt constraints	: 24108
1562.63/1255.71	c ignored constraints	: 0
1562.63/1255.71	c root simplifications	: 0
1562.63/1255.71	c removed literals (reason simplification)	: 0
1562.63/1255.71	c reason swapping (by a shorter reason)	: 0
1562.63/1255.71	c Calls to reduceDB	: 3
1562.63/1255.71	c Number of update (reduction) of LBD	: 14734
1562.63/1255.71	c Imported unit clauses	: 0
1562.63/1255.71	c number of reductions to clauses (during analyze)	: 0
1562.63/1255.71	c number of learned constraints concerned by reduction	: 0
1562.63/1255.71	c number of learning phase by resolution	: 0
1562.63/1255.71	c number of learning phase by cutting planes	: 0
1562.63/1255.71	c number of rounding to 1 operations	: 0
1562.63/1255.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1562.63/1255.71	c number of reductions of the coefficients by power 2 	: 0
1562.63/1255.71	c number of right shift for reduction by power 2 	: 0
1562.63/1255.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
1562.63/1255.71	c speed (assignments/second)	: 2287327.676800354
1562.63/1255.71	c non guided choices	2226838
1562.63/1255.72	c learnt constraints type 
1562.63/1255.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 490
1562.63/1255.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11282
1562.63/1255.72	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244265-1500682088/watcher-4244265-1500682088 -o /tmp/evaluation-result-4244265-1500682088/solver-4244265-1500682088 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500681065-14813 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244265-1500682088.xml 

pid=15250
running on 8 cores: 0,2,4,6,8,10,12,14

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.14 8.35 6.89 3/262 15253
/proc/meminfo: memFree=30403284/32770624 swapFree=5804/216124
[pid=15253] ppid=15250 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 2190 0 0 0 0 0 0 0 20 0 2 0 3475045 8550137856 2441 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2087436 2441 1197 1 0 2076347 0
[pid=15253/tid=15254] ppid=15250 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) S 15250 15253 14782 0 -1 1077944384 921 0 0 0 0 0 0 0 20 0 3 0 3475046 8551190528 2441 33554432000 4194304 4196468 140732704611968 139728910390992 139728906159829 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 3 0 3475047 8551190528 2441 33554432000 4194304 4196468 140732704611968 139728910391712 139728906159829 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0

[startup+0.100137 s]
/proc/loadavg: 8.14 8.35 6.89 3/262 15253
/proc/meminfo: memFree=30403284/32770624 swapFree=5804/216124
[pid=15253] ppid=15250 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 4942 0 0 0 8 1 0 0 20 0 20 0 3475045 11162169344 6053 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2725139 6053 2623 1 0 2713552 0
[pid=15253/tid=15254] ppid=15250 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) R 15250 15253 14782 0 -1 4202560 3037 0 0 0 7 1 0 0 20 0 20 0 3475046 11162169344 6053 33554432000 4194304 4196468 140732704611968 139728910391904 139728906171549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3475047 11162169344 6053 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200447 s]
/proc/loadavg: 8.14 8.35 6.89 3/262 15253
/proc/meminfo: memFree=30403284/32770624 swapFree=5804/216124
[pid=15253] ppid=15250 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 6998 0 0 0 23 2 0 0 20 0 20 0 3475045 11162169344 7759 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2725139 7759 2828 1 0 2713552 0
[pid=15253/tid=15254] ppid=15250 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) R 15250 15253 14782 0 -1 4202560 4707 0 0 0 16 2 0 0 20 0 20 0 3475046 11162169344 7759 33554432000 4194304 4196468 140732704611968 139728910370976 139728906171549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3475047 11162169344 7759 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300373 s]
/proc/loadavg: 8.14 8.35 6.89 3/262 15253
/proc/meminfo: memFree=30403284/32770624 swapFree=5804/216124
[pid=15253] ppid=15250 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 7958 0 0 0 39 3 0 0 20 0 20 0 3475045 11162169344 9788 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2725139 9788 2933 1 0 2713552 0
[pid=15253/tid=15254] ppid=15250 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) R 15250 15253 14782 0 -1 4202560 5067 0 0 0 26 2 0 0 20 0 20 0 3475046 11162169344 9788 33554432000 4194304 4196468 140732704611968 139728910380592 139728524899251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3475047 11162169344 9788 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.70032 s]
/proc/loadavg: 8.14 8.35 6.89 3/262 15253
/proc/meminfo: memFree=30403284/32770624 swapFree=5804/216124
[pid=15253] ppid=15250 vsize=10900632 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 12634 0 0 0 171 7 0 0 20 0 20 0 3475045 11162247168 38937 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2725158 38937 3079 1 0 2713552 0
[pid=15253/tid=15254] ppid=15250 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) R 15250 15253 14782 0 -1 4202560 5811 0 0 0 63 4 0 0 20 0 20 0 3475046 11162247168 39449 33554432000 4194304 4196468 140732704611968 139728910386920 139728526531642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3475047 11162247168 39449 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10900632

[startup+1.50111 s]
/proc/loadavg: 8.14 8.35 6.89 6/282 15273
/proc/meminfo: memFree=30195972/32770624 swapFree=5804/216552
[pid=15253] ppid=15250 vsize=10900632 CPUtime=4.62 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 19071 0 0 0 433 29 0 0 20 0 20 0 3475045 11162247168 88430 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2725158 88430 3117 1 0 2713552 0
[pid=15253/tid=15254] ppid=15250 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) R 15250 15253 14782 0 -1 4202560 6121 0 0 0 137 6 0 0 20 0 20 0 3475046 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728910380728 139728527846416 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 26 0 0 0 1 2 0 0 20 0 20 0 3475047 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15256] ppid=15250 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15256/stat : 15256 (java) S 15250 15253 14782 0 -1 1077944384 19 0 0 0 1 2 0 0 20 0 20 0 3475047 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728511687312 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15258] ppid=15250 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15258/stat : 15258 (java) S 15250 15253 14782 0 -1 1077944384 25 0 0 0 1 2 0 0 20 0 20 0 3475047 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728510634256 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15259] ppid=15250 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15259/stat : 15259 (java) S 15250 15253 14782 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 3475047 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728509581712 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15260] ppid=15250 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15260/stat : 15260 (java) S 15250 15253 14782 0 -1 1077944384 20 0 0 0 1 2 0 0 20 0 20 0 3475047 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728508529680 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15261] ppid=15250 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15261/stat : 15261 (java) S 15250 15253 14782 0 -1 1077944384 25 0 0 0 1 2 0 0 20 0 20 0 3475047 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728507477136 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15262] ppid=15250 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15262/stat : 15262 (java) S 15250 15253 14782 0 -1 1077944384 30 0 0 0 1 2 0 0 20 0 20 0 3475047 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728506424080 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15263] ppid=15250 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15263/stat : 15263 (java) S 15250 15253 14782 0 -1 1077944384 16 0 0 0 0 1 0 0 20 0 20 0 3475047 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728505371536 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15264] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15264/stat : 15264 (java) S 15250 15253 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3475049 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728449161456 139728906160770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15265] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15265/stat : 15265 (java) S 15250 15253 14782 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3475050 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728448107680 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15266] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15266/stat : 15266 (java) S 15250 15253 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3475050 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728447054576 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15267] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15267/stat : 15267 (java) S 15250 15253 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3475054 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728446003152 139728906168219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15268] ppid=15250 vsize=10900632 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15268/stat : 15268 (java) R 15250 15253 14782 0 -1 4202560 3246 0 0 0 82 1 0 0 20 0 20 0 3475054 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728444937824 139728890833742 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15269] ppid=15250 vsize=10900632 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15269/stat : 15269 (java) R 15250 15253 14782 0 -1 4202560 2562 0 0 0 81 0 0 0 20 0 20 0 3475054 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728443879752 139728889560514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15270] ppid=15250 vsize=10900632 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15270/stat : 15270 (java) R 15250 15253 14782 0 -1 4202560 3782 0 0 0 82 1 0 0 20 0 20 0 3475054 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728442831560 139728889537484 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15271] ppid=15250 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15271/stat : 15271 (java) S 15250 15253 14782 0 -1 1077944384 1728 0 0 0 39 1 0 0 20 0 20 0 3475054 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728441793136 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15272] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15272/stat : 15272 (java) S 15250 15253 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3475054 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728440740320 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15273] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15273/stat : 15273 (java) S 15250 15253 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3475055 11162247168 88430 33554432000 4194304 4196468 140732704611968 139728238144176 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 10900632

[startup+3.10111 s]
/proc/loadavg: 7.89 8.29 6.88 3/282 15273
/proc/meminfo: memFree=29884572/32770624 swapFree=5804/216552
[pid=15253] ppid=15250 vsize=10900632 CPUtime=9.68 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 25033 0 0 0 803 165 0 0 20 0 20 0 3475045 11162247168 218012 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2725158 218524 3139 1 0 2713552 0
[pid=15253/tid=15254] ppid=15250 vsize=10900632 CPUtime=2.61 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) S 15250 15253 14782 0 -1 1077944384 6327 0 0 0 252 9 0 0 20 0 20 0 3475046 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728910384000 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) R 15250 15253 14782 0 -1 4202560 189 0 0 0 24 19 0 0 20 0 20 0 3475047 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728512740056 139728891171744 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15256] ppid=15250 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15256/stat : 15256 (java) R 15250 15253 14782 0 -1 4202560 186 0 0 0 21 17 0 0 20 0 20 0 3475047 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728511687512 139728891177497 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15258] ppid=15250 vsize=10900632 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15258/stat : 15258 (java) R 15250 15253 14782 0 -1 4202560 208 0 0 0 27 17 0 0 20 0 20 0 3475047 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728510634456 139728899253235 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15259] ppid=15250 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15259/stat : 15259 (java) R 15250 15253 14782 0 -1 4202560 180 0 0 0 23 20 0 0 20 0 20 0 3475047 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728509581912 139728899249323 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15260] ppid=15250 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15260/stat : 15260 (java) R 15250 15253 14782 0 -1 4202560 179 0 0 0 24 19 0 0 20 0 20 0 3475047 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728508529880 139728891177488 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15261] ppid=15250 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15261/stat : 15261 (java) R 15250 15253 14782 0 -1 4202560 233 0 0 0 21 17 0 0 20 0 20 0 3475047 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728507477024 139728891177497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15262] ppid=15250 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15262/stat : 15262 (java) R 15250 15253 14782 0 -1 4202560 232 0 0 0 24 19 0 0 20 0 20 0 3475047 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728506424280 139728891177488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15263] ppid=15250 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15263/stat : 15263 (java) R 15250 15253 14782 0 -1 4202560 169 0 0 0 20 17 0 0 20 0 20 0 3475047 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728505371736 139728899249323 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15264] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15264/stat : 15264 (java) S 15250 15253 14782 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 3475049 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728449159968 139728906159829 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15265] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15265/stat : 15265 (java) S 15250 15253 14782 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3475050 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728448107744 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15266] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15266/stat : 15266 (java) S 15250 15253 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3475050 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728447054576 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15267] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15267/stat : 15267 (java) S 15250 15253 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3475054 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728446003152 139728906168219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15268] ppid=15250 vsize=10900632 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15268/stat : 15268 (java) S 15250 15253 14782 0 -1 1077944384 3676 0 0 0 98 1 0 0 20 0 20 0 3475054 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728444951280 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15269] ppid=15250 vsize=10900632 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15269/stat : 15269 (java) S 15250 15253 14782 0 -1 1077944384 3615 0 0 0 107 0 0 0 20 0 20 0 3475054 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728443898736 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15270] ppid=15250 vsize=10900632 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15270/stat : 15270 (java) S 15250 15253 14782 0 -1 1077944384 6515 0 0 0 113 1 0 0 20 0 20 0 3475054 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728442845680 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15271] ppid=15250 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15271/stat : 15271 (java) S 15250 15253 14782 0 -1 1077944384 1750 0 0 0 41 1 0 0 20 0 20 0 3475054 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728441793136 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15272] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15272/stat : 15272 (java) S 15250 15253 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3475054 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728440740320 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15273] ppid=15250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15273/stat : 15273 (java) S 15250 15253 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3475055 11162247168 218524 33554432000 4194304 4196468 140732704611968 139728238144176 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 10900632

[startup+6.30141 s]
/proc/loadavg: 7.89 8.29 6.88 3/282 15273
/proc/meminfo: memFree=29362760/32770624 swapFree=5804/216568
[pid=15253] ppid=15250 vsize=10900632 CPUtime=19.97 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 29483 0 0 0 1651 346 0 0 20 0 20 0 3475045 11162247168 379074 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2725158 379074 3154 1 0 2713552 0
[pid=15253/tid=15254] ppid=15250 vsize=10900632 CPUtime=4.43 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) R 15250 15253 14782 0 -1 4202560 7075 0 0 0 431 12 0 0 20 0 20 0 3475046 11162247168 379074 33554432000 4194304 4196468 140732704611968 139728910383440 139728871506193 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10900632 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 560 0 0 0 102 38 0 0 20 0 20 0 3475047 11162247168 379074 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15256] ppid=15250 vsize=10900632 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15256/stat : 15256 (java) S 15250 15253 14782 0 -1 1077944384 493 0 0 0 94 41 0 0 20 0 20 0 3475047 11162247168 379074 33554432000 4194304 4196468 140732704611968 139728511687312 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15258] ppid=15250 vsize=10900632 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15258/stat : 15258 (java) S 15250 15253 14782 0 -1 1077944384 465 0 0 0 101 40 0 0 20 0 20 0 3475047 11162247168 379074 33554432000 4194304 4196468 140732704611968 139728510634256 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15259] ppid=15250 vsize=10900632 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15259/stat : 15259 (java) S 15250 15253 14782 0 -1 1077944384 518 0 0 0 96 43 0 0 20 0 20 0 3475047 11162247168 379074 33554432000 4194304 4196468 140732704611968 139728509581712 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15260] ppid=15250 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15260/stat : 15260 (java) S 15250 15253 14782 0 -1 1077944384 506 0 0 0 101 42 0 0 20 0 20 0 3475047 11162247168 379074 33554432000 4194304 4196468 140732704611968 139728508529680 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15261] ppid=15250 vsize=10900632 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15261/stat : 15261 (java) S 15250 15253 14782 0 -1 1077944384 442 0 0 0 96 39 0 0 20 0 20 0 3475047 11162247168 379074 33554432000 4194304 4196468 140732704611968 139728507477136 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15262] ppid=15250 vsize=10900632 CPUtime=1.4 cores=0,2,4,6,8,10,12,14

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

[pid=15253/tid=15265] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15265/stat : 15265 (java) S 15250 15253 14782 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 3475050 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728448107744 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15266] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15266/stat : 15266 (java) S 15250 15253 14782 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 21 0 3475050 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728447054576 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15267] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15267/stat : 15267 (java) S 15250 15253 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728446003152 139728906168219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15268] ppid=15250 vsize=10967196 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15268/stat : 15268 (java) S 15250 15253 14782 0 -1 1077944384 12860 0 0 0 189 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728444951280 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15269] ppid=15250 vsize=10967196 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15269/stat : 15269 (java) S 15250 15253 14782 0 -1 1077944384 8152 0 0 0 150 1 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728443898736 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15270] ppid=15250 vsize=10967196 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15270/stat : 15270 (java) S 15250 15253 14782 0 -1 1077944384 9853 0 0 0 164 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728442845680 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15271] ppid=15250 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15271/stat : 15271 (java) S 15250 15253 14782 0 -1 1077944384 5618 0 0 0 52 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728441793136 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15272] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15272/stat : 15272 (java) S 15250 15253 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728440740320 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15273] ppid=15250 vsize=10967196 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15273/stat : 15273 (java) S 15250 15253 14782 0 -1 1077944384 1655 0 0 0 40 36 0 0 20 0 21 0 3475055 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728238144176 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15275] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15275/stat : 15275 (java) S 15250 15253 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3483154 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728237089456 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 1560.02
Current children cumulated vsize (KiB) 10967196

[startup+1254.5 s]
/proc/loadavg: 2.02 2.21 3.36 3/282 15312
/proc/meminfo: memFree=21382940/32770624 swapFree=5804/217684
[pid=15253] ppid=15250 vsize=10967196 CPUtime=1561.62 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 267935 0 0 0 154225 1937 0 0 20 0 21 0 3475045 11230408704 2022503 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2741799 2022503 3168 1 0 2730193 0
[pid=15253/tid=15254] ppid=15250 vsize=10967196 CPUtime=1189.48 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) R 15250 15253 14782 0 -1 4202560 90171 0 0 0 118922 26 0 0 20 0 21 0 3475046 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728910386440 139728529558249 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10967196 CPUtime=43.16 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 18935 0 0 0 4123 193 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15256] ppid=15250 vsize=10967196 CPUtime=43.18 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15256/stat : 15256 (java) S 15250 15253 14782 0 -1 1077944384 13005 0 0 0 4114 204 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728511687312 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15258] ppid=15250 vsize=10967196 CPUtime=43.18 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15258/stat : 15258 (java) S 15250 15253 14782 0 -1 1077944384 18372 0 0 0 4060 258 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728510634256 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15259] ppid=15250 vsize=10967196 CPUtime=43.3 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15259/stat : 15259 (java) S 15250 15253 14782 0 -1 1077944384 13886 0 0 0 4116 214 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728509581712 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15260] ppid=15250 vsize=10967196 CPUtime=43.11 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15260/stat : 15260 (java) S 15250 15253 14782 0 -1 1077944384 9475 0 0 0 4063 248 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728508529680 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15261] ppid=15250 vsize=10967196 CPUtime=43.23 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15261/stat : 15261 (java) S 15250 15253 14782 0 -1 1077944384 12609 0 0 0 4093 230 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728507477136 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15262] ppid=15250 vsize=10967196 CPUtime=43.06 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15262/stat : 15262 (java) S 15250 15253 14782 0 -1 1077944384 9781 0 0 0 4062 244 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728506424080 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15263] ppid=15250 vsize=10967196 CPUtime=43.17 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15263/stat : 15263 (java) S 15250 15253 14782 0 -1 1077944384 13109 0 0 0 4043 274 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728505371536 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15264] ppid=15250 vsize=10967196 CPUtime=20.25 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15264/stat : 15264 (java) S 15250 15253 14782 0 -1 1077944384 28997 0 0 0 2022 3 0 0 20 0 21 0 3475049 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728449161456 139728906160770 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15265] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15265/stat : 15265 (java) S 15250 15253 14782 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 3475050 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728448107744 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15266] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15266/stat : 15266 (java) S 15250 15253 14782 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 21 0 3475050 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728447054576 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15267] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15267/stat : 15267 (java) S 15250 15253 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728446003152 139728906168219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15268] ppid=15250 vsize=10967196 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15268/stat : 15268 (java) S 15250 15253 14782 0 -1 1077944384 12860 0 0 0 189 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728444951280 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15269] ppid=15250 vsize=10967196 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15269/stat : 15269 (java) S 15250 15253 14782 0 -1 1077944384 8152 0 0 0 150 1 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728443898736 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15270] ppid=15250 vsize=10967196 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15270/stat : 15270 (java) S 15250 15253 14782 0 -1 1077944384 9853 0 0 0 164 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728442845680 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15271] ppid=15250 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15271/stat : 15271 (java) S 15250 15253 14782 0 -1 1077944384 5618 0 0 0 52 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728441793136 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15272] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15272/stat : 15272 (java) S 15250 15253 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728440740320 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15273] ppid=15250 vsize=10967196 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15273/stat : 15273 (java) S 15250 15253 14782 0 -1 1077944384 1655 0 0 0 40 36 0 0 20 0 21 0 3475055 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728238144176 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15275] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15275/stat : 15275 (java) S 15250 15253 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3483154 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728237089456 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 1561.62
Current children cumulated vsize (KiB) 10967196

[startup+1255.31 s]
/proc/loadavg: 2.02 2.21 3.36 3/282 15312
/proc/meminfo: memFree=21382940/32770624 swapFree=5804/217684
[pid=15253] ppid=15250 vsize=10967196 CPUtime=1562.43 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 267936 0 0 0 154306 1937 0 0 20 0 21 0 3475045 11230408704 2022503 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2741799 2022503 3168 1 0 2730193 0
[pid=15253/tid=15254] ppid=15250 vsize=10967196 CPUtime=1190.29 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) R 15250 15253 14782 0 -1 4202560 90172 0 0 0 119003 26 0 0 20 0 21 0 3475046 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728910386440 139728528889286 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=10967196 CPUtime=43.16 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 18935 0 0 0 4123 193 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15256] ppid=15250 vsize=10967196 CPUtime=43.18 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15256/stat : 15256 (java) S 15250 15253 14782 0 -1 1077944384 13005 0 0 0 4114 204 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728511687312 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15258] ppid=15250 vsize=10967196 CPUtime=43.18 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15258/stat : 15258 (java) S 15250 15253 14782 0 -1 1077944384 18372 0 0 0 4060 258 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728510634256 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15259] ppid=15250 vsize=10967196 CPUtime=43.3 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15259/stat : 15259 (java) S 15250 15253 14782 0 -1 1077944384 13886 0 0 0 4116 214 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728509581712 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15260] ppid=15250 vsize=10967196 CPUtime=43.11 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15260/stat : 15260 (java) S 15250 15253 14782 0 -1 1077944384 9475 0 0 0 4063 248 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728508529680 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15261] ppid=15250 vsize=10967196 CPUtime=43.23 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15261/stat : 15261 (java) S 15250 15253 14782 0 -1 1077944384 12609 0 0 0 4093 230 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728507477136 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15262] ppid=15250 vsize=10967196 CPUtime=43.06 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15262/stat : 15262 (java) S 15250 15253 14782 0 -1 1077944384 9781 0 0 0 4062 244 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728506424080 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15263] ppid=15250 vsize=10967196 CPUtime=43.17 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15263/stat : 15263 (java) S 15250 15253 14782 0 -1 1077944384 13109 0 0 0 4043 274 0 0 20 0 21 0 3475047 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728505371536 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15264] ppid=15250 vsize=10967196 CPUtime=20.25 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15264/stat : 15264 (java) S 15250 15253 14782 0 -1 1077944384 28997 0 0 0 2022 3 0 0 20 0 21 0 3475049 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728449161456 139728906160770 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15265] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15265/stat : 15265 (java) S 15250 15253 14782 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 3475050 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728448107744 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15266] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15266/stat : 15266 (java) S 15250 15253 14782 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 21 0 3475050 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728447054576 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15267] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15267/stat : 15267 (java) S 15250 15253 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728446003152 139728906168219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15268] ppid=15250 vsize=10967196 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15268/stat : 15268 (java) S 15250 15253 14782 0 -1 1077944384 12860 0 0 0 189 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728444951280 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15269] ppid=15250 vsize=10967196 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15269/stat : 15269 (java) S 15250 15253 14782 0 -1 1077944384 8152 0 0 0 150 1 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728443898736 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15270] ppid=15250 vsize=10967196 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15270/stat : 15270 (java) S 15250 15253 14782 0 -1 1077944384 9853 0 0 0 164 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728442845680 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15271] ppid=15250 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15271/stat : 15271 (java) S 15250 15253 14782 0 -1 1077944384 5618 0 0 0 52 2 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728441793136 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15272] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15272/stat : 15272 (java) S 15250 15253 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3475054 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728440740320 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15273] ppid=15250 vsize=10967196 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15273/stat : 15273 (java) S 15250 15253 14782 0 -1 1077944384 1655 0 0 0 41 36 0 0 20 0 21 0 3475055 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728238144176 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15275] ppid=15250 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15275/stat : 15275 (java) S 15250 15253 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3483154 11230408704 2022503 33554432000 4194304 4196468 140732704611968 139728237089456 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 1562.43
Current children cumulated vsize (KiB) 10967196

[startup+1255.7 s]
/proc/loadavg: 2.02 2.21 3.36 3/282 15312
/proc/meminfo: memFree=21382940/32770624 swapFree=5804/217684
[pid=15253] ppid=15250 vsize=11100324 CPUtime=1562.63 cores=0,2,4,6,8,10,12,14
/proc/15253/stat : 15253 (java) S 15250 15253 14782 0 -1 1077944320 268324 0 0 0 154326 1937 0 0 20 0 21 0 3475045 11366731776 2022516 33554432000 4194304 4196468 140732704611968 140732704594512 139728906149623 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
/proc/15253/statm: 2775081 2022516 3170 1 0 2763475 0
[pid=15253/tid=15254] ppid=15250 vsize=11100324 CPUtime=1190.49 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15254/stat : 15254 (java) S 15250 15253 14782 0 -1 1077944384 90403 0 0 0 119023 26 0 0 20 0 21 0 3475046 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728910390304 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15255] ppid=15250 vsize=11100324 CPUtime=43.16 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15255/stat : 15255 (java) S 15250 15253 14782 0 -1 1077944384 18935 0 0 0 4123 193 0 0 20 0 21 0 3475047 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728512739856 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15256] ppid=15250 vsize=11100324 CPUtime=43.18 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15256/stat : 15256 (java) S 15250 15253 14782 0 -1 1077944384 13005 0 0 0 4114 204 0 0 20 0 21 0 3475047 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728511687312 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15258] ppid=15250 vsize=11100324 CPUtime=43.18 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15258/stat : 15258 (java) S 15250 15253 14782 0 -1 1077944384 18372 0 0 0 4060 258 0 0 20 0 21 0 3475047 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728510634256 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15259] ppid=15250 vsize=11100324 CPUtime=43.3 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15259/stat : 15259 (java) S 15250 15253 14782 0 -1 1077944384 13886 0 0 0 4116 214 0 0 20 0 21 0 3475047 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728509581712 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15260] ppid=15250 vsize=11100324 CPUtime=43.11 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15260/stat : 15260 (java) S 15250 15253 14782 0 -1 1077944384 9475 0 0 0 4063 248 0 0 20 0 21 0 3475047 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728508529680 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15261] ppid=15250 vsize=11100324 CPUtime=43.23 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15261/stat : 15261 (java) S 15250 15253 14782 0 -1 1077944384 12609 0 0 0 4093 230 0 0 20 0 21 0 3475047 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728507477136 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15262] ppid=15250 vsize=11100324 CPUtime=43.06 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15262/stat : 15262 (java) S 15250 15253 14782 0 -1 1077944384 9781 0 0 0 4062 244 0 0 20 0 21 0 3475047 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728506424080 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15263] ppid=15250 vsize=11100324 CPUtime=43.17 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15263/stat : 15263 (java) S 15250 15253 14782 0 -1 1077944384 13109 0 0 0 4043 274 0 0 20 0 21 0 3475047 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728505371536 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15264] ppid=15250 vsize=11100324 CPUtime=20.25 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15264/stat : 15264 (java) S 15250 15253 14782 0 -1 1077944384 28998 0 0 0 2022 3 0 0 20 0 21 0 3475049 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728449161456 139728906160770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15265] ppid=15250 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15265/stat : 15265 (java) S 15250 15253 14782 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 3475050 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728448107744 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15266] ppid=15250 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15266/stat : 15266 (java) S 15250 15253 14782 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 21 0 3475050 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728447054576 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15267] ppid=15250 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15267/stat : 15267 (java) S 15250 15253 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3475054 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728446003152 139728906168219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15268] ppid=15250 vsize=11100324 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15268/stat : 15268 (java) S 15250 15253 14782 0 -1 1077944384 12860 0 0 0 189 2 0 0 20 0 21 0 3475054 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728444951280 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15269] ppid=15250 vsize=11100324 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15269/stat : 15269 (java) S 15250 15253 14782 0 -1 1077944384 8152 0 0 0 150 1 0 0 20 0 21 0 3475054 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728443898736 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15270] ppid=15250 vsize=11100324 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15270/stat : 15270 (java) S 15250 15253 14782 0 -1 1077944384 9853 0 0 0 164 2 0 0 20 0 21 0 3475054 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728442845680 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15271] ppid=15250 vsize=11100324 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15271/stat : 15271 (java) S 15250 15253 14782 0 -1 1077944384 5626 0 0 0 52 2 0 0 20 0 21 0 3475054 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728441793136 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15272] ppid=15250 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15272/stat : 15272 (java) S 15250 15253 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3475054 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728440740320 139728906159829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
[pid=15253/tid=15273] ppid=15250 vsize=11100324 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/15253/task/15273/stat : 15273 (java) S 15250 15253 14782 0 -1 1077944384 1655 0 0 0 41 36 0 0 20 0 21 0 3475055 11366731776 2022516 33554432000 4194304 4196468 140732704611968 139728238144176 139728906160770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6746112 140732704613547 140732704613700 140732704613700 140732704616399 0
Current children cumulated CPU time (s) 1562.63
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 1255.76
CPU time (s): 1562.68
CPU user time (s): 1543.27
CPU system time (s): 19.4173
CPU usage (%): 124.441
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1543.27
system time used= 19.4173
maximum resident set size= 8090260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268669
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36637
involuntary context switches= 84508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68848 second user time and 10.872 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 02:08:08
IDJOB=4244265
IDBENCH=139316
IDSOLVER=2623
FILE ID=node143/4244265-1500682088
RUNJOBID= node143-1500681065-14813
PBS_JOBID= 20623040
Free space on /tmp= 61988 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-24.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244265-1500682088/watcher-4244265-1500682088 -o /tmp/evaluation-result-4244265-1500682088/solver-4244265-1500682088 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500681065-14813 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244265-1500682088.xml

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

MD5SUM BENCH= fafbbc28d55e991f97131ab8525c2187
RANDOM SEED=1756899944

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30403828 kB
MemAvailable:   30474712 kB
Buffers:           77288 kB
Cached:           293284 kB
SwapCached:            0 kB
Active:          1742676 kB
Inactive:         224860 kB
Active(anon):    1600696 kB
Inactive(anon):     8736 kB
Active(file):     141980 kB
Inactive(file):   216124 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4788 kB
Writeback:             0 kB
AnonPages:       1584868 kB
Mapped:            42620 kB
Shmem:              8852 kB
Slab:              90360 kB
SReclaimable:      57228 kB
SUnreclaim:        33132 kB
KernelStack:        4880 kB
PageTables:         8468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2616680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1441792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61984 MiB
End job on node143 at 2017-07-22 02:29:04