Trace number 4244208

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-05SAT 1958.87 1898.86

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-5.xml
MD5SUMb6968c9a609c0a57d63f6c5a20858fdb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.55126101
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains49
Minimum domain size95
Maximum domain size123
Distribution of domain sizes[{"size":95,"count":10},{"size":108,"count":10},{"size":109,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":113,"count":10},{"size":115,"count":20},{"size":117,"count":10},{"size":123,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

56.53/12.43	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
56.53/12.43	c This is free software under the dual EPL/GNU LGPL licenses.
56.53/12.43	c See www.sat4j.org for details.
56.53/12.43	c That software uses the Rhino library from the Mozilla project.
56.53/12.43	c version CUSTOM.v20170705
56.53/12.43	c java.runtime.name	Java(TM) SE Runtime Environment
56.53/12.43	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
56.53/12.43	c java.vm.version	25.131-b11
56.53/12.43	c java.vm.vendor	Oracle Corporation
56.53/12.43	c sun.arch.data.model	64
56.53/12.43	c java.version		1.8.0_131
56.53/12.43	c os.name		Linux
56.53/12.43	c os.version		3.10.0-514.16.1.el7.x86_64
56.53/12.43	c os.arch		amd64
56.53/12.43	c Free memory 		499604488
56.53/12.43	c Max memory 		7247757312
56.53/12.43	c Total memory 		504889344
56.53/12.43	c Number of processors 	8
56.53/12.43	c c --- Begin Solver configuration ---
56.53/12.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
56.53/12.43	c Learn all clauses as in MiniSAT
56.53/12.43	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
56.53/12.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
56.53/12.43	c No reason simplification
56.53/12.43	c Glucose 2.1 dynamic restart strategy
56.53/12.43	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
56.53/12.43	c timeout=2147483s
56.53/12.43	c DB Simplification allowed=false
56.53/12.43	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
56.53/12.43	c --- End Solver configuration ---
56.53/12.43	c constraints type 
56.53/12.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
56.53/12.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164199
56.53/12.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18968537
56.53/12.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 1690
56.53/12.43	c 19134626 constraints processed.
1958.72/1898.76	c starts		: 15743
1958.72/1898.76	c conflicts		: 2158131
1958.72/1898.76	c decisions		: 93275061
1958.72/1898.76	c propagations		: 1513553480
1958.72/1898.76	c inspects		: 25170208862
1958.72/1898.76	c shortcuts		: 0
1958.72/1898.76	c learnt literals	: 91
1958.72/1898.76	c learnt binary clauses	: 126902
1958.72/1898.76	c learnt ternary clauses	: 224635
1958.72/1898.76	c learnt constraints	: 2158040
1958.72/1898.76	c ignored constraints	: 0
1958.72/1898.76	c root simplifications	: 0
1958.72/1898.76	c removed literals (reason simplification)	: 0
1958.72/1898.76	c reason swapping (by a shorter reason)	: 0
1958.72/1898.76	c Calls to reduceDB	: 61
1958.72/1898.76	c Number of update (reduction) of LBD	: 1400532
1958.72/1898.76	c Imported unit clauses	: 0
1958.72/1898.76	c number of reductions to clauses (during analyze)	: 0
1958.72/1898.76	c number of learned constraints concerned by reduction	: 0
1958.72/1898.76	c number of learning phase by resolution	: 0
1958.72/1898.76	c number of learning phase by cutting planes	: 0
1958.72/1898.76	c number of rounding to 1 operations	: 0
1958.72/1898.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1958.72/1898.76	c number of reductions of the coefficients by power 2 	: 0
1958.72/1898.76	c number of right shift for reduction by power 2 	: 0
1958.72/1898.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
1958.72/1898.76	c speed (assignments/second)	: 802392.3435337202
1958.72/1898.76	c non guided choices	9829923
1958.77/1898.84	c learnt constraints type 
1958.77/1898.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 126902
1958.77/1898.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 277136
1958.77/1898.84	s SATISFIABLE
1958.77/1898.84	v <instantiation type="solution">
1958.77/1898.84	v 	<list> x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
1958.77/1898.84	v 	<values> 11 12 43 44 58 60 109 84 131 132 24 28 43 60 76 77 95 98 111 133 3 2 19 18 29 28 75 54 114 84 0 1 9 11 20 21 95 30 127 111 36 47 70 59 91 93 111 110 138 141 0 1 8 7 12 11 37 58 122 56 61 86 124 122 135 134 143 144 152 151 35 40 98 103 107 105 124 123 136 134 1 3 79 56 124 123 134 135 144 143 23 22 38 34 42 43 94 68 148 101 </values>
1958.77/1898.84	v </instantiation>
1958.77/1898.84	

Verifier Data

OK	

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

pid=8786
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: 1.00 1.28 2.34 2/240 8789
/proc/meminfo: memFree=32009572/32770624 swapFree=5956/234892
[pid=8789] ppid=8786 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3445225 369864704 1935 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 90299 1935 1081 1 0 79210 0
[pid=8789/tid=8790] ppid=8786 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) S 8786 8789 2444 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3445225 369864704 1935 33554432000 4194304 4196468 140731520285040 139641543461280 139641539230338 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0

[startup+0.10006 s]
/proc/loadavg: 1.00 1.28 2.34 2/240 8789
/proc/meminfo: memFree=32009572/32770624 swapFree=5956/234892
[pid=8789] ppid=8786 vsize=10833892 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 4821 0 0 0 7 1 0 0 20 0 19 0 3445225 11093905408 5949 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2708473 5949 2605 1 0 2696911 0
[pid=8789/tid=8790] ppid=8786 vsize=10833892 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) D 8786 8789 2444 0 -1 1077944384 2939 0 0 0 6 1 0 0 20 0 19 0 3445225 11093905408 5949 33554432000 4194304 4196468 140731520285040 139641543456576 139641539243069 0 4 0 16800975 18446744072101674532 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10833892

