Trace number 4243333

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
R1: sat4j-CSP 2017-07-05? 1597.54 430.87701

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-9.xml
MD5SUMba339ff774c3e047171b8e15446c803f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark403
Best CPU time to get the best result obtained on this benchmark2520.1299
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size500
Distribution of domain sizes[{"size":6,"count":14},{"size":7,"count":84},{"size":500,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1445.88/390.30	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1445.88/390.30		at java.lang.Throwable.getStackTraceElement(Native Method)
1445.88/390.30		at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:686)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1445.88/390.30		at java.lang.Throwable.printEnclosedStackTrace(Throwable.java:709)
1493.62/403.00		at java.lang.Throwable.printStackTrace(Throwable.java:667)
1493.62/403.00		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1493.62/403.00		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1493.62/403.00		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1493.62/403.00		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1493.62/403.00		at java.util.logging.Logger.log(Logger.java:738)
1493.62/403.00		at java.util.logging.Logger.doLog(Logger.java:765)
1493.62/403.00		at java.util.logging.Logger.log(Logger.java:876)
1493.62/403.00		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1493.62/403.00		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1493.62/403.00		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1493.62/403.00		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1493.62/403.00		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1493.62/403.00		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1562.77/421.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1562.77/421.54	c This is free software under the dual EPL/GNU LGPL licenses.
1562.77/421.54	c See www.sat4j.org for details.
1562.77/421.54	c That software uses the Rhino library from the Mozilla project.
1562.77/421.54	c version CUSTOM.v20170705
1562.77/421.54	c java.runtime.name	Java(TM) SE Runtime Environment
1562.77/421.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1562.77/421.54	c java.vm.version	25.131-b11
1562.77/421.54	c java.vm.vendor	Oracle Corporation
1562.77/421.54	c sun.arch.data.model	64
1562.77/421.54	c java.version		1.8.0_131
1562.77/421.54	c os.name		Linux
1562.77/421.54	c os.version		3.10.0-514.16.1.el7.x86_64
1562.77/421.54	c os.arch		amd64
1562.77/421.54	c Free memory 		499604488
1562.77/421.54	c Max memory 		7247757312
1562.77/421.54	c Total memory 		504889344
1562.77/421.54	c Number of processors 	4
1562.77/421.54	c c --- Begin Solver configuration ---
1562.77/421.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1562.77/421.54	c Learn all clauses as in MiniSAT
1562.77/421.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1562.77/421.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1562.77/421.54	c No reason simplification
1562.77/421.54	c Glucose 2.1 dynamic restart strategy
1562.77/421.54	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
1562.77/421.54	c timeout=2147483s
1562.77/421.54	c DB Simplification allowed=false
1562.77/421.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1562.77/421.54	c --- End Solver configuration ---
1597.45/430.84	c starts		: 0
1597.45/430.84	c conflicts		: 0
1597.45/430.84	c decisions		: 0
1597.45/430.84	c propagations		: 0
1597.45/430.84	c inspects		: 0
1597.45/430.84	c shortcuts		: 0
1597.45/430.84	c learnt literals	: 0
1597.45/430.84	c learnt binary clauses	: 0
1597.45/430.84	c learnt ternary clauses	: 0
1597.45/430.84	c learnt constraints	: 0
1597.45/430.84	c ignored constraints	: 0
1597.45/430.84	c root simplifications	: 0
1597.45/430.84	c removed literals (reason simplification)	: 0
1597.45/430.84	c reason swapping (by a shorter reason)	: 0
1597.45/430.84	c Calls to reduceDB	: 0
1597.45/430.84	c Number of update (reduction) of LBD	: 0
1597.45/430.84	c Imported unit clauses	: 0
1597.45/430.84	c number of reductions to clauses (during analyze)	: 0
1597.45/430.84	c number of learned constraints concerned by reduction	: 0
1597.45/430.84	c number of learning phase by resolution	: 0
1597.45/430.84	c number of learning phase by cutting planes	: 0
1597.45/430.84	c number of rounding to 1 operations	: 0
1597.45/430.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1597.45/430.84	c number of reductions of the coefficients by power 2 	: 0
1597.45/430.84	c number of right shift for reduction by power 2 	: 0
1597.45/430.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
1597.45/430.84	c speed (assignments/second)	: 0.0
1597.45/430.84	c non guided choices	0
1597.45/430.84	c learnt constraints type 
1597.45/430.84	s UNKNOWN

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-4243333-1502049127/watcher-4243333-1502049127 -o /tmp/evaluation-result-4243333-1502049127/solver-4243333-1502049127 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243333-1502049127.xml 

pid=19119
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 7.26 6.45 4.73 5/199 19122
/proc/meminfo: memFree=23557812/32770624 swapFree=0/341636
[pid=19122] ppid=19119 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19122/stat : 19122 (runsolver) D 19119 19122 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46823637 24240128 107 18446744073709551615 4194304 4338465 140734467518944 140734467516584 139752106947287 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 35082240 140734467526791 140734467527241 140734467527241 140734467530698 0
/proc/19122/statm: 5918 107 54 36 0 2156 0

[startup+0.100198 s]
/proc/loadavg: 7.26 6.45 4.73 5/199 19122
/proc/meminfo: memFree=23557812/32770624 swapFree=0/341636
[pid=19122] ppid=19119 vsize=10018544 CPUtime=0.02 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 3561 0 0 0 1 1 0 0 20 0 7 0 46823637 10258989056 4763 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2504636 4763 2005 1 0 2494133 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10018544

[startup+0.200297 s]
/proc/loadavg: 7.26 6.45 4.73 5/199 19122
/proc/meminfo: memFree=23557812/32770624 swapFree=0/341636
[pid=19122] ppid=19119 vsize=10551156 CPUtime=0.08 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 4872 0 0 0 7 1 0 0 20 0 15 0 46823637 10804383744 6884 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2637789 6884 2735 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+0.300343 s]
/proc/loadavg: 7.26 6.45 4.73 5/199 19122
/proc/meminfo: memFree=23557812/32770624 swapFree=0/341636
[pid=19122] ppid=19119 vsize=10551156 CPUtime=0.24 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 7926 0 0 0 21 3 0 0 20 0 15 0 46823637 10804383744 9199 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2637789 9199 2883 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700372 s]
/proc/loadavg: 7.26 6.45 4.73 5/199 19122
/proc/meminfo: memFree=23557812/32770624 swapFree=0/341636
[pid=19122] ppid=19119 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 11507 0 0 0 114 8 0 0 20 0 15 0 46823637 10804461568 48248 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2637808 48248 3073 1 0 2627261 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 10551232

