Trace number 4246243

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.06 2341.54

General information on the benchmark

NameLangford/Langford-m1-k2/
Langford-2-18.xml
MD5SUM969713c535595664febe0b3c6e709240
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints19
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":36}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":18},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints18
Distribution of constraint types[{"type":"intension","count":18},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246243-1500711273/watcher-4246243-1500711273 -o /tmp/evaluation-result-4246243-1500711273/solver-4246243-1500711273 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7986 --watchdog 2560 bin/concrete HOME/instance-4246243-1500711273.xml 

pid=17843
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.67 1.57 1.55 3/261 17846
/proc/meminfo: memFree=29253040/32770624 swapFree=5788/300968
[pid=17846] ppid=17843 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (bash) S 17843 17846 7954 0 -1 4202496 685 1533 0 0 0 0 0 0 20 0 1 0 6394766 9736192 350 33554432000 4194304 5098028 140735788421296 140735788418936 139738703838208 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 10711040 140735788426510 140735788426595 140735788426595 140735788429294 0
/proc/17846/statm: 2377 350 277 221 0 86 0

[startup+0.100071 s]
/proc/loadavg: 1.67 1.57 1.55 3/261 17846
/proc/meminfo: memFree=29253040/32770624 swapFree=5788/300968
[pid=17846] ppid=17843 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (bash) S 17843 17846 7954 0 -1 4202496 879 6424 0 0 0 0 0 1 20 0 1 0 6394766 9871360 378 33554432000 4194304 5098028 140735788421296 140735788415304 139738703838208 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 10711040 140735788426510 140735788426595 140735788426595 140735788429294 0
/proc/17846/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200395 s]
/proc/loadavg: 1.67 1.57 1.55 3/261 17846
/proc/meminfo: memFree=29253040/32770624 swapFree=5788/300968
[pid=17846] ppid=17843 vsize=10502424 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 4765 12594 0 0 6 1 8 4 20 0 14 0 6394766 10754482176 5110 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2625863 5110 2172 1 0 2614301 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10502424