[startup+0.200304 s]
/proc/loadavg: 1.00 1.28 2.34 2/240 8789
/proc/meminfo: memFree=32009572/32770624 swapFree=5956/234892
[pid=8789] ppid=8786 vsize=10900556 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 7045 0 0 0 22 2 0 0 20 0 20 0 3445225 11162169344 7840 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2725139 7840 2873 1 0 2713552 0
[pid=8789/tid=8790] ppid=8786 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) R 8786 8789 2444 0 -1 4202560 4683 0 0 0 15 2 0 0 20 0 20 0 3445225 11162169344 7840 33554432000 4194304 4196468 140731520285040 139641543435936 139641539241117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10900556

[startup+0.300419 s]
/proc/loadavg: 1.00 1.28 2.34 2/240 8789
/proc/meminfo: memFree=32009572/32770624 swapFree=5956/234892
[pid=8789] ppid=8786 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 8135 0 0 0 39 3 0 0 20 0 20 0 3445225 11162169344 9971 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2725139 9971 2956 1 0 2713552 0
[pid=8789/tid=8790] ppid=8786 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) R 8786 8789 2444 0 -1 4202560 5269 0 0 0 25 2 0 0 20 0 20 0 3445225 11162169344 9971 33554432000 4194304 4196468 140731520285040 139641543446848 139641147746294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.70028 s]
/proc/loadavg: 1.00 1.28 2.34 2/240 8789
/proc/meminfo: memFree=32009572/32770624 swapFree=5956/234892
[pid=8789] ppid=8786 vsize=10900632 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 11705 0 0 0 160 6 0 0 20 0 20 0 3445225 11162247168 40568 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2725158 40568 3080 1 0 2713552 0
[pid=8789/tid=8790] ppid=8786 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) R 8786 8789 2444 0 -1 4202560 5946 0 0 0 63 4 0 0 20 0 20 0 3445225 11162247168 40568 33554432000 4194304 4196468 140731520285040 139641543456776 139641150796376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10900632

