Trace number 4249417

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.99 2251.49

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
MD5SUM0bf4a40729d33496d05cbb52f4946484
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size139
Distribution of domain sizes[{"size":100,"count":1},{"size":139,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=31099
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.50 1.41 1.47 4/261 31102
/proc/meminfo: memFree=29527460/32770624 swapFree=5896/238072
[pid=31102] ppid=31099 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (bash) S 31099 31102 27360 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 11934373 9736192 351 33554432000 4194304 5098028 140734587024752 140734587022392 139817262922752 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 33341440 140734587028750 140734587028835 140734587028835 140734587031534 0
/proc/31102/statm: 2377 351 278 221 0 86 0

[startup+0.100128 s]
/proc/loadavg: 1.50 1.41 1.47 4/261 31102
/proc/meminfo: memFree=29527460/32770624 swapFree=5896/238072
[pid=31102] ppid=31099 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (bash) S 31099 31102 27360 0 -1 4202496 884 6410 0 0 0 0 0 1 20 0 1 0 11934373 9871360 378 33554432000 4194304 5098028 140734587024752 140734587018760 139817262922752 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 33341440 140734587028750 140734587028835 140734587028835 140734587031534 0
/proc/31102/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200338 s]
/proc/loadavg: 1.50 1.41 1.47 4/261 31102
/proc/meminfo: memFree=29527460/32770624 swapFree=5896/238072
[pid=31102] ppid=31099 vsize=10901808 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 5628 12603 0 0 7 1 7 4 20 0 20 0 11934373 11163451392 5893 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2725452 5893 2587 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901808

[startup+0.300269 s]
/proc/loadavg: 1.50 1.41 1.47 4/261 31102
/proc/meminfo: memFree=29527460/32770624 swapFree=5896/238072
[pid=31102] ppid=31099 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 9513 12603 0 0 22 3 7 4 20 0 20 0 11934373 11164049408 10533 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2725598 10533 2974 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700262 s]
/proc/loadavg: 1.50 1.41 1.47 4/261 31102
/proc/meminfo: memFree=29527460/32770624 swapFree=5896/238072
[pid=31102] ppid=31099 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 13006 12603 0 0 84 5 7 4 20 0 20 0 11934373 11164385280 16305 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2725680 16305 3221 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50079 s]
/proc/loadavg: 1.62 1.43 1.48 3/281 31175
/proc/meminfo: memFree=29422764/32770624 swapFree=5896/238068
[pid=31102] ppid=31099 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 26241 12603 0 0 204 13 7 4 20 0 20 0 11934373 11175264256 44059 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2728336 44059 3407 1 0 2716450 0
[pid=31102/tid=31157] ppid=31099 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31157/stat : 31157 (java) R 31099 31102 27360 0 -1 4202560 19070 12603 0 0 126 5 7 4 20 0 20 0 11934385 11175264256 44059 33554432000 4194304 4196468 140725222229616 140535048631296 140535025809176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31158] ppid=31099 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31158/stat : 31158 (java) S 31099 31102 27360 0 -1 1077944384 128 12603 0 0 1 0 7 4 20 0 20 0 11934386 11175264256 44059 33554432000 4194304 4196468 140725222229616 140534970476944 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31159] ppid=31099 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31159/stat : 31159 (java) S 31099 31102 27360 0 -1 1077944384 12 12603 0 0 0 0 7 4 20 0 20 0 11934386 11175264256 44059 33554432000 4194304 4196468 140725222229616 140534969424144 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31160] ppid=31099 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31160/stat : 31160 (java) S 31099 31102 27360 0 -1 1077944384 16 12603 0 0 1 0 7 4 20 0 20 0 11934386 11175264256 44059 33554432000 4194304 4196468 140725222229616 140534968371856 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31161] ppid=31099 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31161/stat : 31161 (java) S 31099 31102 27360 0 -1 1077944384 13 12603 0 0 1 0 7 4 20 0 20 0 11934386 11175264256 44059 33554432000 4194304 4196468 140725222229616 140534967319056 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31162] ppid=31099 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31162/stat : 31162 (java) S 31099 31102 27360 0 -1 1077944384 12 12603 0 0 1 0 7 4 20 0 20 0 11934386 11175264256 44059 33554432000 4194304 4196468 140725222229616 140534966266768 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31163] ppid=31099 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31163/stat : 31163 (java) S 31099 31102 27360 0 -1 1077944384 13 12603 0 0 1 0 7 4 20 0 20 0 11934386 11175264256 44059 33554432000 4194304 4196468 140725222229616 140534965213968 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31164] ppid=31099 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31164/stat : 31164 (java) S 31099 31102 27360 0 -1 1077944384 55 12603 0 0 1 0 7 4 20 0 20 0 11934386 11175264256 44059 33554432000 4194304 4196468 140725222229616 140534964161680 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31165] ppid=31099 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31165/stat : 31165 (java) S 31099 31102 27360 0 -1 1077944384 36 12603 0 0 0 0 7 4 20 0 20 0 11934386 11175264256 44059 33554432000 4194304 4196468 140725222229616 140534963108880 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31166] ppid=31099 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31166/stat : 31166 (java) S 31099 31102 27360 0 -1 1077944384 1198 12603 0 0 1 0 7 4 20 0 20 0 11934388 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533792946288 140535044414082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31167] ppid=31099 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31167/stat : 31167 (java) S 31099 31102 27360 0 -1 1077944384 54 12603 0 0 0 0 7 4 20 0 20 0 11934388 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533791892256 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31168] ppid=31099 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31168/stat : 31168 (java) S 31099 31102 27360 0 -1 1077944384 43 12603 0 0 0 0 7 4 20 0 20 0 11934389 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533790839936 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31169] ppid=31099 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31169/stat : 31169 (java) S 31099 31102 27360 0 -1 1077944384 1 12603 0 0 0 0 7 4 20 0 20 0 11934392 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533789788240 140535044421531 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31170] ppid=31099 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31170/stat : 31170 (java) R 31099 31102 27360 0 -1 4202560 731 12603 0 0 11 0 7 4 20 0 20 0 11934392 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533788736408 140535036692384 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31171] ppid=31099 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31171/stat : 31171 (java) R 31099 31102 27360 0 -1 4202560 827 12603 0 0 17 0 7 4 20 0 20 0 11934392 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533787665440 140535025920726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31172] ppid=31099 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31172/stat : 31172 (java) S 31099 31102 27360 0 -1 1077944384 550 12603 0 0 11 0 7 4 20 0 20 0 11934392 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533786631024 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31173] ppid=31099 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31173/stat : 31173 (java) R 31099 31102 27360 0 -1 4202560 1347 12603 0 0 25 0 7 4 20 0 20 0 11934392 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533785578224 140535044424282 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31174] ppid=31099 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31174/stat : 31174 (java) S 31099 31102 27360 0 -1 1077944384 3 12603 0 0 0 0 7 4 20 0 20 0 11934392 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533784525152 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31175] ppid=31099 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31175/stat : 31175 (java) S 31099 31102 27360 0 -1 1077944384 3 12603 0 0 0 0 7 4 20 0 20 0 11934393 11175264256 44059 33554432000 4194304 4196468 140725222229616 140533783472432 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10075 s]
/proc/loadavg: 1.62 1.43 1.48 4/281 31175
/proc/meminfo: memFree=29349088/32770624 swapFree=5896/238076
[pid=31102] ppid=31099 vsize=10923772 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 38145 12603 0 0 573 23 7 4 20 0 20 0 11934373 11185942528 72993 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2730943 72993 3487 1 0 2718498 0
[pid=31102/tid=31157] ppid=31099 vsize=10923772 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31157/stat : 31157 (java) R 31099 31102 27360 0 -1 4202560 23270 12603 0 0 280 9 7 4 20 0 20 0 11934385 11185942528 72993 33554432000 4194304 4196468 140725222229616 140535048637064 140534643026097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31158] ppid=31099 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31158/stat : 31158 (java) S 31099 31102 27360 0 -1 1077944384 131 12603 0 0 1 0 7 4 20 0 20 0 11934386 11185942528 72993 33554432000 4194304 4196468 140725222229616 140534970476944 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31159] ppid=31099 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31159/stat : 31159 (java) S 31099 31102 27360 0 -1 1077944384 106 12603 0 0 1 0 7 4 20 0 20 0 11934386 11185942528 72993 33554432000 4194304 4196468 140725222229616 140534969424144 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31160] ppid=31099 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31160/stat : 31160 (java) S 31099 31102 27360 0 -1 1077944384 65 12603 0 0 1 1 7 4 20 0 20 0 11934386 11185942528 72993 33554432000 4194304 4196468 140725222229616 140534968371856 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31161] ppid=31099 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31161/stat : 31161 (java) S 31099 31102 27360 0 -1 1077944384 65 12603 0 0 1 0 7 4 20 0 20 0 11934386 11185942528 72993 33554432000 4194304 4196468 140725222229616 140534967319056 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31162] ppid=31099 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31162/stat : 31162 (java) S 31099 31102 27360 0 -1 1077944384 60 12603 0 0 2 1 7 4 20 0 20 0 11934386 11185942528 72993 33554432000 4194304 4196468 140725222229616 140534966266768 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31163] ppid=31099 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31163/stat : 31163 (java) S 31099 31102 27360 0 -1 1077944384 63 12603 0 0 1 0 7 4 20 0 20 0 11934386 11185942528 72993 33554432000 4194304 4196468 140725222229616 140534965213968 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31164] ppid=31099 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31164/stat : 31164 (java) S 31099 31102 27360 0 -1 1077944384 99 12603 0 0 1 0 7 4 20 0 20 0 11934386 11185942528 72993 33554432000 4194304 4196468 140725222229616 140534964161680 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31165] ppid=31099 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31165/stat : 31165 (java) S 31099 31102 27360 0 -1 1077944384 113 12603 0 0 1 1 7 4 20 0 20 0 11934386 11185942528 72993 33554432000 4194304 4196468 140725222229616 140534963108880 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31166] ppid=31099 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31166/stat : 31166 (java) S 31099 31102 27360 0 -1 1077944384 1243 12603 0 0 2 0 7 4 20 0 20 0 11934388 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533792946288 140535044414082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31167] ppid=31099 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31167/stat : 31167 (java) S 31099 31102 27360 0 -1 1077944384 56 12603 0 0 0 0 7 4 20 0 20 0 11934388 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533791892320 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31168] ppid=31099 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31168/stat : 31168 (java) S 31099 31102 27360 0 -1 1077944384 45 12603 0 0 0 0 7 4 20 0 20 0 11934389 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533790839936 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31169] ppid=31099 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31169/stat : 31169 (java) S 31099 31102 27360 0 -1 1077944384 1 12603 0 0 0 0 7 4 20 0 20 0 11934392 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533789788240 140535044421531 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31170] ppid=31099 vsize=10923772 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31170/stat : 31170 (java) S 31099 31102 27360 0 -1 1077944384 4301 12603 0 0 78 1 7 4 20 0 20 0 11934392 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533788736112 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31171] ppid=31099 vsize=10923772 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31171/stat : 31171 (java) S 31099 31102 27360 0 -1 1077944384 1645 12603 0 0 54 1 7 4 20 0 20 0 11934392 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533787683312 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31172] ppid=31099 vsize=10923772 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31172/stat : 31172 (java) S 31099 31102 27360 0 -1 1077944384 1362 12603 0 0 61 1 7 4 20 0 20 0 11934392 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533786631024 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31173] ppid=31099 vsize=10923772 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31173/stat : 31173 (java) S 31099 31102 27360 0 -1 1077944384 3376 12603 0 0 81 1 7 4 20 0 20 0 11934392 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533785578224 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31174] ppid=31099 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31174/stat : 31174 (java) S 31099 31102 27360 0 -1 1077944384 3 12603 0 0 0 0 7 4 20 0 20 0 11934392 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533784525152 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31175] ppid=31099 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31175/stat : 31175 (java) S 31099 31102 27360 0 -1 1077944384 8 12603 0 0 0 0 7 4 20 0 20 0 11934393 11185942528 72993 33554432000 4194304 4196468 140725222229616 140533783472432 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 10923772

