Trace number 4249690

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) 2404.12 2309.54

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-63.xml
MD5SUMc5b43cb4096baa2a106332b7cfda903c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.49/2.18	c Concrete v3.4 running
2404.02/2309.51	java.util.concurrent.TimeoutException
2404.02/2309.51		at concrete.MAC.mac(MAC.scala:74)
2404.02/2309.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2404.02/2309.51		at scala.util.Try$.apply(Try.scala:209)
2404.02/2309.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2404.02/2309.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2404.02/2309.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2404.02/2309.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2404.02/2309.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2404.02/2309.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2404.02/2309.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2404.02/2309.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2404.02/2309.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2404.02/2309.51		at concrete.MAC.oneRun(MAC.scala:146)
2404.02/2309.51		at concrete.MAC.nextSolution(MAC.scala:166)
2404.02/2309.51		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2404.02/2309.51		at concrete.ProblemState.map(ProblemState.scala:203)
2404.02/2309.51		at concrete.ProblemState.map(ProblemState.scala:188)
2404.02/2309.51		at concrete.MAC.nextSolution(MAC.scala:195)
2404.02/2309.51		at concrete.Solver.hasNext(Solver.scala:202)
2404.02/2309.51		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2404.02/2309.51		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2404.02/2309.51		at concrete.Solver.toStream(Solver.scala:73)
2404.02/2309.51		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2404.02/2309.51		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2404.02/2309.51		at concrete.Solver.toIterable(Solver.scala:73)
2404.02/2309.51		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2404.02/2309.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2404.02/2309.51		at scala.util.Success.map(Try.scala:209)
2404.02/2309.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2404.02/2309.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2404.02/2309.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2404.02/2309.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2404.02/2309.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2404.02/2309.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2404.02/2309.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2404.02/2309.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2404.02/2309.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2404.02/2309.51		at scala.collection.immutable.List.foreach(List.scala:389)
2404.02/2309.51		at scala.App.main(App.scala:76)
2404.02/2309.51		at scala.App.main$(App.scala:74)
2404.02/2309.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2404.02/2309.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2404.02/2309.52	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-4249690-1500774133/watcher-4249690-1500774133 -o /tmp/evaluation-result-4249690-1500774133/solver-4249690-1500774133 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500774133-23374 --watchdog 2560 bin/concrete HOME/instance-4249690-1500774133.xml 

pid=23397
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.20 1.36 1.50 3/238 23400
/proc/meminfo: memFree=31108888/32770624 swapFree=6300/716028
[pid=23400] ppid=23397 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (bash) S 23397 23400 19920 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 12681135 9736192 350 33554432000 4194304 5098028 140736047690176 140736047687816 140260380888064 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 34291712 140736047699214 140736047699299 140736047699299 140736047701998 0
/proc/23400/statm: 2377 350 277 221 0 86 0

[startup+0.100102 s]
/proc/loadavg: 1.20 1.36 1.50 3/238 23400
/proc/meminfo: memFree=31108888/32770624 swapFree=6300/716028
[pid=23400] ppid=23397 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (bash) S 23397 23400 19920 0 -1 4202496 880 6416 0 1 0 0 0 1 20 0 1 0 12681135 9871360 378 33554432000 4194304 5098028 140736047690176 140736047684184 140260380888064 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 34291712 140736047699214 140736047699299 140736047699299 140736047701998 0
/proc/23400/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200416 s]
/proc/loadavg: 1.20 1.36 1.50 3/238 23400
/proc/meminfo: memFree=31108888/32770624 swapFree=6300/716028
[pid=23400] ppid=23397 vsize=10435860 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 4800 12271 0 1 5 1 7 3 20 0 13 0 12681135 10686320640 5169 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2608965 5169 2127 1 0 2597403 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10435860

[startup+0.300288 s]
/proc/loadavg: 1.20 1.36 1.50 3/238 23400
/proc/meminfo: memFree=31108888/32770624 swapFree=6300/716028
[pid=23400] ppid=23397 vsize=10902292 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 6755 12271 0 1 21 2 7 3 20 0 20 0 12681135 11163947008 8511 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2725573 8511 2970 1 0 2713890 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10902292

[startup+0.70033 s]
/proc/loadavg: 1.20 1.36 1.50 3/238 23400
/proc/meminfo: memFree=31108888/32770624 swapFree=6300/716028
[pid=23400] ppid=23397 vsize=10902720 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 12115 12271 0 1 70 4 7 3 20 0 20 0 12681135 11164385280 14920 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2725680 14920 3134 1 0 2713890 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 10902720

