Trace number 4249641

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2408.35 2316.19

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w4b3r4.xml
MD5SUMf75a86a5a7a46a13e5890f4f16694299
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2727
Number of constraints119
Number of domains2
Minimum domain size59
Maximum domain size186
Distribution of domain sizes[{"size":59,"count":1},{"size":186,"count":2726}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":2668},{"degree":5,"count":58}]
Minimum constraint arity47
Maximum constraint arity2726
Distribution of constraint arities[{"arity":47,"count":116},{"arity":59,"count":1},{"arity":2726,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":58},{"type":"lex","count":1},{"type":"sum","count":58},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.75/2.16	c Concrete v3.4 running
2407.95/2316.14	java.util.concurrent.TimeoutException
2407.95/2316.14		at concrete.MAC.mac(MAC.scala:74)
2407.95/2316.14		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2407.95/2316.14		at scala.util.Try$.apply(Try.scala:209)
2407.95/2316.14		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2407.95/2316.14		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2407.95/2316.14		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2407.95/2316.14		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2407.95/2316.14		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2407.95/2316.14		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2407.95/2316.14		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2407.95/2316.14		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2407.95/2316.14		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2407.95/2316.14		at concrete.MAC.oneRun(MAC.scala:146)
2407.95/2316.14		at concrete.MAC.nextSolution(MAC.scala:166)
2407.95/2316.14		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2407.95/2316.14		at concrete.ProblemState.map(ProblemState.scala:203)
2407.95/2316.14		at concrete.ProblemState.map(ProblemState.scala:188)
2407.95/2316.14		at concrete.MAC.nextSolution(MAC.scala:195)
2407.95/2316.14		at concrete.Solver.hasNext(Solver.scala:202)
2407.95/2316.14		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2407.95/2316.14		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2407.95/2316.14		at concrete.Solver.toStream(Solver.scala:73)
2407.95/2316.14		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2407.95/2316.14		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2407.95/2316.14		at concrete.Solver.toIterable(Solver.scala:73)
2407.95/2316.14		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2407.95/2316.14		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2407.95/2316.14		at scala.util.Success.map(Try.scala:209)
2407.95/2316.14		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2407.95/2316.14		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2407.95/2316.14		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2407.95/2316.14		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2407.95/2316.14		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2407.95/2316.14		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2407.95/2316.14		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2407.95/2316.14		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2407.95/2316.14		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2407.95/2316.14		at scala.collection.immutable.List.foreach(List.scala:389)
2407.95/2316.14		at scala.App.main(App.scala:76)
2407.95/2316.14		at scala.App.main$(App.scala:74)
2407.95/2316.14		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2407.95/2316.14		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2407.95/2316.15	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249641-1500773743/watcher-4249641-1500773743 -o /tmp/evaluation-result-4249641-1500773743/solver-4249641-1500773743 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500773743-28228 --watchdog 2560 bin/concrete HOME/instance-4249641-1500773743.xml 

pid=28254
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: 0.94 1.00 1.29 4/243 28258
/proc/meminfo: memFree=31498104/32770624 swapFree=7184/339036
[pid=28258] ppid=28254 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (bash) S 28254 28258 25602 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 12641020 9736192 350 33554432000 4194304 5098028 140726508043696 140726508041336 139934674951168 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 10850304 140726508049678 140726508049763 140726508049763 140726508052462 0
/proc/28258/statm: 2377 350 277 221 0 86 0

[startup+0.100187 s]
/proc/loadavg: 0.94 1.00 1.29 4/243 28258
/proc/meminfo: memFree=31498104/32770624 swapFree=7184/339036
[pid=28258] ppid=28254 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (bash) S 28254 28258 25602 0 -1 4202496 880 6420 0 0 0 0 0 1 20 0 1 0 12641020 9871360 378 33554432000 4194304 5098028 140726508043696 140726508037704 139934674951168 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 10850304 140726508049678 140726508049763 140726508049763 140726508052462 0
/proc/28258/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200366 s]
/proc/loadavg: 0.94 1.00 1.29 4/243 28258
/proc/meminfo: memFree=31498104/32770624 swapFree=7184/339036
[pid=28258] ppid=28254 vsize=10435860 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 5079 12721 0 0 6 1 7 3 20 0 13 0 12641020 10686320640 5435 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2608965 5435 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300326 s]
/proc/loadavg: 0.94 1.00 1.29 4/243 28258
/proc/meminfo: memFree=31498104/32770624 swapFree=7184/339036
[pid=28258] ppid=28254 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 9203 12721 0 0 22 3 7 3 20 0 20 0 12641020 11163947008 10209 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2725573 10209 2953 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700193 s]
/proc/loadavg: 0.94 1.00 1.29 4/243 28258
/proc/meminfo: memFree=31498104/32770624 swapFree=7184/339036
[pid=28258] ppid=28254 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 12867 12721 0 0 81 4 7 3 20 0 20 0 12641020 11164385280 16103 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2725680 16103 3220 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50072 s]
/proc/loadavg: 0.95 1.00 1.29 5/282 28403
/proc/meminfo: memFree=31286668/32770624 swapFree=7184/339732
[pid=28258] ppid=28254 vsize=10915392 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 28349 12721 0 0 208 12 7 3 20 0 20 0 12641020 11177361408 44855 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2728848 44855 3407 1 0 2716962 0
[pid=28258/tid=28366] ppid=28254 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28366/stat : 28366 (java) R 28254 28258 25602 0 -1 4202560 19917 12721 0 0 127 5 7 3 20 0 20 0 12641032 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567753825320 140567729319904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28368] ppid=28254 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28368/stat : 28368 (java) S 28254 28258 25602 0 -1 1077944384 15 12721 0 0 0 0 7 3 20 0 20 0 12641033 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567706147728 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28369] ppid=28254 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28369/stat : 28369 (java) S 28254 28258 25602 0 -1 1077944384 128 12721 0 0 0 0 7 3 20 0 20 0 12641033 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567705094928 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28370] ppid=28254 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28370/stat : 28370 (java) S 28254 28258 25602 0 -1 1077944384 13 12721 0 0 1 0 7 3 20 0 20 0 12641033 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567704042640 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28371] ppid=28254 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28371/stat : 28371 (java) S 28254 28258 25602 0 -1 1077944384 23 12721 0 0 1 0 7 3 20 0 20 0 12641033 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567353678864 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28372] ppid=28254 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28372/stat : 28372 (java) S 28254 28258 25602 0 -1 1077944384 29 12721 0 0 0 0 7 3 20 0 20 0 12641033 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567352625552 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28373] ppid=28254 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28373/stat : 28373 (java) S 28254 28258 25602 0 -1 1077944384 41 12721 0 0 1 0 7 3 20 0 20 0 12641033 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567351572752 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28374] ppid=28254 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28374/stat : 28374 (java) S 28254 28258 25602 0 -1 1077944384 44 12721 0 0 1 0 7 3 20 0 20 0 12641033 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567350520464 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28375] ppid=28254 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28375/stat : 28375 (java) S 28254 28258 25602 0 -1 1077944384 21 12721 0 0 1 0 7 3 20 0 20 0 12641033 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567349467664 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28384] ppid=28254 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28384/stat : 28384 (java) S 28254 28258 25602 0 -1 1077944384 1615 12721 0 0 1 0 7 3 20 0 20 0 12641035 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567223687792 140567749606018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28386] ppid=28254 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28386/stat : 28386 (java) S 28254 28258 25602 0 -1 1077944384 55 12721 0 0 0 0 7 3 20 0 20 0 12641036 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567222633824 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28387] ppid=28254 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28387/stat : 28387 (java) S 28254 28258 25602 0 -1 1077944384 46 12721 0 0 0 0 7 3 20 0 20 0 12641036 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567221581424 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28390] ppid=28254 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28390/stat : 28390 (java) S 28254 28258 25602 0 -1 1077944384 1 12721 0 0 0 0 7 3 20 0 20 0 12641040 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567220529744 140567749613467 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28391] ppid=28254 vsize=10915392 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28391/stat : 28391 (java) S 28254 28258 25602 0 -1 1077944384 1121 12721 0 0 13 1 7 3 20 0 20 0 12641040 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567219476592 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28392] ppid=28254 vsize=10915392 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28392/stat : 28392 (java) S 28254 28258 25602 0 -1 1077944384 555 12721 0 0 11 0 7 3 20 0 20 0 12641040 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567218423792 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28393] ppid=28254 vsize=10915392 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28393/stat : 28393 (java) S 28254 28258 25602 0 -1 1077944384 1241 12721 0 0 17 0 7 3 20 0 20 0 12641040 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567217371504 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28394] ppid=28254 vsize=10915392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28394/stat : 28394 (java) S 28254 28258 25602 0 -1 1077944384 1350 12721 0 0 27 0 7 3 20 0 20 0 12641040 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567216318704 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28395] ppid=28254 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28395/stat : 28395 (java) S 28254 28258 25602 0 -1 1077944384 3 12721 0 0 0 0 7 3 20 0 20 0 12641040 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567215266656 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28396] ppid=28254 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28396/stat : 28396 (java) S 28254 28258 25602 0 -1 1077944384 3 12721 0 0 0 0 7 3 20 0 20 0 12641041 11177361408 44855 33554432000 4194304 4196468 140729558328624 140567214213936 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.10109 s]
/proc/loadavg: 0.95 1.00 1.29 10/282 28403
/proc/meminfo: memFree=31142692/32770624 swapFree=7184/339736
[pid=28258] ppid=28254 vsize=10925820 CPUtime=7.06 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 43190 12721 0 0 674 22 7 3 20 0 20 0 12641020 11188039680 71804 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2731455 71804 3480 1 0 2719010 0
[pid=28258/tid=28366] ppid=28254 vsize=10925820 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28366/stat : 28366 (java) R 28254 28258 25602 0 -1 4202560 26685 12721 0 0 280 8 7 3 20 0 20 0 12641032 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567753826200 140567749606806 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28368] ppid=28254 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28368/stat : 28368 (java) S 28254 28258 25602 0 -1 1077944384 45 12721 0 0 2 1 7 3 20 0 20 0 12641033 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567706147728 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28369] ppid=28254 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28369/stat : 28369 (java) S 28254 28258 25602 0 -1 1077944384 136 12721 0 0 1 1 7 3 20 0 20 0 12641033 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567705094928 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28370] ppid=28254 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28370/stat : 28370 (java) S 28254 28258 25602 0 -1 1077944384 92 12721 0 0 2 0 7 3 20 0 20 0 12641033 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567704042640 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28371] ppid=28254 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28371/stat : 28371 (java) S 28254 28258 25602 0 -1 1077944384 30 12721 0 0 2 0 7 3 20 0 20 0 12641033 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567353678864 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28372] ppid=28254 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28372/stat : 28372 (java) S 28254 28258 25602 0 -1 1077944384 38 12721 0 0 1 1 7 3 20 0 20 0 12641033 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567352625552 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28373] ppid=28254 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28373/stat : 28373 (java) S 28254 28258 25602 0 -1 1077944384 48 12721 0 0 1 0 7 3 20 0 20 0 12641033 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567351572752 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28374] ppid=28254 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28374/stat : 28374 (java) S 28254 28258 25602 0 -1 1077944384 48 12721 0 0 1 0 7 3 20 0 20 0 12641033 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567350520464 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28375] ppid=28254 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28375/stat : 28375 (java) S 28254 28258 25602 0 -1 1077944384 130 12721 0 0 2 1 7 3 20 0 20 0 12641033 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567349467664 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28384] ppid=28254 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28384/stat : 28384 (java) S 28254 28258 25602 0 -1 1077944384 1684 12721 0 0 1 0 7 3 20 0 20 0 12641035 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567223687792 140567749606018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28386] ppid=28254 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28386/stat : 28386 (java) S 28254 28258 25602 0 -1 1077944384 57 12721 0 0 0 0 7 3 20 0 20 0 12641036 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567222633824 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28387] ppid=28254 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28387/stat : 28387 (java) S 28254 28258 25602 0 -1 1077944384 49 12721 0 0 0 0 7 3 20 0 20 0 12641036 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567221581440 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28390] ppid=28254 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28390/stat : 28390 (java) S 28254 28258 25602 0 -1 1077944384 1 12721 0 0 0 0 7 3 20 0 20 0 12641040 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567220529744 140567749613467 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28391] ppid=28254 vsize=10925820 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28391/stat : 28391 (java) S 28254 28258 25602 0 -1 1077944384 1768 12721 0 0 79 1 7 3 20 0 20 0 12641040 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567219476592 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28392] ppid=28254 vsize=10925820 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28392/stat : 28392 (java) R 28254 28258 25602 0 -1 4202560 4276 12721 0 0 106 1 7 3 20 0 20 0 12641040 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567218408864 140567733982784 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28393] ppid=28254 vsize=10925820 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28393/stat : 28393 (java) R 28254 28258 25602 0 -1 4202560 2271 12721 0 0 87 0 7 3 20 0 20 0 12641040 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567217349712 140567733095184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28394] ppid=28254 vsize=10925820 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28394/stat : 28394 (java) R 28254 28258 25602 0 -1 4202560 3694 12721 0 0 100 1 7 3 20 0 20 0 12641040 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567216318704 140567749616218 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28395] ppid=28254 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28395/stat : 28395 (java) S 28254 28258 25602 0 -1 1077944384 3 12721 0 0 0 0 7 3 20 0 20 0 12641040 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567215266656 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28396] ppid=28254 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28396/stat : 28396 (java) S 28254 28258 25602 0 -1 1077944384 5 12721 0 0 0 0 7 3 20 0 20 0 12641041 11188039680 71804 33554432000 4194304 4196468 140729558328624 140567214213936 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 10925820