[startup+1.50128 s]
/proc/loadavg: 1.00 1.28 2.34 11/282 8834
/proc/meminfo: memFree=31408516/32770624 swapFree=5956/234960
[pid=8789] ppid=8786 vsize=10900632 CPUtime=4.83 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 13359 0 0 0 346 137 0 0 20 0 20 0 3445225 11162247168 128783 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2725158 128783 3115 1 0 2713552 0
[pid=8789/tid=8790] ppid=8786 vsize=10900632 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) S 8786 8789 2444 0 -1 1077944384 6057 0 0 0 108 6 0 0 20 0 20 0 3445225 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641543454912 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8792] ppid=8786 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8792/stat : 8792 (java) R 8786 8789 2444 0 -1 4202560 152 0 0 0 15 15 0 0 20 0 20 0 3445226 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641475910360 139641524243365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8793] ppid=8786 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8793/stat : 8793 (java) R 8786 8789 2444 0 -1 4202560 150 0 0 0 15 16 0 0 20 0 20 0 3445226 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641474857816 139641523667406 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8794] ppid=8786 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8794/stat : 8794 (java) R 8786 8789 2444 0 -1 4202560 147 0 0 0 16 15 0 0 20 0 20 0 3445226 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641473804760 139641524243365 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8795] ppid=8786 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8795/stat : 8795 (java) R 8786 8789 2444 0 -1 4202560 149 0 0 0 15 16 0 0 20 0 20 0 3445226 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641472752216 139641524246473 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8796] ppid=8786 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8796/stat : 8796 (java) R 8786 8789 2444 0 -1 4202560 153 0 0 0 15 16 0 0 20 0 20 0 3445226 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641471700184 139641524241312 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8797] ppid=8786 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8797/stat : 8797 (java) R 8786 8789 2444 0 -1 4202560 143 0 0 0 14 16 0 0 20 0 20 0 3445226 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641470647328 139641524247065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8798] ppid=8786 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8798/stat : 8798 (java) R 8786 8789 2444 0 -1 4202560 148 0 0 0 15 16 0 0 20 0 20 0 3445226 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641469594584 139641520845104 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8799] ppid=8786 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8799/stat : 8799 (java) R 8786 8789 2444 0 -1 4202560 172 0 0 0 16 15 0 0 20 0 20 0 3445226 11162247168 128783 33554432000 4194304 4196468 140731520285040 139641468542040 139641524246610 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8800] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8800/stat : 8800 (java) S 8786 8789 2444 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3445229 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640745714464 139641539229397 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8806] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8806/stat : 8806 (java) S 8786 8789 2444 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3445229 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640744662176 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8808] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8808/stat : 8808 (java) S 8786 8789 2444 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3445230 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640743609072 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8819] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8819/stat : 8819 (java) S 8786 8789 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445234 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640742557648 139641539237787 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8820] ppid=8786 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8820/stat : 8820 (java) S 8786 8789 2444 0 -1 1077944384 1261 0 0 0 25 0 0 0 20 0 20 0 3445234 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640741505776 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8822] ppid=8786 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8822/stat : 8822 (java) S 8786 8789 2444 0 -1 1077944384 1059 0 0 0 22 0 0 0 20 0 20 0 3445234 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640740453232 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8823] ppid=8786 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8823/stat : 8823 (java) S 8786 8789 2444 0 -1 1077944384 1003 0 0 0 27 0 0 0 20 0 20 0 3445234 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640739400176 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8824] ppid=8786 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8824/stat : 8824 (java) S 8786 8789 2444 0 -1 1077944384 1315 0 0 0 36 0 0 0 20 0 20 0 3445234 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640738347632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8825] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8825/stat : 8825 (java) S 8786 8789 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445235 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640737294816 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8827] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8827/stat : 8827 (java) S 8786 8789 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445235 11162247168 128783 33554432000 4194304 4196468 140731520285040 139640736242352 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 10900632