[startup+0.300337 s]
/proc/loadavg: 1.67 1.57 1.55 3/261 17846
/proc/meminfo: memFree=29253040/32770624 swapFree=5788/300968
[pid=17846] ppid=17843 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 9248 12594 0 0 20 3 8 4 20 0 20 0 6394766 11164049408 10851 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2725598 10851 3000 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700384 s]
/proc/loadavg: 1.67 1.57 1.55 3/261 17846
/proc/meminfo: memFree=29253040/32770624 swapFree=5788/300968
[pid=17846] ppid=17843 vsize=10902720 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 12616 12594 0 0 86 5 8 4 20 0 20 0 6394766 11164385280 16470 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2725680 16470 3231 1 0 2713890 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 1.69 1.58 1.55 4/281 17919
/proc/meminfo: memFree=29144204/32770624 swapFree=5788/301000
[pid=17846] ppid=17843 vsize=10915392 CPUtime=2.34 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 26029 12594 0 0 210 12 8 4 20 0 20 0 6394766 11177361408 44258 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2728848 44258 3415 1 0 2716962 0
[pid=17846/tid=17901] ppid=17843 vsize=10915392 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17901/stat : 17901 (java) R 17843 17846 7954 0 -1 4202560 18869 12594 0 0 125 5 8 4 20 0 20 0 6394779 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695367110296 140695344446894 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17902] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 7954 0 -1 1077944384 42 12594 0 0 0 0 8 4 20 0 20 0 6394780 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695288957328 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17903] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 7954 0 -1 1077944384 14 12594 0 0 0 0 8 4 20 0 20 0 6394780 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695287904528 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17904] ppid=17843 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 7954 0 -1 1077944384 35 12594 0 0 1 0 8 4 20 0 20 0 6394780 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695286852240 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17905] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 7954 0 -1 1077944384 18 12594 0 0 0 0 8 4 20 0 20 0 6394780 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695285799440 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17906] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 7954 0 -1 1077944384 35 12594 0 0 0 0 8 4 20 0 20 0 6394780 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695284747152 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17907] ppid=17843 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 7954 0 -1 1077944384 14 12594 0 0 1 0 8 4 20 0 20 0 6394780 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695283694352 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17908] ppid=17843 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 7954 0 -1 1077944384 22 12594 0 0 1 0 8 4 20 0 20 0 6394780 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695282642064 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17909] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 7954 0 -1 1077944384 135 12594 0 0 0 0 8 4 20 0 20 0 6394780 11177361408 44258 33554432000 4194304 4196468 140730873303200 140695281589264 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17910] ppid=17843 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 7954 0 -1 1077944384 1111 12594 0 0 1 0 8 4 20 0 20 0 6394782 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694837409904 140695362894466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17911] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 7954 0 -1 1077944384 56 12594 0 0 0 0 8 4 20 0 20 0 6394782 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694836355936 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17912] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 7954 0 -1 1077944384 44 12594 0 0 0 0 8 4 20 0 20 0 6394783 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694835303552 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17913] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17913/stat : 17913 (java) S 17843 17846 7954 0 -1 1077944384 1 12594 0 0 0 0 8 4 20 0 20 0 6394786 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694834251856 140695362901915 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17914] ppid=17843 vsize=10915392 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17914/stat : 17914 (java) S 17843 17846 7954 0 -1 1077944384 1023 12594 0 0 15 0 8 4 20 0 20 0 6394786 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694833199728 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17915] ppid=17843 vsize=10915392 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17915/stat : 17915 (java) S 17843 17846 7954 0 -1 1077944384 524 12594 0 0 12 0 8 4 20 0 20 0 6394786 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694832146928 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17916] ppid=17843 vsize=10915392 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17916/stat : 17916 (java) S 17843 17846 7954 0 -1 1077944384 601 12594 0 0 17 0 8 4 20 0 20 0 6394786 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694831094640 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17917] ppid=17843 vsize=10915392 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17917/stat : 17917 (java) R 17843 17846 7954 0 -1 4202560 1347 12594 0 0 28 0 8 4 20 0 20 0 6394786 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694830041840 140695355120446 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17918] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17918/stat : 17918 (java) S 17843 17846 7954 0 -1 1077944384 3 12594 0 0 0 0 8 4 20 0 20 0 6394786 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694828988768 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17919] ppid=17843 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17919/stat : 17919 (java) S 17843 17846 7954 0 -1 1077944384 7 12594 0 0 0 0 8 4 20 0 20 0 6394787 11177361408 44258 33554432000 4194304 4196468 140730873303200 140694827936048 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10915392