[startup+6.30078 s]
/proc/loadavg: 1.43 1.10 1.32 6/282 28403
/proc/meminfo: memFree=30499944/32770624 swapFree=7184/339724
[pid=28258] ppid=28254 vsize=10927868 CPUtime=17.99 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 66463 12721 0 0 1693 96 7 3 20 0 20 0 12641020 11190136832 146603 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2731967 146603 3498 1 0 2719522 0
[pid=28258/tid=28366] ppid=28254 vsize=10927868 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28366/stat : 28366 (java) R 28254 28258 25602 0 -1 4202560 30745 12721 0 0 575 11 7 3 20 0 20 0 12641032 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567753824616 140567398435221 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28368] ppid=28254 vsize=10927868 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28368/stat : 28368 (java) S 28254 28258 25602 0 -1 1077944384 216 12721 0 0 14 8 7 3 20 0 20 0 12641033 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567706147728 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28369] ppid=28254 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28369/stat : 28369 (java) S 28254 28258 25602 0 -1 1077944384 202 12721 0 0 11 9 7 3 20 0 20 0 12641033 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567705094928 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28370] ppid=28254 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28370/stat : 28370 (java) S 28254 28258 25602 0 -1 1077944384 631 12721 0 0 10 9 7 3 20 0 20 0 12641033 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567704042640 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28371] ppid=28254 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28371/stat : 28371 (java) S 28254 28258 25602 0 -1 1077944384 92 12721 0 0 11 8 7 3 20 0 20 0 12641033 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567353678864 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28372] ppid=28254 vsize=10927868 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28372/stat : 28372 (java) S 28254 28258 25602 0 -1 1077944384 136 12721 0 0 12 10 7 3 20 0 20 0 12641033 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567352625552 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28373] ppid=28254 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28373/stat : 28373 (java) S 28254 28258 25602 0 -1 1077944384 188 12721 0 0 11 9 7 3 20 0 20 0 12641033 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567351572752 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28374] ppid=28254 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28374/stat : 28374 (java) S 28254 28258 25602 0 -1 1077944384 146 12721 0 0 10 9 7 3 20 0 20 0 12641033 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567350520464 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28375] ppid=28254 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28375/stat : 28375 (java) S 28254 28258 25602 0 -1 1077944384 207 12721 0 0 11 9 7 3 20 0 20 0 12641033 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567349467664 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28384] ppid=28254 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28384/stat : 28384 (java) S 28254 28258 25602 0 -1 1077944384 2199 12721 0 0 2 0 7 3 20 0 20 0 12641035 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567223687792 140567749606018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28386] ppid=28254 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28386/stat : 28386 (java) S 28254 28258 25602 0 -1 1077944384 57 12721 0 0 0 0 7 3 20 0 20 0 12641036 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567222633824 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28387] ppid=28254 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28387/stat : 28387 (java) S 28254 28258 25602 0 -1 1077944384 49 12721 0 0 0 0 7 3 20 0 20 0 12641036 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567221581440 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28390] ppid=28254 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28390/stat : 28390 (java) S 28254 28258 25602 0 -1 1077944384 1 12721 0 0 0 0 7 3 20 0 20 0 12641040 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567220529744 140567749613467 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28391] ppid=28254 vsize=10927868 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28391/stat : 28391 (java) R 28254 28258 25602 0 -1 4202560 7019 12721 0 0 260 2 7 3 20 0 20 0 12641040 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567219476888 140567730951272 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28392] ppid=28254 vsize=10927868 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28392/stat : 28392 (java) S 28254 28258 25602 0 -1 1077944384 7308 12721 0 0 290 2 7 3 20 0 20 0 12641040 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567218423792 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28393] ppid=28254 vsize=10927868 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28393/stat : 28393 (java) S 28254 28258 25602 0 -1 1077944384 6230 12721 0 0 276 1 7 3 20 0 20 0 12641040 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567217371504 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28394] ppid=28254 vsize=10927868 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28394/stat : 28394 (java) S 28254 28258 25602 0 -1 1077944384 8680 12721 0 0 191 2 7 3 20 0 20 0 12641040 11190136832 146603 33554432000 4194304 4196468 140729558328624 140567216318704 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28395] ppid=28254 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=28258/tid=28394] ppid=28254 vsize=10997500 CPUtime=3.17 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28394/stat : 28394 (java) S 28254 28258 25602 0 -1 1077944384 55862 12721 0 0 299 8 7 3 20 0 20 0 12641040 11261440000 819110 33554432000 4194304 4196468 140729558328624 140567216318704 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28395] ppid=28254 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28395/stat : 28395 (java) S 28254 28258 25602 0 -1 1077944384 3 12721 0 0 0 0 7 3 20 0 20 0 12641040 11261440000 819110 33554432000 4194304 4196468 140729558328624 140567215266656 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28396] ppid=28254 vsize=10997500 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28396/stat : 28396 (java) S 28254 28258 25602 0 -1 1077944384 1814 12721 0 0 69 69 7 3 20 0 20 0 12641041 11261440000 819110 33554432000 4194304 4196468 140729558328624 140567214213936 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10997500

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28258 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2315.3 s]
/proc/loadavg: 1.42 1.53 1.47 7/281 28775
/proc/meminfo: memFree=27957256/32770624 swapFree=7184/341168
[pid=28258] ppid=28254 vsize=11130628 CPUtime=2402.14 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 806548 12721 0 0 239343 861 7 3 20 0 22 0 12641020 11397763072 819647 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2782657 819647 3523 1 0 2770212 0
[pid=28258/tid=28366] ppid=28254 vsize=11130628 CPUtime=2297.45 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28366/stat : 28366 (java) S 28254 28258 25602 0 -1 1077944384 512395 12721 0 0 229618 117 7 3 20 0 22 0 12641032 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567753832592 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28368] ppid=28254 vsize=11130628 CPUtime=9.89 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28368/stat : 28368 (java) R 28254 28258 25602 0 -1 4202560 13685 12721 0 0 898 81 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567706147848 140567735353688 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28369] ppid=28254 vsize=11130628 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28369/stat : 28369 (java) R 28254 28258 25602 0 -1 4202560 10087 12721 0 0 891 79 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567705095048 140567742223079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28370] ppid=28254 vsize=11130628 CPUtime=9.79 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28370/stat : 28370 (java) R 28254 28258 25602 0 -1 4202560 6858 12721 0 0 890 79 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567704042840 140567734052441 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28371] ppid=28254 vsize=11130628 CPUtime=9.75 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28371/stat : 28371 (java) R 28254 28258 25602 0 -1 4202560 8837 12721 0 0 891 74 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567353678984 140567742223079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28372] ppid=28254 vsize=11130628 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28372/stat : 28372 (java) R 28254 28258 25602 0 -1 4202560 10079 12721 0 0 889 81 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567352625752 140567742223079 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28373] ppid=28254 vsize=11130628 CPUtime=9.82 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28373/stat : 28373 (java) R 28254 28258 25602 0 -1 4202560 7431 12721 0 0 890 82 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567351572872 140567742223079 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28374] ppid=28254 vsize=11130628 CPUtime=9.77 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28374/stat : 28374 (java) R 28254 28258 25602 0 -1 4202560 8938 12721 0 0 888 79 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567350520584 140567742223079 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28375] ppid=28254 vsize=11130628 CPUtime=9.73 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28375/stat : 28375 (java) R 28254 28258 25602 0 -1 4202560 8714 12721 0 0 882 81 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567349467784 140567742223079 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28384] ppid=28254 vsize=11130628 CPUtime=4.43 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28384/stat : 28384 (java) S 28254 28258 25602 0 -1 1077944384 26557 12721 0 0 371 62 7 3 20 0 22 0 12641035 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567223686416 140567749605077 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28386] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28386/stat : 28386 (java) S 28254 28258 25602 0 -1 1077944384 66 12721 0 0 0 0 7 3 20 0 22 0 12641036 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567222633888 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28387] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28387/stat : 28387 (java) S 28254 28258 25602 0 -1 1077944384 62 12721 0 0 0 0 7 3 20 0 22 0 12641036 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567221581440 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28390] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28390/stat : 28390 (java) S 28254 28258 25602 0 -1 1077944384 56 12721 0 0 0 0 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567220529744 140567749613467 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28391] ppid=28254 vsize=11130628 CPUtime=5.67 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28391/stat : 28391 (java) S 28254 28258 25602 0 -1 1077944384 40825 12721 0 0 550 7 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567219476592 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28392] ppid=28254 vsize=11130628 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28392/stat : 28392 (java) S 28254 28258 25602 0 -1 1077944384 53291 12721 0 0 670 7 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567218423792 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28393] ppid=28254 vsize=11130628 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28393/stat : 28393 (java) S 28254 28258 25602 0 -1 1077944384 38654 12721 0 0 582 4 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567217371504 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28394] ppid=28254 vsize=11130628 CPUtime=3.17 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28394/stat : 28394 (java) S 28254 28258 25602 0 -1 1077944384 55988 12721 0 0 299 8 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567216318704 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28395] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28395/stat : 28395 (java) S 28254 28258 25602 0 -1 1077944384 3 12721 0 0 0 0 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567215266656 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28396] ppid=28254 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28396/stat : 28396 (java) S 28254 28258 25602 0 -1 1077944384 1814 12721 0 0 69 69 7 3 20 0 22 0 12641041 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567214213936 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
Current children cumulated CPU time (s) 2402.14
Current children cumulated vsize (KiB) 11130628