[startup+1.50072 s]
/proc/loadavg: 1.20 1.36 1.50 3/283 23551
/proc/meminfo: memFree=30903380/32770624 swapFree=6300/716560
[pid=23400] ppid=23397 vsize=10913344 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 26594 12271 0 1 194 13 7 3 20 0 20 0 12681135 11175264256 43959 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2728336 43959 3411 1 0 2716450 0
[pid=23400/tid=23504] ppid=23397 vsize=10913344 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23504/stat : 23504 (java) R 23397 23400 19920 0 -1 4202560 19385 12271 0 1 122 6 7 3 20 0 20 0 12681150 11175264256 43959 33554432000 4194304 4196468 140736366609184 139885114878592 139885110672790 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23512] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23512/stat : 23512 (java) S 23397 23400 19920 0 -1 1077944384 142 12271 0 1 0 0 7 3 20 0 20 0 12681150 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884717907088 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23513] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23513/stat : 23513 (java) S 23397 23400 19920 0 -1 1077944384 16 12271 0 1 0 0 7 3 20 0 20 0 12681150 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884716854288 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23514] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23514/stat : 23514 (java) S 23397 23400 19920 0 -1 1077944384 37 12271 0 1 0 0 7 3 20 0 20 0 12681150 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884715801488 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23515] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23515/stat : 23515 (java) S 23397 23400 19920 0 -1 1077944384 49 12271 0 1 0 0 7 3 20 0 20 0 12681151 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884714748688 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23516] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23516/stat : 23516 (java) S 23397 23400 19920 0 -1 1077944384 14 12271 0 1 0 0 7 3 20 0 20 0 12681151 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884713695888 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23517] ppid=23397 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23517/stat : 23517 (java) S 23397 23400 19920 0 -1 1077944384 21 12271 0 1 1 0 7 3 20 0 20 0 12681151 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884712643088 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23518] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23518/stat : 23518 (java) S 23397 23400 19920 0 -1 1077944384 21 12271 0 1 0 0 7 3 20 0 20 0 12681151 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884711590288 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23519] ppid=23397 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23519/stat : 23519 (java) S 23397 23400 19920 0 -1 1077944384 26 12271 0 1 1 0 7 3 20 0 20 0 12681151 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884710537488 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23532] ppid=23397 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23532/stat : 23532 (java) S 23397 23400 19920 0 -1 1077944384 1543 12271 0 1 1 0 7 3 20 0 20 0 12681153 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884585196400 139885110672002 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23533] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23533/stat : 23533 (java) S 23397 23400 19920 0 -1 1077944384 55 12271 0 1 0 0 7 3 20 0 20 0 12681154 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884584142432 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23534] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23534/stat : 23534 (java) S 23397 23400 19920 0 -1 1077944384 43 12271 0 1 0 0 7 3 20 0 20 0 12681154 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884583089520 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23538] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23538/stat : 23538 (java) S 23397 23400 19920 0 -1 1077944384 1 12271 0 1 0 0 7 3 20 0 20 0 12681158 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884582037840 139885110679451 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23539] ppid=23397 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23539/stat : 23539 (java) S 23397 23400 19920 0 -1 1077944384 851 12271 0 1 15 0 7 3 20 0 20 0 12681158 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884580985200 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23540] ppid=23397 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23540/stat : 23540 (java) S 23397 23400 19920 0 -1 1077944384 547 12271 0 1 10 0 7 3 20 0 20 0 12681158 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884579932400 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23541] ppid=23397 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23541/stat : 23541 (java) S 23397 23400 19920 0 -1 1077944384 451 12271 0 1 11 0 7 3 20 0 20 0 12681158 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884578879600 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23542] ppid=23397 vsize=10913344 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23542/stat : 23542 (java) R 23397 23400 19920 0 -1 4202560 1257 12271 0 1 24 0 7 3 20 0 20 0 12681158 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884577824608 139885089458397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23543] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23543/stat : 23543 (java) S 23397 23400 19920 0 -1 1077944384 3 12271 0 1 0 0 7 3 20 0 20 0 12681159 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884576775264 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23544] ppid=23397 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23544/stat : 23544 (java) S 23397 23400 19920 0 -1 1077944384 4 12271 0 1 0 0 7 3 20 0 20 0 12681159 11175264256 43959 33554432000 4194304 4196468 140736366609184 139884575722544 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 10913344