[startup+3.10081 s]
/proc/loadavg: 1.69 1.58 1.55 5/281 17919
/proc/meminfo: memFree=29077616/32770624 swapFree=5788/301000
[pid=17846] ppid=17843 vsize=10993404 CPUtime=6.4 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 57693 12594 0 0 604 24 8 4 20 0 20 0 6394766 11257245696 70814 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2748351 70814 3487 1 0 2735906 0
[pid=17846/tid=17901] ppid=17843 vsize=10993404 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17901/stat : 17901 (java) R 17843 17846 7954 0 -1 4202560 40196 12594 0 0 276 9 8 4 20 0 20 0 6394779 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695367108232 140695346076053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17902] ppid=17843 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 7954 0 -1 1077944384 62 12594 0 0 2 0 8 4 20 0 20 0 6394780 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695288957328 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17903] ppid=17843 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 7954 0 -1 1077944384 32 12594 0 0 2 1 8 4 20 0 20 0 6394780 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695287904528 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17904] ppid=17843 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 7954 0 -1 1077944384 43 12594 0 0 2 0 8 4 20 0 20 0 6394780 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695286852240 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17905] ppid=17843 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 7954 0 -1 1077944384 34 12594 0 0 2 1 8 4 20 0 20 0 6394780 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695285799440 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17906] ppid=17843 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 7954 0 -1 1077944384 81 12594 0 0 2 0 8 4 20 0 20 0 6394780 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695284747152 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17907] ppid=17843 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 7954 0 -1 1077944384 40 12594 0 0 2 0 8 4 20 0 20 0 6394780 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695283694352 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17908] ppid=17843 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 7954 0 -1 1077944384 32 12594 0 0 2 0 8 4 20 0 20 0 6394780 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695282642064 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17909] ppid=17843 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 7954 0 -1 1077944384 155 12594 0 0 2 0 8 4 20 0 20 0 6394780 11257245696 70814 33554432000 4194304 4196468 140730873303200 140695281589264 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17910] ppid=17843 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 7954 0 -1 1077944384 1968 12594 0 0 3 0 8 4 20 0 20 0 6394782 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694837409904 140695362894466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17911] ppid=17843 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 7954 0 -1 1077944384 56 12594 0 0 0 0 8 4 20 0 20 0 6394782 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694836355936 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17912] ppid=17843 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 7954 0 -1 1077944384 44 12594 0 0 0 0 8 4 20 0 20 0 6394783 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694835303552 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17913] ppid=17843 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17913/stat : 17913 (java) S 17843 17846 7954 0 -1 1077944384 1 12594 0 0 0 0 8 4 20 0 20 0 6394786 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694834251856 140695362901915 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17914] ppid=17843 vsize=10993404 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17914/stat : 17914 (java) S 17843 17846 7954 0 -1 1077944384 4318 12594 0 0 84 1 8 4 20 0 20 0 6394786 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694833199728 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17915] ppid=17843 vsize=10993404 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17915/stat : 17915 (java) S 17843 17846 7954 0 -1 1077944384 1728 12594 0 0 53 1 8 4 20 0 20 0 6394786 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694832146928 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17916] ppid=17843 vsize=10993404 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17916/stat : 17916 (java) R 17843 17846 7954 0 -1 4202560 3671 12594 0 0 73 1 8 4 20 0 20 0 6394786 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694831075656 140695355172773 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17917] ppid=17843 vsize=10993404 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17917/stat : 17917 (java) S 17843 17846 7954 0 -1 1077944384 3092 12594 0 0 91 2 8 4 20 0 20 0 6394786 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694830041840 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17918] ppid=17843 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17918/stat : 17918 (java) S 17843 17846 7954 0 -1 1077944384 3 12594 0 0 0 0 8 4 20 0 20 0 6394786 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694828988768 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17919] ppid=17843 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17919/stat : 17919 (java) S 17843 17846 7954 0 -1 1077944384 8 12594 0 0 0 0 8 4 20 0 20 0 6394787 11257245696 70814 33554432000 4194304 4196468 140730873303200 140694827936048 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 10993404