[startup+2315.71 s]
/proc/loadavg: 1.62 1.57 1.49 11/283 28777
/proc/meminfo: memFree=27881584/32770624 swapFree=7184/341168
[pid=28258] ppid=28254 vsize=11130628 CPUtime=2405.13 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 806739 12721 0 0 239642 861 7 3 20 0 22 0 12641020 11397763072 819647 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2782657 819647 3523 1 0 2770212 0
[pid=28258/tid=28366] ppid=28254 vsize=11130628 CPUtime=2297.45 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28366/stat : 28366 (java) S 28254 28258 25602 0 -1 1077944384 512395 12721 0 0 229618 117 7 3 20 0 22 0 12641032 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567753832592 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28368] ppid=28254 vsize=11130628 CPUtime=10.27 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28368/stat : 28368 (java) R 28254 28258 25602 0 -1 4202560 13685 12721 0 0 936 81 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567706147928 140567734591272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28369] ppid=28254 vsize=11130628 CPUtime=10.16 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28369/stat : 28369 (java) R 28254 28258 25602 0 -1 4202560 10087 12721 0 0 927 79 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567705095128 140567731204659 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28370] ppid=28254 vsize=11130628 CPUtime=10.17 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28370/stat : 28370 (java) R 28254 28258 25602 0 -1 4202560 6858 12721 0 0 928 79 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567704042528 140567734293639 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28371] ppid=28254 vsize=11130628 CPUtime=10.13 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28371/stat : 28371 (java) R 28254 28258 25602 0 -1 4202560 8837 12721 0 0 929 74 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567353679064 140567731148122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28372] ppid=28254 vsize=11130628 CPUtime=10.17 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28372/stat : 28372 (java) R 28254 28258 25602 0 -1 4202560 10079 12721 0 0 926 81 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567352625752 140567734591440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28373] ppid=28254 vsize=11130628 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28373/stat : 28373 (java) R 28254 28258 25602 0 -1 4202560 7431 12721 0 0 927 82 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567351572952 140567734052474 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28374] ppid=28254 vsize=11130628 CPUtime=10.15 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28374/stat : 28374 (java) R 28254 28258 25602 0 -1 4202560 8938 12721 0 0 926 79 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567350520664 140567734591238 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28375] ppid=28254 vsize=11130628 CPUtime=10.09 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28375/stat : 28375 (java) R 28254 28258 25602 0 -1 4202560 8721 12721 0 0 918 81 7 3 20 0 22 0 12641033 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567349467864 140567734293619 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28384] ppid=28254 vsize=11130628 CPUtime=4.47 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28384/stat : 28384 (java) S 28254 28258 25602 0 -1 1077944384 26738 12721 0 0 375 62 7 3 20 0 22 0 12641035 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567223686416 140567749605077 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28386] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28386/stat : 28386 (java) S 28254 28258 25602 0 -1 1077944384 67 12721 0 0 0 0 7 3 20 0 22 0 12641036 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567222633792 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28387] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28387/stat : 28387 (java) S 28254 28258 25602 0 -1 1077944384 62 12721 0 0 0 0 7 3 20 0 22 0 12641036 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567221581440 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28390] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28390/stat : 28390 (java) S 28254 28258 25602 0 -1 1077944384 56 12721 0 0 0 0 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567220529744 140567749613467 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28391] ppid=28254 vsize=11130628 CPUtime=5.67 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28391/stat : 28391 (java) S 28254 28258 25602 0 -1 1077944384 40825 12721 0 0 550 7 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567219476592 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28392] ppid=28254 vsize=11130628 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28392/stat : 28392 (java) S 28254 28258 25602 0 -1 1077944384 53291 12721 0 0 670 7 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567218423792 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28393] ppid=28254 vsize=11130628 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28393/stat : 28393 (java) S 28254 28258 25602 0 -1 1077944384 38654 12721 0 0 582 4 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567217371504 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28394] ppid=28254 vsize=11130628 CPUtime=3.17 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28394/stat : 28394 (java) S 28254 28258 25602 0 -1 1077944384 55988 12721 0 0 299 8 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567216318704 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28395] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28395/stat : 28395 (java) S 28254 28258 25602 0 -1 1077944384 3 12721 0 0 0 0 7 3 20 0 22 0 12641040 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567215266656 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28396] ppid=28254 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28396/stat : 28396 (java) S 28254 28258 25602 0 -1 1077944384 1814 12721 0 0 69 69 7 3 20 0 22 0 12641041 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567214213936 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28776] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28776/stat : 28776 (java) S 28254 28258 25602 0 -1 1077944384 52 12721 0 0 0 0 7 3 20 0 22 0 12872519 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567183086448 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28777] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28777/stat : 28777 (java) S 28254 28258 25602 0 -1 1077944384 26 12721 0 0 0 0 7 3 20 0 22 0 12872519 11397763072 819647 33554432000 4194304 4196468 140729558328624 140567182034368 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
Current children cumulated CPU time (s) 2405.13
Current children cumulated vsize (KiB) 11130628

