Trace number 4243436

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 1515.3 1491.69

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-21.xml
MD5SUMa520f7bdef93e5ae7ef819bccf245cc1
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.129798
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

3.40/0.90	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.40/0.90	c This is free software under the dual EPL/GNU LGPL licenses.
3.40/0.90	c See www.sat4j.org for details.
3.40/0.90	c That software uses the Rhino library from the Mozilla project.
3.40/0.90	c version CUSTOM.v20170705
3.40/0.90	c java.runtime.name	Java(TM) SE Runtime Environment
3.40/0.90	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.40/0.90	c java.vm.version	25.131-b11
3.40/0.90	c java.vm.vendor	Oracle Corporation
3.40/0.90	c sun.arch.data.model	64
3.40/0.90	c java.version		1.8.0_131
3.40/0.90	c os.name		Linux
3.40/0.90	c os.version		3.10.0-514.16.1.el7.x86_64
3.40/0.90	c os.arch		amd64
3.40/0.90	c Free memory 		499604488
3.40/0.90	c Max memory 		7247757312
3.40/0.90	c Total memory 		504889344
3.40/0.90	c Number of processors 	8
3.40/0.90	c c --- Begin Solver configuration ---
3.40/0.90	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.40/0.90	c Learn all clauses as in MiniSAT
3.40/0.90	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.40/0.90	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.40/0.90	c No reason simplification
3.40/0.90	c Glucose 2.1 dynamic restart strategy
3.40/0.90	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
3.40/0.90	c timeout=2147483s
3.40/0.90	c DB Simplification allowed=false
3.40/0.90	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.40/0.90	c --- End Solver configuration ---
3.40/0.90	c constraints type 
3.40/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
3.40/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19456
3.40/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 816491
3.40/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 12
3.40/0.90	c 836059 constraints processed.
1515.26/1491.66	c starts		: 236
1515.26/1491.66	c conflicts		: 117709
1515.26/1491.66	c decisions		: 889879
1515.26/1491.66	c propagations		: 6159808485
1515.26/1491.66	c inspects		: 9492104157
1515.26/1491.66	c shortcuts		: 0
1515.26/1491.66	c learnt literals	: 203
1515.26/1491.66	c learnt binary clauses	: 16
1515.26/1491.66	c learnt ternary clauses	: 391
1515.26/1491.66	c learnt constraints	: 117506
1515.26/1491.66	c ignored constraints	: 0
1515.26/1491.66	c root simplifications	: 0
1515.26/1491.66	c removed literals (reason simplification)	: 0
1515.26/1491.66	c reason swapping (by a shorter reason)	: 0
1515.26/1491.66	c Calls to reduceDB	: 11
1515.26/1491.66	c Number of update (reduction) of LBD	: 32589
1515.26/1491.66	c Imported unit clauses	: 0
1515.26/1491.66	c number of reductions to clauses (during analyze)	: 0
1515.26/1491.66	c number of learned constraints concerned by reduction	: 0
1515.26/1491.66	c number of learning phase by resolution	: 0
1515.26/1491.66	c number of learning phase by cutting planes	: 0
1515.26/1491.66	c number of rounding to 1 operations	: 0
1515.26/1491.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1515.26/1491.66	c number of reductions of the coefficients by power 2 	: 0
1515.26/1491.66	c number of right shift for reduction by power 2 	: 0
1515.26/1491.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
1515.26/1491.66	c speed (assignments/second)	: 4132116.7929483503
1515.26/1491.66	c non guided choices	282903
1515.26/1491.67	c learnt constraints type 
1515.26/1491.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1515.26/1491.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21659
1515.26/1491.67	s SATISFIABLE
1515.26/1491.68	v <instantiation type="solution">
1515.26/1491.68	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
1515.26/1491.68	v 	<values> 1 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 </values>
1515.26/1491.68	v </instantiation>
1515.26/1491.68	

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