[startup+3.10181 s]
/proc/loadavg: 1.00 1.28 2.34 10/282 8834
/proc/meminfo: memFree=30793572/32770624 swapFree=5956/234956
[pid=8789] ppid=8786 vsize=10900632 CPUtime=12.98 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 15877 0 0 0 1050 248 0 0 20 0 20 0 3445225 11162247168 194027 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2725158 194027 3131 1 0 2713552 0
[pid=8789/tid=8790] ppid=8786 vsize=10900632 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) R 8786 8789 2444 0 -1 4202560 6185 0 0 0 141 6 0 0 20 0 20 0 3445225 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641543455144 139641150794882 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8792] ppid=8786 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8792/stat : 8792 (java) S 8786 8789 2444 0 -1 1077944384 423 0 0 0 96 28 0 0 20 0 20 0 3445226 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641475910160 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8793] ppid=8786 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8793/stat : 8793 (java) S 8786 8789 2444 0 -1 1077944384 413 0 0 0 93 31 0 0 20 0 20 0 3445226 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641474857616 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8794] ppid=8786 vsize=10900632 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8794/stat : 8794 (java) S 8786 8789 2444 0 -1 1077944384 379 0 0 0 95 29 0 0 20 0 20 0 3445226 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641473804560 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8795] ppid=8786 vsize=10900632 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8795/stat : 8795 (java) S 8786 8789 2444 0 -1 1077944384 423 0 0 0 93 30 0 0 20 0 20 0 3445226 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641472752016 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8796] ppid=8786 vsize=10900632 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8796/stat : 8796 (java) S 8786 8789 2444 0 -1 1077944384 339 0 0 0 94 27 0 0 20 0 20 0 3445226 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641471699984 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8797] ppid=8786 vsize=10900632 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8797/stat : 8797 (java) S 8786 8789 2444 0 -1 1077944384 327 0 0 0 92 30 0 0 20 0 20 0 3445226 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641470647440 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8798] ppid=8786 vsize=10900632 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8798/stat : 8798 (java) S 8786 8789 2444 0 -1 1077944384 442 0 0 0 93 30 0 0 20 0 20 0 3445226 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641469594384 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8799] ppid=8786 vsize=10900632 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8799/stat : 8799 (java) S 8786 8789 2444 0 -1 1077944384 398 0 0 0 93 29 0 0 20 0 20 0 3445226 11162247168 194027 33554432000 4194304 4196468 140731520285040 139641468541840 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8800] ppid=8786 vsize=10900632 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8800/stat : 8800 (java) S 8786 8789 2444 0 -1 1077944384 508 0 0 0 34 0 0 0 20 0 20 0 3445229 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640745715952 139641539230338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8806] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8806/stat : 8806 (java) S 8786 8789 2444 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3445229 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640744662240 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8808] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8808/stat : 8808 (java) S 8786 8789 2444 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3445230 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640743609072 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8819] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8819/stat : 8819 (java) S 8786 8789 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445234 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640742557648 139641539237787 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8820] ppid=8786 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8820/stat : 8820 (java) S 8786 8789 2444 0 -1 1077944384 1274 0 0 0 30 0 0 0 20 0 20 0 3445234 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640741505776 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8822] ppid=8786 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8822/stat : 8822 (java) S 8786 8789 2444 0 -1 1077944384 1064 0 0 0 23 0 0 0 20 0 20 0 3445234 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640740453232 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8823] ppid=8786 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8823/stat : 8823 (java) S 8786 8789 2444 0 -1 1077944384 1006 0 0 0 29 0 0 0 20 0 20 0 3445234 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640739400176 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8824] ppid=8786 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8824/stat : 8824 (java) S 8786 8789 2444 0 -1 1077944384 1330 0 0 0 38 0 0 0 20 0 20 0 3445234 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640738347632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8825] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8825/stat : 8825 (java) S 8786 8789 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445235 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640737294816 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8827] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8827/stat : 8827 (java) S 8786 8789 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445235 11162247168 194027 33554432000 4194304 4196468 140731520285040 139640736242352 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 10900632