[startup+1.50138 s]
/proc/loadavg: 7.26 6.45 4.73 6/214 19137
/proc/meminfo: memFree=23279864/32770624 swapFree=0/341676
[pid=19122] ppid=19119 vsize=10551232 CPUtime=3.26 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 13376 0 0 0 290 36 0 0 20 0 15 0 46823637 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2637808 119956 3096 1 0 2627261 0
[pid=19122/tid=19124] ppid=19119 vsize=10551232 CPUtime=1.14 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (java) S 19119 19122 12906 0 -1 1077944384 7107 0 0 0 108 6 0 0 20 0 15 0 46823645 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455864569440 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19125] ppid=19119 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (java) R 19119 19122 12906 0 -1 4202560 212 0 0 0 15 6 0 0 20 0 15 0 46823645 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455790754904 140455845361746 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19126] ppid=19119 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/19122/task/19126/stat : 19126 (java) R 19119 19122 12906 0 -1 4202560 172 0 0 0 15 6 0 0 20 0 15 0 46823645 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455789701904 140455845362573 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19127] ppid=19119 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/19122/task/19127/stat : 19127 (java) R 19119 19122 12906 0 -1 4202560 174 0 0 0 15 7 0 0 20 0 15 0 46823645 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455788649816 140455841960615 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19128] ppid=19119 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/19122/task/19128/stat : 19128 (java) R 19119 19122 12906 0 -1 4202560 187 0 0 0 16 6 0 0 20 0 15 0 46823645 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455787596704 140455845356448 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19129] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19129/stat : 19129 (java) S 19119 19122 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 46823647 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455356367520 140455860344533 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19130] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19130/stat : 19130 (java) S 19119 19122 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46823647 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455355315040 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19131] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19131/stat : 19131 (java) S 19119 19122 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46823648 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455354262656 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19132] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19132/stat : 19132 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46823650 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455353210960 140455860352923 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19133] ppid=19119 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/19122/task/19133/stat : 19133 (java) S 19119 19122 12906 0 -1 1077944384 1320 0 0 0 45 0 0 0 20 0 15 0 46823650 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455352158832 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19134] ppid=19119 vsize=10551232 CPUtime=0.46 cores=0,2,4,6
/proc/19122/task/19134/stat : 19134 (java) S 19119 19122 12906 0 -1 1077944384 1403 0 0 0 46 0 0 0 20 0 15 0 46823650 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455351106032 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19135] ppid=19119 vsize=10551232 CPUtime=0.26 cores=0,2,4,6
/proc/19122/task/19135/stat : 19135 (java) S 19119 19122 12906 0 -1 1077944384 1358 0 0 0 26 0 0 0 20 0 15 0 46823650 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455350053744 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19136] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19136/stat : 19136 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46823650 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455349001184 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19137] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19137/stat : 19137 (java) S 19119 19122 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46823654 10804461568 119956 18446744073709551615 4194304 4196468 140734696337632 140455347947952 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 10551232