pid=14015
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.99 2.02 2.04 2/265 14018
/proc/meminfo: memFree=31674360/32770624 swapFree=5660/201492
[pid=14018] ppid=14015 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 2500722 369864704 1423 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 90299 1423 1081 1 0 79210 0
[pid=14018/tid=14019] ppid=14015 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) S 14015 14018 9850 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 2500723 369864704 1423 33554432000 4194304 4196468 140726444122704 139978255636896 139978251405954 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0

[startup+0.100182 s]
/proc/loadavg: 1.99 2.02 2.04 2/265 14018
/proc/meminfo: memFree=31674360/32770624 swapFree=5660/201492
[pid=14018] ppid=14015 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 5234 0 0 0 9 1 0 0 20 0 20 0 2500722 11162169344 6321 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2725139 6321 2823 1 0 2713552 0
[pid=14018/tid=14019] ppid=14015 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 3103 0 0 0 7 1 0 0 20 0 20 0 2500723 11162169344 6321 33554432000 4194304 4196468 140726444122704 139978255627728 139978251416733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200379 s]
/proc/loadavg: 1.99 2.02 2.04 2/265 14018
/proc/meminfo: memFree=31674360/32770624 swapFree=5660/201492
[pid=14018] ppid=14015 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 7672 0 0 0 24 2 0 0 20 0 20 0 2500722 11162169344 9039 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2725139 9039 2910 1 0 2713552 0
[pid=14018/tid=14019] ppid=14015 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 5123 0 0 0 16 2 0 0 20 0 20 0 2500723 11162169344 9039 33554432000 4194304 4196468 140726444122704 139978255628640 139978235475294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300333 s]
/proc/loadavg: 1.99 2.02 2.04 2/265 14018
/proc/meminfo: memFree=31674360/32770624 swapFree=5660/201492
[pid=14018] ppid=14015 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 9017 0 0 0 42 3 0 0 20 0 20 0 2500722 11162247168 10743 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2725158 10743 3027 1 0 2713552 0
[pid=14018/tid=14019] ppid=14015 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 5774 0 0 0 25 2 0 0 20 0 20 0 2500723 11162247168 10743 33554432000 4194304 4196468 140726444122704 139978255628256 139978251416733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10900632

[startup+0.700586 s]
/proc/loadavg: 1.99 2.02 2.04 2/265 14018
/proc/meminfo: memFree=31674360/32770624 swapFree=5660/201492
[pid=14018] ppid=14015 vsize=10900632 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 12818 0 0 0 193 39 0 0 20 0 20 0 2500722 11162247168 62216 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2725158 62216 3097 1 0 2713552 0
[pid=14018/tid=14019] ppid=14015 vsize=10900632 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 5939 0 0 0 54 3 0 0 20 0 20 0 2500723 11162247168 62216 33554432000 4194304 4196468 140726444122704 139978255626408 139978234778565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10900632

