Trace number 4249424

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) 2402.8 2339.48

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-10.xml
MD5SUM742286b199079809b66c62b35b32659a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size84
Distribution of domain sizes[{"size":49,"count":1},{"size":84,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=6005
running on 8 cores: 1,3,5,7,9,11,13,15

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.70 1.69 1.71 3/266 6008
/proc/meminfo: memFree=30102332/32770624 swapFree=5892/376344
[pid=6008] ppid=6005 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (bash) S 6005 6008 3349 0 -1 4202496 686 1530 0 0 0 0 0 0 20 0 1 0 11968895 9736192 350 33554432000 4194304 5098028 140724541932592 140724541930232 139894658046976 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 12763136 140724541936910 140724541936995 140724541936995 140724541939694 0
/proc/6008/statm: 2377 350 277 221 0 86 0

[startup+0.100061 s]
/proc/loadavg: 1.70 1.69 1.71 3/266 6008
/proc/meminfo: memFree=30102332/32770624 swapFree=5892/376344
[pid=6008] ppid=6005 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (bash) S 6005 6008 3349 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 11968895 9871360 378 33554432000 4194304 5098028 140724541932592 140724541926600 139894658046976 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 12763136 140724541936910 140724541936995 140724541936995 140724541939694 0
/proc/6008/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200308 s]
/proc/loadavg: 1.70 1.69 1.71 3/266 6008
/proc/meminfo: memFree=30102332/32770624 swapFree=5892/376344
[pid=6008] ppid=6005 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 4704 12682 0 0 6 1 7 4 20 0 13 0 11968895 10686320640 5020 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2608965 5020 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300335 s]
/proc/loadavg: 1.70 1.69 1.71 3/266 6008
/proc/meminfo: memFree=30102332/32770624 swapFree=5892/376344
[pid=6008] ppid=6005 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 7407 12682 0 0 22 2 7 4 20 0 20 0 11968895 11164049408 9622 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2725598 9622 2980 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700247 s]
/proc/loadavg: 1.70 1.69 1.71 3/266 6008
/proc/meminfo: memFree=30102332/32770624 swapFree=5892/376344
[pid=6008] ppid=6005 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 12342 12682 0 0 79 5 7 4 20 0 20 0 11968895 11164385280 16121 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2725680 16121 3216 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50098 s]
/proc/loadavg: 1.70 1.69 1.71 3/286 6081
/proc/meminfo: memFree=29996464/32770624 swapFree=5892/376384
[pid=6008] ppid=6005 vsize=10913344 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 24449 12682 0 0 208 16 7 4 20 0 20 0 11968895 11175264256 44727 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2728336 44727 3407 1 0 2716450 0
[pid=6008/tid=6063] ppid=6005 vsize=10913344 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6063/stat : 6063 (java) R 6005 6008 3349 0 -1 4202560 17813 12682 0 0 124 6 7 4 20 0 20 0 11968908 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811552437896 139811548237206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6064] ppid=6005 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6064/stat : 6064 (java) S 6005 6008 3349 0 -1 1077944384 23 12682 0 0 0 1 7 4 20 0 20 0 11968909 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811474300048 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6065] ppid=6005 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6065/stat : 6065 (java) S 6005 6008 3349 0 -1 1077944384 32 12682 0 0 1 0 7 4 20 0 20 0 11968909 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811473247248 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6066] ppid=6005 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6066/stat : 6066 (java) S 6005 6008 3349 0 -1 1077944384 21 12682 0 0 1 0 7 4 20 0 20 0 11968909 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811472194448 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6067] ppid=6005 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6067/stat : 6067 (java) S 6005 6008 3349 0 -1 1077944384 135 12682 0 0 1 0 7 4 20 0 20 0 11968909 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811471141648 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6068] ppid=6005 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6068/stat : 6068 (java) S 6005 6008 3349 0 -1 1077944384 31 12682 0 0 1 0 7 4 20 0 20 0 11968909 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811470088848 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6069] ppid=6005 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6069/stat : 6069 (java) S 6005 6008 3349 0 -1 1077944384 13 12682 0 0 0 0 7 4 20 0 20 0 11968909 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811469036048 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6070] ppid=6005 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6070/stat : 6070 (java) S 6005 6008 3349 0 -1 1077944384 22 12682 0 0 1 0 7 4 20 0 20 0 11968909 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811467983248 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6071] ppid=6005 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6071/stat : 6071 (java) S 6005 6008 3349 0 -1 1077944384 20 12682 0 0 1 0 7 4 20 0 20 0 11968909 11175264256 44727 33554432000 4194304 4196468 140725199309952 139811466930448 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6072] ppid=6005 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6072/stat : 6072 (java) S 6005 6008 3349 0 -1 1077944384 640 12682 0 0 1 0 7 4 20 0 20 0 11968911 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810297547632 139811548236418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6073] ppid=6005 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6073/stat : 6073 (java) S 6005 6008 3349 0 -1 1077944384 54 12682 0 0 0 0 7 4 20 0 20 0 11968912 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810296493600 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6074] ppid=6005 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6074/stat : 6074 (java) S 6005 6008 3349 0 -1 1077944384 45 12682 0 0 0 0 7 4 20 0 20 0 11968912 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810295440752 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6075] ppid=6005 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6075/stat : 6075 (java) S 6005 6008 3349 0 -1 1077944384 1 12682 0 0 0 0 7 4 20 0 20 0 11968916 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810294389072 139811548243867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6076] ppid=6005 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6076/stat : 6076 (java) S 6005 6008 3349 0 -1 1077944384 804 12682 0 0 12 0 7 4 20 0 20 0 11968916 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810293336432 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6077] ppid=6005 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6077/stat : 6077 (java) S 6005 6008 3349 0 -1 1077944384 843 12682 0 0 17 0 7 4 20 0 20 0 11968916 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810292283632 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6078] ppid=6005 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6078/stat : 6078 (java) S 6005 6008 3349 0 -1 1077944384 558 12682 0 0 13 0 7 4 20 0 20 0 11968916 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810291230832 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6079] ppid=6005 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6079/stat : 6079 (java) R 6005 6008 3349 0 -1 4202560 1254 12682 0 0 27 0 7 4 20 0 20 0 11968916 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810290178032 139811548246618 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6080] ppid=6005 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6080/stat : 6080 (java) S 6005 6008 3349 0 -1 1077944384 3 12682 0 0 0 0 7 4 20 0 20 0 11968916 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810289126496 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6081] ppid=6005 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6081/stat : 6081 (java) S 6005 6008 3349 0 -1 1077944384 3 12682 0 0 0 0 7 4 20 0 20 0 11968917 11175264256 44727 33554432000 4194304 4196468 140725199309952 139810288073776 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 10913344