[startup+3.10075 s]
/proc/loadavg: 7.26 6.45 4.73 6/214 19137
/proc/meminfo: memFree=22956844/32770624 swapFree=0/341676
[pid=19122] ppid=19119 vsize=10551232 CPUtime=7.52 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 15360 0 0 0 685 67 0 0 20 0 15 0 46823637 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2637808 197970 3111 1 0 2627261 0
[pid=19122/tid=19124] ppid=19119 vsize=10551232 CPUtime=1.53 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (java) R 19119 19122 12906 0 -1 4202560 7126 0 0 0 147 6 0 0 20 0 15 0 46823645 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455864569440 140455449454531 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19125] ppid=19119 vsize=10551232 CPUtime=1.1 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (java) S 19119 19122 12906 0 -1 1077944384 618 0 0 0 96 14 0 0 20 0 15 0 46823645 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455790754704 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19126] ppid=19119 vsize=10551232 CPUtime=1.1 cores=0,2,4,6
/proc/19122/task/19126/stat : 19126 (java) S 19119 19122 12906 0 -1 1077944384 460 0 0 0 96 14 0 0 20 0 15 0 46823645 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455789701904 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19127] ppid=19119 vsize=10551232 CPUtime=1.09 cores=0,2,4,6
/proc/19122/task/19127/stat : 19127 (java) S 19119 19122 12906 0 -1 1077944384 470 0 0 0 95 14 0 0 20 0 15 0 46823645 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455788649616 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19128] ppid=19119 vsize=10551232 CPUtime=1.1 cores=0,2,4,6
/proc/19122/task/19128/stat : 19128 (java) S 19119 19122 12906 0 -1 1077944384 698 0 0 0 96 14 0 0 20 0 15 0 46823645 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455787596816 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19129] ppid=19119 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/19122/task/19129/stat : 19129 (java) S 19119 19122 12906 0 -1 1077944384 542 0 0 0 32 0 0 0 20 0 15 0 46823647 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455356369008 140455860345474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19130] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19130/stat : 19130 (java) S 19119 19122 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46823647 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455355315040 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19131] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19131/stat : 19131 (java) S 19119 19122 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46823648 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455354262656 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19132] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19132/stat : 19132 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46823650 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455353210960 140455860352923 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19133] ppid=19119 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/19122/task/19133/stat : 19133 (java) S 19119 19122 12906 0 -1 1077944384 1320 0 0 0 45 0 0 0 20 0 15 0 46823650 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455352158832 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19134] ppid=19119 vsize=10551232 CPUtime=0.48 cores=0,2,4,6
/proc/19122/task/19134/stat : 19134 (java) S 19119 19122 12906 0 -1 1077944384 1408 0 0 0 48 0 0 0 20 0 15 0 46823650 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455351106032 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19135] ppid=19119 vsize=10551232 CPUtime=0.27 cores=0,2,4,6
/proc/19122/task/19135/stat : 19135 (java) S 19119 19122 12906 0 -1 1077944384 1360 0 0 0 27 0 0 0 20 0 15 0 46823650 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455350053744 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19136] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19136/stat : 19136 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46823650 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455349001184 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19137] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19137/stat : 19137 (java) S 19119 19122 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46823654 10804461568 197970 18446744073709551615 4194304 4196468 140734696337632 140455347947952 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 10551232