[startup+6.30077 s]
/proc/loadavg: 1.72 1.59 1.55 3/281 17919
/proc/meminfo: memFree=28905924/32770624 swapFree=5788/301008
[pid=17846] ppid=17843 vsize=10995452 CPUtime=12.28 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 61801 12594 0 0 1186 30 8 4 20 0 20 0 6394766 11259342848 99176 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2748863 99176 3499 1 0 2736418 0
[pid=17846/tid=17901] ppid=17843 vsize=10995452 CPUtime=6.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17901/stat : 17901 (java) R 17843 17846 7954 0 -1 4202560 40561 12594 0 0 592 11 8 4 20 0 20 0 6394779 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695367117440 140694968465028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17902] ppid=17843 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 7954 0 -1 1077944384 72 12594 0 0 3 1 8 4 20 0 20 0 6394780 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695288957328 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17903] ppid=17843 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 7954 0 -1 1077944384 37 12594 0 0 3 1 8 4 20 0 20 0 6394780 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695287904528 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17904] ppid=17843 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 7954 0 -1 1077944384 48 12594 0 0 2 1 8 4 20 0 20 0 6394780 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695286852240 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17905] ppid=17843 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 7954 0 -1 1077944384 38 12594 0 0 3 1 8 4 20 0 20 0 6394780 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695285799440 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17906] ppid=17843 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 7954 0 -1 1077944384 84 12594 0 0 2 1 8 4 20 0 20 0 6394780 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695284747152 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17907] ppid=17843 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 7954 0 -1 1077944384 44 12594 0 0 2 1 8 4 20 0 20 0 6394780 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695283694352 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17908] ppid=17843 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 7954 0 -1 1077944384 37 12594 0 0 3 0 8 4 20 0 20 0 6394780 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695282642064 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17909] ppid=17843 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 7954 0 -1 1077944384 157 12594 0 0 3 0 8 4 20 0 20 0 6394780 11259342848 99176 33554432000 4194304 4196468 140730873303200 140695281589264 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17910] ppid=17843 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 7954 0 -1 1077944384 2002 12594 0 0 4 0 8 4 20 0 20 0 6394782 11259342848 99176 33554432000 4194304 4196468 140730873303200 140694837409904 140695362894466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17911] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 7954 0 -1 1077944384 56 12594 0 0 0 0 8 4 20 0 20 0 6394782 11259342848 99176 33554432000 4194304 4196468 140730873303200 140694836355936 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17912] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 7954 0 -1 1077944384 44 12594 0 0 0 0 8 4 20 0 20 0 6394783 11259342848 99176 33554432000 4194304 4196468 140730873303200 140694835303552 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17913] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17913/stat : 17913 (java) S 17843 17846 7954 0 -1 1077944384 1 12594 0 0 0 0 8 4 20 0 20 0 6394786 11259342848 99176 33554432000 4194304 4196468 140730873303200 140694834251856 140695362901915 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17914] ppid=17843 vsize=10995452 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17914/stat : 17914 (java) S 17843 17846 7954 0 -1 1077944384 4471 12594 0 0 155 2 8 4 20 0 20 0 6394786 11259342848 99176 33554432000 4194304 4196468 140730873303200 140694833199728 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17915] ppid=17843 vsize=10995452 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17915/stat : 17915 (java) S 17843 17846 7954 0 -1 1077944384 2291 12594 0 0 141 1 8 4 20 0 20 0 6394786 11259342848 99176 33554432000 4194304 4196468 140730873303200 140694832146928 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17916] ppid=17843 vsize=10995452 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17916/stat : 17916 (java) S 17843 17846 7954 0 -1 1077944384 6247 12594 0 0 152 1 8 4 20 0 20 0 6394786 11259342848 99176 33554432000 4194304 4196468 140730873303200 140694831094640 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17917] ppid=17843 vsize=10995452 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17917/stat : 17917 (java) S 17843 17846 7954 0 -1 1077944384 3469 12594 0 0 114 3 8 4 20 0 20 0 6394786 11259342848 99176 33554432000 4194304 4196468 140730873303200 140694830041840 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17918] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=17846/tid=17915] ppid=17843 vsize=10995452 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17915/stat : 17915 (java) S 17843 17846 7954 0 -1 1077944384 3135 12594 0 0 144 1 8 4 20 0 20 0 6394786 11259342848 203573 33554432000 4194304 4196468 140730873303200 140694832146928 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17916] ppid=17843 vsize=10995452 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17916/stat : 17916 (java) S 17843 17846 7954 0 -1 1077944384 7614 12594 0 0 156 1 8 4 20 0 20 0 6394786 11259342848 203573 33554432000 4194304 4196468 140730873303200 140694831094640 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17917] ppid=17843 vsize=10995452 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17917/stat : 17917 (java) S 17843 17846 7954 0 -1 1077944384 7464 12594 0 0 115 3 8 4 20 0 20 0 6394786 11259342848 203573 33554432000 4194304 4196468 140730873303200 140694830041840 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17918] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17918/stat : 17918 (java) S 17843 17846 7954 0 -1 1077944384 3 12594 0 0 0 0 8 4 20 0 20 0 6394786 11259342848 203573 33554432000 4194304 4196468 140730873303200 140694828988768 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17919] ppid=17843 vsize=10995452 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17919/stat : 17919 (java) S 17843 17846 7954 0 -1 1077944384 899 12594 0 0 57 61 8 4 20 0 20 0 6394787 11259342848 203573 33554432000 4194304 4196468 140730873303200 140694827936048 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
Current children cumulated CPU time (s) 2380.66
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2341.3 s]
/proc/loadavg: 1.43 1.51 1.50 3/282 18134
/proc/meminfo: memFree=30048160/32770624 swapFree=5788/303628
[pid=17846] ppid=17843 vsize=10995452 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 158126 12594 0 0 239570 425 8 4 20 0 20 0 6394766 11259342848 203588 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2748863 203588 3511 1 0 2736418 0
[pid=17846/tid=17901] ppid=17843 vsize=10995452 CPUtime=2322.26 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17901/stat : 17901 (java) R 17843 17846 7954 0 -1 4202560 70869 12594 0 0 232179 35 8 4 20 0 20 0 6394779 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695367117616 140694968750941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17902] ppid=17843 vsize=10995452 CPUtime=8.06 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 7954 0 -1 1077944384 6754 12594 0 0 751 43 8 4 20 0 20 0 6394780 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695288957328 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17903] ppid=17843 vsize=10995452 CPUtime=8.09 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 7954 0 -1 1077944384 6544 12594 0 0 756 41 8 4 20 0 20 0 6394780 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695287904528 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17904] ppid=17843 vsize=10995452 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 7954 0 -1 1077944384 7790 12594 0 0 757 39 8 4 20 0 20 0 6394780 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695286852240 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17905] ppid=17843 vsize=10995452 CPUtime=7.97 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 7954 0 -1 1077944384 3522 12594 0 0 742 43 8 4 20 0 20 0 6394780 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695285799440 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17906] ppid=17843 vsize=10995452 CPUtime=8.01 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 7954 0 -1 1077944384 9290 12594 0 0 747 42 8 4 20 0 20 0 6394780 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695284747152 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17907] ppid=17843 vsize=10995452 CPUtime=7.96 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 7954 0 -1 1077944384 2012 12594 0 0 743 41 8 4 20 0 20 0 6394780 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695283694352 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17908] ppid=17843 vsize=10995452 CPUtime=8.04 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 7954 0 -1 1077944384 6510 12594 0 0 754 38 8 4 20 0 20 0 6394780 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695282642064 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17909] ppid=17843 vsize=10995452 CPUtime=8 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 7954 0 -1 1077944384 4842 12594 0 0 747 41 8 4 20 0 20 0 6394780 11259342848 203588 33554432000 4194304 4196468 140730873303200 140695281589264 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17910] ppid=17843 vsize=10995452 CPUtime=7.54 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 7954 0 -1 1077944384 13417 12594 0 0 706 36 8 4 20 0 20 0 6394782 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694837409904 140695362894466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17911] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 7954 0 -1 1077944384 56 12594 0 0 0 0 8 4 20 0 20 0 6394782 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694836355936 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17912] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 7954 0 -1 1077944384 44 12594 0 0 0 0 8 4 20 0 20 0 6394783 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694835303552 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17913] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17913/stat : 17913 (java) S 17843 17846 7954 0 -1 1077944384 1 12594 0 0 0 0 8 4 20 0 20 0 6394786 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694834251856 140695362901915 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17914] ppid=17843 vsize=10995452 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17914/stat : 17914 (java) S 17843 17846 7954 0 -1 1077944384 5209 12594 0 0 158 2 8 4 20 0 20 0 6394786 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694833199728 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17915] ppid=17843 vsize=10995452 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17915/stat : 17915 (java) S 17843 17846 7954 0 -1 1077944384 3137 12594 0 0 144 1 8 4 20 0 20 0 6394786 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694832146928 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17916] ppid=17843 vsize=10995452 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17916/stat : 17916 (java) S 17843 17846 7954 0 -1 1077944384 7616 12594 0 0 156 1 8 4 20 0 20 0 6394786 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694831094640 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17917] ppid=17843 vsize=10995452 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17917/stat : 17917 (java) S 17843 17846 7954 0 -1 1077944384 7466 12594 0 0 115 3 8 4 20 0 20 0 6394786 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694830041840 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17918] ppid=17843 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17918/stat : 17918 (java) S 17843 17846 7954 0 -1 1077944384 3 12594 0 0 0 0 8 4 20 0 20 0 6394786 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694828988768 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17919] ppid=17843 vsize=10995452 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17919/stat : 17919 (java) S 17843 17846 7954 0 -1 1077944384 915 12594 0 0 57 62 8 4 20 0 20 0 6394787 11259342848 203588 33554432000 4194304 4196468 140730873303200 140694827936048 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10995452

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