[startup+1.50094 s]
/proc/loadavg: 1.99 2.02 2.04 6/286 14039
/proc/meminfo: memFree=31335564/32770624 swapFree=5660/201584
[pid=14018] ppid=14015 vsize=10967196 CPUtime=4.71 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 14113 0 0 0 388 83 0 0 20 0 21 0 2500722 11230408704 87725 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2741799 87725 3120 1 0 2730193 0
[pid=14018/tid=14019] ppid=14015 vsize=10967196 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 6027 0 0 0 121 3 0 0 20 0 21 0 2500723 11230408704 87725 33554432000 4194304 4196468 140726444122704 139978255633128 139977892306650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14021] ppid=14015 vsize=10967196 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14021/stat : 14021 (java) S 14015 14018 9850 0 -1 1077944384 100 0 0 0 12 10 0 0 20 0 21 0 2500723 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977858411408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14022] ppid=14015 vsize=10967196 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14022/stat : 14022 (java) S 14015 14018 9850 0 -1 1077944384 161 0 0 0 13 9 0 0 20 0 21 0 2500723 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977857358608 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14023] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14023/stat : 14023 (java) S 14015 14018 9850 0 -1 1077944384 105 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977856306320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14024] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14024/stat : 14024 (java) S 14015 14018 9850 0 -1 1077944384 127 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977855253520 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14025] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14025/stat : 14025 (java) S 14015 14018 9850 0 -1 1077944384 184 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977854200208 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14026] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14026/stat : 14026 (java) S 14015 14018 9850 0 -1 1077944384 148 0 0 0 12 9 0 0 20 0 21 0 2500724 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977853147408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14027] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14027/stat : 14027 (java) S 14015 14018 9850 0 -1 1077944384 96 0 0 0 12 9 0 0 20 0 21 0 2500724 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977852095120 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14028] ppid=14015 vsize=10967196 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14028/stat : 14028 (java) S 14015 14018 9850 0 -1 1077944384 102 0 0 0 9 7 0 0 20 0 21 0 2500724 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977851042320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14029] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14029/stat : 14029 (java) S 14015 14018 9850 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 2500725 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977458358896 139978251405954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14030] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14030/stat : 14030 (java) S 14015 14018 9850 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977457304864 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14031] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14031/stat : 14031 (java) S 14015 14018 9850 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977456252528 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14032] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14032/stat : 14032 (java) S 14015 14018 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2500728 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977455200848 139978251413403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14033] ppid=14015 vsize=10967196 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14033/stat : 14033 (java) S 14015 14018 9850 0 -1 1077944384 1488 0 0 0 45 0 0 0 20 0 21 0 2500729 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977454147696 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14034] ppid=14015 vsize=10967196 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14034/stat : 14034 (java) S 14015 14018 9850 0 -1 1077944384 1411 0 0 0 49 0 0 0 20 0 21 0 2500729 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977453094896 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14035] ppid=14015 vsize=10967196 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14035/stat : 14035 (java) S 14015 14018 9850 0 -1 1077944384 1561 0 0 0 48 0 0 0 20 0 21 0 2500729 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977452042608 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14036] ppid=14015 vsize=10967196 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14036/stat : 14036 (java) S 14015 14018 9850 0 -1 1077944384 1133 0 0 0 25 0 0 0 20 0 21 0 2500729 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977450989808 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14037] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14037/stat : 14037 (java) S 14015 14018 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2500729 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977449937760 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14038] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14038/stat : 14038 (java) S 14015 14018 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2500729 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977448885040 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14039] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14039/stat : 14039 (java) S 14015 14018 9850 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2500817 11230408704 87725 33554432000 4194304 4196468 140726444122704 139977447831088 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 10967196

