Trace number 4248912

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.5 2329.01

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-9_X2.xml
MD5SUM1a2530643870bd226f8d107acaf48581
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 variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

pid=27706
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.15 1.29 1.42 3/261 27709
/proc/meminfo: memFree=30620352/32770624 swapFree=5896/226456
[pid=27709] ppid=27706 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (bash) S 27706 27709 27360 0 -1 4202496 687 1535 0 0 0 0 0 0 20 0 1 0 10547073 9736192 351 33554432000 4194304 5098028 140734002358752 140734002356392 140350682725376 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 32043008 140734002365710 140734002365795 140734002365795 140734002368494 0
/proc/27709/statm: 2377 351 278 221 0 86 0

[startup+0.100126 s]
/proc/loadavg: 1.15 1.29 1.42 3/261 27709
/proc/meminfo: memFree=30620352/32770624 swapFree=5896/226456
[pid=27709] ppid=27706 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (bash) S 27706 27709 27360 0 -1 4202496 881 6424 0 0 0 0 0 1 20 0 1 0 10547073 9871360 378 33554432000 4194304 5098028 140734002358752 140734002352760 140350682725376 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 32043008 140734002365710 140734002365795 140734002365795 140734002368494 0
/proc/27709/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200346 s]
/proc/loadavg: 1.15 1.29 1.42 3/261 27709
/proc/meminfo: memFree=30620352/32770624 swapFree=5896/226456
[pid=27709] ppid=27706 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 4966 12837 0 0 5 1 8 4 20 0 13 0 10547073 10686320640 5301 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2608965 5301 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300303 s]
/proc/loadavg: 1.15 1.29 1.42 3/261 27709
/proc/meminfo: memFree=30620352/32770624 swapFree=5896/226456
[pid=27709] ppid=27706 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 7080 12837 0 0 22 2 8 4 20 0 20 0 10547073 11164049408 8804 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2725598 8804 2974 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700165 s]
/proc/loadavg: 1.15 1.29 1.42 3/261 27709
/proc/meminfo: memFree=30620352/32770624 swapFree=5896/226456
[pid=27709] ppid=27706 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 12300 12837 0 0 75 4 8 4 20 0 20 0 10547073 11164385280 15614 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2725680 15614 3183 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50067 s]
/proc/loadavg: 1.21 1.31 1.42 3/281 27782
/proc/meminfo: memFree=30516780/32770624 swapFree=5896/226472
[pid=27709] ppid=27706 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 27376 12837 0 0 202 14 8 4 20 0 20 0 10547073 11175264256 44516 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2728336 44516 3405 1 0 2716450 0
[pid=27709/tid=27764] ppid=27706 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27764/stat : 27764 (java) R 27706 27709 27360 0 -1 4202560 19605 12837 0 0 124 6 8 4 20 0 20 0 10547086 11175264256 44516 33554432000 4194304 4196468 140722590988448 139758120973600 139758116756886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27765] ppid=27706 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27765/stat : 27765 (java) S 27706 27709 27360 0 -1 1077944384 38 12837 0 0 1 0 8 4 20 0 20 0 10547087 11175264256 44516 33554432000 4194304 4196468 140722590988448 139758042819088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27766] ppid=27706 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27766/stat : 27766 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 1 0 8 4 20 0 20 0 10547087 11175264256 44516 33554432000 4194304 4196468 140722590988448 139758041766544 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27767] ppid=27706 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27767/stat : 27767 (java) S 27706 27709 27360 0 -1 1077944384 25 12837 0 0 1 0 8 4 20 0 20 0 10547087 11175264256 44516 33554432000 4194304 4196468 140722590988448 139758040713488 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27768] ppid=27706 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27768/stat : 27768 (java) S 27706 27709 27360 0 -1 1077944384 10 12837 0 0 1 0 8 4 20 0 20 0 10547087 11175264256 44516 33554432000 4194304 4196468 140722590988448 139758039660944 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27769] ppid=27706 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27769/stat : 27769 (java) S 27706 27709 27360 0 -1 1077944384 21 12837 0 0 1 0 8 4 20 0 20 0 10547087 11175264256 44516 33554432000 4194304 4196468 140722590988448 139758038608912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27770] ppid=27706 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27770/stat : 27770 (java) S 27706 27709 27360 0 -1 1077944384 27 12837 0 0 0 0 8 4 20 0 20 0 10547087 11175264256 44516 33554432000 4194304 4196468 140722590988448 139758037556368 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27771] ppid=27706 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27771/stat : 27771 (java) S 27706 27709 27360 0 -1 1077944384 15 12837 0 0 0 0 8 4 20 0 20 0 10547087 11175264256 44516 33554432000 4194304 4196468 140722590988448 139758036503312 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27772] ppid=27706 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27772/stat : 27772 (java) S 27706 27709 27360 0 -1 1077944384 136 12837 0 0 1 0 8 4 20 0 20 0 10547087 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757715712912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27773] ppid=27706 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27773/stat : 27773 (java) S 27706 27709 27360 0 -1 1077944384 1277 12837 0 0 1 0 8 4 20 0 20 0 10547089 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757591283952 139758116756098 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27774] ppid=27706 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27774/stat : 27774 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 0 0 8 4 20 0 20 0 10547090 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757590230240 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27775] ppid=27706 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27775/stat : 27775 (java) S 27706 27709 27360 0 -1 1077944384 45 12837 0 0 0 0 8 4 20 0 20 0 10547090 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757589177072 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27776] ppid=27706 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27776/stat : 27776 (java) S 27706 27709 27360 0 -1 1077944384 1 12837 0 0 0 0 8 4 20 0 20 0 10547095 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757588125648 139758116763547 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27777] ppid=27706 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27777/stat : 27777 (java) R 27706 27709 27360 0 -1 4202560 941 12837 0 0 13 0 8 4 20 0 20 0 10547095 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757587074072 139758109034400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27778] ppid=27706 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27778/stat : 27778 (java) S 27706 27709 27360 0 -1 1077944384 995 12837 0 0 12 0 8 4 20 0 20 0 10547095 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757586021232 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27779] ppid=27706 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27779/stat : 27779 (java) S 27706 27709 27360 0 -1 1077944384 695 12837 0 0 12 0 8 4 20 0 20 0 10547095 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757584968176 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27780] ppid=27706 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27780/stat : 27780 (java) R 27706 27709 27360 0 -1 4202560 1309 12837 0 0 27 0 8 4 20 0 20 0 10547095 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757583915928 139758095699691 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27781] ppid=27706 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27781/stat : 27781 (java) S 27706 27709 27360 0 -1 1077944384 3 12837 0 0 0 0 8 4 20 0 20 0 10547095 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757582862816 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27782] ppid=27706 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27782/stat : 27782 (java) S 27706 27709 27360 0 -1 1077944384 7 12837 0 0 0 0 8 4 20 0 20 0 10547095 11175264256 44516 33554432000 4194304 4196468 140722590988448 139757581810352 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.1008 s]
/proc/loadavg: 1.21 1.31 1.42 4/281 27782
/proc/meminfo: memFree=30442040/32770624 swapFree=5896/226472
[pid=27709] ppid=27706 vsize=10925820 CPUtime=6.34 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 47472 12837 0 0 602 20 8 4 20 0 20 0 10547073 11188039680 57188 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2731455 57188 3475 1 0 2719010 0
[pid=27709/tid=27764] ppid=27706 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27764/stat : 27764 (java) R 27706 27709 27360 0 -1 4202560 31458 12837 0 0 280 9 8 4 20 0 20 0 10547086 11188039680 57188 33554432000 4194304 4196468 140722590988448 139758120978704 139758116756886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27765] ppid=27706 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27765/stat : 27765 (java) S 27706 27709 27360 0 -1 1077944384 38 12837 0 0 1 0 8 4 20 0 20 0 10547087 11188039680 57188 33554432000 4194304 4196468 140722590988448 139758042819088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27766] ppid=27706 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27766/stat : 27766 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 1 0 8 4 20 0 20 0 10547087 11188039680 57188 33554432000 4194304 4196468 140722590988448 139758041766544 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27767] ppid=27706 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27767/stat : 27767 (java) S 27706 27709 27360 0 -1 1077944384 25 12837 0 0 1 0 8 4 20 0 20 0 10547087 11188039680 57188 33554432000 4194304 4196468 140722590988448 139758040713488 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27768] ppid=27706 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27768/stat : 27768 (java) S 27706 27709 27360 0 -1 1077944384 10 12837 0 0 1 0 8 4 20 0 20 0 10547087 11188039680 57188 33554432000 4194304 4196468 140722590988448 139758039660944 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27769] ppid=27706 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27769/stat : 27769 (java) S 27706 27709 27360 0 -1 1077944384 21 12837 0 0 1 0 8 4 20 0 20 0 10547087 11188039680 57188 33554432000 4194304 4196468 140722590988448 139758038608912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27770] ppid=27706 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27770/stat : 27770 (java) S 27706 27709 27360 0 -1 1077944384 27 12837 0 0 0 0 8 4 20 0 20 0 10547087 11188039680 57188 33554432000 4194304 4196468 140722590988448 139758037556368 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27771] ppid=27706 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27771/stat : 27771 (java) S 27706 27709 27360 0 -1 1077944384 15 12837 0 0 0 0 8 4 20 0 20 0 10547087 11188039680 57188 33554432000 4194304 4196468 140722590988448 139758036503312 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27772] ppid=27706 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27772/stat : 27772 (java) S 27706 27709 27360 0 -1 1077944384 136 12837 0 0 1 0 8 4 20 0 20 0 10547087 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757715712912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27773] ppid=27706 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27773/stat : 27773 (java) S 27706 27709 27360 0 -1 1077944384 1297 12837 0 0 1 0 8 4 20 0 20 0 10547089 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757591283952 139758116756098 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27774] ppid=27706 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27774/stat : 27774 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 0 0 8 4 20 0 20 0 10547090 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757590230240 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27775] ppid=27706 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27775/stat : 27775 (java) S 27706 27709 27360 0 -1 1077944384 45 12837 0 0 0 0 8 4 20 0 20 0 10547090 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757589177072 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27776] ppid=27706 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27776/stat : 27776 (java) S 27706 27709 27360 0 -1 1077944384 1 12837 0 0 0 0 8 4 20 0 20 0 10547095 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757588125648 139758116763547 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27777] ppid=27706 vsize=10925820 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27777/stat : 27777 (java) S 27706 27709 27360 0 -1 1077944384 4418 12837 0 0 85 1 8 4 20 0 20 0 10547095 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757587073776 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27778] ppid=27706 vsize=10925820 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27778/stat : 27778 (java) R 27706 27709 27360 0 -1 4202560 2223 12837 0 0 59 1 8 4 20 0 20 0 10547095 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757586007312 139758116766298 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27779] ppid=27706 vsize=10925820 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27779/stat : 27779 (java) R 27706 27709 27360 0 -1 4202560 1706 12837 0 0 58 1 8 4 20 0 20 0 10547095 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757584957376 139758109034240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27780] ppid=27706 vsize=10925820 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27780/stat : 27780 (java) R 27706 27709 27360 0 -1 4202560 3801 12837 0 0 105 0 8 4 20 0 20 0 10547095 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757583912368 139758116766298 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27781] ppid=27706 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27781/stat : 27781 (java) S 27706 27709 27360 0 -1 1077944384 3 12837 0 0 0 0 8 4 20 0 20 0 10547095 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757582862816 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27782] ppid=27706 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27782/stat : 27782 (java) S 27706 27709 27360 0 -1 1077944384 8 12837 0 0 0 0 8 4 20 0 20 0 10547095 11188039680 57188 33554432000 4194304 4196468 140722590988448 139757581810352 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 10925820