[startup+3.10083 s]
/proc/loadavg: 1.20 1.36 1.50 7/283 23551
/proc/meminfo: memFree=30754024/32770624 swapFree=6300/716316
[pid=23400] ppid=23397 vsize=10923772 CPUtime=6.3 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 47323 12271 0 1 596 24 7 3 20 0 20 0 12681135 11185942528 75368 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2730943 75368 3482 1 0 2718498 0
[pid=23400/tid=23504] ppid=23397 vsize=10923772 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23504/stat : 23504 (java) R 23397 23400 19920 0 -1 4202560 30908 12271 0 1 275 10 7 3 20 0 20 0 12681150 11185942528 75368 33554432000 4194304 4196468 140736366609184 139885114858600 139885094741342 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23512] ppid=23397 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23512/stat : 23512 (java) S 23397 23400 19920 0 -1 1077944384 150 12271 0 1 1 1 7 3 20 0 20 0 12681150 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884717907088 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23513] ppid=23397 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23513/stat : 23513 (java) S 23397 23400 19920 0 -1 1077944384 24 12271 0 1 1 1 7 3 20 0 20 0 12681150 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884716854288 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23514] ppid=23397 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23514/stat : 23514 (java) S 23397 23400 19920 0 -1 1077944384 45 12271 0 1 1 1 7 3 20 0 20 0 12681150 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884715801488 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23515] ppid=23397 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23515/stat : 23515 (java) S 23397 23400 19920 0 -1 1077944384 74 12271 0 1 1 0 7 3 20 0 20 0 12681151 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884714748688 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23516] ppid=23397 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23516/stat : 23516 (java) S 23397 23400 19920 0 -1 1077944384 104 12271 0 1 1 0 7 3 20 0 20 0 12681151 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884713695888 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23517] ppid=23397 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23517/stat : 23517 (java) S 23397 23400 19920 0 -1 1077944384 30 12271 0 1 1 1 7 3 20 0 20 0 12681151 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884712643088 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23518] ppid=23397 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23518/stat : 23518 (java) S 23397 23400 19920 0 -1 1077944384 133 12271 0 1 1 1 7 3 20 0 20 0 12681151 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884711590288 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23519] ppid=23397 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23519/stat : 23519 (java) S 23397 23400 19920 0 -1 1077944384 27 12271 0 1 1 0 7 3 20 0 20 0 12681151 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884710537488 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23532] ppid=23397 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23532/stat : 23532 (java) S 23397 23400 19920 0 -1 1077944384 1735 12271 0 1 2 0 7 3 20 0 20 0 12681153 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884585196400 139885110672002 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23533] ppid=23397 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23533/stat : 23533 (java) S 23397 23400 19920 0 -1 1077944384 57 12271 0 1 0 0 7 3 20 0 20 0 12681154 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884584142432 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23534] ppid=23397 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23534/stat : 23534 (java) S 23397 23400 19920 0 -1 1077944384 45 12271 0 1 0 0 7 3 20 0 20 0 12681154 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884583089536 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23538] ppid=23397 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23538/stat : 23538 (java) S 23397 23400 19920 0 -1 1077944384 1 12271 0 1 0 0 7 3 20 0 20 0 12681158 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884582037840 139885110679451 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23539] ppid=23397 vsize=10923772 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23539/stat : 23539 (java) S 23397 23400 19920 0 -1 1077944384 2034 12271 0 1 62 1 7 3 20 0 20 0 12681158 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884580985200 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23540] ppid=23397 vsize=10923772 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23540/stat : 23540 (java) S 23397 23400 19920 0 -1 1077944384 2022 12271 0 1 66 0 7 3 20 0 20 0 12681158 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884579932400 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23541] ppid=23397 vsize=10923772 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23541/stat : 23541 (java) S 23397 23400 19920 0 -1 1077944384 4646 12271 0 1 89 0 7 3 20 0 20 0 12681158 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884578879600 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23542] ppid=23397 vsize=10923772 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23542/stat : 23542 (java) S 23397 23400 19920 0 -1 1077944384 3151 12271 0 1 86 0 7 3 20 0 20 0 12681158 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884577826800 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23543] ppid=23397 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23543/stat : 23543 (java) S 23397 23400 19920 0 -1 1077944384 3 12271 0 1 0 0 7 3 20 0 20 0 12681159 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884576775264 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23544] ppid=23397 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23544/stat : 23544 (java) S 23397 23400 19920 0 -1 1077944384 6 12271 0 1 0 0 7 3 20 0 20 0 12681159 11185942528 75368 33554432000 4194304 4196468 140736366609184 139884575722544 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 10923772