[startup+6.30109 s]
/proc/loadavg: 1.65 1.44 1.48 3/281 31175
/proc/meminfo: memFree=29123404/32770624 swapFree=5896/238072
[pid=31102] ppid=31099 vsize=10927868 CPUtime=12.79 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 51740 12603 0 0 1197 71 7 4 20 0 20 0 11934373 11190136832 109557 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2731967 109557 3495 1 0 2719522 0
[pid=31102/tid=31157] ppid=31099 vsize=10927868 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31157/stat : 31157 (java) R 31099 31102 27360 0 -1 4202560 32959 12603 0 0 585 11 7 4 20 0 20 0 11934385 11190136832 109557 33554432000 4194304 4196468 140725222229616 140535048630528 140535044414870 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31158] ppid=31099 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31158/stat : 31158 (java) S 31099 31102 27360 0 -1 1077944384 206 12603 0 0 5 5 7 4 20 0 20 0 11934386 11190136832 109557 33554432000 4194304 4196468 140725222229616 140534970476944 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31159] ppid=31099 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31159/stat : 31159 (java) S 31099 31102 27360 0 -1 1077944384 296 12603 0 0 6 7 7 4 20 0 20 0 11934386 11190136832 109557 33554432000 4194304 4196468 140725222229616 140534969424144 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31160] ppid=31099 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31160/stat : 31160 (java) S 31099 31102 27360 0 -1 1077944384 121 12603 0 0 5 6 7 4 20 0 20 0 11934386 11190136832 109557 33554432000 4194304 4196468 140725222229616 140534968371856 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31161] ppid=31099 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31161/stat : 31161 (java) S 31099 31102 27360 0 -1 1077944384 126 12603 0 0 5 6 7 4 20 0 20 0 11934386 11190136832 109557 33554432000 4194304 4196468 140725222229616 140534967319056 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31162] ppid=31099 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31162/stat : 31162 (java) S 31099 31102 27360 0 -1 1077944384 118 12603 0 0 6 5 7 4 20 0 20 0 11934386 11190136832 109557 33554432000 4194304 4196468 140725222229616 140534966266768 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31163] ppid=31099 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31163/stat : 31163 (java) S 31099 31102 27360 0 -1 1077944384 134 12603 0 0 6 6 7 4 20 0 20 0 11934386 11190136832 109557 33554432000 4194304 4196468 140725222229616 140534965213968 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31164] ppid=31099 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31164/stat : 31164 (java) S 31099 31102 27360 0 -1 1077944384 167 12603 0 0 6 6 7 4 20 0 20 0 11934386 11190136832 109557 33554432000 4194304 4196468 140725222229616 140534964161680 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31165] ppid=31099 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31165/stat : 31165 (java) S 31099 31102 27360 0 -1 1077944384 164 12603 0 0 5 6 7 4 20 0 20 0 11934386 11190136832 109557 33554432000 4194304 4196468 140725222229616 140534963108880 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31166] ppid=31099 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31166/stat : 31166 (java) S 31099 31102 27360 0 -1 1077944384 1415 12603 0 0 3 0 7 4 20 0 20 0 11934388 11190136832 109557 33554432000 4194304 4196468 140725222229616 140533792946288 140535044414082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31167] ppid=31099 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31167/stat : 31167 (java) S 31099 31102 27360 0 -1 1077944384 56 12603 0 0 0 0 7 4 20 0 20 0 11934388 11190136832 109557 33554432000 4194304 4196468 140725222229616 140533791892320 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31168] ppid=31099 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31168/stat : 31168 (java) S 31099 31102 27360 0 -1 1077944384 45 12603 0 0 0 0 7 4 20 0 20 0 11934389 11190136832 109557 33554432000 4194304 4196468 140725222229616 140533790839936 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31169] ppid=31099 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31169/stat : 31169 (java) S 31099 31102 27360 0 -1 1077944384 1 12603 0 0 0 0 7 4 20 0 20 0 11934392 11190136832 109557 33554432000 4194304 4196468 140725222229616 140533789788240 140535044421531 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31170] ppid=31099 vsize=10927868 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31170/stat : 31170 (java) R 31099 31102 27360 0 -1 4202560 4737 12603 0 0 159 1 7 4 20 0 20 0 11934392 11190136832 109557 33554432000 4194304 4196468 140725222229616 140533788717824 140535027901487 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31171] ppid=31099 vsize=10927868 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31171/stat : 31171 (java) R 31099 31102 27360 0 -1 4202560 2589 12603 0 0 140 1 7 4 20 0 20 0 11934392 11190136832 109557 33554432000 4194304 4196468 140725222229616 140533787674288 140535028313630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31172] ppid=31099 vsize=10927868 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31172/stat : 31172 (java) R 31099 31102 27360 0 -1 4202560 1997 12603 0 0 136 1 7 4 20 0 20 0 11934392 11190136832 109557 33554432000 4194304 4196468 140725222229616 140533786609296 140535044424282 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31173] ppid=31099 vsize=10927868 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31173/stat : 31173 (java) R 31099 31102 27360 0 -1 4202560 4447 12603 0 0 124 2 7 4 20 0 20 0 11934392 11190136832 109557 33554432000 4194304 4196468 140725222229616 140533785578224 140535044424282 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31174] ppid=31099 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=31102/tid=31173] ppid=31099 vsize=10997500 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31173/stat : 31173 (java) S 31099 31102 27360 0 -1 1077944384 23482 12603 0 0 239 5 7 4 20 0 20 0 11934392 11261440000 953878 33554432000 4194304 4196468 140725222229616 140533785578224 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31174] ppid=31099 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31174/stat : 31174 (java) S 31099 31102 27360 0 -1 1077944384 3 12603 0 0 0 0 7 4 20 0 20 0 11934392 11261440000 953878 33554432000 4194304 4196468 140725222229616 140533784525152 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31175] ppid=31099 vsize=10997500 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31175/stat : 31175 (java) S 31099 31102 27360 0 -1 1077944384 1489 12603 0 0 68 69 7 4 20 0 20 0 11934393 11261440000 953878 33554432000 4194304 4196468 140725222229616 140533783472432 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
Current children cumulated CPU time (s) 2400.07
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 31102 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2250.4 s]
/proc/loadavg: 1.62 1.68 1.68 3/281 31409
/proc/meminfo: memFree=24619164/32770624 swapFree=5872/239448
[pid=31102] ppid=31099 vsize=11130628 CPUtime=2401.29 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 646728 12603 0 0 238618 1500 7 4 20 0 22 0 11934373 11397763072 960068 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2782657 960068 3518 1 0 2770212 0
[pid=31102/tid=31157] ppid=31099 vsize=11130628 CPUtime=2228.03 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31157/stat : 31157 (java) S 31099 31102 27360 0 -1 1077944384 196101 12603 0 0 222707 85 7 4 20 0 22 0 11934385 11397763072 960068 33554432000 4194304 4196468 140725222229616 140535048640608 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31158] ppid=31099 vsize=11130628 CPUtime=18.84 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31158/stat : 31158 (java) R 31099 31102 27360 0 -1 4202560 31606 12603 0 0 1706 167 7 4 20 0 22 0 11934386 11397763072 960068 33554432000 4194304 4196468 140725222229616 140534970477144 140535026012764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31159] ppid=31099 vsize=11130628 CPUtime=18.82 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31159/stat : 31159 (java) R 31099 31102 27360 0 -1 4202560 25042 12603 0 0 1701 170 7 4 20 0 22 0 11934386 11397763072 960068 33554432000 4194304 4196468 140725222229616 140534969424344 140535029103568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31160] ppid=31099 vsize=11130628 CPUtime=18.89 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31160/stat : 31160 (java) R 31099 31102 27360 0 -1 4202560 30468 12603 0 0 1714 164 7 4 20 0 22 0 11934386 11397763072 960068 33554432000 4194304 4196468 140725222229616 140534968372056 140535029392599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31161] ppid=31099 vsize=11130628 CPUtime=18.91 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31161/stat : 31161 (java) R 31099 31102 27360 0 -1 4202560 29714 12603 0 0 1716 164 7 4 20 0 22 0 11934386 11397763072 960068 33554432000 4194304 4196468 140725222229616 140534967318944 140535029103539 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31162] ppid=31099 vsize=11130628 CPUtime=18.76 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31162/stat : 31162 (java) R 31099 31102 27360 0 -1 4202560 28554 12603 0 0 1702 163 7 4 20 0 22 0 11934386 11397763072 960068 33554432000 4194304 4196468 140725222229616 140534966266968 140535029103582 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31163] ppid=31099 vsize=11130628 CPUtime=18.96 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31163/stat : 31163 (java) R 31099 31102 27360 0 -1 4202560 28714 12603 0 0 1720 165 7 4 20 0 22 0 11934386 11397763072 960068 33554432000 4194304 4196468 140725222229616 140534965214168 140535037499400 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31164] ppid=31099 vsize=11130628 CPUtime=18.82 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31164/stat : 31164 (java) R 31099 31102 27360 0 -1 4202560 28380 12603 0 0 1706 165 7 4 20 0 22 0 11934386 11397763072 960068 33554432000 4194304 4196468 140725222229616 140534964161880 140535026012658 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31165] ppid=31099 vsize=11130628 CPUtime=18.84 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31165/stat : 31165 (java) R 31099 31102 27360 0 -1 4202560 33109 12603 0 0 1706 167 7 4 20 0 22 0 11934386 11397763072 960068 33554432000 4194304 4196468 140725222229616 140534963109080 140535029103651 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31166] ppid=31099 vsize=11130628 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31166/stat : 31166 (java) S 31099 31102 27360 0 -1 1077944384 102547 12603 0 0 83 20 7 4 20 0 22 0 11934388 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533792944912 140535044413141 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31167] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31167/stat : 31167 (java) S 31099 31102 27360 0 -1 1077944384 66 12603 0 0 0 0 7 4 20 0 22 0 11934388 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533791892384 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31168] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31168/stat : 31168 (java) S 31099 31102 27360 0 -1 1077944384 51 12603 0 0 0 0 7 4 20 0 22 0 11934389 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533790839936 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31169] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31169/stat : 31169 (java) S 31099 31102 27360 0 -1 1077944384 55 12603 0 0 0 0 7 4 20 0 22 0 11934392 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533789788240 140535044421531 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31170] ppid=31099 vsize=11130628 CPUtime=6.44 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31170/stat : 31170 (java) S 31099 31102 27360 0 -1 1077944384 32759 12603 0 0 628 5 7 4 20 0 22 0 11934392 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533788736112 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31171] ppid=31099 vsize=11130628 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31171/stat : 31171 (java) S 31099 31102 27360 0 -1 1077944384 28778 12603 0 0 577 6 7 4 20 0 22 0 11934392 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533787683312 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31172] ppid=31099 vsize=11130628 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31172/stat : 31172 (java) S 31099 31102 27360 0 -1 1077944384 23611 12603 0 0 612 5 7 4 20 0 22 0 11934392 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533786631024 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31173] ppid=31099 vsize=11130628 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31173/stat : 31173 (java) S 31099 31102 27360 0 -1 1077944384 23482 12603 0 0 239 5 7 4 20 0 22 0 11934392 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533785578224 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31174] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31174/stat : 31174 (java) S 31099 31102 27360 0 -1 1077944384 3 12603 0 0 0 0 7 4 20 0 22 0 11934392 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533784525152 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31175] ppid=31099 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31175/stat : 31175 (java) S 31099 31102 27360 0 -1 1077944384 1489 12603 0 0 68 69 7 4 20 0 22 0 11934393 11397763072 960068 33554432000 4194304 4196468 140725222229616 140533783472432 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
Current children cumulated CPU time (s) 2401.29
Current children cumulated vsize (KiB) 11130628