[startup+3.10137 s]
/proc/loadavg: 1.70 1.69 1.71 5/286 6081
/proc/meminfo: memFree=29924492/32770624 swapFree=5892/376384
[pid=6008] ppid=6005 vsize=10923772 CPUtime=6.67 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 43782 12682 0 0 624 32 7 4 20 0 20 0 11968895 11185942528 76952 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2730943 76952 3476 1 0 2718498 0
[pid=6008/tid=6063] ppid=6005 vsize=10923772 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6063/stat : 6063 (java) S 6005 6008 3349 0 -1 1077944384 28803 12682 0 0 280 10 7 4 20 0 20 0 11968908 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811552456896 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6064] ppid=6005 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6064/stat : 6064 (java) S 6005 6008 3349 0 -1 1077944384 34 12682 0 0 1 2 7 4 20 0 20 0 11968909 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811474300048 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6065] ppid=6005 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6065/stat : 6065 (java) S 6005 6008 3349 0 -1 1077944384 42 12682 0 0 2 2 7 4 20 0 20 0 11968909 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811473247248 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6066] ppid=6005 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6066/stat : 6066 (java) S 6005 6008 3349 0 -1 1077944384 37 12682 0 0 2 1 7 4 20 0 20 0 11968909 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811472194448 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6067] ppid=6005 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6067/stat : 6067 (java) S 6005 6008 3349 0 -1 1077944384 146 12682 0 0 1 2 7 4 20 0 20 0 11968909 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811471141648 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6068] ppid=6005 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6068/stat : 6068 (java) S 6005 6008 3349 0 -1 1077944384 68 12682 0 0 2 1 7 4 20 0 20 0 11968909 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811470088848 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6069] ppid=6005 vsize=10923772 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6069/stat : 6069 (java) S 6005 6008 3349 0 -1 1077944384 96 12682 0 0 1 2 7 4 20 0 20 0 11968909 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811469036048 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6070] ppid=6005 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6070/stat : 6070 (java) S 6005 6008 3349 0 -1 1077944384 33 12682 0 0 2 2 7 4 20 0 20 0 11968909 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811467983248 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6071] ppid=6005 vsize=10923772 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6071/stat : 6071 (java) S 6005 6008 3349 0 -1 1077944384 32 12682 0 0 2 2 7 4 20 0 20 0 11968909 11185942528 76952 33554432000 4194304 4196468 140725199309952 139811466930448 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6072] ppid=6005 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6072/stat : 6072 (java) R 6005 6008 3349 0 -1 4202560 682 12682 0 0 1 0 7 4 20 0 20 0 11968911 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810297546144 139811548246618 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6073] ppid=6005 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6073/stat : 6073 (java) S 6005 6008 3349 0 -1 1077944384 54 12682 0 0 0 0 7 4 20 0 20 0 11968912 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810296493600 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6074] ppid=6005 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6074/stat : 6074 (java) S 6005 6008 3349 0 -1 1077944384 45 12682 0 0 0 0 7 4 20 0 20 0 11968912 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810295440752 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6075] ppid=6005 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6075/stat : 6075 (java) S 6005 6008 3349 0 -1 1077944384 1 12682 0 0 0 0 7 4 20 0 20 0 11968916 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810294389072 139811548243867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6076] ppid=6005 vsize=10923772 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6076/stat : 6076 (java) S 6005 6008 3349 0 -1 1077944384 4631 12682 0 0 95 0 7 4 20 0 20 0 11968916 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810293321840 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6077] ppid=6005 vsize=10923772 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6077/stat : 6077 (java) R 6005 6008 3349 0 -1 4202560 2078 12682 0 0 71 1 7 4 20 0 20 0 11968916 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810292269840 139811529768563 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6078] ppid=6005 vsize=10923772 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6078/stat : 6078 (java) S 6005 6008 3349 0 -1 1077944384 1488 12682 0 0 66 1 7 4 20 0 20 0 11968916 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810291221152 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6079] ppid=6005 vsize=10923772 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6079/stat : 6079 (java) S 6005 6008 3349 0 -1 1077944384 3371 12682 0 0 92 1 7 4 20 0 20 0 11968916 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810290178032 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6080] ppid=6005 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6080/stat : 6080 (java) S 6005 6008 3349 0 -1 1077944384 3 12682 0 0 0 0 7 4 20 0 20 0 11968916 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810289126496 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6081] ppid=6005 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6081/stat : 6081 (java) S 6005 6008 3349 0 -1 1077944384 4 12682 0 0 0 0 7 4 20 0 20 0 11968917 11185942528 76952 33554432000 4194304 4196468 140725199309952 139810288073776 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 10923772