[startup+6.30141 s]
/proc/loadavg: 7.08 6.43 4.73 5/214 19137
/proc/meminfo: memFree=22430724/32770624 swapFree=0/341680
[pid=19122] ppid=19119 vsize=10551232 CPUtime=15.88 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 22679 0 0 0 1477 111 0 0 20 0 15 0 46823637 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2637808 356942 3113 1 0 2627261 0
[pid=19122/tid=19124] ppid=19119 vsize=10551232 CPUtime=2.5 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (java) S 19119 19122 12906 0 -1 1077944384 8829 0 0 0 241 9 0 0 20 0 15 0 46823645 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455864571136 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19125] ppid=19119 vsize=10551232 CPUtime=2.79 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (java) R 19119 19122 12906 0 -1 4202560 1003 0 0 0 255 24 0 0 20 0 15 0 46823645 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455790754704 140455845362201 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19126] ppid=19119 vsize=10551232 CPUtime=2.8 cores=0,2,4,6
/proc/19122/task/19126/stat : 19126 (java) R 19119 19122 12906 0 -1 4202560 972 0 0 0 256 24 0 0 20 0 15 0 46823645 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455789701904 140455845361746 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19127] ppid=19119 vsize=10551232 CPUtime=2.78 cores=0,2,4,6
/proc/19122/task/19127/stat : 19127 (java) R 19119 19122 12906 0 -1 4202560 820 0 0 0 254 24 0 0 20 0 15 0 46823645 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455788649816 140455845361746 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19128] ppid=19119 vsize=10551232 CPUtime=2.79 cores=0,2,4,6
/proc/19122/task/19128/stat : 19128 (java) R 19119 19122 12906 0 -1 4202560 1112 0 0 0 254 25 0 0 20 0 15 0 46823645 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455787596816 140455845356380 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19129] ppid=19119 vsize=10551232 CPUtime=0.84 cores=0,2,4,6
/proc/19122/task/19129/stat : 19129 (java) S 19119 19122 12906 0 -1 1077944384 2767 0 0 0 84 0 0 0 20 0 15 0 46823647 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455356367520 140455860344533 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19130] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19130/stat : 19130 (java) S 19119 19122 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46823647 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455355315040 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19131] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19131/stat : 19131 (java) S 19119 19122 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46823648 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455354262656 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19132] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19132/stat : 19132 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46823650 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455353210960 140455860352923 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19133] ppid=19119 vsize=10551232 CPUtime=0.49 cores=0,2,4,6
/proc/19122/task/19133/stat : 19133 (java) S 19119 19122 12906 0 -1 1077944384 1977 0 0 0 49 0 0 0 20 0 15 0 46823650 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455352158832 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19134] ppid=19119 vsize=10551232 CPUtime=0.5 cores=0,2,4,6
/proc/19122/task/19134/stat : 19134 (java) S 19119 19122 12906 0 -1 1077944384 1866 0 0 0 50 0 0 0 20 0 15 0 46823650 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455351106032 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19135] ppid=19119 vsize=10551232 CPUtime=0.28 cores=0,2,4,6
/proc/19122/task/19135/stat : 19135 (java) S 19119 19122 12906 0 -1 1077944384 1651 0 0 0 28 0 0 0 20 0 15 0 46823650 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455350053744 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19136] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19136/stat : 19136 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46823650 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455349001184 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19137] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19137/stat : 19137 (java) S 19119 19122 12906 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 15 0 46823654 10804461568 356942 18446744073709551615 4194304 4196468 140734696337632 140455347947952 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 10551232

[startup+12.7014 s]
/proc/loadavg: 6.92 6.40 4.73 9/214 19137
/proc/meminfo: memFree=20500356/32770624 swapFree=0/341692
[pid=19122] ppid=19119 vsize=10551232 CPUtime=36.49 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 32733 0 0 0 3332 317 0 0 20 0 15 0 46823637 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2637808 803025 3113 1 0 2627261 0
[pid=19122/tid=19124] ppid=19119 vsize=10551232 CPUtime=4.15 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (java) S 19119 19122 12906 0 -1 1077944384 8998 0 0 0 406 9 0 0 20 0 15 0 46823645 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455864567296 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19125] ppid=19119 vsize=10551232 CPUtime=7.5 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (java) R 19119 19122 12906 0 -1 4202560 2439 0 0 0 675 75 0 0 20 0 15 0 46823645 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455790754904 140455845035064 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19126] ppid=19119 vsize=10551232 CPUtime=7.52 cores=0,2,4,6
/proc/19122/task/19126/stat : 19126 (java) R 19119 19122 12906 0 -1 4202560 2974 0 0 0 675 77 0 0 20 0 15 0 46823645 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455789702104 140455845035015 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19127] ppid=19119 vsize=10551232 CPUtime=7.47 cores=0,2,4,6
/proc/19122/task/19127/stat : 19127 (java) R 19119 19122 12906 0 -1 4202560 2500 0 0 0 672 75 0 0 20 0 15 0 46823645 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455788649504 140455844791949 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19128] ppid=19119 vsize=10551232 CPUtime=7.5 cores=0,2,4,6
/proc/19122/task/19128/stat : 19128 (java) R 19119 19122 12906 0 -1 4202560 2720 0 0 0 675 75 0 0 20 0 15 0 46823645 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455787597016 140455845330737 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19129] ppid=19119 vsize=10551232 CPUtime=0.85 cores=0,2,4,6
/proc/19122/task/19129/stat : 19129 (java) S 19119 19122 12906 0 -1 1077944384 4346 0 0 0 85 0 0 0 20 0 15 0 46823647 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455356367552 140455860344533 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19130] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19130/stat : 19130 (java) S 19119 19122 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46823647 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455355315040 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19131] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19131/stat : 19131 (java) S 19119 19122 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46823648 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455354262656 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19132] ppid=19119 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19132/stat : 19132 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46823650 10804461568 803025 18446744073709551615 4194304 4196468 140734696337632 140455353210960 140455860352923 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0

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