[startup+6.30089 s]
/proc/loadavg: 1.27 1.38 1.51 4/283 23551
/proc/meminfo: memFree=30066464/32770624 swapFree=6300/716828
[pid=23400] ppid=23397 vsize=10929916 CPUtime=17.08 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 54898 12271 0 1 1616 82 7 3 20 0 20 0 12681135 11192233984 146466 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2732479 146466 3505 1 0 2720034 0
[pid=23400/tid=23504] ppid=23397 vsize=10929916 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23504/stat : 23504 (java) R 23397 23400 19920 0 -1 4202560 32512 12271 0 1 571 13 7 3 20 0 20 0 12681150 11192233984 146466 33554432000 4194304 4196468 140736366609184 139885114889752 139884761677079 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23512] ppid=23397 vsize=10929916 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23512/stat : 23512 (java) S 23397 23400 19920 0 -1 1077944384 200 12271 0 1 8 7 7 3 20 0 20 0 12681150 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884717907088 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23513] ppid=23397 vsize=10929916 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23513/stat : 23513 (java) S 23397 23400 19920 0 -1 1077944384 113 12271 0 1 9 7 7 3 20 0 20 0 12681150 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884716854288 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23514] ppid=23397 vsize=10929916 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23514/stat : 23514 (java) S 23397 23400 19920 0 -1 1077944384 116 12271 0 1 8 7 7 3 20 0 20 0 12681150 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884715801488 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23515] ppid=23397 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23515/stat : 23515 (java) S 23397 23400 19920 0 -1 1077944384 168 12271 0 1 10 7 7 3 20 0 20 0 12681151 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884714748688 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23516] ppid=23397 vsize=10929916 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23516/stat : 23516 (java) S 23397 23400 19920 0 -1 1077944384 196 12271 0 1 10 8 7 3 20 0 20 0 12681151 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884713695888 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23517] ppid=23397 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23517/stat : 23517 (java) S 23397 23400 19920 0 -1 1077944384 136 12271 0 1 10 7 7 3 20 0 20 0 12681151 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884712643088 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23518] ppid=23397 vsize=10929916 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23518/stat : 23518 (java) S 23397 23400 19920 0 -1 1077944384 198 12271 0 1 9 7 7 3 20 0 20 0 12681151 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884711590288 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23519] ppid=23397 vsize=10929916 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23519/stat : 23519 (java) S 23397 23400 19920 0 -1 1077944384 149 12271 0 1 8 7 7 3 20 0 20 0 12681151 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884710537488 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23532] ppid=23397 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23532/stat : 23532 (java) S 23397 23400 19920 0 -1 1077944384 2589 12271 0 1 5 0 7 3 20 0 20 0 12681153 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884585196400 139885110672002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23533] ppid=23397 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23533/stat : 23533 (java) S 23397 23400 19920 0 -1 1077944384 57 12271 0 1 0 0 7 3 20 0 20 0 12681154 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884584142432 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23534] ppid=23397 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23534/stat : 23534 (java) S 23397 23400 19920 0 -1 1077944384 45 12271 0 1 0 0 7 3 20 0 20 0 12681154 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884583089536 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23538] ppid=23397 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23538/stat : 23538 (java) S 23397 23400 19920 0 -1 1077944384 1 12271 0 1 0 0 7 3 20 0 20 0 12681158 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884582037840 139885110679451 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23539] ppid=23397 vsize=10929916 CPUtime=2.75 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23539/stat : 23539 (java) S 23397 23400 19920 0 -1 1077944384 3096 12271 0 1 264 1 7 3 20 0 20 0 12681158 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884580985200 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23540] ppid=23397 vsize=10929916 CPUtime=2.64 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23540/stat : 23540 (java) S 23397 23400 19920 0 -1 1077944384 3408 12271 0 1 253 1 7 3 20 0 20 0 12681158 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884579932400 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23541] ppid=23397 vsize=10929916 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23541/stat : 23541 (java) S 23397 23400 19920 0 -1 1077944384 5687 12271 0 1 300 1 7 3 20 0 20 0 12681158 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884578879600 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23542] ppid=23397 vsize=10929916 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23542/stat : 23542 (java) S 23397 23400 19920 0 -1 1077944384 4088 12271 0 1 143 1 7 3 20 0 20 0 12681158 11192233984 146466 33554432000 4194304 4196468 140736366609184 139884577826800 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23543] ppid=23397 vsize=10929916 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=23400/tid=23538] ppid=23397 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23538/stat : 23538 (java) S 23397 23400 19920 0 -1 1077944384 1 12271 0 1 0 0 7 3 20 0 20 0 12681158 11261440000 861797 33554432000 4194304 4196468 140736366609184 139884582037840 139885110679451 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23539] ppid=23397 vsize=10997500 CPUtime=5.08 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23539/stat : 23539 (java) S 23397 23400 19920 0 -1 1077944384 19882 12271 0 1 494 4 7 3 20 0 20 0 12681158 11261440000 861797 33554432000 4194304 4196468 140736366609184 139884580985200 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23540] ppid=23397 vsize=10997500 CPUtime=5.41 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23540/stat : 23540 (java) S 23397 23400 19920 0 -1 1077944384 20912 12271 0 1 529 2 7 3 20 0 20 0 12681158 11261440000 861797 33554432000 4194304 4196468 140736366609184 139884579932400 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23541] ppid=23397 vsize=10997500 CPUtime=5.24 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23541/stat : 23541 (java) S 23397 23400 19920 0 -1 1077944384 15745 12271 0 1 512 2 7 3 20 0 20 0 12681158 11261440000 861797 33554432000 4194304 4196468 140736366609184 139884578879600 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23542] ppid=23397 vsize=10997500 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23542/stat : 23542 (java) S 23397 23400 19920 0 -1 1077944384 18835 12271 0 1 199 3 7 3 20 0 20 0 12681158 11261440000 861797 33554432000 4194304 4196468 140736366609184 139884577826800 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23543] ppid=23397 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23543/stat : 23543 (java) S 23397 23400 19920 0 -1 1077944384 3 12271 0 1 0 0 7 3 20 0 20 0 12681159 11261440000 861797 33554432000 4194304 4196468 140736366609184 139884576775264 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23544] ppid=23397 vsize=10997500 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23544/stat : 23544 (java) S 23397 23400 19920 0 -1 1077944384 2437 12271 0 1 68 70 7 3 20 0 20 0 12681159 11261440000 861797 33554432000 4194304 4196468 140736366609184 139884575722544 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
Current children cumulated CPU time (s) 2400.08
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 23400 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2309.2 s]
/proc/loadavg: 1.64 1.70 1.65 3/281 23643
/proc/meminfo: memFree=24384844/32770624 swapFree=6300/718144
[pid=23400] ppid=23397 vsize=11130628 CPUtime=2402.1 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 439512 12271 0 1 239536 664 7 3 20 0 22 0 12681135 11397763072 861853 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2782657 861853 3514 1 0 2770212 0
[pid=23400/tid=23504] ppid=23397 vsize=11130628 CPUtime=2294.92 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23504/stat : 23504 (java) S 23397 23400 19920 0 -1 1077944384 177016 12271 0 1 229417 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139885114898528 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23512] ppid=23397 vsize=11130628 CPUtime=10.78 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23512/stat : 23512 (java) R 23397 23400 19920 0 -1 4202560 14053 12271 0 1 1004 64 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884717907288 139885095611460 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23513] ppid=23397 vsize=11130628 CPUtime=10.85 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23513/stat : 23513 (java) R 23397 23400 19920 0 -1 4202560 16976 12271 0 1 1010 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884716854488 139885095611460 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23514] ppid=23397 vsize=11130628 CPUtime=10.9 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23514/stat : 23514 (java) R 23397 23400 19920 0 -1 4202560 14375 12271 0 1 1015 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884715801688 139885095611460 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23515] ppid=23397 vsize=11130628 CPUtime=11.17 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23515/stat : 23515 (java) R 23397 23400 19920 0 -1 4202560 15438 12271 0 1 1041 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884714748888 139885092257517 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23516] ppid=23397 vsize=11130628 CPUtime=10.94 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23516/stat : 23516 (java) R 23397 23400 19920 0 -1 4202560 16303 12271 0 1 1018 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884713696088 139885092257296 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23517] ppid=23397 vsize=11130628 CPUtime=11.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23517/stat : 23517 (java) R 23397 23400 19920 0 -1 4202560 19555 12271 0 1 1036 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884712643288 139885092256878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23518] ppid=23397 vsize=11130628 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23518/stat : 23518 (java) R 23397 23400 19920 0 -1 4202560 17975 12271 0 1 1030 67 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884711590488 139885092257347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23519] ppid=23397 vsize=11130628 CPUtime=11.02 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23519/stat : 23519 (java) R 23397 23400 19920 0 -1 4202560 17172 12271 0 1 1025 67 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884710537376 139885095358630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23532] ppid=23397 vsize=11130628 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23532/stat : 23532 (java) S 23397 23400 19920 0 -1 1077944384 50351 12271 0 1 103 11 7 3 20 0 22 0 12681153 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884585194800 139885110671061 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23533] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23533/stat : 23533 (java) S 23397 23400 19920 0 -1 1077944384 64 12271 0 1 0 0 7 3 20 0 22 0 12681154 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884584142336 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23534] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23534/stat : 23534 (java) S 23397 23400 19920 0 -1 1077944384 54 12271 0 1 0 0 7 3 20 0 22 0 12681154 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884583089536 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23538] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23538/stat : 23538 (java) S 23397 23400 19920 0 -1 1077944384 121 12271 0 1 0 0 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884582037840 139885110679451 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23539] ppid=23397 vsize=11130628 CPUtime=5.08 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23539/stat : 23539 (java) S 23397 23400 19920 0 -1 1077944384 19882 12271 0 1 494 4 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884580985200 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23540] ppid=23397 vsize=11130628 CPUtime=5.41 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23540/stat : 23540 (java) S 23397 23400 19920 0 -1 1077944384 20912 12271 0 1 529 2 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884579932400 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23541] ppid=23397 vsize=11130628 CPUtime=5.24 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23541/stat : 23541 (java) S 23397 23400 19920 0 -1 1077944384 15745 12271 0 1 512 2 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884578879600 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23542] ppid=23397 vsize=11130628 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23542/stat : 23542 (java) S 23397 23400 19920 0 -1 1077944384 18835 12271 0 1 199 3 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884577826800 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23543] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23543/stat : 23543 (java) S 23397 23400 19920 0 -1 1077944384 3 12271 0 1 0 0 7 3 20 0 22 0 12681159 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884576775264 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23544] ppid=23397 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23544/stat : 23544 (java) S 23397 23400 19920 0 -1 1077944384 2437 12271 0 1 68 70 7 3 20 0 22 0 12681159 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884575722544 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
Current children cumulated CPU time (s) 2402.1
Current children cumulated vsize (KiB) 11130628