[startup+2341.41 s]
/proc/loadavg: 1.43 1.51 1.50 3/282 18134
/proc/meminfo: memFree=30048160/32770624 swapFree=5788/303628
[pid=17846] ppid=17843 vsize=11128580 CPUtime=2400.6 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 163980 12594 0 0 239620 428 8 4 20 0 22 0 6394766 11395665920 205223 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2782145 205223 3511 1 0 2769700 0
[pid=17846/tid=17901] ppid=17843 vsize=11128580 CPUtime=2322.27 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 7954 0 -1 1077944384 71227 12594 0 0 232180 35 8 4 20 0 22 0 6394779 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695367120992 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17902] ppid=17843 vsize=11128580 CPUtime=8.11 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17902/stat : 17902 (java) R 17843 17846 7954 0 -1 4202560 6762 12594 0 0 756 43 8 4 20 0 22 0 6394780 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695288957448 140695355511527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17903] ppid=17843 vsize=11128580 CPUtime=8.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17903/stat : 17903 (java) R 17843 17846 7954 0 -1 4202560 6550 12594 0 0 762 41 8 4 20 0 22 0 6394780 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695287904728 140695347583955 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17904] ppid=17843 vsize=11128580 CPUtime=8.14 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17904/stat : 17904 (java) R 17843 17846 7954 0 -1 4202560 7814 12594 0 0 763 39 8 4 20 0 22 0 6394780 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695286852360 140695355511527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17905] ppid=17843 vsize=11128580 CPUtime=8.03 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17905/stat : 17905 (java) R 17843 17846 7954 0 -1 4202560 3527 12594 0 0 748 43 8 4 20 0 22 0 6394780 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695285799560 140695348642128 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17906] ppid=17843 vsize=11128580 CPUtime=8.07 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17906/stat : 17906 (java) R 17843 17846 7954 0 -1 4202560 9297 12594 0 0 753 42 8 4 20 0 22 0 6394780 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695284747272 140695355511527 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17907] ppid=17843 vsize=11128580 CPUtime=8.02 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17907/stat : 17907 (java) R 17843 17846 7954 0 -1 4202560 2015 12594 0 0 749 41 8 4 20 0 22 0 6394780 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695283694472 140695355511527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17908] ppid=17843 vsize=11128580 CPUtime=8.1 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17908/stat : 17908 (java) R 17843 17846 7954 0 -1 4202560 6523 12594 0 0 760 38 8 4 20 0 22 0 6394780 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695282642184 140695355511527 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17909] ppid=17843 vsize=11128580 CPUtime=8.06 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17909/stat : 17909 (java) R 17843 17846 7954 0 -1 4202560 4852 12594 0 0 752 42 8 4 20 0 22 0 6394780 11395665920 205223 33554432000 4194304 4196468 140730873303200 140695281589384 140695355511527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17910] ppid=17843 vsize=11128580 CPUtime=7.57 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 7954 0 -1 1077944384 18643 12594 0 0 709 36 8 4 20 0 22 0 6394782 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694837408528 140695362893525 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17911] ppid=17843 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 7954 0 -1 1077944384 56 12594 0 0 0 0 8 4 20 0 22 0 6394782 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694836355936 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17912] ppid=17843 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 7954 0 -1 1077944384 44 12594 0 0 0 0 8 4 20 0 22 0 6394783 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694835303552 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17913] ppid=17843 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17913/stat : 17913 (java) S 17843 17846 7954 0 -1 1077944384 86 12594 0 0 0 0 8 4 20 0 22 0 6394786 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694834251856 140695362901915 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17914] ppid=17843 vsize=11128580 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17914/stat : 17914 (java) S 17843 17846 7954 0 -1 1077944384 5209 12594 0 0 158 2 8 4 20 0 22 0 6394786 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694833199728 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17915] ppid=17843 vsize=11128580 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17915/stat : 17915 (java) S 17843 17846 7954 0 -1 1077944384 3137 12594 0 0 144 1 8 4 20 0 22 0 6394786 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694832146928 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17916] ppid=17843 vsize=11128580 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17916/stat : 17916 (java) S 17843 17846 7954 0 -1 1077944384 7616 12594 0 0 156 1 8 4 20 0 22 0 6394786 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694831094640 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17917] ppid=17843 vsize=11128580 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17917/stat : 17917 (java) S 17843 17846 7954 0 -1 1077944384 7466 12594 0 0 115 3 8 4 20 0 22 0 6394786 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694830041840 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17918] ppid=17843 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17918/stat : 17918 (java) S 17843 17846 7954 0 -1 1077944384 3 12594 0 0 0 0 8 4 20 0 22 0 6394786 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694828988768 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17919] ppid=17843 vsize=11128580 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17919/stat : 17919 (java) S 17843 17846 7954 0 -1 1077944384 915 12594 0 0 57 62 8 4 20 0 22 0 6394787 11395665920 205223 33554432000 4194304 4196468 140730873303200 140694827936048 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
Current children cumulated CPU time (s) 2400.6
Current children cumulated vsize (KiB) 11128580