[startup+6.30112 s]
/proc/loadavg: 2.05 1.76 1.73 4/286 6081
/proc/meminfo: memFree=29678148/32770624 swapFree=5892/376384
[pid=6008] ppid=6005 vsize=10927868 CPUtime=12.55 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 54659 12682 0 0 1185 59 7 4 20 0 20 0 11968895 11190136832 113245 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2731967 113245 3497 1 0 2719522 0
[pid=6008/tid=6063] ppid=6005 vsize=10927868 CPUtime=5.97 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6063/stat : 6063 (java) R 6005 6008 3349 0 -1 4202560 35353 12682 0 0 574 12 7 4 20 0 20 0 11968908 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811552457864 139811135515911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6064] ppid=6005 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6064/stat : 6064 (java) S 6005 6008 3349 0 -1 1077944384 99 12682 0 0 4 5 7 4 20 0 20 0 11968909 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811474300048 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6065] ppid=6005 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6065/stat : 6065 (java) S 6005 6008 3349 0 -1 1077944384 125 12682 0 0 4 4 7 4 20 0 20 0 11968909 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811473247248 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6066] ppid=6005 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6066/stat : 6066 (java) S 6005 6008 3349 0 -1 1077944384 69 12682 0 0 4 4 7 4 20 0 20 0 11968909 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811472194448 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6067] ppid=6005 vsize=10927868 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6067/stat : 6067 (java) S 6005 6008 3349 0 -1 1077944384 227 12682 0 0 5 5 7 4 20 0 20 0 11968909 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811471141648 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6068] ppid=6005 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6068/stat : 6068 (java) S 6005 6008 3349 0 -1 1077944384 201 12682 0 0 4 5 7 4 20 0 20 0 11968909 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811470088848 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6069] ppid=6005 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6069/stat : 6069 (java) S 6005 6008 3349 0 -1 1077944384 160 12682 0 0 3 5 7 4 20 0 20 0 11968909 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811469036048 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6070] ppid=6005 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6070/stat : 6070 (java) S 6005 6008 3349 0 -1 1077944384 67 12682 0 0 4 4 7 4 20 0 20 0 11968909 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811467983248 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6071] ppid=6005 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6071/stat : 6071 (java) S 6005 6008 3349 0 -1 1077944384 143 12682 0 0 4 4 7 4 20 0 20 0 11968909 11190136832 113245 33554432000 4194304 4196468 140725199309952 139811466930448 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6072] ppid=6005 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6072/stat : 6072 (java) S 6005 6008 3349 0 -1 1077944384 1192 12682 0 0 3 0 7 4 20 0 20 0 11968911 11190136832 113245 33554432000 4194304 4196468 140725199309952 139810297547632 139811548236418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6073] ppid=6005 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6073/stat : 6073 (java) S 6005 6008 3349 0 -1 1077944384 57 12682 0 0 0 0 7 4 20 0 20 0 11968912 11190136832 113245 33554432000 4194304 4196468 140725199309952 139810296493664 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6074] ppid=6005 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6074/stat : 6074 (java) S 6005 6008 3349 0 -1 1077944384 46 12682 0 0 0 0 7 4 20 0 20 0 11968912 11190136832 113245 33554432000 4194304 4196468 140725199309952 139810295440768 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6075] ppid=6005 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6075/stat : 6075 (java) S 6005 6008 3349 0 -1 1077944384 1 12682 0 0 0 0 7 4 20 0 20 0 11968916 11190136832 113245 33554432000 4194304 4196468 140725199309952 139810294389072 139811548243867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6076] ppid=6005 vsize=10927868 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6076/stat : 6076 (java) S 6005 6008 3349 0 -1 1077944384 5528 12682 0 0 170 0 7 4 20 0 20 0 11968916 11190136832 113245 33554432000 4194304 4196468 140725199309952 139810293336432 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6077] ppid=6005 vsize=10927868 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6077/stat : 6077 (java) S 6005 6008 3349 0 -1 1077944384 3288 12682 0 0 142 1 7 4 20 0 20 0 11968916 11190136832 113245 33554432000 4194304 4196468 140725199309952 139810292283632 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6078] ppid=6005 vsize=10927868 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6078/stat : 6078 (java) S 6005 6008 3349 0 -1 1077944384 1769 12682 0 0 130 1 7 4 20 0 20 0 11968916 11190136832 113245 33554432000 4194304 4196468 140725199309952 139810291230832 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 18 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6079] ppid=6005 vsize=10927868 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6079/stat : 6079 (java) S 6005 6008 3349 0 -1 1077944384 4185 12682 0 0 126 1 7 4 20 0 20 0 11968916 11190136832 113245 33554432000 4194304 4196468 140725199309952 139810290178032 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6080] ppid=6005 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=6008/tid=6077] ppid=6005 vsize=10931964 CPUtime=4.99 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6077/stat : 6077 (java) S 6005 6008 3349 0 -1 1077944384 19094 12682 0 0 483 5 7 4 20 0 20 0 11968916 11194331136 809778 33554432000 4194304 4196468 140725199309952 139810292283632 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6078] ppid=6005 vsize=10931964 CPUtime=5.77 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6078/stat : 6078 (java) S 6005 6008 3349 0 -1 1077944384 24240 12682 0 0 562 4 7 4 20 0 20 0 11968916 11194331136 809778 33554432000 4194304 4196468 140725199309952 139810291230832 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6079] ppid=6005 vsize=10931964 CPUtime=2.4 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6079/stat : 6079 (java) S 6005 6008 3349 0 -1 1077944384 23358 12682 0 0 225 4 7 4 20 0 20 0 11968916 11194331136 809778 33554432000 4194304 4196468 140725199309952 139810290178032 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6080] ppid=6005 vsize=10931964 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6080/stat : 6080 (java) S 6005 6008 3349 0 -1 1077944384 3 12682 0 0 0 0 7 4 20 0 20 0 11968916 11194331136 809778 33554432000 4194304 4196468 140725199309952 139810289126496 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6081] ppid=6005 vsize=10931964 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6081/stat : 6081 (java) S 6005 6008 3349 0 -1 1077944384 2849 12682 0 0 63 65 7 4 20 0 20 0 11968917 11194331136 809778 33554432000 4194304 4196468 140725199309952 139810288073776 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
Current children cumulated CPU time (s) 2382.89
Current children cumulated vsize (KiB) 10931964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339 s]
/proc/loadavg: 1.62 1.79 1.77 3/287 6333
/proc/meminfo: memFree=24931204/32770624 swapFree=5892/377968
[pid=6008] ppid=6005 vsize=10931964 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 419229 12682 0 0 239175 815 7 4 20 0 20 0 11968895 11194331136 809910 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2732991 809910 3514 1 0 2720546 0
[pid=6008/tid=6063] ppid=6005 vsize=10931964 CPUtime=2329.04 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6063/stat : 6063 (java) R 6005 6008 3349 0 -1 4202560 191513 12682 0 0 232799 94 7 4 20 0 20 0 11968908 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811552459424 139811143143808 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6064] ppid=6005 vsize=10931964 CPUtime=6.19 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6064/stat : 6064 (java) S 6005 6008 3349 0 -1 1077944384 10014 12682 0 0 531 77 7 4 20 0 20 0 11968909 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811474300048 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6065] ppid=6005 vsize=10931964 CPUtime=6.41 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6065/stat : 6065 (java) S 6005 6008 3349 0 -1 1077944384 11261 12682 0 0 550 80 7 4 20 0 20 0 11968909 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811473247248 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6066] ppid=6005 vsize=10931964 CPUtime=6.36 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6066/stat : 6066 (java) S 6005 6008 3349 0 -1 1077944384 14755 12682 0 0 544 81 7 4 20 0 20 0 11968909 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811472194448 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6067] ppid=6005 vsize=10931964 CPUtime=6.23 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6067/stat : 6067 (java) S 6005 6008 3349 0 -1 1077944384 15989 12682 0 0 532 80 7 4 20 0 20 0 11968909 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811471141648 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6068] ppid=6005 vsize=10931964 CPUtime=6.23 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6068/stat : 6068 (java) S 6005 6008 3349 0 -1 1077944384 13473 12682 0 0 531 81 7 4 20 0 20 0 11968909 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811470088848 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6069] ppid=6005 vsize=10931964 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6069/stat : 6069 (java) S 6005 6008 3349 0 -1 1077944384 12334 12682 0 0 539 78 7 4 20 0 20 0 11968909 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811469036048 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6070] ppid=6005 vsize=10931964 CPUtime=6.26 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6070/stat : 6070 (java) S 6005 6008 3349 0 -1 1077944384 12426 12682 0 0 534 81 7 4 20 0 20 0 11968909 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811467983248 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6071] ppid=6005 vsize=10931964 CPUtime=6.36 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6071/stat : 6071 (java) S 6005 6008 3349 0 -1 1077944384 6095 12682 0 0 545 80 7 4 20 0 20 0 11968909 11194331136 809910 33554432000 4194304 4196468 140725199309952 139811466930448 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6072] ppid=6005 vsize=10931964 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6072/stat : 6072 (java) S 6005 6008 3349 0 -1 1077944384 28625 12682 0 0 98 21 7 4 20 0 20 0 11968911 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810297547632 139811548236418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6073] ppid=6005 vsize=10931964 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6073/stat : 6073 (java) S 6005 6008 3349 0 -1 1077944384 65 12682 0 0 0 0 7 4 20 0 20 0 11968912 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810296493728 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6074] ppid=6005 vsize=10931964 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6074/stat : 6074 (java) S 6005 6008 3349 0 -1 1077944384 59 12682 0 0 0 0 7 4 20 0 20 0 11968912 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810295440768 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6075] ppid=6005 vsize=10931964 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6075/stat : 6075 (java) S 6005 6008 3349 0 -1 1077944384 1 12682 0 0 0 0 7 4 20 0 20 0 11968916 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810294389072 139811548243867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6076] ppid=6005 vsize=10931964 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6076/stat : 6076 (java) S 6005 6008 3349 0 -1 1077944384 30935 12682 0 0 603 4 7 4 20 0 20 0 11968916 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810293336432 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6077] ppid=6005 vsize=10931964 CPUtime=4.99 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6077/stat : 6077 (java) S 6005 6008 3349 0 -1 1077944384 19096 12682 0 0 483 5 7 4 20 0 20 0 11968916 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810292283632 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6078] ppid=6005 vsize=10931964 CPUtime=5.77 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6078/stat : 6078 (java) S 6005 6008 3349 0 -1 1077944384 24242 12682 0 0 562 4 7 4 20 0 20 0 11968916 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810291230832 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6079] ppid=6005 vsize=10931964 CPUtime=2.4 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6079/stat : 6079 (java) S 6005 6008 3349 0 -1 1077944384 23360 12682 0 0 225 4 7 4 20 0 20 0 11968916 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810290178032 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6080] ppid=6005 vsize=10931964 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6080/stat : 6080 (java) S 6005 6008 3349 0 -1 1077944384 3 12682 0 0 0 0 7 4 20 0 20 0 11968916 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810289126496 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6081] ppid=6005 vsize=10931964 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6081/stat : 6081 (java) S 6005 6008 3349 0 -1 1077944384 2849 12682 0 0 63 66 7 4 20 0 20 0 11968917 11194331136 809910 33554432000 4194304 4196468 140725199309952 139810288073776 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10931964

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 6008 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2339.2 s]
/proc/loadavg: 1.62 1.79 1.77 3/287 6333
/proc/meminfo: memFree=24931204/32770624 swapFree=5892/377968
[pid=6008] ppid=6005 vsize=11065092 CPUtime=2401.23 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 425600 12682 0 0 239296 816 7 4 20 0 22 0 11968895 11330654208 810982 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2766273 810982 3514 1 0 2753828 0
[pid=6008/tid=6063] ppid=6005 vsize=11065092 CPUtime=2329.06 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6063/stat : 6063 (java) S 6005 6008 3349 0 -1 1077944384 191841 12682 0 0 232801 94 7 4 20 0 22 0 11968908 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811552462976 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6064] ppid=6005 vsize=11065092 CPUtime=6.34 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6064/stat : 6064 (java) R 6005 6008 3349 0 -1 4202560 10018 12682 0 0 546 77 7 4 20 0 22 0 11968909 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811474300168 139811531608304 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6065] ppid=6005 vsize=11065092 CPUtime=6.56 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6065/stat : 6065 (java) R 6005 6008 3349 0 -1 4202560 11265 12682 0 0 565 80 7 4 20 0 22 0 11968909 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811473247368 139811540853479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6066] ppid=6005 vsize=11065092 CPUtime=6.51 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6066/stat : 6066 (java) R 6005 6008 3349 0 -1 4202560 14761 12682 0 0 559 81 7 4 20 0 22 0 11968909 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811472194568 139811532925928 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6067] ppid=6005 vsize=11065092 CPUtime=6.38 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6067/stat : 6067 (java) R 6005 6008 3349 0 -1 4202560 16001 12682 0 0 547 80 7 4 20 0 22 0 11968909 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811471141768 139811540853479 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6068] ppid=6005 vsize=11065092 CPUtime=6.36 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6068/stat : 6068 (java) R 6005 6008 3349 0 -1 4202560 13473 12682 0 0 544 81 7 4 20 0 22 0 11968909 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811470088968 139811540853479 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6069] ppid=6005 vsize=11065092 CPUtime=6.43 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6069/stat : 6069 (java) R 6005 6008 3349 0 -1 4202560 12340 12682 0 0 554 78 7 4 20 0 22 0 11968909 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811469036168 139811540853479 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6070] ppid=6005 vsize=11065092 CPUtime=6.41 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6070/stat : 6070 (java) R 6005 6008 3349 0 -1 4202560 12444 12682 0 0 549 81 7 4 20 0 22 0 11968909 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811467983448 139811540853479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6071] ppid=6005 vsize=11065092 CPUtime=6.51 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6071/stat : 6071 (java) R 6005 6008 3349 0 -1 4202560 6107 12682 0 0 560 80 7 4 20 0 22 0 11968909 11330654208 810982 33554432000 4194304 4196468 140725199309952 139811466930568 139811540853479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6072] ppid=6005 vsize=11065092 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6072/stat : 6072 (java) S 6005 6008 3349 0 -1 1077944384 34427 12682 0 0 100 22 7 4 20 0 22 0 11968911 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810297546256 139811548235477 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6073] ppid=6005 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6073/stat : 6073 (java) S 6005 6008 3349 0 -1 1077944384 65 12682 0 0 0 0 7 4 20 0 22 0 11968912 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810296493728 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6074] ppid=6005 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6074/stat : 6074 (java) S 6005 6008 3349 0 -1 1077944384 59 12682 0 0 0 0 7 4 20 0 22 0 11968912 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810295440768 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6075] ppid=6005 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6075/stat : 6075 (java) S 6005 6008 3349 0 -1 1077944384 78 12682 0 0 0 0 7 4 20 0 22 0 11968916 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810294389072 139811548243867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6076] ppid=6005 vsize=11065092 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6076/stat : 6076 (java) S 6005 6008 3349 0 -1 1077944384 30935 12682 0 0 603 4 7 4 20 0 22 0 11968916 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810293336432 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6077] ppid=6005 vsize=11065092 CPUtime=4.99 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6077/stat : 6077 (java) S 6005 6008 3349 0 -1 1077944384 19096 12682 0 0 483 5 7 4 20 0 22 0 11968916 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810292283632 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6078] ppid=6005 vsize=11065092 CPUtime=5.77 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6078/stat : 6078 (java) S 6005 6008 3349 0 -1 1077944384 24242 12682 0 0 562 4 7 4 20 0 22 0 11968916 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810291230832 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6079] ppid=6005 vsize=11065092 CPUtime=2.4 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6079/stat : 6079 (java) S 6005 6008 3349 0 -1 1077944384 23360 12682 0 0 225 4 7 4 20 0 22 0 11968916 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810290178032 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6080] ppid=6005 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6080/stat : 6080 (java) S 6005 6008 3349 0 -1 1077944384 3 12682 0 0 0 0 7 4 20 0 22 0 11968916 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810289126496 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6081] ppid=6005 vsize=11065092 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6081/stat : 6081 (java) S 6005 6008 3349 0 -1 1077944384 2849 12682 0 0 63 66 7 4 20 0 22 0 11968917 11330654208 810982 33554432000 4194304 4196468 140725199309952 139810288073776 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
Current children cumulated CPU time (s) 2401.23
Current children cumulated vsize (KiB) 11065092