[startup+6.30111 s]
/proc/loadavg: 1.72 1.43 2.39 3/282 8834
/proc/meminfo: memFree=29786396/32770624 swapFree=5956/234968
[pid=8789] ppid=8786 vsize=10900632 CPUtime=26.77 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 26949 0 0 0 2273 404 0 0 20 0 20 0 3445225 11162247168 338388 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2725158 338388 3139 1 0 2713552 0
[pid=8789/tid=8790] ppid=8786 vsize=10900632 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) S 8786 8789 2444 0 -1 1077944384 7680 0 0 0 241 9 0 0 20 0 20 0 3445225 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641543454848 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8792] ppid=8786 vsize=10900632 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8792/stat : 8792 (java) R 8786 8789 2444 0 -1 4202560 851 0 0 0 228 40 0 0 20 0 20 0 3445226 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641475910360 139641524247065 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8793] ppid=8786 vsize=10900632 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8793/stat : 8793 (java) R 8786 8789 2444 0 -1 4202560 776 0 0 0 220 52 0 0 20 0 20 0 3445226 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641474857816 139641524247065 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8794] ppid=8786 vsize=10900632 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8794/stat : 8794 (java) R 8786 8789 2444 0 -1 4202560 622 0 0 0 222 50 0 0 20 0 20 0 3445226 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641473804760 139641524247065 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8795] ppid=8786 vsize=10900632 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8795/stat : 8795 (java) R 8786 8789 2444 0 -1 4202560 856 0 0 0 221 51 0 0 20 0 20 0 3445226 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641472752216 139641532319038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8796] ppid=8786 vsize=10900632 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8796/stat : 8796 (java) R 8786 8789 2444 0 -1 4202560 624 0 0 0 221 41 0 0 20 0 20 0 3445226 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641471699872 139641524247065 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8797] ppid=8786 vsize=10900632 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8797/stat : 8797 (java) R 8786 8789 2444 0 -1 4202560 692 0 0 0 219 52 0 0 20 0 20 0 3445226 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641470647640 139641524247065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8798] ppid=8786 vsize=10900632 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8798/stat : 8798 (java) R 8786 8789 2444 0 -1 4202560 887 0 0 0 221 51 0 0 20 0 20 0 3445226 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641469594584 139641532316027 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8799] ppid=8786 vsize=10900632 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8799/stat : 8799 (java) R 8786 8789 2444 0 -1 4202560 963 0 0 0 220 51 0 0 20 0 20 0 3445226 11162247168 338388 33554432000 4194304 4196468 140731520285040 139641468542040 139641532316027 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8800] ppid=8786 vsize=10900632 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8800/stat : 8800 (java) S 8786 8789 2444 0 -1 1077944384 2029 0 0 0 101 0 0 0 20 0 20 0 3445229 11162247168 338388 33554432000 4194304 4196468 140731520285040 139640745714464 139641539229397 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8806] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8806/stat : 8806 (java) S 8786 8789 2444 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3445229 11162247168 338388 33554432000 4194304 4196468 140731520285040 139640744662240 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8808] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8808/stat : 8808 (java) S 8786 8789 2444 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3445230 11162247168 338388 33554432000 4194304 4196468 140731520285040 139640743609072 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8819] ppid=8786 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=8789/tid=8808] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8808/stat : 8808 (java) S 8786 8789 2444 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 3445230 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640743609088 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8819] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8819/stat : 8819 (java) S 8786 8789 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640742557648 139641539237787 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8820] ppid=8786 vsize=10967196 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8820/stat : 8820 (java) S 8786 8789 2444 0 -1 1077944384 5556 0 0 0 104 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640741505776 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8822] ppid=8786 vsize=10967196 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8822/stat : 8822 (java) S 8786 8789 2444 0 -1 1077944384 9687 0 0 0 176 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640740453232 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8823] ppid=8786 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8823/stat : 8823 (java) S 8786 8789 2444 0 -1 1077944384 7195 0 0 0 136 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640739400176 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8824] ppid=8786 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8824/stat : 8824 (java) S 8786 8789 2444 0 -1 1077944384 4356 0 0 0 53 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640738347632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8825] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8825/stat : 8825 (java) S 8786 8789 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3445235 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640737294816 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8827] ppid=8786 vsize=10967196 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8827/stat : 8827 (java) S 8786 8789 2444 0 -1 1077944384 2017 0 0 0 52 43 0 0 20 0 21 0 3445235 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640736242352 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8835] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8835/stat : 8835 (java) S 8786 8789 2444 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3446471 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640735187632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 1956.07
Current children cumulated vsize (KiB) 10967196