/proc/19122/task/19134/stat : 19134 (java) S 19119 19122 12906 0 -1 1077944384 3154 0 0 0 56 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455351106032 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19135] ppid=19119 vsize=10684360 CPUtime=0.3 cores=0,2,4,6
/proc/19122/task/19135/stat : 19135 (java) S 19119 19122 12906 0 -1 1077944384 2582 0 0 0 30 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455350049936 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19136] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19136/stat : 19136 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455349001184 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19137] ppid=19119 vsize=10684360 CPUtime=0.2 cores=0,2,4,6
/proc/19122/task/19137/stat : 19137 (java) S 19119 19122 12906 0 -1 1077944384 627 0 0 0 11 9 0 0 20 0 16 0 46823654 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455347947952 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19244] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19244/stat : 19244 (java) S 19119 19122 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46863938 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455346892144 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
Current children cumulated CPU time (s) 1578.95
Current children cumulated vsize (KiB) 10684360

[startup+428.801 s]
/proc/loadavg: 5.35 6.28 5.37 6/216 19245
/proc/meminfo: memFree=23136828/32770624 swapFree=0/341952
[pid=19122] ppid=19119 vsize=10684360 CPUtime=1591.37 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 183138 0 0 0 158328 809 0 0 20 0 16 0 46823637 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2671090 2036715 3125 1 0 2660543 0
[pid=19122/tid=19124] ppid=19119 vsize=10684360 CPUtime=12.98 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (java) S 19119 19122 12906 0 -1 1077944384 15899 0 0 0 1289 9 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455864575008 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19125] ppid=19119 vsize=10684360 CPUtime=389.56 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (java) R 19119 19122 12906 0 -1 4202560 21886 0 0 0 38760 196 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455790754904 140455845323989 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19126] ppid=19119 vsize=10684360 CPUtime=387.42 cores=0,2,4,6
/proc/19122/task/19126/stat : 19126 (java) R 19119 19122 12906 0 -1 4202560 18352 0 0 0 38542 200 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455789701712 140455852962535 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19127] ppid=19119 vsize=10684360 CPUtime=387.47 cores=0,2,4,6
/proc/19122/task/19127/stat : 19127 (java) R 19119 19122 12906 0 -1 4202560 19872 0 0 0 38550 197 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455788649736 140455852962535 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19128] ppid=19119 vsize=10684360 CPUtime=388.66 cores=0,2,4,6
/proc/19122/task/19128/stat : 19128 (java) R 19119 19122 12906 0 -1 4202560 22966 0 0 0 38673 193 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455787596624 140455852962535 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19129] ppid=19119 vsize=10684360 CPUtime=23.07 cores=0,2,4,6
/proc/19122/task/19129/stat : 19129 (java) S 19119 19122 12906 0 -1 1077944384 67444 0 0 0 2303 4 0 0 20 0 16 0 46823647 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455356367552 140455860344533 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19130] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19130/stat : 19130 (java) S 19119 19122 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 46823647 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455355315040 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19131] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19131/stat : 19131 (java) S 19119 19122 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 46823648 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455354262656 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19132] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19132/stat : 19132 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455353210960 140455860352923 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19133] ppid=19119 vsize=10684360 CPUtime=1.06 cores=0,2,4,6
/proc/19122/task/19133/stat : 19133 (java) S 19119 19122 12906 0 -1 1077944384 8773 0 0 0 104 2 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455352158592 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19134] ppid=19119 vsize=10684360 CPUtime=0.56 cores=0,2,4,6
/proc/19122/task/19134/stat : 19134 (java) S 19119 19122 12906 0 -1 1077944384 3154 0 0 0 56 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455351106080 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19135] ppid=19119 vsize=10684360 CPUtime=0.3 cores=0,2,4,6
/proc/19122/task/19135/stat : 19135 (java) S 19119 19122 12906 0 -1 1077944384 2582 0 0 0 30 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455350049936 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19136] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19136/stat : 19136 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455349001184 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19137] ppid=19119 vsize=10684360 CPUtime=0.2 cores=0,2,4,6
/proc/19122/task/19137/stat : 19137 (java) S 19119 19122 12906 0 -1 1077944384 627 0 0 0 11 9 0 0 20 0 16 0 46823654 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455347947952 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19244] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19244/stat : 19244 (java) S 19119 19122 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46863938 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455346892144 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
Current children cumulated CPU time (s) 1591.37
Current children cumulated vsize (KiB) 10684360