[startup+2309.4 s]
/proc/loadavg: 1.64 1.70 1.65 3/281 23643
/proc/meminfo: memFree=24384844/32770624 swapFree=6300/718144
[pid=23400] ppid=23397 vsize=11130628 CPUtime=2403.35 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 439531 12271 0 1 239661 664 7 3 20 0 22 0 12681135 11397763072 861853 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2782657 861853 3514 1 0 2770212 0
[pid=23400/tid=23504] ppid=23397 vsize=11130628 CPUtime=2294.92 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23504/stat : 23504 (java) S 23397 23400 19920 0 -1 1077944384 177016 12271 0 1 229417 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139885114898528 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23512] ppid=23397 vsize=11130628 CPUtime=10.94 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23512/stat : 23512 (java) R 23397 23400 19920 0 -1 4202560 14053 12271 0 1 1020 64 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884717907288 139885092270521 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23513] ppid=23397 vsize=11130628 CPUtime=11 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23513/stat : 23513 (java) R 23397 23400 19920 0 -1 4202560 16984 12271 0 1 1025 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884716854488 139885095657222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23514] ppid=23397 vsize=11130628 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23514/stat : 23514 (java) R 23397 23400 19920 0 -1 4202560 14376 12271 0 1 1030 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884715801688 139885092270675 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23515] ppid=23397 vsize=11130628 CPUtime=11.33 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23515/stat : 23515 (java) R 23397 23400 19920 0 -1 4202560 15438 12271 0 1 1057 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884714748888 139885092270563 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23516] ppid=23397 vsize=11130628 CPUtime=11.08 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23516/stat : 23516 (java) R 23397 23400 19920 0 -1 4202560 16303 12271 0 1 1032 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884713695776 139885095359585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23517] ppid=23397 vsize=11130628 CPUtime=11.27 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23517/stat : 23517 (java) R 23397 23400 19920 0 -1 4202560 19555 12271 0 1 1051 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884712643288 139885095657259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23518] ppid=23397 vsize=11130628 CPUtime=11.22 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23518/stat : 23518 (java) R 23397 23400 19920 0 -1 4202560 17975 12271 0 1 1045 67 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884711590488 139885092270652 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23519] ppid=23397 vsize=11130628 CPUtime=11.17 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23519/stat : 23519 (java) R 23397 23400 19920 0 -1 4202560 17172 12271 0 1 1040 67 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884710537688 139885092270464 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23532] ppid=23397 vsize=11130628 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23532/stat : 23532 (java) S 23397 23400 19920 0 -1 1077944384 50357 12271 0 1 108 11 7 3 20 0 22 0 12681153 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884585195024 139885110671061 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23533] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23533/stat : 23533 (java) S 23397 23400 19920 0 -1 1077944384 65 12271 0 1 0 0 7 3 20 0 22 0 12681154 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884584141968 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23534] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23534/stat : 23534 (java) S 23397 23400 19920 0 -1 1077944384 56 12271 0 1 0 0 7 3 20 0 22 0 12681154 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884583089136 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23538] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23538/stat : 23538 (java) S 23397 23400 19920 0 -1 1077944384 121 12271 0 1 0 0 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884582037840 139885110679451 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23539] ppid=23397 vsize=11130628 CPUtime=5.08 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23539/stat : 23539 (java) S 23397 23400 19920 0 -1 1077944384 19882 12271 0 1 494 4 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884580985200 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23540] ppid=23397 vsize=11130628 CPUtime=5.41 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23540/stat : 23540 (java) S 23397 23400 19920 0 -1 1077944384 20912 12271 0 1 529 2 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884579932400 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23541] ppid=23397 vsize=11130628 CPUtime=5.24 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23541/stat : 23541 (java) S 23397 23400 19920 0 -1 1077944384 15745 12271 0 1 512 2 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884578879600 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23542] ppid=23397 vsize=11130628 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23542/stat : 23542 (java) S 23397 23400 19920 0 -1 1077944384 18835 12271 0 1 199 3 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884577826800 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23543] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23543/stat : 23543 (java) S 23397 23400 19920 0 -1 1077944384 3 12271 0 1 0 0 7 3 20 0 22 0 12681159 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884576775264 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23544] ppid=23397 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23544/stat : 23544 (java) S 23397 23400 19920 0 -1 1077944384 2437 12271 0 1 68 70 7 3 20 0 22 0 12681159 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884575722544 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
Current children cumulated CPU time (s) 2403.35
Current children cumulated vsize (KiB) 11130628