[startup+3.10091 s]
/proc/loadavg: 1.99 2.02 2.04 3/286 14039
/proc/meminfo: memFree=31333548/32770624 swapFree=5660/201540
[pid=14018] ppid=14015 vsize=10967196 CPUtime=6.4 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 16246 0 0 0 557 83 0 0 20 0 21 0 2500722 11230408704 87871 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2741799 87871 3125 1 0 2730193 0
[pid=14018/tid=14019] ppid=14015 vsize=10967196 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 6705 0 0 0 281 3 0 0 20 0 21 0 2500723 11230408704 87871 33554432000 4194304 4196468 140726444122704 139978255631160 139977892306021 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14021] ppid=14015 vsize=10967196 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14021/stat : 14021 (java) S 14015 14018 9850 0 -1 1077944384 100 0 0 0 12 10 0 0 20 0 21 0 2500723 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977858411408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14022] ppid=14015 vsize=10967196 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14022/stat : 14022 (java) S 14015 14018 9850 0 -1 1077944384 161 0 0 0 13 9 0 0 20 0 21 0 2500723 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977857358608 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14023] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14023/stat : 14023 (java) S 14015 14018 9850 0 -1 1077944384 105 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977856306320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14024] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14024/stat : 14024 (java) S 14015 14018 9850 0 -1 1077944384 127 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977855253520 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14025] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14025/stat : 14025 (java) S 14015 14018 9850 0 -1 1077944384 184 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977854200208 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14026] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14026/stat : 14026 (java) S 14015 14018 9850 0 -1 1077944384 148 0 0 0 12 9 0 0 20 0 21 0 2500724 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977853147408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14027] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14027/stat : 14027 (java) S 14015 14018 9850 0 -1 1077944384 96 0 0 0 12 9 0 0 20 0 21 0 2500724 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977852095120 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14028] ppid=14015 vsize=10967196 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14028/stat : 14028 (java) S 14015 14018 9850 0 -1 1077944384 102 0 0 0 9 7 0 0 20 0 21 0 2500724 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977851042320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14029] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14029/stat : 14029 (java) S 14015 14018 9850 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 21 0 2500725 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977458358896 139978251405954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14030] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14030/stat : 14030 (java) S 14015 14018 9850 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977457304864 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14031] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14031/stat : 14031 (java) S 14015 14018 9850 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977456252528 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14032] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14032/stat : 14032 (java) S 14015 14018 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2500728 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977455200848 139978251413403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14033] ppid=14015 vsize=10967196 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14033/stat : 14033 (java) S 14015 14018 9850 0 -1 1077944384 1510 0 0 0 45 0 0 0 20 0 21 0 2500729 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977454147696 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14034] ppid=14015 vsize=10967196 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14034/stat : 14034 (java) S 14015 14018 9850 0 -1 1077944384 1821 0 0 0 53 0 0 0 20 0 21 0 2500729 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977453094896 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14035] ppid=14015 vsize=10967196 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14035/stat : 14035 (java) S 14015 14018 9850 0 -1 1077944384 2094 0 0 0 51 1 0 0 20 0 21 0 2500729 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977452042608 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14036] ppid=14015 vsize=10967196 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14036/stat : 14036 (java) S 14015 14018 9850 0 -1 1077944384 1547 0 0 0 26 0 0 0 20 0 21 0 2500729 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977450989808 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14037] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14037/stat : 14037 (java) S 14015 14018 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2500729 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977449937760 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14038] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14038/stat : 14038 (java) S 14015 14018 9850 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 21 0 2500729 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977448885040 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14039] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14039/stat : 14039 (java) S 14015 14018 9850 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2500817 11230408704 87871 33554432000 4194304 4196468 140726444122704 139977447831088 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 10967196

[startup+6.30094 s]
/proc/loadavg: 1.91 2.00 2.04 3/286 14039
/proc/meminfo: memFree=31330936/32770624 swapFree=5660/201544
[pid=14018] ppid=14015 vsize=10967196 CPUtime=9.67 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 16979 0 0 0 884 83 0 0 20 0 21 0 2500722 11230408704 87884 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2741799 87884 3125 1 0 2730193 0
[pid=14018/tid=14019] ppid=14015 vsize=10967196 CPUtime=6.03 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 6807 0 0 0 600 3 0 0 20 0 21 0 2500723 11230408704 87884 33554432000 4194304 4196468 140726444122704 139978255633208 139977892290242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14021] ppid=14015 vsize=10967196 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14021/stat : 14021 (java) S 14015 14018 9850 0 -1 1077944384 100 0 0 0 12 10 0 0 20 0 21 0 2500723 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977858411408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14022] ppid=14015 vsize=10967196 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14022/stat : 14022 (java) S 14015 14018 9850 0 -1 1077944384 161 0 0 0 13 9 0 0 20 0 21 0 2500723 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977857358608 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14023] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14023/stat : 14023 (java) S 14015 14018 9850 0 -1 1077944384 105 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977856306320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14024] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14024/stat : 14024 (java) S 14015 14018 9850 0 -1 1077944384 127 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977855253520 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14025] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14025/stat : 14025 (java) S 14015 14018 9850 0 -1 1077944384 184 0 0 0 12 9 0 0 20 0 21 0 2500723 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977854200208 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14026] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14026/stat : 14026 (java) S 14015 14018 9850 0 -1 1077944384 148 0 0 0 12 9 0 0 20 0 21 0 2500724 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977853147408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14027] ppid=14015 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14027/stat : 14027 (java) S 14015 14018 9850 0 -1 1077944384 96 0 0 0 12 9 0 0 20 0 21 0 2500724 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977852095120 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14028] ppid=14015 vsize=10967196 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14028/stat : 14028 (java) S 14015 14018 9850 0 -1 1077944384 102 0 0 0 9 7 0 0 20 0 21 0 2500724 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977851042320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14029] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14029/stat : 14029 (java) S 14015 14018 9850 0 -1 1077944384 343 0 0 0 0 0 0 0 20 0 21 0 2500725 11230408704 87884 33554432000 4194304 4196468 140726444122704 139977458358896 139978251405954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14030] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=14018/tid=14031] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14031/stat : 14031 (java) S 14015 14018 9850 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977456252544 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14032] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14032/stat : 14032 (java) S 14015 14018 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2500728 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977455200848 139978251413403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14033] ppid=14015 vsize=10967196 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14033/stat : 14033 (java) S 14015 14018 9850 0 -1 1077944384 10097 0 0 0 102 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977454147696 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14034] ppid=14015 vsize=10967196 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14034/stat : 14034 (java) S 14015 14018 9850 0 -1 1077944384 3423 0 0 0 60 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977453094896 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14035] ppid=14015 vsize=10967196 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14035/stat : 14035 (java) S 14015 14018 9850 0 -1 1077944384 7242 0 0 0 73 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977452042608 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14036] ppid=14015 vsize=10967196 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14036/stat : 14036 (java) S 14015 14018 9850 0 -1 1077944384 3677 0 0 0 29 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977450989808 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14037] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14037/stat : 14037 (java) S 14015 14018 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977449937760 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14038] ppid=14015 vsize=10967196 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14038/stat : 14038 (java) S 14015 14018 9850 0 -1 1077944384 1306 0 0 0 51 48 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977448885040 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14039] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14039/stat : 14039 (java) S 14015 14018 9850 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2500817 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977447831088 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 1513.3
Current children cumulated vsize (KiB) 10967196