[startup+429.601 s]
/proc/loadavg: 5.35 6.28 5.37 6/216 19245
/proc/meminfo: memFree=23136836/32770624 swapFree=0/341952
[pid=19122] ppid=19119 vsize=10684360 CPUtime=1594.48 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 183138 0 0 0 158638 810 0 0 20 0 16 0 46823637 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2671090 2036715 3125 1 0 2660543 0
[pid=19122/tid=19124] ppid=19119 vsize=10684360 CPUtime=12.98 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (java) S 19119 19122 12906 0 -1 1077944384 15899 0 0 0 1289 9 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455864575008 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19125] ppid=19119 vsize=10684360 CPUtime=390.36 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (java) R 19119 19122 12906 0 -1 4202560 21886 0 0 0 38840 196 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455790754904 140455841944082 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19126] ppid=19119 vsize=10684360 CPUtime=388.19 cores=0,2,4,6
/proc/19122/task/19126/stat : 19126 (java) R 19119 19122 12906 0 -1 4202560 18352 0 0 0 38618 201 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455789701712 140455852962535 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19127] ppid=19119 vsize=10684360 CPUtime=388.24 cores=0,2,4,6
/proc/19122/task/19127/stat : 19127 (java) R 19119 19122 12906 0 -1 4202560 19872 0 0 0 38626 198 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455788649736 140455852962535 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19128] ppid=19119 vsize=10684360 CPUtime=389.42 cores=0,2,4,6
/proc/19122/task/19128/stat : 19128 (java) R 19119 19122 12906 0 -1 4202560 22966 0 0 0 38749 193 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455787596624 140455852962535 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19129] ppid=19119 vsize=10684360 CPUtime=23.07 cores=0,2,4,6
/proc/19122/task/19129/stat : 19129 (java) S 19119 19122 12906 0 -1 1077944384 67444 0 0 0 2303 4 0 0 20 0 16 0 46823647 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455356367552 140455860344533 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19130] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19130/stat : 19130 (java) S 19119 19122 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 46823647 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455355315040 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19131] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19131/stat : 19131 (java) S 19119 19122 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 46823648 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455354262656 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19132] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19132/stat : 19132 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455353210960 140455860352923 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19133] ppid=19119 vsize=10684360 CPUtime=1.06 cores=0,2,4,6
/proc/19122/task/19133/stat : 19133 (java) S 19119 19122 12906 0 -1 1077944384 8773 0 0 0 104 2 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455352158592 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19134] ppid=19119 vsize=10684360 CPUtime=0.56 cores=0,2,4,6
/proc/19122/task/19134/stat : 19134 (java) S 19119 19122 12906 0 -1 1077944384 3154 0 0 0 56 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455351106080 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19135] ppid=19119 vsize=10684360 CPUtime=0.3 cores=0,2,4,6
/proc/19122/task/19135/stat : 19135 (java) S 19119 19122 12906 0 -1 1077944384 2582 0 0 0 30 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455350049936 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19136] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19136/stat : 19136 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455349001184 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19137] ppid=19119 vsize=10684360 CPUtime=0.2 cores=0,2,4,6
/proc/19122/task/19137/stat : 19137 (java) S 19119 19122 12906 0 -1 1077944384 627 0 0 0 11 9 0 0 20 0 16 0 46823654 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455347947952 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19244] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19244/stat : 19244 (java) S 19119 19122 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46863938 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455346892144 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
Current children cumulated CPU time (s) 1594.48
Current children cumulated vsize (KiB) 10684360