[startup+6.30079 s]
/proc/loadavg: 1.52 1.37 1.44 4/280 27818
/proc/meminfo: memFree=31240084/32770624 swapFree=5896/226456
[pid=27709] ppid=27706 vsize=10995452 CPUtime=17.48 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 66158 12837 0 0 1698 38 8 4 20 0 20 0 10547073 11259342848 121403 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2748863 121403 3502 1 0 2736418 0
[pid=27709/tid=27764] ppid=27706 vsize=10995452 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27764/stat : 27764 (java) R 27706 27709 27360 0 -1 4202560 37780 12837 0 0 585 15 8 4 20 0 20 0 10547086 11259342848 121403 33554432000 4194304 4196468 140722590988448 139758120978976 139757731469309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27765] ppid=27706 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27765/stat : 27765 (java) S 27706 27709 27360 0 -1 1077944384 72 12837 0 0 3 1 8 4 20 0 20 0 10547087 11259342848 121403 33554432000 4194304 4196468 140722590988448 139758042819088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27766] ppid=27706 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27766/stat : 27766 (java) S 27706 27709 27360 0 -1 1077944384 712 12837 0 0 4 1 8 4 20 0 20 0 10547087 11259342848 121403 33554432000 4194304 4196468 140722590988448 139758041766544 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27767] ppid=27706 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27767/stat : 27767 (java) S 27706 27709 27360 0 -1 1077944384 94 12837 0 0 4 1 8 4 20 0 20 0 10547087 11259342848 121403 33554432000 4194304 4196468 140722590988448 139758040713488 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27768] ppid=27706 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27768/stat : 27768 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 4 1 8 4 20 0 20 0 10547087 11259342848 121403 33554432000 4194304 4196468 140722590988448 139758039660944 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27769] ppid=27706 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27769/stat : 27769 (java) S 27706 27709 27360 0 -1 1077944384 49 12837 0 0 4 1 8 4 20 0 20 0 10547087 11259342848 121403 33554432000 4194304 4196468 140722590988448 139758038608912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27770] ppid=27706 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27770/stat : 27770 (java) S 27706 27709 27360 0 -1 1077944384 63 12837 0 0 4 1 8 4 20 0 20 0 10547087 11259342848 121403 33554432000 4194304 4196468 140722590988448 139758037556368 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27771] ppid=27706 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27771/stat : 27771 (java) S 27706 27709 27360 0 -1 1077944384 66 12837 0 0 4 1 8 4 20 0 20 0 10547087 11259342848 121403 33554432000 4194304 4196468 140722590988448 139758036503312 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27772] ppid=27706 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27772/stat : 27772 (java) S 27706 27709 27360 0 -1 1077944384 228 12837 0 0 4 1 8 4 20 0 20 0 10547087 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757715712912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27773] ppid=27706 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27773/stat : 27773 (java) S 27706 27709 27360 0 -1 1077944384 2222 12837 0 0 4 0 8 4 20 0 20 0 10547089 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757591283952 139758116756098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27774] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27774/stat : 27774 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 0 0 8 4 20 0 20 0 10547090 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757590230240 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27775] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27775/stat : 27775 (java) S 27706 27709 27360 0 -1 1077944384 45 12837 0 0 0 0 8 4 20 0 20 0 10547090 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757589177088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27776] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27776/stat : 27776 (java) S 27706 27709 27360 0 -1 1077944384 1 12837 0 0 0 0 8 4 20 0 20 0 10547095 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757588125648 139758116763547 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27777] ppid=27706 vsize=10995452 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27777/stat : 27777 (java) S 27706 27709 27360 0 -1 1077944384 6374 12837 0 0 297 2 8 4 20 0 20 0 10547095 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757587073776 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27778] ppid=27706 vsize=10995452 CPUtime=3.26 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27778/stat : 27778 (java) S 27706 27709 27360 0 -1 1077944384 6316 12837 0 0 312 2 8 4 20 0 20 0 10547095 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757586021232 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27779] ppid=27706 vsize=10995452 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27779/stat : 27779 (java) S 27706 27709 27360 0 -1 1077944384 4174 12837 0 0 271 1 8 4 20 0 20 0 10547095 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757584968176 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27780] ppid=27706 vsize=10995452 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27780/stat : 27780 (java) S 27706 27709 27360 0 -1 1077944384 5706 12837 0 0 189 1 8 4 20 0 20 0 10547095 11259342848 121403 33554432000 4194304 4196468 140722590988448 139757583915632 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27781] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.41 1.43 1.45 3/282 28176
/proc/meminfo: memFree=28229880/32770624 swapFree=5896/228308
[pid=27709] ppid=27706 vsize=10995452 CPUtime=2393.49 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 228586 12837 0 0 238848 489 8 4 20 0 20 0 10547073 11259342848 503179 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2748863 503179 3506 1 0 2736418 0
[pid=27709/tid=27764] ppid=27706 vsize=10995452 CPUtime=2300.8 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27764/stat : 27764 (java) R 27706 27709 27360 0 -1 4202560 95161 12837 0 0 230002 66 8 4 20 0 20 0 10547086 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758120978896 139757731641528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27765] ppid=27706 vsize=10995452 CPUtime=9.14 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27765/stat : 27765 (java) S 27706 27709 27360 0 -1 1077944384 8550 12837 0 0 859 43 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758042819088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27766] ppid=27706 vsize=10995452 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27766/stat : 27766 (java) S 27706 27709 27360 0 -1 1077944384 7929 12837 0 0 867 44 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758041766544 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27767] ppid=27706 vsize=10995452 CPUtime=9.18 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27767/stat : 27767 (java) S 27706 27709 27360 0 -1 1077944384 7154 12837 0 0 864 42 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758040713488 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27768] ppid=27706 vsize=10995452 CPUtime=9.2 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27768/stat : 27768 (java) S 27706 27709 27360 0 -1 1077944384 9000 12837 0 0 862 46 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758039660944 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27769] ppid=27706 vsize=10995452 CPUtime=9.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27769/stat : 27769 (java) S 27706 27709 27360 0 -1 1077944384 8452 12837 0 0 862 43 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758038608912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27770] ppid=27706 vsize=10995452 CPUtime=9.11 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27770/stat : 27770 (java) S 27706 27709 27360 0 -1 1077944384 12394 12837 0 0 858 41 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758037556368 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27771] ppid=27706 vsize=10995452 CPUtime=9.18 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27771/stat : 27771 (java) S 27706 27709 27360 0 -1 1077944384 11147 12837 0 0 863 43 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758036503312 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27772] ppid=27706 vsize=10995452 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27772/stat : 27772 (java) S 27706 27709 27360 0 -1 1077944384 12428 12837 0 0 865 46 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757715712912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27773] ppid=27706 vsize=10995452 CPUtime=7.84 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27773/stat : 27773 (java) S 27706 27709 27360 0 -1 1077944384 19535 12837 0 0 734 38 8 4 20 0 20 0 10547089 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757591283952 139758116756098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27774] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27774/stat : 27774 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 0 0 8 4 20 0 20 0 10547090 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757590230240 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27775] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27775/stat : 27775 (java) S 27706 27709 27360 0 -1 1077944384 45 12837 0 0 0 0 8 4 20 0 20 0 10547090 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757589177088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27776] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27776/stat : 27776 (java) S 27706 27709 27360 0 -1 1077944384 1 12837 0 0 0 0 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757588125648 139758116763547 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27777] ppid=27706 vsize=10995452 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27777/stat : 27777 (java) S 27706 27709 27360 0 -1 1077944384 6781 12837 0 0 301 3 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757587073776 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27778] ppid=27706 vsize=10995452 CPUtime=3.29 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27778/stat : 27778 (java) S 27706 27709 27360 0 -1 1077944384 6512 12837 0 0 314 3 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757586021232 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27779] ppid=27706 vsize=10995452 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27779/stat : 27779 (java) S 27706 27709 27360 0 -1 1077944384 5873 12837 0 0 277 2 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757584968176 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27780] ppid=27706 vsize=10995452 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27780/stat : 27780 (java) S 27706 27709 27360 0 -1 1077944384 13475 12837 0 0 193 2 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757583915632 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27781] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27781/stat : 27781 (java) S 27706 27709 27360 0 -1 1077944384 3 12837 0 0 0 0 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757582862816 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27782] ppid=27706 vsize=10995452 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27782/stat : 27782 (java) S 27706 27709 27360 0 -1 1077944384 1961 12837 0 0 72 67 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757581810352 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
Current children cumulated CPU time (s) 2393.49
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2328.7 s]
/proc/loadavg: 1.38 1.42 1.45 3/282 28177
/proc/meminfo: memFree=28229632/32770624 swapFree=5896/228300
[pid=27709] ppid=27706 vsize=10995452 CPUtime=2400.12 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 228807 12837 0 0 239510 490 8 4 20 0 20 0 10547073 11259342848 503179 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2748863 503179 3506 1 0 2736418 0
[pid=27709/tid=27764] ppid=27706 vsize=10995452 CPUtime=2307.14 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27764/stat : 27764 (java) R 27706 27709 27360 0 -1 4202560 95377 12837 0 0 230636 66 8 4 20 0 20 0 10547086 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758120979216 139757731268608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27765] ppid=27706 vsize=10995452 CPUtime=9.17 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27765/stat : 27765 (java) S 27706 27709 27360 0 -1 1077944384 8550 12837 0 0 862 43 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758042819088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27766] ppid=27706 vsize=10995452 CPUtime=9.26 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27766/stat : 27766 (java) S 27706 27709 27360 0 -1 1077944384 7930 12837 0 0 870 44 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758041766544 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27767] ppid=27706 vsize=10995452 CPUtime=9.21 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27767/stat : 27767 (java) S 27706 27709 27360 0 -1 1077944384 7155 12837 0 0 867 42 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758040713488 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27768] ppid=27706 vsize=10995452 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27768/stat : 27768 (java) S 27706 27709 27360 0 -1 1077944384 9002 12837 0 0 865 46 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758039660944 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27769] ppid=27706 vsize=10995452 CPUtime=9.19 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27769/stat : 27769 (java) S 27706 27709 27360 0 -1 1077944384 8452 12837 0 0 864 43 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758038608912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27770] ppid=27706 vsize=10995452 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27770/stat : 27770 (java) S 27706 27709 27360 0 -1 1077944384 12394 12837 0 0 860 41 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758037556368 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27771] ppid=27706 vsize=10995452 CPUtime=9.21 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27771/stat : 27771 (java) S 27706 27709 27360 0 -1 1077944384 11147 12837 0 0 866 43 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139758036503312 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27772] ppid=27706 vsize=10995452 CPUtime=9.27 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27772/stat : 27772 (java) S 27706 27709 27360 0 -1 1077944384 12428 12837 0 0 869 46 8 4 20 0 20 0 10547087 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757715712912 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27773] ppid=27706 vsize=10995452 CPUtime=7.87 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27773/stat : 27773 (java) S 27706 27709 27360 0 -1 1077944384 19536 12837 0 0 736 39 8 4 20 0 20 0 10547089 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757591283952 139758116756098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27774] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27774/stat : 27774 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 0 0 8 4 20 0 20 0 10547090 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757590230240 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27775] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27775/stat : 27775 (java) S 27706 27709 27360 0 -1 1077944384 45 12837 0 0 0 0 8 4 20 0 20 0 10547090 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757589177088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27776] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27776/stat : 27776 (java) S 27706 27709 27360 0 -1 1077944384 1 12837 0 0 0 0 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757588125648 139758116763547 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27777] ppid=27706 vsize=10995452 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27777/stat : 27777 (java) S 27706 27709 27360 0 -1 1077944384 6781 12837 0 0 301 3 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757587073776 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27778] ppid=27706 vsize=10995452 CPUtime=3.29 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27778/stat : 27778 (java) S 27706 27709 27360 0 -1 1077944384 6512 12837 0 0 314 3 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757586021232 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27779] ppid=27706 vsize=10995452 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27779/stat : 27779 (java) S 27706 27709 27360 0 -1 1077944384 5873 12837 0 0 277 2 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757584968176 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27780] ppid=27706 vsize=10995452 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27780/stat : 27780 (java) S 27706 27709 27360 0 -1 1077944384 13475 12837 0 0 193 2 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757583915632 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27781] ppid=27706 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27781/stat : 27781 (java) S 27706 27709 27360 0 -1 1077944384 3 12837 0 0 0 0 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757582862816 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27782] ppid=27706 vsize=10995452 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27782/stat : 27782 (java) S 27706 27709 27360 0 -1 1077944384 1961 12837 0 0 72 67 8 4 20 0 20 0 10547095 11259342848 503179 33554432000 4194304 4196468 140722590988448 139757581810352 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
Current children cumulated CPU time (s) 2400.12
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 27709 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2328.82 s]
/proc/loadavg: 1.38 1.42 1.45 3/282 28177
/proc/meminfo: memFree=28229632/32770624 swapFree=5896/228300
[pid=27709] ppid=27706 vsize=11128580 CPUtime=2400.6 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) S 27706 27709 27360 0 -1 1077944320 234992 12837 0 0 239556 492 8 4 20 0 22 0 10547073 11395665920 504903 33554432000 4194304 4196468 140722590988448 140722590970992 139758116744951 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
/proc/27709/statm: 2782145 504903 3506 1 0 2769700 0
[pid=27709/tid=27764] ppid=27706 vsize=11128580 CPUtime=2307.15 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27764/stat : 27764 (java) S 27706 27709 27360 0 -1 1077944384 95718 12837 0 0 230637 66 8 4 20 0 22 0 10547086 11395665920 504903 33554432000 4194304 4196468 140722590988448 139758120982496 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27765] ppid=27706 vsize=11128580 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27765/stat : 27765 (java) R 27706 27709 27360 0 -1 4202560 8569 12837 0 0 868 43 8 4 20 0 22 0 10547087 11395665920 504903 33554432000 4194304 4196468 140722590988448 139758042818896 139758109373159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27766] ppid=27706 vsize=11128580 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27766/stat : 27766 (java) R 27706 27709 27360 0 -1 4202560 7932 12837 0 0 875 44 8 4 20 0 22 0 10547087 11395665920 504903 33554432000 4194304 4196468 140722590988448 139758041766664 139758109373159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27767] ppid=27706 vsize=11128580 CPUtime=9.27 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27767/stat : 27767 (java) R 27706 27709 27360 0 -1 4202560 7182 12837 0 0 873 42 8 4 20 0 22 0 10547087 11395665920 504903 33554432000 4194304 4196468 140722590988448 139758040713608 139758100127986 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27768] ppid=27706 vsize=11128580 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27768/stat : 27768 (java) R 27706 27709 27360 0 -1 4202560 9008 12837 0 0 870 46 8 4 20 0 22 0 10547087 11395665920 504903 33554432000 4194304 4196468 140722590988448 139758039661064 139758109373159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27769] ppid=27706 vsize=11128580 CPUtime=9.25 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27769/stat : 27769 (java) R 27706 27709 27360 0 -1 4202560 8471 12837 0 0 870 43 8 4 20 0 22 0 10547087 11395665920 504903 33554432000 4194304 4196468 140722590988448 139758038609112 139758101445647 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27770] ppid=27706 vsize=11128580 CPUtime=9.19 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27770/stat : 27770 (java) R 27706 27709 27360 0 -1 4202560 12400 12837 0 0 866 41 8 4 20 0 22 0 10547087 11395665920 504903 33554432000 4194304 4196468 140722590988448 139758037556488 139758109373159 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27771] ppid=27706 vsize=11128580 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27771/stat : 27771 (java) R 27706 27709 27360 0 -1 4202560 11153 12837 0 0 872 44 8 4 20 0 22 0 10547087 11395665920 504903 33554432000 4194304 4196468 140722590988448 139758036503432 139758109373159 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27772] ppid=27706 vsize=11128580 CPUtime=9.32 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27772/stat : 27772 (java) R 27706 27709 27360 0 -1 4202560 12441 12837 0 0 874 46 8 4 20 0 22 0 10547087 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757715713032 139758109373159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27773] ppid=27706 vsize=11128580 CPUtime=7.9 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27773/stat : 27773 (java) S 27706 27709 27360 0 -1 1077944384 24958 12837 0 0 739 39 8 4 20 0 22 0 10547089 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757591282576 139758116755157 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27774] ppid=27706 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27774/stat : 27774 (java) S 27706 27709 27360 0 -1 1077944384 55 12837 0 0 0 0 8 4 20 0 22 0 10547090 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757590230240 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27775] ppid=27706 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27775/stat : 27775 (java) S 27706 27709 27360 0 -1 1077944384 45 12837 0 0 0 0 8 4 20 0 22 0 10547090 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757589177088 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27776] ppid=27706 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27776/stat : 27776 (java) S 27706 27709 27360 0 -1 1077944384 112 12837 0 0 0 0 8 4 20 0 22 0 10547095 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757588125648 139758116763547 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27777] ppid=27706 vsize=11128580 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27777/stat : 27777 (java) S 27706 27709 27360 0 -1 1077944384 6781 12837 0 0 301 3 8 4 20 0 22 0 10547095 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757587073776 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27778] ppid=27706 vsize=11128580 CPUtime=3.29 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27778/stat : 27778 (java) S 27706 27709 27360 0 -1 1077944384 6512 12837 0 0 314 3 8 4 20 0 22 0 10547095 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757586021232 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27779] ppid=27706 vsize=11128580 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27779/stat : 27779 (java) S 27706 27709 27360 0 -1 1077944384 5873 12837 0 0 277 2 8 4 20 0 22 0 10547095 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757584968176 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27780] ppid=27706 vsize=11128580 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27780/stat : 27780 (java) S 27706 27709 27360 0 -1 1077944384 13566 12837 0 0 193 2 8 4 20 0 22 0 10547095 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757583909952 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27781] ppid=27706 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27781/stat : 27781 (java) S 27706 27709 27360 0 -1 1077944384 3 12837 0 0 0 0 8 4 20 0 22 0 10547095 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757582862816 139758116755157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
[pid=27709/tid=27782] ppid=27706 vsize=11128580 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27782/stat : 27782 (java) S 27706 27709 27360 0 -1 1077944384 1961 12837 0 0 72 67 8 4 20 0 22 0 10547095 11395665920 504903 33554432000 4194304 4196468 140722590988448 139757581810352 139758116756098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26931200 140722590997185 140722590999959 140722590999959 140722591002575 0
Current children cumulated CPU time (s) 2400.6
Current children cumulated vsize (KiB) 11128580