[startup+2339.4 s]
/proc/loadavg: 1.62 1.79 1.77 3/287 6333
/proc/meminfo: memFree=24931204/32770624 swapFree=5892/377968
[pid=6008] ppid=6005 vsize=11065092 CPUtime=2402.43 cores=1,3,5,7,9,11,13,15
/proc/6008/stat : 6008 (java) S 6005 6008 3349 0 -1 1077944320 425819 12682 0 0 239416 816 7 4 20 0 22 0 11968895 11330654208 811015 33554432000 4194304 4196468 140725199309952 140725199292496 139811548225271 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
/proc/6008/statm: 2766273 811015 3520 1 0 2753828 0
[pid=6008/tid=6063] ppid=6005 vsize=11065092 CPUtime=2329.06 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6063/stat : 6063 (java) S 6005 6008 3349 0 -1 1077944384 191841 12682 0 0 232801 94 7 4 20 0 22 0 11968908 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811552462976 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6064] ppid=6005 vsize=11065092 CPUtime=6.48 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6064/stat : 6064 (java) R 6005 6008 3349 0 -1 4202560 10020 12682 0 0 560 77 7 4 20 0 22 0 11968909 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811474300048 139811532922910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6065] ppid=6005 vsize=11065092 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6065/stat : 6065 (java) R 6005 6008 3349 0 -1 4202560 11266 12682 0 0 579 80 7 4 20 0 22 0 11968909 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811473247448 139811529822282 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6066] ppid=6005 vsize=11065092 CPUtime=6.65 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6066/stat : 6066 (java) R 6005 6008 3349 0 -1 4202560 14767 12682 0 0 573 81 7 4 20 0 22 0 11968909 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811472194448 139811529821712 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6067] ppid=6005 vsize=11065092 CPUtime=6.53 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6067/stat : 6067 (java) R 6005 6008 3349 0 -1 4202560 16001 12682 0 0 562 80 7 4 20 0 22 0 11968909 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811471141648 139811529822294 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6068] ppid=6005 vsize=11065092 CPUtime=6.5 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6068/stat : 6068 (java) R 6005 6008 3349 0 -1 4202560 13474 12682 0 0 558 81 7 4 20 0 22 0 11968909 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811470088848 139811529821796 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6069] ppid=6005 vsize=11065092 CPUtime=6.57 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6069/stat : 6069 (java) R 6005 6008 3349 0 -1 4202560 12340 12682 0 0 568 78 7 4 20 0 22 0 11968909 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811469036048 139811529821757 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6070] ppid=6005 vsize=11065092 CPUtime=6.56 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6070/stat : 6070 (java) R 6005 6008 3349 0 -1 4202560 12445 12682 0 0 564 81 7 4 20 0 22 0 11968909 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811467983248 139811529822294 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6071] ppid=6005 vsize=11065092 CPUtime=6.64 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6071/stat : 6071 (java) R 6005 6008 3349 0 -1 4202560 6107 12682 0 0 573 80 7 4 20 0 22 0 11968909 11330654208 811015 33554432000 4194304 4196468 140725199309952 139811466930448 139811529822282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6072] ppid=6005 vsize=11065092 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6072/stat : 6072 (java) S 6005 6008 3349 0 -1 1077944384 34631 12682 0 0 105 22 7 4 20 0 22 0 11968911 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810297546032 139811548235477 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6073] ppid=6005 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6073/stat : 6073 (java) S 6005 6008 3349 0 -1 1077944384 67 12682 0 0 0 0 7 4 20 0 22 0 11968912 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810296493232 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6074] ppid=6005 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6074/stat : 6074 (java) S 6005 6008 3349 0 -1 1077944384 59 12682 0 0 0 0 7 4 20 0 22 0 11968912 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810295440768 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6075] ppid=6005 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6075/stat : 6075 (java) S 6005 6008 3349 0 -1 1077944384 78 12682 0 0 0 0 7 4 20 0 22 0 11968916 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810294389072 139811548243867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6076] ppid=6005 vsize=11065092 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6076/stat : 6076 (java) S 6005 6008 3349 0 -1 1077944384 30935 12682 0 0 603 4 7 4 20 0 22 0 11968916 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810293336432 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6077] ppid=6005 vsize=11065092 CPUtime=4.99 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6077/stat : 6077 (java) S 6005 6008 3349 0 -1 1077944384 19096 12682 0 0 483 5 7 4 20 0 22 0 11968916 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810292283632 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6078] ppid=6005 vsize=11065092 CPUtime=5.77 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6078/stat : 6078 (java) S 6005 6008 3349 0 -1 1077944384 24242 12682 0 0 562 4 7 4 20 0 22 0 11968916 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810291230832 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6079] ppid=6005 vsize=11065092 CPUtime=2.4 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6079/stat : 6079 (java) S 6005 6008 3349 0 -1 1077944384 23360 12682 0 0 225 4 7 4 20 0 22 0 11968916 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810290178032 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 24 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6080] ppid=6005 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6080/stat : 6080 (java) S 6005 6008 3349 0 -1 1077944384 3 12682 0 0 0 0 7 4 20 0 22 0 11968916 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810289126496 139811548235477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
[pid=6008/tid=6081] ppid=6005 vsize=11065092 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/6008/task/6081/stat : 6081 (java) S 6005 6008 3349 0 -1 1077944384 2849 12682 0 0 63 66 7 4 20 0 22 0 11968917 11330654208 811015 33554432000 4194304 4196468 140725199309952 139810288073776 139811548236418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 27033600 140725199317697 140725199320471 140725199320471 140725199323087 0
Current children cumulated CPU time (s) 2402.43
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2339.48
CPU time (s): 2402.8
CPU user time (s): 2394.58
CPU system time (s): 8.22923
CPU usage (%): 102.707
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.58
system time used= 8.22923
maximum resident set size= 3244692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438671
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93706
involuntary context switches= 129830

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.611 second user time and 20.3399 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-23 01:43:39
IDJOB=4249424
IDBENCH=136009
IDSOLVER=2630
FILE ID=node133/4249424-1500767019
RUNJOBID= node133-1500754473-3381
PBS_JOBID= 20624590
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-10.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249424-1500767019/watcher-4249424-1500767019 -o /tmp/evaluation-result-4249424-1500767019/solver-4249424-1500767019 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3381 --watchdog 2560  bin/concrete HOME/instance-4249424-1500767019.xml

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

MD5SUM BENCH= 742286b199079809b66c62b35b32659a
RANDOM SEED=184139546

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30102008 kB
MemAvailable:   30722824 kB
Buffers:          168232 kB
Cached:           727888 kB
SwapCached:            0 kB
Active:          1830480 kB
Inactive:         385108 kB
Active(anon):    1322288 kB
Inactive(anon):     8764 kB
Active(file):     508192 kB
Inactive(file):   376344 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24748 kB
Writeback:             0 kB
AnonPages:       1325540 kB
Mapped:            45104 kB
Shmem:              8872 kB
Slab:             138696 kB
SReclaimable:     104232 kB
SUnreclaim:        34464 kB
KernelStack:        4576 kB
PageTables:         8032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2072020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61804 MiB
End job on node133 at 2017-07-23 02:22:39