[startup+1897.61 s]
/proc/loadavg: 2.00 2.01 2.08 3/283 8893
/proc/meminfo: memFree=24305092/32770624 swapFree=5956/236348
[pid=8789] ppid=8786 vsize=10967196 CPUtime=1957.68 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 154904 0 0 0 194489 1279 0 0 20 0 21 0 3445225 11230408704 841569 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2741799 841569 3162 1 0 2730193 0
[pid=8789/tid=8790] ppid=8786 vsize=10967196 CPUtime=1886.43 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) R 8786 8789 2444 0 -1 4202560 93952 0 0 0 188622 21 0 0 20 0 21 0 3445225 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641543458112 139641153077854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8792] ppid=8786 vsize=10967196 CPUtime=7.76 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8792/stat : 8792 (java) S 8786 8789 2444 0 -1 1077944384 2882 0 0 0 642 134 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641475910160 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8793] ppid=8786 vsize=10967196 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8793/stat : 8793 (java) S 8786 8789 2444 0 -1 1077944384 2646 0 0 0 642 151 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641474857616 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8794] ppid=8786 vsize=10967196 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8794/stat : 8794 (java) S 8786 8789 2444 0 -1 1077944384 2416 0 0 0 639 156 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641473804560 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8795] ppid=8786 vsize=10967196 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8795/stat : 8795 (java) S 8786 8789 2444 0 -1 1077944384 2743 0 0 0 639 154 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641472752016 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8796] ppid=8786 vsize=10967196 CPUtime=7.83 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8796/stat : 8796 (java) S 8786 8789 2444 0 -1 1077944384 3319 0 0 0 636 147 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641471699984 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8797] ppid=8786 vsize=10967196 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8797/stat : 8797 (java) S 8786 8789 2444 0 -1 1077944384 3617 0 0 0 634 160 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641470647440 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8798] ppid=8786 vsize=10967196 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8798/stat : 8798 (java) S 8786 8789 2444 0 -1 1077944384 2952 0 0 0 642 152 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641469594384 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8799] ppid=8786 vsize=10967196 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8799/stat : 8799 (java) S 8786 8789 2444 0 -1 1077944384 3794 0 0 0 637 157 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641468541840 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8800] ppid=8786 vsize=10967196 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8800/stat : 8800 (java) S 8786 8789 2444 0 -1 1077944384 6342 0 0 0 220 2 0 0 20 0 21 0 3445229 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640745715952 139641539230338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8806] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8806/stat : 8806 (java) S 8786 8789 2444 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 3445229 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640744662240 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8808] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8808/stat : 8808 (java) S 8786 8789 2444 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 3445230 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640743609088 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8819] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8819/stat : 8819 (java) S 8786 8789 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640742557648 139641539237787 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8820] ppid=8786 vsize=10967196 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8820/stat : 8820 (java) S 8786 8789 2444 0 -1 1077944384 5556 0 0 0 104 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640741505776 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8822] ppid=8786 vsize=10967196 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8822/stat : 8822 (java) S 8786 8789 2444 0 -1 1077944384 9687 0 0 0 176 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640740453232 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8823] ppid=8786 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8823/stat : 8823 (java) S 8786 8789 2444 0 -1 1077944384 7195 0 0 0 136 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640739400176 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8824] ppid=8786 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8824/stat : 8824 (java) S 8786 8789 2444 0 -1 1077944384 4356 0 0 0 53 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640738347632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8825] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8825/stat : 8825 (java) S 8786 8789 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3445235 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640737294816 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8827] ppid=8786 vsize=10967196 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8827/stat : 8827 (java) S 8786 8789 2444 0 -1 1077944384 2017 0 0 0 52 43 0 0 20 0 21 0 3445235 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640736242352 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8835] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8835/stat : 8835 (java) S 8786 8789 2444 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3446471 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640735187632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 1957.68
Current children cumulated vsize (KiB) 10967196

[startup+1898.4 s]
/proc/loadavg: 2.00 2.01 2.08 3/283 8893
/proc/meminfo: memFree=24305092/32770624 swapFree=5956/236348
[pid=8789] ppid=8786 vsize=10967196 CPUtime=1958.47 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 154904 0 0 0 194568 1279 0 0 20 0 21 0 3445225 11230408704 841569 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2741799 841569 3162 1 0 2730193 0
[pid=8789/tid=8790] ppid=8786 vsize=10967196 CPUtime=1887.22 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) R 8786 8789 2444 0 -1 4202560 93952 0 0 0 188701 21 0 0 20 0 21 0 3445225 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641543458112 139641153077818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8792] ppid=8786 vsize=10967196 CPUtime=7.76 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8792/stat : 8792 (java) S 8786 8789 2444 0 -1 1077944384 2882 0 0 0 642 134 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641475910160 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8793] ppid=8786 vsize=10967196 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8793/stat : 8793 (java) S 8786 8789 2444 0 -1 1077944384 2646 0 0 0 642 151 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641474857616 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8794] ppid=8786 vsize=10967196 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8794/stat : 8794 (java) S 8786 8789 2444 0 -1 1077944384 2416 0 0 0 639 156 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641473804560 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8795] ppid=8786 vsize=10967196 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8795/stat : 8795 (java) S 8786 8789 2444 0 -1 1077944384 2743 0 0 0 639 154 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641472752016 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8796] ppid=8786 vsize=10967196 CPUtime=7.83 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8796/stat : 8796 (java) S 8786 8789 2444 0 -1 1077944384 3319 0 0 0 636 147 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641471699984 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8797] ppid=8786 vsize=10967196 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8797/stat : 8797 (java) S 8786 8789 2444 0 -1 1077944384 3617 0 0 0 634 160 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641470647440 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8798] ppid=8786 vsize=10967196 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8798/stat : 8798 (java) S 8786 8789 2444 0 -1 1077944384 2952 0 0 0 642 152 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641469594384 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8799] ppid=8786 vsize=10967196 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8799/stat : 8799 (java) S 8786 8789 2444 0 -1 1077944384 3794 0 0 0 637 157 0 0 20 0 21 0 3445226 11230408704 841569 33554432000 4194304 4196468 140731520285040 139641468541840 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8800] ppid=8786 vsize=10967196 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8800/stat : 8800 (java) S 8786 8789 2444 0 -1 1077944384 6342 0 0 0 220 2 0 0 20 0 21 0 3445229 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640745715952 139641539230338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8806] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8806/stat : 8806 (java) S 8786 8789 2444 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 3445229 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640744662240 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8808] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8808/stat : 8808 (java) S 8786 8789 2444 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 3445230 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640743609088 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8819] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8819/stat : 8819 (java) S 8786 8789 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640742557648 139641539237787 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8820] ppid=8786 vsize=10967196 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8820/stat : 8820 (java) S 8786 8789 2444 0 -1 1077944384 5556 0 0 0 104 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640741505776 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8822] ppid=8786 vsize=10967196 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8822/stat : 8822 (java) S 8786 8789 2444 0 -1 1077944384 9687 0 0 0 176 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640740453232 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8823] ppid=8786 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8823/stat : 8823 (java) S 8786 8789 2444 0 -1 1077944384 7195 0 0 0 136 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640739400176 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8824] ppid=8786 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8824/stat : 8824 (java) S 8786 8789 2444 0 -1 1077944384 4356 0 0 0 53 1 0 0 20 0 21 0 3445234 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640738347632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8825] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8825/stat : 8825 (java) S 8786 8789 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3445235 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640737294816 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8827] ppid=8786 vsize=10967196 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8827/stat : 8827 (java) S 8786 8789 2444 0 -1 1077944384 2017 0 0 0 52 43 0 0 20 0 21 0 3445235 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640736242352 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8835] ppid=8786 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8835/stat : 8835 (java) S 8786 8789 2444 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3446471 11230408704 841569 33554432000 4194304 4196468 140731520285040 139640735187632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 1958.47
Current children cumulated vsize (KiB) 10967196