[startup+430.401 s]
/proc/loadavg: 5.35 6.28 5.37 6/216 19245
/proc/meminfo: memFree=23136836/32770624 swapFree=0/341948
[pid=19122] ppid=19119 vsize=10684360 CPUtime=1597.05 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 183381 0 0 0 158895 810 0 0 20 0 16 0 46823637 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2671090 2036715 3125 1 0 2660543 0
[pid=19122/tid=19124] ppid=19119 vsize=10684360 CPUtime=12.98 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (java) S 19119 19122 12906 0 -1 1077944384 15899 0 0 0 1289 9 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455864575008 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19125] ppid=19119 vsize=10684360 CPUtime=390.99 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (java) S 19119 19122 12906 0 -1 1077944384 21886 0 0 0 38903 196 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455790754704 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19126] ppid=19119 vsize=10684360 CPUtime=388.79 cores=0,2,4,6
/proc/19122/task/19126/stat : 19126 (java) S 19119 19122 12906 0 -1 1077944384 18352 0 0 0 38678 201 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455789701904 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19127] ppid=19119 vsize=10684360 CPUtime=388.82 cores=0,2,4,6
/proc/19122/task/19127/stat : 19127 (java) S 19119 19122 12906 0 -1 1077944384 19872 0 0 0 38684 198 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455788649616 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19128] ppid=19119 vsize=10684360 CPUtime=390.01 cores=0,2,4,6
/proc/19122/task/19128/stat : 19128 (java) S 19119 19122 12906 0 -1 1077944384 22966 0 0 0 38808 193 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455787596816 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19129] ppid=19119 vsize=10684360 CPUtime=23.24 cores=0,2,4,6
/proc/19122/task/19129/stat : 19129 (java) R 19119 19122 12906 0 -1 4202560 67687 0 0 0 2320 4 0 0 20 0 16 0 46823647 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455356367440 140455845330708 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19130] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19130/stat : 19130 (java) S 19119 19122 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 46823647 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455355315040 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19131] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19131/stat : 19131 (java) S 19119 19122 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 46823648 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455354262656 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19132] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19132/stat : 19132 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455353210960 140455860352923 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19133] ppid=19119 vsize=10684360 CPUtime=1.06 cores=0,2,4,6
/proc/19122/task/19133/stat : 19133 (java) S 19119 19122 12906 0 -1 1077944384 8773 0 0 0 104 2 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455352158592 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19134] ppid=19119 vsize=10684360 CPUtime=0.56 cores=0,2,4,6
/proc/19122/task/19134/stat : 19134 (java) S 19119 19122 12906 0 -1 1077944384 3154 0 0 0 56 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455351106080 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19135] ppid=19119 vsize=10684360 CPUtime=0.3 cores=0,2,4,6
/proc/19122/task/19135/stat : 19135 (java) S 19119 19122 12906 0 -1 1077944384 2582 0 0 0 30 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455350049936 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19136] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19136/stat : 19136 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455349001184 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19137] ppid=19119 vsize=10684360 CPUtime=0.2 cores=0,2,4,6
/proc/19122/task/19137/stat : 19137 (java) S 19119 19122 12906 0 -1 1077944384 627 0 0 0 11 9 0 0 20 0 16 0 46823654 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455347947952 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19244] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19244/stat : 19244 (java) S 19119 19122 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46863938 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455346892144 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
Current children cumulated CPU time (s) 1597.05
Current children cumulated vsize (KiB) 10684360