[startup+2316.1 s]
/proc/loadavg: 1.62 1.57 1.49 11/283 28777
/proc/meminfo: memFree=27881584/32770624 swapFree=7184/341168
[pid=28258] ppid=28254 vsize=11130628 CPUtime=2407.95 cores=0,2,4,6,8,10,12,14
/proc/28258/stat : 28258 (java) S 28254 28258 25602 0 -1 1077944320 806743 12721 0 0 239923 862 7 3 20 0 22 0 12641020 11397763072 819679 33554432000 4194304 4196468 140729558328624 140729558311168 140567749594871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
/proc/28258/statm: 2782657 819679 3529 1 0 2770212 0
[pid=28258/tid=28366] ppid=28254 vsize=11130628 CPUtime=2297.45 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28366/stat : 28366 (java) S 28254 28258 25602 0 -1 1077944384 512396 12721 0 0 229618 117 7 3 20 0 22 0 12641032 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567753832592 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28368] ppid=28254 vsize=11130628 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28368/stat : 28368 (java) R 28254 28258 25602 0 -1 4202560 13685 12721 0 0 969 81 7 3 20 0 22 0 12641033 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567706147928 140567734591275 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28369] ppid=28254 vsize=11130628 CPUtime=10.5 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28369/stat : 28369 (java) R 28254 28258 25602 0 -1 4202560 10087 12721 0 0 961 79 7 3 20 0 22 0 12641033 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567705095128 140567734591440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28370] ppid=28254 vsize=11130628 CPUtime=10.52 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28370/stat : 28370 (java) R 28254 28258 25602 0 -1 4202560 6858 12721 0 0 963 79 7 3 20 0 22 0 12641033 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567704042840 140567734293839 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28371] ppid=28254 vsize=11130628 CPUtime=10.48 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28371/stat : 28371 (java) R 28254 28258 25602 0 -1 4202560 8837 12721 0 0 964 74 7 3 20 0 22 0 12641033 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567353679064 140567731204712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28372] ppid=28254 vsize=11130628 CPUtime=10.52 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28372/stat : 28372 (java) R 28254 28258 25602 0 -1 4202560 10079 12721 0 0 961 81 7 3 20 0 22 0 12641033 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567352625752 140567734591550 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28373] ppid=28254 vsize=11130628 CPUtime=10.55 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28373/stat : 28373 (java) R 28254 28258 25602 0 -1 4202560 7431 12721 0 0 963 82 7 3 20 0 22 0 12641033 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567351572952 140567734591533 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28374] ppid=28254 vsize=11130628 CPUtime=10.49 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28374/stat : 28374 (java) R 28254 28258 25602 0 -1 4202560 8938 12721 0 0 960 79 7 3 20 0 22 0 12641033 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567350520352 140567734591440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28375] ppid=28254 vsize=11130628 CPUtime=10.44 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28375/stat : 28375 (java) R 28254 28258 25602 0 -1 4202560 8721 12721 0 0 953 81 7 3 20 0 22 0 12641033 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567349467864 140567731204678 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28384] ppid=28254 vsize=11130628 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28384/stat : 28384 (java) S 28254 28258 25602 0 -1 1077944384 26738 12721 0 0 379 62 7 3 20 0 22 0 12641035 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567223686416 140567749605077 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28386] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28386/stat : 28386 (java) S 28254 28258 25602 0 -1 1077944384 68 12721 0 0 0 0 7 3 20 0 22 0 12641036 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567222633872 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28387] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28387/stat : 28387 (java) S 28254 28258 25602 0 -1 1077944384 64 12721 0 0 0 0 7 3 20 0 22 0 12641036 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567221581040 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28390] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28390/stat : 28390 (java) S 28254 28258 25602 0 -1 1077944384 56 12721 0 0 0 0 7 3 20 0 22 0 12641040 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567220529744 140567749613467 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28391] ppid=28254 vsize=11130628 CPUtime=5.67 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28391/stat : 28391 (java) S 28254 28258 25602 0 -1 1077944384 40825 12721 0 0 550 7 7 3 20 0 22 0 12641040 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567219476592 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28392] ppid=28254 vsize=11130628 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28392/stat : 28392 (java) S 28254 28258 25602 0 -1 1077944384 53291 12721 0 0 670 7 7 3 20 0 22 0 12641040 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567218423792 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28393] ppid=28254 vsize=11130628 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28393/stat : 28393 (java) S 28254 28258 25602 0 -1 1077944384 38654 12721 0 0 582 4 7 3 20 0 22 0 12641040 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567217371504 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28394] ppid=28254 vsize=11130628 CPUtime=3.17 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28394/stat : 28394 (java) S 28254 28258 25602 0 -1 1077944384 55988 12721 0 0 299 8 7 3 20 0 22 0 12641040 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567216318704 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28395] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28395/stat : 28395 (java) S 28254 28258 25602 0 -1 1077944384 3 12721 0 0 0 0 7 3 20 0 22 0 12641040 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567215266656 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28396] ppid=28254 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28396/stat : 28396 (java) S 28254 28258 25602 0 -1 1077944384 1814 12721 0 0 69 69 7 3 20 0 22 0 12641041 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567214213936 140567749606018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28776] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28776/stat : 28776 (java) S 28254 28258 25602 0 -1 1077944384 52 12721 0 0 0 0 7 3 20 0 22 0 12872519 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567183086448 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
[pid=28258/tid=28777] ppid=28254 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/28258/task/28777/stat : 28777 (java) S 28254 28258 25602 0 -1 1077944384 26 12721 0 0 0 0 7 3 20 0 22 0 12872519 11397763072 819679 33554432000 4194304 4196468 140729558328624 140567182034368 140567749605077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140729558330049 140729558332823 140729558332823 140729558335439 0
Current children cumulated CPU time (s) 2407.95
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2316.19
CPU time (s): 2408.35
CPU user time (s): 2399.66
CPU system time (s): 8.68338
CPU usage (%): 103.979
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.66
system time used= 8.68338
maximum resident set size= 3279268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 819537
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186945
involuntary context switches= 155437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2869 second user time and 19.7981 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-23 03:35:43
IDJOB=4249641
IDBENCH=137614
IDSOLVER=2630
FILE ID=node139/4249641-1500773743
RUNJOBID= node139-1500773743-28228
PBS_JOBID= 20624581
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w4b3r4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249641-1500773743/watcher-4249641-1500773743 -o /tmp/evaluation-result-4249641-1500773743/solver-4249641-1500773743 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500773743-28228 --watchdog 2560  bin/concrete HOME/instance-4249641-1500773743.xml

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

MD5SUM BENCH= f75a86a5a7a46a13e5890f4f16694299
RANDOM SEED=1316185196

node139.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	: 5334.08
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		: 2133.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		: 2000.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	: 5334.08
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	: 5334.08
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	: 5334.08
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	: 5334.08
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	: 5334.08
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	: 5334.08
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		: 1600.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		: 2400.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	: 5334.08
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		: 2133.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:        31499256 kB
MemAvailable:   31993028 kB
Buffers:          160756 kB
Cached:           611480 kB
SwapCached:            0 kB
Active:           478684 kB
Inactive:         347684 kB
Active(anon):      57008 kB
Inactive(anon):     8648 kB
Active(file):     421676 kB
Inactive(file):   339036 kB
Unevictable:        7184 kB
Mlocked:            7184 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             47908 kB
Writeback:            12 kB
AnonPages:         60476 kB
Mapped:            31480 kB
Shmem:              8852 kB
Slab:             131932 kB
SReclaimable:      97788 kB
SUnreclaim:        34144 kB
KernelStack:        4112 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     311596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61888 MiB
End job on node139 at 2017-07-23 04:14:19