[startup+1898.8 s]
/proc/loadavg: 2.00 2.01 2.08 3/283 8895
/proc/meminfo: memFree=24305092/32770624 swapFree=5956/236348
[pid=8789] ppid=8786 vsize=11100324 CPUtime=1958.77 cores=0,2,4,6,8,10,12,14
/proc/8789/stat : 8789 (java) S 8786 8789 2444 0 -1 1077944320 157565 0 0 0 194598 1279 0 0 20 0 21 0 3445225 11366731776 841626 33554432000 4194304 4196468 140731520285040 140731520267584 139641539219191 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
/proc/8789/statm: 2775081 841626 3164 1 0 2763475 0
[pid=8789/tid=8790] ppid=8786 vsize=11100324 CPUtime=1887.38 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8790/stat : 8790 (java) S 8786 8789 2444 0 -1 1077944384 94357 0 0 0 188717 21 0 0 20 0 21 0 3445225 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641543459872 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8792] ppid=8786 vsize=11100324 CPUtime=7.76 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8792/stat : 8792 (java) S 8786 8789 2444 0 -1 1077944384 2882 0 0 0 642 134 0 0 20 0 21 0 3445226 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641475910160 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8793] ppid=8786 vsize=11100324 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8793/stat : 8793 (java) S 8786 8789 2444 0 -1 1077944384 2646 0 0 0 642 151 0 0 20 0 21 0 3445226 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641474857616 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8794] ppid=8786 vsize=11100324 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8794/stat : 8794 (java) S 8786 8789 2444 0 -1 1077944384 2416 0 0 0 639 156 0 0 20 0 21 0 3445226 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641473804560 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8795] ppid=8786 vsize=11100324 CPUtime=7.93 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8795/stat : 8795 (java) S 8786 8789 2444 0 -1 1077944384 2743 0 0 0 639 154 0 0 20 0 21 0 3445226 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641472752016 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8796] ppid=8786 vsize=11100324 CPUtime=7.83 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8796/stat : 8796 (java) S 8786 8789 2444 0 -1 1077944384 3319 0 0 0 636 147 0 0 20 0 21 0 3445226 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641471699984 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8797] ppid=8786 vsize=11100324 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8797/stat : 8797 (java) S 8786 8789 2444 0 -1 1077944384 3617 0 0 0 634 160 0 0 20 0 21 0 3445226 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641470647440 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8798] ppid=8786 vsize=11100324 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8798/stat : 8798 (java) S 8786 8789 2444 0 -1 1077944384 2952 0 0 0 642 152 0 0 20 0 21 0 3445226 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641469594384 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8799] ppid=8786 vsize=11100324 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8799/stat : 8799 (java) S 8786 8789 2444 0 -1 1077944384 3794 0 0 0 637 157 0 0 20 0 21 0 3445226 11366731776 841626 33554432000 4194304 4196468 140731520285040 139641468541840 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8800] ppid=8786 vsize=11100324 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8800/stat : 8800 (java) S 8786 8789 2444 0 -1 1077944384 6362 0 0 0 220 2 0 0 20 0 21 0 3445229 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640745715952 139641539230338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8806] ppid=8786 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8806/stat : 8806 (java) S 8786 8789 2444 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 3445229 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640744662240 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8808] ppid=8786 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8808/stat : 8808 (java) S 8786 8789 2444 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 3445230 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640743609088 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8819] ppid=8786 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8819/stat : 8819 (java) S 8786 8789 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3445234 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640742557648 139641539237787 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8820] ppid=8786 vsize=11100324 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8820/stat : 8820 (java) R 8786 8789 2444 0 -1 4202560 6165 0 0 0 108 1 0 0 20 0 21 0 3445234 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640741506072 139641531460633 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8822] ppid=8786 vsize=11100324 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8822/stat : 8822 (java) S 8786 8789 2444 0 -1 1077944384 10437 0 0 0 179 1 0 0 20 0 21 0 3445234 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640740453232 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8823] ppid=8786 vsize=11100324 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8823/stat : 8823 (java) S 8786 8789 2444 0 -1 1077944384 7473 0 0 0 137 1 0 0 20 0 21 0 3445234 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640739400176 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8824] ppid=8786 vsize=11100324 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8824/stat : 8824 (java) S 8786 8789 2444 0 -1 1077944384 4604 0 0 0 55 1 0 0 20 0 21 0 3445234 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640738347632 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8825] ppid=8786 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8825/stat : 8825 (java) S 8786 8789 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3445235 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640737294816 139641539229397 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8827] ppid=8786 vsize=11100324 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8827/stat : 8827 (java) S 8786 8789 2444 0 -1 1077944384 2017 0 0 0 52 43 0 0 20 0 21 0 3445235 11366731776 841626 33554432000 4194304 4196468 140731520285040 139640736242352 139641539230338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
[pid=8789/tid=8894] ppid=8786 vsize=11100324 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/8789/task/8894/stat : 8894 (java) R 8786 8789 2444 0 -1 4202560 235 0 0 0 3 0 0 0 20 0 21 0 3635081 11366731776 841633 33554432000 4194304 4196468 140731520285040 139640734133256 139641153946136 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8433664 140731520292011 140731520292164 140731520292164 140731520294863 0
Current children cumulated CPU time (s) 1958.77
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 1898.86
CPU time (s): 1958.87
CPU user time (s): 1946.05
CPU system time (s): 12.8164
CPU usage (%): 103.16
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1946.05
system time used= 12.8164
maximum resident set size= 3366724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45766
involuntary context switches= 102390

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.681 second user time and 19.6185 second system time