[startup+430.801 s]
/proc/loadavg: 5.35 6.28 5.37 6/216 19245
/proc/meminfo: memFree=23136836/32770624 swapFree=0/341948
[pid=19122] ppid=19119 vsize=10684360 CPUtime=1597.45 cores=0,2,4,6
/proc/19122/stat : 19122 (java) S 19119 19122 12906 0 -1 1077944320 183381 0 0 0 158935 810 0 0 20 0 16 0 46823637 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140734696320176 140455860334327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
/proc/19122/statm: 2671090 2036715 3125 1 0 2660543 0
[pid=19122/tid=19124] ppid=19119 vsize=10684360 CPUtime=12.98 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (java) S 19119 19122 12906 0 -1 1077944384 15899 0 0 0 1289 9 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455864575008 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19125] ppid=19119 vsize=10684360 CPUtime=390.99 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (java) S 19119 19122 12906 0 -1 1077944384 21886 0 0 0 38903 196 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455790754704 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19126] ppid=19119 vsize=10684360 CPUtime=388.79 cores=0,2,4,6
/proc/19122/task/19126/stat : 19126 (java) S 19119 19122 12906 0 -1 1077944384 18352 0 0 0 38678 201 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455789701904 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19127] ppid=19119 vsize=10684360 CPUtime=388.82 cores=0,2,4,6
/proc/19122/task/19127/stat : 19127 (java) S 19119 19122 12906 0 -1 1077944384 19872 0 0 0 38684 198 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455788649616 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19128] ppid=19119 vsize=10684360 CPUtime=390.01 cores=0,2,4,6
/proc/19122/task/19128/stat : 19128 (java) S 19119 19122 12906 0 -1 1077944384 22966 0 0 0 38808 193 0 0 20 0 16 0 46823645 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455787596816 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19129] ppid=19119 vsize=10684360 CPUtime=23.64 cores=0,2,4,6
/proc/19122/task/19129/stat : 19129 (java) R 19119 19122 12906 0 -1 4202560 67687 0 0 0 2360 4 0 0 20 0 16 0 46823647 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455356367440 140455845330734 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19130] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19130/stat : 19130 (java) S 19119 19122 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 46823647 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455355315040 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19131] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19131/stat : 19131 (java) S 19119 19122 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 46823648 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455354262656 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19132] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19132/stat : 19132 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455353210960 140455860352923 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19133] ppid=19119 vsize=10684360 CPUtime=1.06 cores=0,2,4,6
/proc/19122/task/19133/stat : 19133 (java) S 19119 19122 12906 0 -1 1077944384 8773 0 0 0 104 2 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455352158592 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19134] ppid=19119 vsize=10684360 CPUtime=0.56 cores=0,2,4,6
/proc/19122/task/19134/stat : 19134 (java) S 19119 19122 12906 0 -1 1077944384 3154 0 0 0 56 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455351106080 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19135] ppid=19119 vsize=10684360 CPUtime=0.3 cores=0,2,4,6
/proc/19122/task/19135/stat : 19135 (java) S 19119 19122 12906 0 -1 1077944384 2582 0 0 0 30 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455350049936 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19136] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19136/stat : 19136 (java) S 19119 19122 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46823650 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455349001184 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19137] ppid=19119 vsize=10684360 CPUtime=0.2 cores=0,2,4,6
/proc/19122/task/19137/stat : 19137 (java) S 19119 19122 12906 0 -1 1077944384 627 0 0 0 11 9 0 0 20 0 16 0 46823654 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455347947952 140455860345474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
[pid=19122/tid=19244] ppid=19119 vsize=10684360 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19244/stat : 19244 (java) S 19119 19122 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46863938 10940784640 2036715 18446744073709551615 4194304 4196468 140734696337632 140455346892144 140455860344533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140734696346037 140734696346190 140734696346190 140734696349647 0
Current children cumulated CPU time (s) 1597.45
Current children cumulated vsize (KiB) 10684360

Child status: 1
Real time (s): 430.877
CPU time (s): 1597.54
CPU user time (s): 1589.4
CPU system time (s): 8.13818
CPU usage (%): 370.765
Max. virtual memory (cumulated for all children) (KiB): 10684360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1589.4
system time used= 8.13818
maximum resident set size= 8146992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183486
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23804
involuntary context switches= 25556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.99413 second user time and 2.7692 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 21:38:10
IDJOB=4243333
IDBENCH=115855
IDSOLVER=2623
FILE ID=node135/4243333-1502049127
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-07-07-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243333-1502049127/watcher-4243333-1502049127 -o /tmp/evaluation-result-4243333-1502049127/solver-4243333-1502049127 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243333-1502049127.xml

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

MD5SUM BENCH= ba339ff774c3e047171b8e15446c803f
RANDOM SEED=154095798

node135.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.21
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.21
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.21
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.21
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:        23557376 kB
MemAvailable:   23965356 kB
Buffers:          202364 kB
Cached:           494208 kB
SwapCached:            0 kB
Active:          8403668 kB
Inactive:         366608 kB
Active(anon):    8073680 kB
Inactive(anon):    24972 kB
Active(file):     329988 kB
Inactive(file):   341636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1676 kB
Writeback:            12 kB
AnonPages:       8073544 kB
Mapped:            50052 kB
Shmem:             25344 kB
Slab:             131316 kB
SReclaimable:     104384 kB
SUnreclaim:        26932 kB
KernelStack:        3520 kB
PageTables:        21016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8617644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7831552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-06 21:45:21