[startup+2251.2 s]
/proc/loadavg: 2.05 1.77 1.71 7/283 31411
/proc/meminfo: memFree=24594440/32770624 swapFree=5872/239448
[pid=31102] ppid=31099 vsize=11130628 CPUtime=2407.23 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 646768 12603 0 0 239210 1502 7 4 20 0 22 0 11934373 11397763072 960099 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2782657 960099 3523 1 0 2770212 0
[pid=31102/tid=31157] ppid=31099 vsize=11130628 CPUtime=2228.03 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31157/stat : 31157 (java) S 31099 31102 27360 0 -1 1077944384 196101 12603 0 0 222707 85 7 4 20 0 22 0 11934385 11397763072 960099 33554432000 4194304 4196468 140725222229616 140535048640608 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31158] ppid=31099 vsize=11130628 CPUtime=19.57 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31158/stat : 31158 (java) R 31099 31102 27360 0 -1 4202560 31607 12603 0 0 1779 167 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534970477144 140535029100696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31159] ppid=31099 vsize=11130628 CPUtime=19.57 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31159/stat : 31159 (java) R 31099 31102 27360 0 -1 4202560 25051 12603 0 0 1776 170 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534969424344 140535029100574 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31160] ppid=31099 vsize=11130628 CPUtime=19.62 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31160/stat : 31160 (java) R 31099 31102 27360 0 -1 4202560 30468 12603 0 0 1787 164 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534968372056 140535029100696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31161] ppid=31099 vsize=11130628 CPUtime=19.64 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31161/stat : 31161 (java) R 31099 31102 27360 0 -1 4202560 29721 12603 0 0 1789 164 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534967319256 140535029100687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31162] ppid=31099 vsize=11130628 CPUtime=19.5 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31162/stat : 31162 (java) R 31099 31102 27360 0 -1 4202560 28554 12603 0 0 1776 163 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534966266968 140535029353599 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31163] ppid=31099 vsize=11130628 CPUtime=19.7 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31163/stat : 31163 (java) R 31099 31102 27360 0 -1 4202560 28721 12603 0 0 1794 165 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534965214168 140535029388231 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31164] ppid=31099 vsize=11130628 CPUtime=19.56 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31164/stat : 31164 (java) R 31099 31102 27360 0 -1 4202560 28380 12603 0 0 1780 165 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534964161880 140535025999664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31165] ppid=31099 vsize=11130628 CPUtime=19.58 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31165/stat : 31165 (java) R 31099 31102 27360 0 -1 4202560 33109 12603 0 0 1780 167 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534963108768 140535028857692 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31166] ppid=31099 vsize=11130628 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31166/stat : 31166 (java) S 31099 31102 27360 0 -1 1077944384 102555 12603 0 0 87 20 7 4 20 0 22 0 11934388 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533792944688 140535044413141 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31167] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31167/stat : 31167 (java) S 31099 31102 27360 0 -1 1077944384 69 12603 0 0 0 0 7 4 20 0 22 0 11934388 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533791892368 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31168] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31168/stat : 31168 (java) S 31099 31102 27360 0 -1 1077944384 53 12603 0 0 0 0 7 4 20 0 22 0 11934389 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533790839936 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31169] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31169/stat : 31169 (java) S 31099 31102 27360 0 -1 1077944384 55 12603 0 0 0 0 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533789788240 140535044421531 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31170] ppid=31099 vsize=11130628 CPUtime=6.44 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31170/stat : 31170 (java) S 31099 31102 27360 0 -1 1077944384 32759 12603 0 0 628 5 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533788736112 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31171] ppid=31099 vsize=11130628 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31171/stat : 31171 (java) S 31099 31102 27360 0 -1 1077944384 28778 12603 0 0 577 6 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533787683312 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31172] ppid=31099 vsize=11130628 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31172/stat : 31172 (java) S 31099 31102 27360 0 -1 1077944384 23611 12603 0 0 612 5 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533786631024 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31173] ppid=31099 vsize=11130628 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31173/stat : 31173 (java) S 31099 31102 27360 0 -1 1077944384 23482 12603 0 0 239 5 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533785578224 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31174] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31174/stat : 31174 (java) S 31099 31102 27360 0 -1 1077944384 3 12603 0 0 0 0 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533784525152 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31175] ppid=31099 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31175/stat : 31175 (java) S 31099 31102 27360 0 -1 1077944384 1489 12603 0 0 68 69 7 4 20 0 22 0 11934393 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533783472432 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31410] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31410/stat : 31410 (java) S 31099 31102 27360 0 -1 1077944384 42 12603 0 0 0 0 7 4 20 0 22 0 12159393 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533752963440 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31411] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31411/stat : 31411 (java) S 31099 31102 27360 0 -1 1077944384 25 12603 0 0 0 0 7 4 20 0 22 0 12159397 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533751911360 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
Current children cumulated CPU time (s) 2407.23
Current children cumulated vsize (KiB) 11130628