[startup+1490.4 s]
/proc/loadavg: 2.00 2.05 2.05 3/287 14089
/proc/meminfo: memFree=29308664/32770624 swapFree=5660/202900
[pid=14018] ppid=14015 vsize=10967196 CPUtime=1514.1 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 92609 0 0 0 150698 712 0 0 20 0 21 0 2500722 11230408704 449986 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2741799 449986 3154 1 0 2730193 0
[pid=14018/tid=14019] ppid=14015 vsize=10967196 CPUtime=1485.95 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 31389 0 0 0 148584 11 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139978255633576 139977892228957 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14021] ppid=14015 vsize=10967196 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14021/stat : 14021 (java) S 14015 14018 9850 0 -1 1077944384 3122 0 0 0 216 83 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977858411408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14022] ppid=14015 vsize=10967196 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14022/stat : 14022 (java) S 14015 14018 9850 0 -1 1077944384 3133 0 0 0 215 76 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977857358608 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14023] ppid=14015 vsize=10967196 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14023/stat : 14023 (java) S 14015 14018 9850 0 -1 1077944384 2787 0 0 0 216 85 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977856306320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14024] ppid=14015 vsize=10967196 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14024/stat : 14024 (java) S 14015 14018 9850 0 -1 1077944384 3662 0 0 0 218 82 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977855253520 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14025] ppid=14015 vsize=10967196 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14025/stat : 14025 (java) S 14015 14018 9850 0 -1 1077944384 3253 0 0 0 217 83 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977854200208 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14026] ppid=14015 vsize=10967196 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14026/stat : 14026 (java) S 14015 14018 9850 0 -1 1077944384 3204 0 0 0 220 81 0 0 20 0 21 0 2500724 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977853147408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14027] ppid=14015 vsize=10967196 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14027/stat : 14027 (java) S 14015 14018 9850 0 -1 1077944384 2821 0 0 0 214 83 0 0 20 0 21 0 2500724 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977852095120 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14028] ppid=14015 vsize=10967196 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14028/stat : 14028 (java) S 14015 14018 9850 0 -1 1077944384 2554 0 0 0 216 78 0 0 20 0 21 0 2500724 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977851042320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14029] ppid=14015 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14029/stat : 14029 (java) S 14015 14018 9850 0 -1 1077944384 9518 0 0 0 48 2 0 0 20 0 21 0 2500725 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977458358896 139978251405954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14030] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14030/stat : 14030 (java) S 14015 14018 9850 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977457304928 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14031] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14031/stat : 14031 (java) S 14015 14018 9850 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977456252544 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14032] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14032/stat : 14032 (java) S 14015 14018 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2500728 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977455200848 139978251413403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14033] ppid=14015 vsize=10967196 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14033/stat : 14033 (java) S 14015 14018 9850 0 -1 1077944384 10097 0 0 0 102 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977454147696 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14034] ppid=14015 vsize=10967196 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14034/stat : 14034 (java) S 14015 14018 9850 0 -1 1077944384 3423 0 0 0 60 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977453094896 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14035] ppid=14015 vsize=10967196 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14035/stat : 14035 (java) S 14015 14018 9850 0 -1 1077944384 7242 0 0 0 73 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977452042608 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14036] ppid=14015 vsize=10967196 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14036/stat : 14036 (java) S 14015 14018 9850 0 -1 1077944384 3677 0 0 0 29 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977450989808 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14037] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14037/stat : 14037 (java) S 14015 14018 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977449937760 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14038] ppid=14015 vsize=10967196 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14038/stat : 14038 (java) S 14015 14018 9850 0 -1 1077944384 1310 0 0 0 51 48 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977448885040 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14039] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14039/stat : 14039 (java) S 14015 14018 9850 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2500817 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977447831088 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 1514.1
Current children cumulated vsize (KiB) 10967196