[startup+2329 s]
/proc/loadavg: 1.38 1.42 1.45 3/282 28177
/proc/meminfo: memFree=28229632/32770624 swapFree=5896/228300
[pid=27709] ppid=27706 vsize=0 CPUtime=2401.48 cores=0,2,4,6,8,10,12,14
/proc/27709/stat : 27709 (java) Z 27706 27709 27360 0 -1 4228108 235381 12837 0 0 239643 493 8 4 20 0 2 0 10547073 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/27709/statm: 0 0 0 0 0 0 0
[pid=27709/tid=27767] ppid=27706 vsize=0 CPUtime=9.36 cores=0,2,4,6,8,10,12,14
/proc/27709/task/27767/stat : 27767 (java) R 27706 27709 27360 0 -1 4203588 7183 12837 0 0 882 42 8 4 20 0 2 0 10547087 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2401.48
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2329.01
CPU time (s): 2401.5
CPU user time (s): 2396.52
CPU system time (s): 4.98375
CPU usage (%): 103.113
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.52
system time used= 4.98375
maximum resident set size= 2020496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248218
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 335379
involuntary context switches= 188558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1488 second user time and 21.1571 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 21:46:14
IDJOB=4248912
IDBENCH=134579
IDSOLVER=2630
FILE ID=node104/4248912-1500752774
RUNJOBID= node104-1500750445-27391
PBS_JOBID= 20624574
Free space on /tmp= 61956 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-9_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248912-1500752774/watcher-4248912-1500752774 -o /tmp/evaluation-result-4248912-1500752774/solver-4248912-1500752774 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27391 --watchdog 2560  bin/concrete HOME/instance-4248912-1500752774.xml

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

MD5SUM BENCH= 1a2530643870bd226f8d107acaf48581
RANDOM SEED=2051220697

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30621852 kB
MemAvailable:   30978916 kB
Buffers:          210616 kB
Cached:           410012 kB
SwapCached:          252 kB
Active:          1393364 kB
Inactive:         282392 kB
Active(anon):    1011028 kB
Inactive(anon):    56312 kB
Active(file):     382336 kB
Inactive(file):   226080 kB
Unevictable:        5896 kB
Mlocked:            5896 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             24784 kB
Writeback:             0 kB
AnonPages:       1018672 kB
Mapped:            44288 kB
Shmem:              8772 kB
Slab:             163772 kB
SReclaimable:     128968 kB
SUnreclaim:        34804 kB
KernelStack:        4752 kB
PageTables:         7688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1842808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61932 MiB
End job on node104 at 2017-07-22 22:25:03