[startup+2251.4 s]
/proc/loadavg: 2.05 1.77 1.71 7/283 31411
/proc/meminfo: memFree=24594440/32770624 swapFree=5872/239448
[pid=31102] ppid=31099 vsize=11130628 CPUtime=2408.57 cores=0,2,4,6,8,10,12,14
/proc/31102/stat : 31102 (java) S 31099 31102 27360 0 -1 1077944320 646770 12603 0 0 239344 1502 7 4 20 0 22 0 11934373 11397763072 960099 33554432000 4194304 4196468 140725222229616 140725222212160 140535044402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
/proc/31102/statm: 2782657 960099 3523 1 0 2770212 0
[pid=31102/tid=31157] ppid=31099 vsize=11130628 CPUtime=2228.03 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31157/stat : 31157 (java) S 31099 31102 27360 0 -1 1077944384 196101 12603 0 0 222707 85 7 4 20 0 22 0 11934385 11397763072 960099 33554432000 4194304 4196468 140725222229616 140535048640608 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31158] ppid=31099 vsize=11130628 CPUtime=19.73 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31158/stat : 31158 (java) R 31099 31102 27360 0 -1 4202560 31607 12603 0 0 1795 167 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534970476832 140535026012764 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31159] ppid=31099 vsize=11130628 CPUtime=19.73 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31159/stat : 31159 (java) R 31099 31102 27360 0 -1 4202560 25051 12603 0 0 1792 170 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534969424344 140535026012740 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31160] ppid=31099 vsize=11130628 CPUtime=19.78 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31160/stat : 31160 (java) R 31099 31102 27360 0 -1 4202560 30469 12603 0 0 1803 164 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534968372056 140535029399527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31161] ppid=31099 vsize=11130628 CPUtime=19.8 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31161/stat : 31161 (java) R 31099 31102 27360 0 -1 4202560 29721 12603 0 0 1805 164 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534967319256 140535029101805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31162] ppid=31099 vsize=11130628 CPUtime=19.66 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31162/stat : 31162 (java) R 31099 31102 27360 0 -1 4202560 28554 12603 0 0 1792 163 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534966266968 140535029399287 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31163] ppid=31099 vsize=11130628 CPUtime=19.86 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31163/stat : 31163 (java) R 31099 31102 27360 0 -1 4202560 28721 12603 0 0 1810 165 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534965214168 140535026012550 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31164] ppid=31099 vsize=11130628 CPUtime=19.72 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31164/stat : 31164 (java) R 31099 31102 27360 0 -1 4202560 28380 12603 0 0 1796 165 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534964161880 140535029399597 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31165] ppid=31099 vsize=11130628 CPUtime=19.75 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31165/stat : 31165 (java) R 31099 31102 27360 0 -1 4202560 33109 12603 0 0 1797 167 7 4 20 0 22 0 11934386 11397763072 960099 33554432000 4194304 4196468 140725222229616 140534963109080 140535029399533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31166] ppid=31099 vsize=11130628 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31166/stat : 31166 (java) S 31099 31102 27360 0 -1 1077944384 102555 12603 0 0 90 20 7 4 20 0 22 0 11934388 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533792944912 140535044413141 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31167] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31167/stat : 31167 (java) S 31099 31102 27360 0 -1 1077944384 69 12603 0 0 0 0 7 4 20 0 22 0 11934388 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533791892464 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31168] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31168/stat : 31168 (java) S 31099 31102 27360 0 -1 1077944384 53 12603 0 0 0 0 7 4 20 0 22 0 11934389 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533790839936 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31169] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31169/stat : 31169 (java) S 31099 31102 27360 0 -1 1077944384 55 12603 0 0 0 0 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533789788240 140535044421531 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31170] ppid=31099 vsize=11130628 CPUtime=6.44 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31170/stat : 31170 (java) S 31099 31102 27360 0 -1 1077944384 32759 12603 0 0 628 5 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533788736112 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31171] ppid=31099 vsize=11130628 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31171/stat : 31171 (java) S 31099 31102 27360 0 -1 1077944384 28778 12603 0 0 577 6 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533787683312 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31172] ppid=31099 vsize=11130628 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31172/stat : 31172 (java) S 31099 31102 27360 0 -1 1077944384 23611 12603 0 0 612 5 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533786631024 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31173] ppid=31099 vsize=11130628 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31173/stat : 31173 (java) S 31099 31102 27360 0 -1 1077944384 23482 12603 0 0 239 5 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533785578224 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31174] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31174/stat : 31174 (java) S 31099 31102 27360 0 -1 1077944384 3 12603 0 0 0 0 7 4 20 0 22 0 11934392 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533784525152 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31175] ppid=31099 vsize=11130628 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31175/stat : 31175 (java) S 31099 31102 27360 0 -1 1077944384 1489 12603 0 0 68 69 7 4 20 0 22 0 11934393 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533783472432 140535044414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31410] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31410/stat : 31410 (java) S 31099 31102 27360 0 -1 1077944384 42 12603 0 0 0 0 7 4 20 0 22 0 12159393 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533752963440 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
[pid=31102/tid=31411] ppid=31099 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/31102/task/31411/stat : 31411 (java) S 31099 31102 27360 0 -1 1077944384 26 12603 0 0 0 0 7 4 20 0 22 0 12159397 11397763072 960099 33554432000 4194304 4196468 140725222229616 140533751911360 140535044413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16871424 140725222230721 140725222233495 140725222233495 140725222236111 0
Current children cumulated CPU time (s) 2408.57
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2251.49
CPU time (s): 2408.99
CPU user time (s): 2393.89
CPU system time (s): 15.0943
CPU usage (%): 106.995
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.89
system time used= 15.0943
maximum resident set size= 4005008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 659566
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84883
involuntary context switches= 128731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1635 second user time and 18.3682 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-23 01:37:27
IDJOB=4249417
IDBENCH=136008
IDSOLVER=2630
FILE ID=node104/4249417-1500766647
RUNJOBID= node104-1500750445-27391
PBS_JOBID= 20624574
Free space on /tmp= 61956 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249417-1500766647/watcher-4249417-1500766647 -o /tmp/evaluation-result-4249417-1500766647/solver-4249417-1500766647 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27391 --watchdog 2560  bin/concrete HOME/instance-4249417-1500766647.xml

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

MD5SUM BENCH= 0bf4a40729d33496d05cbb52f4946484
RANDOM SEED=115173141

node104.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		: 2133.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.12
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.57
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	: 5334.12
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.57
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.12
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		: 2667.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.57
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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.57
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	: 5334.12
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.57
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		: 2267.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.12
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.57
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		: 1867.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.12
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.57
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.12
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29527912 kB
MemAvailable:   29904744 kB
Buffers:          219856 kB
Cached:           419700 kB
SwapCached:          252 kB
Active:          2472216 kB
Inactive:         294652 kB
Active(anon):    2082480 kB
Inactive(anon):    56304 kB
Active(file):     389736 kB
Inactive(file):   238348 kB
Unevictable:        5896 kB
Mlocked:            5896 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             26348 kB
Writeback:             0 kB
AnonPages:       2133096 kB
Mapped:            44572 kB
Shmem:              8772 kB
Slab:             164208 kB
SReclaimable:     129168 kB
SUnreclaim:        35040 kB
KernelStack:        4464 kB
PageTables:         9608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2846328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1892352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61932 MiB
End job on node104 at 2017-07-23 02:14:59