[startup+1491.2 s]
/proc/loadavg: 2.00 2.05 2.05 3/287 14089
/proc/meminfo: memFree=29308664/32770624 swapFree=5660/202904
[pid=14018] ppid=14015 vsize=10967196 CPUtime=1514.9 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 92621 0 0 0 150778 712 0 0 20 0 21 0 2500722 11230408704 449986 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2741799 449986 3154 1 0 2730193 0
[pid=14018/tid=14019] ppid=14015 vsize=10967196 CPUtime=1486.75 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) R 14015 14018 9850 0 -1 4202560 31391 0 0 0 148664 11 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139978255633576 139977892228957 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14021] ppid=14015 vsize=10967196 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14021/stat : 14021 (java) S 14015 14018 9850 0 -1 1077944384 3122 0 0 0 216 83 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977858411408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14022] ppid=14015 vsize=10967196 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14022/stat : 14022 (java) S 14015 14018 9850 0 -1 1077944384 3133 0 0 0 215 76 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977857358608 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14023] ppid=14015 vsize=10967196 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14023/stat : 14023 (java) S 14015 14018 9850 0 -1 1077944384 2787 0 0 0 216 85 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977856306320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14024] ppid=14015 vsize=10967196 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14024/stat : 14024 (java) S 14015 14018 9850 0 -1 1077944384 3662 0 0 0 218 82 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977855253520 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14025] ppid=14015 vsize=10967196 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14025/stat : 14025 (java) S 14015 14018 9850 0 -1 1077944384 3253 0 0 0 217 83 0 0 20 0 21 0 2500723 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977854200208 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14026] ppid=14015 vsize=10967196 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14026/stat : 14026 (java) S 14015 14018 9850 0 -1 1077944384 3204 0 0 0 220 81 0 0 20 0 21 0 2500724 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977853147408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14027] ppid=14015 vsize=10967196 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14027/stat : 14027 (java) S 14015 14018 9850 0 -1 1077944384 2821 0 0 0 214 83 0 0 20 0 21 0 2500724 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977852095120 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14028] ppid=14015 vsize=10967196 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14028/stat : 14028 (java) S 14015 14018 9850 0 -1 1077944384 2554 0 0 0 216 78 0 0 20 0 21 0 2500724 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977851042320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14029] ppid=14015 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14029/stat : 14029 (java) S 14015 14018 9850 0 -1 1077944384 9528 0 0 0 48 2 0 0 20 0 21 0 2500725 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977458358896 139978251405954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14030] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14030/stat : 14030 (java) S 14015 14018 9850 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977457304928 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14031] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14031/stat : 14031 (java) S 14015 14018 9850 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 2500726 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977456252544 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14032] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14032/stat : 14032 (java) S 14015 14018 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2500728 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977455200848 139978251413403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14033] ppid=14015 vsize=10967196 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14033/stat : 14033 (java) S 14015 14018 9850 0 -1 1077944384 10097 0 0 0 102 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977454147696 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14034] ppid=14015 vsize=10967196 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14034/stat : 14034 (java) S 14015 14018 9850 0 -1 1077944384 3423 0 0 0 60 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977453094896 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14035] ppid=14015 vsize=10967196 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14035/stat : 14035 (java) S 14015 14018 9850 0 -1 1077944384 7242 0 0 0 73 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977452042608 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14036] ppid=14015 vsize=10967196 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14036/stat : 14036 (java) S 14015 14018 9850 0 -1 1077944384 3677 0 0 0 29 1 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977450989808 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14037] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14037/stat : 14037 (java) S 14015 14018 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977449937760 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14038] ppid=14015 vsize=10967196 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14038/stat : 14038 (java) S 14015 14018 9850 0 -1 1077944384 1310 0 0 0 51 48 0 0 20 0 21 0 2500729 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977448885040 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14039] ppid=14015 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14039/stat : 14039 (java) S 14015 14018 9850 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2500817 11230408704 449986 33554432000 4194304 4196468 140726444122704 139977447831088 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 1514.9
Current children cumulated vsize (KiB) 10967196