[startup+2309.5 s]
/proc/loadavg: 1.64 1.70 1.65 3/281 23643
/proc/meminfo: memFree=24384844/32770624 swapFree=6300/718144
[pid=23400] ppid=23397 vsize=11130628 CPUtime=2404.02 cores=0,2,4,6,8,10,12,14
/proc/23400/stat : 23400 (java) S 23397 23400 19920 0 -1 1077944320 439533 12271 0 1 239728 664 7 3 20 0 22 0 12681135 11397763072 861853 33554432000 4194304 4196468 140736366609184 140736366591728 139885110660855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
/proc/23400/statm: 2782657 861853 3514 1 0 2770212 0
[pid=23400/tid=23504] ppid=23397 vsize=11130628 CPUtime=2294.92 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23504/stat : 23504 (java) S 23397 23400 19920 0 -1 1077944384 177016 12271 0 1 229417 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139885114898528 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23512] ppid=23397 vsize=11130628 CPUtime=11.02 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23512/stat : 23512 (java) R 23397 23400 19920 0 -1 4202560 14053 12271 0 1 1028 64 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884717907288 139885094043890 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23513] ppid=23397 vsize=11130628 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23513/stat : 23513 (java) R 23397 23400 19920 0 -1 4202560 16984 12271 0 1 1032 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884716854488 139885094043890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23514] ppid=23397 vsize=11130628 CPUtime=11.13 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23514/stat : 23514 (java) R 23397 23400 19920 0 -1 4202560 14376 12271 0 1 1038 65 7 3 20 0 22 0 12681150 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884715801608 139885094043890 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23515] ppid=23397 vsize=11130628 CPUtime=11.41 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23515/stat : 23515 (java) R 23397 23400 19920 0 -1 4202560 15438 12271 0 1 1065 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884714748808 139885103289063 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23516] ppid=23397 vsize=11130628 CPUtime=11.16 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23516/stat : 23516 (java) R 23397 23400 19920 0 -1 4202560 16303 12271 0 1 1040 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884713695776 139885103289063 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23517] ppid=23397 vsize=11130628 CPUtime=11.36 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23517/stat : 23517 (java) R 23397 23400 19920 0 -1 4202560 19555 12271 0 1 1060 66 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884712643288 139885103289063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23518] ppid=23397 vsize=11130628 CPUtime=11.31 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23518/stat : 23518 (java) R 23397 23400 19920 0 -1 4202560 17975 12271 0 1 1054 67 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884711590488 139885095657364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23519] ppid=23397 vsize=11130628 CPUtime=11.26 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23519/stat : 23519 (java) R 23397 23400 19920 0 -1 4202560 17172 12271 0 1 1049 67 7 3 20 0 22 0 12681151 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884710537608 139885103289063 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23532] ppid=23397 vsize=11130628 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23532/stat : 23532 (java) S 23397 23400 19920 0 -1 1077944384 50357 12271 0 1 109 11 7 3 20 0 22 0 12681153 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884585195024 139885110671061 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23533] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23533/stat : 23533 (java) S 23397 23400 19920 0 -1 1077944384 65 12271 0 1 0 0 7 3 20 0 22 0 12681154 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884584141968 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23534] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23534/stat : 23534 (java) S 23397 23400 19920 0 -1 1077944384 57 12271 0 1 0 0 7 3 20 0 22 0 12681154 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884583089536 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23538] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23538/stat : 23538 (java) S 23397 23400 19920 0 -1 1077944384 121 12271 0 1 0 0 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884582037840 139885110679451 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23539] ppid=23397 vsize=11130628 CPUtime=5.08 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23539/stat : 23539 (java) S 23397 23400 19920 0 -1 1077944384 19882 12271 0 1 494 4 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884580985200 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23540] ppid=23397 vsize=11130628 CPUtime=5.41 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23540/stat : 23540 (java) S 23397 23400 19920 0 -1 1077944384 20912 12271 0 1 529 2 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884579932400 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23541] ppid=23397 vsize=11130628 CPUtime=5.24 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23541/stat : 23541 (java) S 23397 23400 19920 0 -1 1077944384 15745 12271 0 1 512 2 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884578879600 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23542] ppid=23397 vsize=11130628 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23542/stat : 23542 (java) S 23397 23400 19920 0 -1 1077944384 18835 12271 0 1 199 3 7 3 20 0 22 0 12681158 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884577826800 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23543] ppid=23397 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23543/stat : 23543 (java) S 23397 23400 19920 0 -1 1077944384 3 12271 0 1 0 0 7 3 20 0 22 0 12681159 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884576775264 139885110671061 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
[pid=23400/tid=23544] ppid=23397 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/23400/task/23544/stat : 23544 (java) S 23397 23400 19920 0 -1 1077944384 2437 12271 0 1 68 70 7 3 20 0 22 0 12681159 11397763072 861853 33554432000 4194304 4196468 140736366609184 139884575722544 139885110672002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33579008 140736366615233 140736366618007 140736366618007 140736366620623 0
Current children cumulated CPU time (s) 2404.02
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2309.54
CPU time (s): 2404.12
CPU user time (s): 2397.42
CPU system time (s): 6.70354
CPU usage (%): 104.095
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.42
system time used= 6.70354
maximum resident set size= 3448168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451892
page faults= 1
swaps= 0
block input operations= 2736
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93041
involuntary context switches= 130364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7554 second user time and 19.5394 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-23 03:42:13
IDJOB=4249690
IDBENCH=137753
IDSOLVER=2630
FILE ID=node124/4249690-1500774133
RUNJOBID= node124-1500774133-23374
PBS_JOBID= 20624592
Free space on /tmp= 61860 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-63.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249690-1500774133/watcher-4249690-1500774133 -o /tmp/evaluation-result-4249690-1500774133/solver-4249690-1500774133 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500774133-23374 --watchdog 2560  bin/concrete HOME/instance-4249690-1500774133.xml

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

MD5SUM BENCH= c5b43cb4096baa2a106332b7cfda903c
RANDOM SEED=1898138412

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31108620 kB
MemAvailable:   31996024 kB
Buffers:          150116 kB
Cached:          1015588 kB
SwapCached:            0 kB
Active:           496192 kB
Inactive:         724780 kB
Active(anon):      58488 kB
Inactive(anon):     8752 kB
Active(file):     437704 kB
Inactive(file):   716028 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48652 kB
Writeback:             0 kB
AnonPages:        205548 kB
Mapped:            31844 kB
Shmem:              8840 kB
Slab:             132716 kB
SReclaimable:      99016 kB
SUnreclaim:        33700 kB
KernelStack:        4432 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61812 MiB
End job on node124 at 2017-07-23 04:20:43