The end

Launcher Data

Begin job on node116 at 2017-07-22 02:02:47
IDJOB=4244208
IDBENCH=138501
IDSOLVER=2623
FILE ID=node116/4244208-1500681766
RUNJOBID= node116-1500681766-8765
PBS_JOBID= 20623302
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-5.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244208-1500681766/watcher-4244208-1500681766 -o /tmp/evaluation-result-4244208-1500681766/solver-4244208-1500681766 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500681766-8765 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244208-1500681766.xml

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

MD5SUM BENCH= b6968c9a609c0a57d63f6c5a20858fdb
RANDOM SEED=903707969

node116.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.19
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.19
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.19
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		: 1600.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.19
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.19
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		: 1600.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		: 1600.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.19
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		: 1600.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		: 1733.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.19
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		: 1733.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		: 2267.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.19
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:        32011076 kB
MemAvailable:   32030956 kB
Buffers:           43956 kB
Cached:           287144 kB
SwapCached:            0 kB
Active:           140936 kB
Inactive:         243576 kB
Active(anon):      56016 kB
Inactive(anon):     8684 kB
Active(file):      84920 kB
Inactive(file):   234892 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:         63252 kB
Mapped:            29664 kB
Shmem:              8840 kB
Slab:              64984 kB
SReclaimable:      31808 kB
SUnreclaim:        33176 kB
KernelStack:        4448 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 62012 MiB
End job on node116 at 2017-07-22 02:34:25