[startup+1491.6 s]
/proc/loadavg: 2.00 2.05 2.05 2/287 14091
/proc/meminfo: memFree=29293336/32770624 swapFree=5660/202904
[pid=14018] ppid=14015 vsize=11100324 CPUtime=1515.26 cores=0,2,4,6,8,10,12,14
/proc/14018/stat : 14018 (java) S 14015 14018 9850 0 -1 1077944320 96182 0 0 0 150814 712 0 0 20 0 21 0 2500722 11366731776 453863 33554432000 4194304 4196468 140726444122704 140726444105248 139978251394807 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
/proc/14018/statm: 2775081 453863 3156 1 0 2763475 0
[pid=14018/tid=14019] ppid=14015 vsize=11100324 CPUtime=1487.02 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14019/stat : 14019 (java) S 14015 14018 9850 0 -1 1077944384 32417 0 0 0 148690 12 0 0 20 0 21 0 2500723 11366731776 453863 33554432000 4194304 4196468 140726444122704 139978255635488 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14021] ppid=14015 vsize=11100324 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14021/stat : 14021 (java) S 14015 14018 9850 0 -1 1077944384 3122 0 0 0 216 83 0 0 20 0 21 0 2500723 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977858411408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14022] ppid=14015 vsize=11100324 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14022/stat : 14022 (java) S 14015 14018 9850 0 -1 1077944384 3133 0 0 0 215 76 0 0 20 0 21 0 2500723 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977857358608 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14023] ppid=14015 vsize=11100324 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14023/stat : 14023 (java) S 14015 14018 9850 0 -1 1077944384 2787 0 0 0 216 85 0 0 20 0 21 0 2500723 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977856306320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14024] ppid=14015 vsize=11100324 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14024/stat : 14024 (java) S 14015 14018 9850 0 -1 1077944384 3662 0 0 0 218 82 0 0 20 0 21 0 2500723 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977855253520 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14025] ppid=14015 vsize=11100324 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14025/stat : 14025 (java) S 14015 14018 9850 0 -1 1077944384 3253 0 0 0 217 83 0 0 20 0 21 0 2500723 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977854200208 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14026] ppid=14015 vsize=11100324 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14026/stat : 14026 (java) S 14015 14018 9850 0 -1 1077944384 3204 0 0 0 220 81 0 0 20 0 21 0 2500724 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977853147408 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14027] ppid=14015 vsize=11100324 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14027/stat : 14027 (java) S 14015 14018 9850 0 -1 1077944384 2821 0 0 0 214 83 0 0 20 0 21 0 2500724 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977852095120 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14028] ppid=14015 vsize=11100324 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14028/stat : 14028 (java) S 14015 14018 9850 0 -1 1077944384 2554 0 0 0 216 78 0 0 20 0 21 0 2500724 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977851042320 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14029] ppid=14015 vsize=11100324 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14029/stat : 14029 (java) S 14015 14018 9850 0 -1 1077944384 9556 0 0 0 48 2 0 0 20 0 21 0 2500725 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977458358896 139978251405954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14030] ppid=14015 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14030/stat : 14030 (java) S 14015 14018 9850 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 2500726 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977457304928 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14031] ppid=14015 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14031/stat : 14031 (java) S 14015 14018 9850 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 2500726 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977456252544 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14032] ppid=14015 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14032/stat : 14032 (java) S 14015 14018 9850 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2500728 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977455200848 139978251413403 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14033] ppid=14015 vsize=11100324 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14033/stat : 14033 (java) S 14015 14018 9850 0 -1 1077944384 10861 0 0 0 104 1 0 0 20 0 21 0 2500729 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977454147696 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14034] ppid=14015 vsize=11100324 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14034/stat : 14034 (java) S 14015 14018 9850 0 -1 1077944384 3662 0 0 0 61 1 0 0 20 0 21 0 2500729 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977453094896 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14035] ppid=14015 vsize=11100324 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14035/stat : 14035 (java) S 14015 14018 9850 0 -1 1077944384 7942 0 0 0 79 1 0 0 20 0 21 0 2500729 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977452042608 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14036] ppid=14015 vsize=11100324 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14036/stat : 14036 (java) S 14015 14018 9850 0 -1 1077944384 4352 0 0 0 31 1 0 0 20 0 21 0 2500729 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977450989808 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14037] ppid=14015 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14037/stat : 14037 (java) S 14015 14018 9850 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2500729 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977449937760 139978251405013 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14038] ppid=14015 vsize=11100324 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14038/stat : 14038 (java) S 14015 14018 9850 0 -1 1077944384 1310 0 0 0 51 48 0 0 20 0 21 0 2500729 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977448885040 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
[pid=14018/tid=14090] ppid=14015 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14018/task/14090/stat : 14090 (java) S 14015 14018 9850 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 21 0 2649868 11366731776 453863 33554432000 4194304 4196468 140726444122704 139977446778512 139978251405954 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11501568 140726444127403 140726444127556 140726444127556 140726444130255 0
Current children cumulated CPU time (s) 1515.26
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 1491.69
CPU time (s): 1515.3
CPU user time (s): 1508.16
CPU system time (s): 7.14207
CPU usage (%): 101.582
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1508.16
system time used= 7.14207
maximum resident set size= 1817764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36126
involuntary context switches= 77824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.75215 second user time and 12.6889 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-21 23:25:36
IDJOB=4243436
IDBENCH=120861
IDSOLVER=2623
FILE ID=node134/4243436-1500672335
RUNJOBID= node134-1500672328-13792
PBS_JOBID= 20623286
Free space on /tmp= 62004 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-21.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243436-1500672335/watcher-4243436-1500672335 -o /tmp/evaluation-result-4243436-1500672335/solver-4243436-1500672335 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500672328-13792 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243436-1500672335.xml

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

MD5SUM BENCH= a520f7bdef93e5ae7ef819bccf245cc1
RANDOM SEED=1551999876

node134.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.84
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		: 2667.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.84
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		: 2267.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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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		: 2400.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.84
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.84
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		: 2267.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		: 2133.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.84
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		: 2668.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		: 2133.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.84
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		: 1733.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:        31674548 kB
MemAvailable:   31686764 kB
Buffers:           39584 kB
Cached:           282556 kB
SwapCached:            0 kB
Active:           507212 kB
Inactive:         210348 kB
Active(anon):     398328 kB
Inactive(anon):     8856 kB
Active(file):     108884 kB
Inactive(file):   201492 kB
Unevictable:        5660 kB
Mlocked:            5660 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3436 kB
Writeback:             0 kB
AnonPages:        539468 kB
Mapped:            42140 kB
Shmem:              8872 kB
Slab:              67408 kB
SReclaimable:      35352 kB
SUnreclaim:        32056 kB
KernelStack:        4912 kB
PageTables:         6148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1300704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 62004 MiB
End job on node134 at 2017-07-21 23:50:27