[startup+2341.5 s]
/proc/loadavg: 1.43 1.51 1.50 3/282 18134
/proc/meminfo: memFree=30048160/32770624 swapFree=5788/303628
[pid=17846] ppid=17843 vsize=11128580 CPUtime=2400.96 cores=1,3,5,7,9,11,13,15
/proc/17846/stat : 17846 (java) S 17843 17846 7954 0 -1 1077944320 164249 12594 0 0 239655 429 8 4 20 0 22 0 6394766 11395665920 205285 33554432000 4194304 4196468 140730873303200 140730873285744 140695362883319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
/proc/17846/statm: 2782145 205285 3511 1 0 2769700 0
[pid=17846/tid=17901] ppid=17843 vsize=11128580 CPUtime=2322.27 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 7954 0 -1 1077944384 71227 12594 0 0 232180 35 8 4 20 0 22 0 6394779 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695367120992 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17902] ppid=17843 vsize=11128580 CPUtime=8.15 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 7954 0 -1 1077944384 6766 12594 0 0 760 43 8 4 20 0 22 0 6394780 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695288957328 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17903] ppid=17843 vsize=11128580 CPUtime=8.18 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 7954 0 -1 1077944384 6550 12594 0 0 765 41 8 4 20 0 22 0 6394780 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695287904528 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17904] ppid=17843 vsize=11128580 CPUtime=8.17 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 7954 0 -1 1077944384 7814 12594 0 0 766 39 8 4 20 0 22 0 6394780 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695286852240 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17905] ppid=17843 vsize=11128580 CPUtime=8.06 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 7954 0 -1 1077944384 3527 12594 0 0 751 43 8 4 20 0 22 0 6394780 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695285799440 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17906] ppid=17843 vsize=11128580 CPUtime=8.1 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 7954 0 -1 1077944384 9297 12594 0 0 756 42 8 4 20 0 22 0 6394780 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695284747152 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17907] ppid=17843 vsize=11128580 CPUtime=8.06 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 7954 0 -1 1077944384 2015 12594 0 0 753 41 8 4 20 0 22 0 6394780 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695283694352 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17908] ppid=17843 vsize=11128580 CPUtime=8.14 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 7954 0 -1 1077944384 6523 12594 0 0 764 38 8 4 20 0 22 0 6394780 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695282642064 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17909] ppid=17843 vsize=11128580 CPUtime=8.1 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 7954 0 -1 1077944384 4852 12594 0 0 756 42 8 4 20 0 22 0 6394780 11395665920 205285 33554432000 4194304 4196468 140730873303200 140695281589264 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17910] ppid=17843 vsize=11128580 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17910/stat : 17910 (java) R 17843 17846 7954 0 -1 4202560 18904 12594 0 0 714 36 8 4 20 0 22 0 6394782 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694837408192 140695344521657 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17911] ppid=17843 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 7954 0 -1 1077944384 58 12594 0 0 0 0 8 4 20 0 22 0 6394782 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694836355840 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17912] ppid=17843 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 7954 0 -1 1077944384 44 12594 0 0 0 0 8 4 20 0 22 0 6394783 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694835303552 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17913] ppid=17843 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17913/stat : 17913 (java) S 17843 17846 7954 0 -1 1077944384 86 12594 0 0 0 0 8 4 20 0 22 0 6394786 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694834251856 140695362901915 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17914] ppid=17843 vsize=11128580 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17914/stat : 17914 (java) S 17843 17846 7954 0 -1 1077944384 5209 12594 0 0 158 2 8 4 20 0 22 0 6394786 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694833199728 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17915] ppid=17843 vsize=11128580 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17915/stat : 17915 (java) S 17843 17846 7954 0 -1 1077944384 3137 12594 0 0 144 1 8 4 20 0 22 0 6394786 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694832146928 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17916] ppid=17843 vsize=11128580 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17916/stat : 17916 (java) S 17843 17846 7954 0 -1 1077944384 7616 12594 0 0 156 1 8 4 20 0 22 0 6394786 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694831094640 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17917] ppid=17843 vsize=11128580 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17917/stat : 17917 (java) S 17843 17846 7954 0 -1 1077944384 7466 12594 0 0 115 3 8 4 20 0 22 0 6394786 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694830041840 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17918] ppid=17843 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17918/stat : 17918 (java) S 17843 17846 7954 0 -1 1077944384 3 12594 0 0 0 0 8 4 20 0 22 0 6394786 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694828988768 140695362893525 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
[pid=17846/tid=17919] ppid=17843 vsize=11128580 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/17846/task/17919/stat : 17919 (java) S 17843 17846 7954 0 -1 1077944384 915 12594 0 0 57 62 8 4 20 0 22 0 6394787 11395665920 205285 33554432000 4194304 4196468 140730873303200 140694827936048 140695362894466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6778880 140730873305793 140730873308567 140730873308567 140730873311183 0
Current children cumulated CPU time (s) 2400.96
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2341.54
CPU time (s): 2401.06
CPU user time (s): 2396.72
CPU system time (s): 4.33807
CPU usage (%): 102.542
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.72
system time used= 4.33807
maximum resident set size= 821592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318099
involuntary context switches= 178554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6731 second user time and 21.1937 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 10:14:33
IDJOB=4246243
IDBENCH=124327
IDSOLVER=2630
FILE ID=node128/4246243-1500711273
RUNJOBID= node128-1500683681-7986
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m1-k2/Langford-2-18.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246243-1500711273/watcher-4246243-1500711273 -o /tmp/evaluation-result-4246243-1500711273/solver-4246243-1500711273 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7986 --watchdog 2560  bin/concrete HOME/instance-4246243-1500711273.xml

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

MD5SUM BENCH= 969713c535595664febe0b3c6e709240
RANDOM SEED=658181236

node128.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 2000.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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29254232 kB
MemAvailable:   29494432 kB
Buffers:          129312 kB
Cached:           392560 kB
SwapCached:            0 kB
Active:          2771628 kB
Inactive:         309724 kB
Active(anon):    2562276 kB
Inactive(anon):     8756 kB
Active(file):     209352 kB
Inactive(file):   300968 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24492 kB
Writeback:             0 kB
AnonPages:       2692440 kB
Mapped:            43648 kB
Shmem:              8844 kB
Slab:             125424 kB
SReclaimable:      91428 kB
SUnreclaim:        33996 kB
KernelStack:        4864 kB
PageTables:         9696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3276028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2447360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61972 MiB
End job on node128 at 2017-07-22 10:53:35