Trace number 4247233

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.15 2338.14

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-025.xml
MD5SUM973963fd5ae0545f9f330e30fdec40c5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0040179999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints50
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":75}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":50}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50}]
Optimization problemNO
Type of objective

Solver Data

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

pid=17478
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: 2.17 1.58 1.48 3/261 17481
/proc/meminfo: memFree=30734344/32770624 swapFree=5780/161132
[pid=17481] ppid=17478 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (bash) S 17478 17481 14883 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 8127712 9736192 351 33554432000 4194304 5098028 140733565732000 140733565729640 139631208844288 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 38699008 140733565736206 140733565736291 140733565736291 140733565738990 0
/proc/17481/statm: 2377 351 278 221 0 86 0

[startup+0.100195 s]
/proc/loadavg: 2.17 1.58 1.48 3/261 17481
/proc/meminfo: memFree=30734344/32770624 swapFree=5780/161132
[pid=17481] ppid=17478 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (bash) S 17478 17481 14883 0 -1 4202496 884 6414 0 0 0 0 0 1 20 0 1 0 8127712 9871360 378 33554432000 4194304 5098028 140733565732000 140733565726008 139631208844288 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140733565736206 140733565736291 140733565736291 140733565738990 0
/proc/17481/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200383 s]
/proc/loadavg: 2.17 1.58 1.48 3/261 17481
/proc/meminfo: memFree=30734344/32770624 swapFree=5780/161132
[pid=17481] ppid=17478 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 4839 12611 0 0 5 1 9 4 20 0 13 0 8127712 10686320640 5177 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2608965 5177 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300346 s]
/proc/loadavg: 2.17 1.58 1.48 3/261 17481
/proc/meminfo: memFree=30734344/32770624 swapFree=5780/161132
[pid=17481] ppid=17478 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 7141 12611 0 0 21 3 9 4 20 0 20 0 8127712 11164049408 8889 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2725598 8889 2994 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700269 s]
/proc/loadavg: 2.17 1.58 1.48 3/261 17481
/proc/meminfo: memFree=30734344/32770624 swapFree=5780/161132
[pid=17481] ppid=17478 vsize=10902720 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 11996 12611 0 0 71 4 9 4 20 0 20 0 8127712 11164385280 14794 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2725680 14794 3154 1 0 2713890 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 10902720

[startup+1.50108 s]
/proc/loadavg: 2.17 1.58 1.48 4/281 17554
/proc/meminfo: memFree=30634964/32770624 swapFree=5780/161732
[pid=17481] ppid=17478 vsize=10913344 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 26668 12611 0 0 197 15 9 4 20 0 20 0 8127712 11175264256 43971 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2728336 43971 3403 1 0 2716450 0
[pid=17481/tid=17536] ppid=17478 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17536/stat : 17536 (java) R 17478 17481 14883 0 -1 4202560 19607 12611 0 0 124 6 9 4 20 0 20 0 8127725 11175264256 43971 33554432000 4194304 4196468 140722076244800 140184097774832 140184072001216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17537] ppid=17478 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17537/stat : 17537 (java) S 17478 17481 14883 0 -1 1077944384 24 12611 0 0 1 0 9 4 20 0 20 0 8127726 11175264256 43971 33554432000 4194304 4196468 140722076244800 140184046177296 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17538] ppid=17478 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17538/stat : 17538 (java) S 17478 17481 14883 0 -1 1077944384 138 12611 0 0 1 0 9 4 20 0 20 0 8127726 11175264256 43971 33554432000 4194304 4196468 140722076244800 140184045124752 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17539] ppid=17478 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17539/stat : 17539 (java) S 17478 17481 14883 0 -1 1077944384 24 12611 0 0 1 0 9 4 20 0 20 0 8127726 11175264256 43971 33554432000 4194304 4196468 140722076244800 140184044071696 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17540] ppid=17478 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17540/stat : 17540 (java) S 17478 17481 14883 0 -1 1077944384 57 12611 0 0 1 0 9 4 20 0 20 0 8127726 11175264256 43971 33554432000 4194304 4196468 140722076244800 140184043019152 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17541] ppid=17478 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17541/stat : 17541 (java) R 17478 17481 14883 0 -1 1077944384 23 12611 0 0 1 0 9 4 20 0 20 0 8127726 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183696235024 140184093566677 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17542] ppid=17478 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17542/stat : 17542 (java) S 17478 17481 14883 0 -1 1077944384 14 12611 0 0 0 0 9 4 20 0 20 0 8127726 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183695182480 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17543] ppid=17478 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17543/stat : 17543 (java) S 17478 17481 14883 0 -1 1077944384 17 12611 0 0 1 0 9 4 20 0 20 0 8127726 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183694129424 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17544] ppid=17478 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17544/stat : 17544 (java) S 17478 17481 14883 0 -1 1077944384 48 12611 0 0 1 0 9 4 20 0 20 0 8127726 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183693076880 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17545] ppid=17478 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17545/stat : 17545 (java) S 17478 17481 14883 0 -1 1077944384 1616 12611 0 0 0 0 9 4 20 0 20 0 8127729 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183567575792 140184093567618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17546] ppid=17478 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17546/stat : 17546 (java) R 17478 17481 14883 0 -1 4202560 56 12611 0 0 0 0 9 4 20 0 20 0 8127729 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183566521904 140184078061601 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17547] ppid=17478 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17547/stat : 17547 (java) R 17478 17481 14883 0 -1 4202560 42 12611 0 0 0 0 9 4 20 0 20 0 8127730 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183565468912 140184093568406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17548] ppid=17478 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17548/stat : 17548 (java) S 17478 17481 14883 0 -1 1077944384 1 12611 0 0 0 0 9 4 20 0 20 0 8127734 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183564417488 140184093575067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17549] ppid=17478 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17549/stat : 17549 (java) S 17478 17481 14883 0 -1 1077944384 801 12611 0 0 10 0 9 4 20 0 20 0 8127734 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183563364592 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17550] ppid=17478 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17550/stat : 17550 (java) S 17478 17481 14883 0 -1 1077944384 374 12611 0 0 8 0 9 4 20 0 20 0 8127734 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183562312048 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17551] ppid=17478 vsize=10913344 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17551/stat : 17551 (java) S 17478 17481 14883 0 -1 1077944384 782 12611 0 0 18 0 9 4 20 0 20 0 8127734 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183561258992 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17552] ppid=17478 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17552/stat : 17552 (java) R 17478 17481 14883 0 -1 4202560 904 12611 0 0 24 0 9 4 20 0 20 0 8127734 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183560206448 140184093577818 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17553] ppid=17478 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17553/stat : 17553 (java) S 17478 17481 14883 0 -1 1077944384 3 12611 0 0 0 0 9 4 20 0 20 0 8127734 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183559154656 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17554] ppid=17478 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17554/stat : 17554 (java) S 17478 17481 14883 0 -1 1077944384 4 12611 0 0 0 0 9 4 20 0 20 0 8127734 11175264256 43971 33554432000 4194304 4196468 140722076244800 140183558102192 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.10079 s]
/proc/loadavg: 2.17 1.58 1.48 5/281 17554
/proc/meminfo: memFree=30561568/32770624 swapFree=5780/161732
[pid=17481] ppid=17478 vsize=10927868 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 46920 12611 0 0 506 21 9 4 20 0 20 0 8127712 11190136832 56768 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2731967 56768 3470 1 0 2719522 0
[pid=17481/tid=17536] ppid=17478 vsize=10927868 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17536/stat : 17536 (java) R 17478 17481 14883 0 -1 4202560 35369 12611 0 0 281 9 9 4 20 0 20 0 8127725 11190136832 56768 33554432000 4194304 4196468 140722076244800 140184097790208 140184093568406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17537] ppid=17478 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17537/stat : 17537 (java) S 17478 17481 14883 0 -1 1077944384 24 12611 0 0 1 0 9 4 20 0 20 0 8127726 11190136832 56768 33554432000 4194304 4196468 140722076244800 140184046177296 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17538] ppid=17478 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17538/stat : 17538 (java) S 17478 17481 14883 0 -1 1077944384 138 12611 0 0 1 0 9 4 20 0 20 0 8127726 11190136832 56779 33554432000 4194304 4196468 140722076244800 140184045124752 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17539] ppid=17478 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17539/stat : 17539 (java) S 17478 17481 14883 0 -1 1077944384 24 12611 0 0 1 0 9 4 20 0 20 0 8127726 11190136832 56779 33554432000 4194304 4196468 140722076244800 140184044071696 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17540] ppid=17478 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17540/stat : 17540 (java) S 17478 17481 14883 0 -1 1077944384 57 12611 0 0 1 0 9 4 20 0 20 0 8127726 11190136832 56779 33554432000 4194304 4196468 140722076244800 140184043019152 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17541] ppid=17478 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17541/stat : 17541 (java) S 17478 17481 14883 0 -1 1077944384 23 12611 0 0 1 0 9 4 20 0 20 0 8127726 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183696235024 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17542] ppid=17478 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17542/stat : 17542 (java) S 17478 17481 14883 0 -1 1077944384 14 12611 0 0 0 0 9 4 20 0 20 0 8127726 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183695182480 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17543] ppid=17478 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17543/stat : 17543 (java) S 17478 17481 14883 0 -1 1077944384 17 12611 0 0 1 0 9 4 20 0 20 0 8127726 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183694129424 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17544] ppid=17478 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17544/stat : 17544 (java) S 17478 17481 14883 0 -1 1077944384 48 12611 0 0 1 0 9 4 20 0 20 0 8127726 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183693076880 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17545] ppid=17478 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17545/stat : 17545 (java) S 17478 17481 14883 0 -1 1077944384 1644 12611 0 0 0 0 9 4 20 0 20 0 8127729 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183567575792 140184093567618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17546] ppid=17478 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17546/stat : 17546 (java) S 17478 17481 14883 0 -1 1077944384 56 12611 0 0 0 0 9 4 20 0 20 0 8127729 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183566522080 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17547] ppid=17478 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17547/stat : 17547 (java) S 17478 17481 14883 0 -1 1077944384 44 12611 0 0 0 0 9 4 20 0 20 0 8127730 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183565468928 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17548] ppid=17478 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17548/stat : 17548 (java) S 17478 17481 14883 0 -1 1077944384 1 12611 0 0 0 0 9 4 20 0 20 0 8127734 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183564417488 140184093575067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17549] ppid=17478 vsize=10927868 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17549/stat : 17549 (java) R 17478 17481 14883 0 -1 4202560 1212 12611 0 0 34 1 9 4 20 0 20 0 8127734 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183563353792 140184074748260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17550] ppid=17478 vsize=10927868 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17550/stat : 17550 (java) S 17478 17481 14883 0 -1 1077944384 1547 12611 0 0 40 1 9 4 20 0 20 0 8127734 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183562312048 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17551] ppid=17478 vsize=10927868 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17551/stat : 17551 (java) S 17478 17481 14883 0 -1 1077944384 1347 12611 0 0 42 0 9 4 20 0 20 0 8127734 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183561258992 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17552] ppid=17478 vsize=10927868 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17552/stat : 17552 (java) R 17478 17481 14883 0 -1 4202560 3218 12611 0 0 96 1 9 4 20 0 20 0 8127734 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183560203384 140184072001228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17553] ppid=17478 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17553/stat : 17553 (java) S 17478 17481 14883 0 -1 1077944384 3 12611 0 0 0 0 9 4 20 0 20 0 8127734 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183559154656 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17554] ppid=17478 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17554/stat : 17554 (java) S 17478 17481 14883 0 -1 1077944384 5 12611 0 0 0 0 9 4 20 0 20 0 8127734 11190136832 56779 33554432000 4194304 4196468 140722076244800 140183558102192 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 10927868

[startup+6.30152 s]
/proc/loadavg: 2.32 1.62 1.49 3/281 17554
/proc/meminfo: memFree=30330004/32770624 swapFree=5780/161732
[pid=17481] ppid=17478 vsize=10995452 CPUtime=12.44 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 64787 12611 0 0 1197 34 9 4 20 0 20 0 8127712 11259342848 120589 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2748863 120589 3487 1 0 2736418 0
[pid=17481/tid=17536] ppid=17478 vsize=10995452 CPUtime=6.16 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17536/stat : 17536 (java) R 17478 17481 14883 0 -1 4202560 44275 12611 0 0 588 15 9 4 20 0 20 0 8127725 11259342848 120589 33554432000 4194304 4196468 140722076244800 140184097790560 140183733995271 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17537] ppid=17478 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17537/stat : 17537 (java) S 17478 17481 14883 0 -1 1077944384 32 12611 0 0 2 1 9 4 20 0 20 0 8127726 11259342848 120589 33554432000 4194304 4196468 140722076244800 140184046177296 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17538] ppid=17478 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17538/stat : 17538 (java) S 17478 17481 14883 0 -1 1077944384 166 12611 0 0 3 1 9 4 20 0 20 0 8127726 11259342848 120589 33554432000 4194304 4196468 140722076244800 140184045124752 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17539] ppid=17478 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17539/stat : 17539 (java) S 17478 17481 14883 0 -1 1077944384 72 12611 0 0 3 1 9 4 20 0 20 0 8127726 11259342848 120589 33554432000 4194304 4196468 140722076244800 140184044071696 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17540] ppid=17478 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17540/stat : 17540 (java) S 17478 17481 14883 0 -1 1077944384 80 12611 0 0 3 1 9 4 20 0 20 0 8127726 11259342848 120589 33554432000 4194304 4196468 140722076244800 140184043019152 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17541] ppid=17478 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17541/stat : 17541 (java) S 17478 17481 14883 0 -1 1077944384 45 12611 0 0 3 1 9 4 20 0 20 0 8127726 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183696235024 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17542] ppid=17478 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17542/stat : 17542 (java) S 17478 17481 14883 0 -1 1077944384 35 12611 0 0 2 1 9 4 20 0 20 0 8127726 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183695182480 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17543] ppid=17478 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17543/stat : 17543 (java) S 17478 17481 14883 0 -1 1077944384 34 12611 0 0 3 1 9 4 20 0 20 0 8127726 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183694129424 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17544] ppid=17478 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17544/stat : 17544 (java) S 17478 17481 14883 0 -1 1077944384 55 12611 0 0 3 1 9 4 20 0 20 0 8127726 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183693076880 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17545] ppid=17478 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17545/stat : 17545 (java) S 17478 17481 14883 0 -1 1077944384 2317 12611 0 0 3 1 9 4 20 0 20 0 8127729 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183567575792 140184093567618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17546] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17546/stat : 17546 (java) S 17478 17481 14883 0 -1 1077944384 56 12611 0 0 0 0 9 4 20 0 20 0 8127729 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183566522080 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17547] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17547/stat : 17547 (java) S 17478 17481 14883 0 -1 1077944384 44 12611 0 0 0 0 9 4 20 0 20 0 8127730 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183565468928 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17548] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17548/stat : 17548 (java) S 17478 17481 14883 0 -1 1077944384 1 12611 0 0 0 0 9 4 20 0 20 0 8127734 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183564417488 140184093575067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17549] ppid=17478 vsize=10995452 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17549/stat : 17549 (java) S 17478 17481 14883 0 -1 1077944384 2333 12611 0 0 135 2 9 4 20 0 20 0 8127734 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183563364592 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17550] ppid=17478 vsize=10995452 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17550/stat : 17550 (java) S 17478 17481 14883 0 -1 1077944384 3696 12611 0 0 160 1 9 4 20 0 20 0 8127734 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183562312048 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17551] ppid=17478 vsize=10995452 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17551/stat : 17551 (java) S 17478 17481 14883 0 -1 1077944384 5705 12611 0 0 156 1 9 4 20 0 20 0 8127734 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183561258992 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17552] ppid=17478 vsize=10995452 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17552/stat : 17552 (java) S 17478 17481 14883 0 -1 1077944384 3696 12611 0 0 123 1 9 4 20 0 20 0 8127734 11259342848 120589 33554432000 4194304 4196468 140722076244800 140183560206448 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17553] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14

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

[pid=17481/tid=17550] ppid=17478 vsize=10995452 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17550/stat : 17550 (java) S 17478 17481 14883 0 -1 1077944384 4783 12611 0 0 161 2 9 4 20 0 20 0 8127734 11259342848 294571 33554432000 4194304 4196468 140722076244800 140183562312048 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17551] ppid=17478 vsize=10995452 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17551/stat : 17551 (java) S 17478 17481 14883 0 -1 1077944384 5794 12611 0 0 157 2 9 4 20 0 20 0 8127734 11259342848 294571 33554432000 4194304 4196468 140722076244800 140183561258992 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17552] ppid=17478 vsize=10995452 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17552/stat : 17552 (java) S 17478 17481 14883 0 -1 1077944384 9866 12611 0 0 125 1 9 4 20 0 20 0 8127734 11259342848 294571 33554432000 4194304 4196468 140722076244800 140183560206448 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 14 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17553] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17553/stat : 17553 (java) S 17478 17481 14883 0 -1 1077944384 3 12611 0 0 0 0 9 4 20 0 20 0 8127734 11259342848 294571 33554432000 4194304 4196468 140722076244800 140183559154656 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17554] ppid=17478 vsize=10995452 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17554/stat : 17554 (java) S 17478 17481 14883 0 -1 1077944384 1097 12611 0 0 65 63 9 4 20 0 20 0 8127734 11259342848 294571 33554432000 4194304 4196468 140722076244800 140183558102192 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
Current children cumulated CPU time (s) 2384.04
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2337.9 s]
/proc/loadavg: 1.79 1.77 1.61 3/281 17763
/proc/meminfo: memFree=27547064/32770624 swapFree=5780/164400
[pid=17481] ppid=17478 vsize=10995452 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 195525 12611 0 0 239555 438 9 4 20 0 20 0 8127712 11259342848 294573 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2748863 294573 3500 1 0 2736418 0
[pid=17481/tid=17536] ppid=17478 vsize=10995452 CPUtime=2317.28 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17536/stat : 17536 (java) R 17478 17481 14883 0 -1 4202560 84889 12611 0 0 231672 43 9 4 20 0 20 0 8127725 11259342848 294573 33554432000 4194304 4196468 140722076244800 140184097790528 140183727984374 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17537] ppid=17478 vsize=10995452 CPUtime=8.62 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17537/stat : 17537 (java) S 17478 17481 14883 0 -1 1077944384 6711 12611 0 0 808 41 9 4 20 0 20 0 8127726 11259342848 294573 33554432000 4194304 4196468 140722076244800 140184046177296 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17538] ppid=17478 vsize=10995452 CPUtime=8.55 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17538/stat : 17538 (java) S 17478 17481 14883 0 -1 1077944384 9558 12611 0 0 795 47 9 4 20 0 20 0 8127726 11259342848 294573 33554432000 4194304 4196468 140722076244800 140184045124752 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17539] ppid=17478 vsize=10995452 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17539/stat : 17539 (java) S 17478 17481 14883 0 -1 1077944384 10754 12611 0 0 817 40 9 4 20 0 20 0 8127726 11259342848 294573 33554432000 4194304 4196468 140722076244800 140184044071696 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17540] ppid=17478 vsize=10995452 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17540/stat : 17540 (java) S 17478 17481 14883 0 -1 1077944384 7210 12611 0 0 810 43 9 4 20 0 20 0 8127726 11259342848 294573 33554432000 4194304 4196468 140722076244800 140184043019152 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17541] ppid=17478 vsize=10995452 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17541/stat : 17541 (java) S 17478 17481 14883 0 -1 1077944384 9307 12611 0 0 808 39 9 4 20 0 20 0 8127726 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183696235024 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17542] ppid=17478 vsize=10995452 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17542/stat : 17542 (java) S 17478 17481 14883 0 -1 1077944384 6105 12611 0 0 810 40 9 4 20 0 20 0 8127726 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183695182480 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17543] ppid=17478 vsize=10995452 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17543/stat : 17543 (java) S 17478 17481 14883 0 -1 1077944384 8694 12611 0 0 806 40 9 4 20 0 20 0 8127726 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183694129424 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17544] ppid=17478 vsize=10995452 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17544/stat : 17544 (java) S 17478 17481 14883 0 -1 1077944384 10095 12611 0 0 808 39 9 4 20 0 20 0 8127726 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183693076880 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17545] ppid=17478 vsize=10995452 CPUtime=7.67 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17545/stat : 17545 (java) S 17478 17481 14883 0 -1 1077944384 15956 12611 0 0 714 40 9 4 20 0 20 0 8127729 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183567575792 140184093567618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17546] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17546/stat : 17546 (java) S 17478 17481 14883 0 -1 1077944384 56 12611 0 0 0 0 9 4 20 0 20 0 8127729 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183566522080 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17547] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17547/stat : 17547 (java) S 17478 17481 14883 0 -1 1077944384 44 12611 0 0 0 0 9 4 20 0 20 0 8127730 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183565468928 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17548] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17548/stat : 17548 (java) S 17478 17481 14883 0 -1 1077944384 1 12611 0 0 0 0 9 4 20 0 20 0 8127734 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183564417488 140184093575067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17549] ppid=17478 vsize=10995452 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17549/stat : 17549 (java) S 17478 17481 14883 0 -1 1077944384 2469 12611 0 0 137 2 9 4 20 0 20 0 8127734 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183563364592 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17550] ppid=17478 vsize=10995452 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17550/stat : 17550 (java) S 17478 17481 14883 0 -1 1077944384 4783 12611 0 0 161 2 9 4 20 0 20 0 8127734 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183562312048 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17551] ppid=17478 vsize=10995452 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17551/stat : 17551 (java) S 17478 17481 14883 0 -1 1077944384 5794 12611 0 0 157 2 9 4 20 0 20 0 8127734 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183561258992 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17552] ppid=17478 vsize=10995452 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17552/stat : 17552 (java) S 17478 17481 14883 0 -1 1077944384 9866 12611 0 0 125 1 9 4 20 0 20 0 8127734 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183560206448 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 14 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17553] ppid=17478 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17553/stat : 17553 (java) S 17478 17481 14883 0 -1 1077944384 3 12611 0 0 0 0 9 4 20 0 20 0 8127734 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183559154656 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17554] ppid=17478 vsize=10995452 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17554/stat : 17554 (java) S 17478 17481 14883 0 -1 1077944384 1097 12611 0 0 66 63 9 4 20 0 20 0 8127734 11259342848 294573 33554432000 4194304 4196468 140722076244800 140183558102192 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
Current children cumulated CPU time (s) 2400.06
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 17481 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2338.01 s]
/proc/loadavg: 1.79 1.77 1.61 3/281 17763
/proc/meminfo: memFree=27547064/32770624 swapFree=5780/164400
[pid=17481] ppid=17478 vsize=11128580 CPUtime=2400.67 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 201585 12611 0 0 239614 440 9 4 20 0 22 0 8127712 11395665920 296243 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2782145 296243 3500 1 0 2769700 0
[pid=17481/tid=17536] ppid=17478 vsize=11128580 CPUtime=2317.28 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17536/stat : 17536 (java) S 17478 17481 14883 0 -1 1077944384 85317 12611 0 0 231672 43 9 4 20 0 22 0 8127725 11395665920 296243 33554432000 4194304 4196468 140722076244800 140184097794016 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17537] ppid=17478 vsize=11128580 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17537/stat : 17537 (java) R 17478 17481 14883 0 -1 4202560 6714 12611 0 0 815 41 9 4 20 0 22 0 8127726 11395665920 296243 33554432000 4194304 4196468 140722076244800 140184046177416 140184086184679 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17538] ppid=17478 vsize=11128580 CPUtime=8.62 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17538/stat : 17538 (java) R 17478 17481 14883 0 -1 4202560 9567 12611 0 0 802 47 9 4 20 0 22 0 8127726 11395665920 296243 33554432000 4194304 4196468 140722076244800 140184045124952 140184078257104 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17539] ppid=17478 vsize=11128580 CPUtime=8.77 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17539/stat : 17539 (java) R 17478 17481 14883 0 -1 4202560 10766 12611 0 0 824 40 9 4 20 0 22 0 8127726 11395665920 296243 33554432000 4194304 4196468 140722076244800 140184044071816 140184086184679 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17540] ppid=17478 vsize=11128580 CPUtime=8.73 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17540/stat : 17540 (java) R 17478 17481 14883 0 -1 4202560 7216 12611 0 0 817 43 9 4 20 0 22 0 8127726 11395665920 296243 33554432000 4194304 4196468 140722076244800 140184043019272 140184079315288 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17541] ppid=17478 vsize=11128580 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17541/stat : 17541 (java) R 17478 17481 14883 0 -1 4202560 9316 12611 0 0 815 39 9 4 20 0 22 0 8127726 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183696235144 140184086184679 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17542] ppid=17478 vsize=11128580 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17542/stat : 17542 (java) R 17478 17481 14883 0 -1 4202560 6115 12611 0 0 818 41 9 4 20 0 22 0 8127726 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183695182600 140184086184679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17543] ppid=17478 vsize=11128580 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17543/stat : 17543 (java) R 17478 17481 14883 0 -1 4202560 8720 12611 0 0 813 40 9 4 20 0 22 0 8127726 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183694129544 140184076939504 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17544] ppid=17478 vsize=11128580 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17544/stat : 17544 (java) R 17478 17481 14883 0 -1 4202560 10099 12611 0 0 815 39 9 4 20 0 22 0 8127726 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183693077000 140184086184679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17545] ppid=17478 vsize=11128580 CPUtime=7.69 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17545/stat : 17545 (java) S 17478 17481 14883 0 -1 1077944384 21289 12611 0 0 715 41 9 4 20 0 22 0 8127729 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183567574416 140184093566677 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17546] ppid=17478 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17546/stat : 17546 (java) S 17478 17481 14883 0 -1 1077944384 56 12611 0 0 0 0 9 4 20 0 22 0 8127729 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183566522080 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17547] ppid=17478 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17547/stat : 17547 (java) S 17478 17481 14883 0 -1 1077944384 44 12611 0 0 0 0 9 4 20 0 22 0 8127730 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183565468928 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17548] ppid=17478 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17548/stat : 17548 (java) S 17478 17481 14883 0 -1 1077944384 100 12611 0 0 0 0 9 4 20 0 22 0 8127734 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183564417488 140184093575067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17549] ppid=17478 vsize=11128580 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17549/stat : 17549 (java) S 17478 17481 14883 0 -1 1077944384 2469 12611 0 0 137 2 9 4 20 0 22 0 8127734 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183563364592 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17550] ppid=17478 vsize=11128580 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17550/stat : 17550 (java) S 17478 17481 14883 0 -1 1077944384 4783 12611 0 0 161 2 9 4 20 0 22 0 8127734 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183562312048 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17551] ppid=17478 vsize=11128580 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17551/stat : 17551 (java) S 17478 17481 14883 0 -1 1077944384 5794 12611 0 0 157 2 9 4 20 0 22 0 8127734 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183561258992 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17552] ppid=17478 vsize=11128580 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17552/stat : 17552 (java) S 17478 17481 14883 0 -1 1077944384 9866 12611 0 0 125 1 9 4 20 0 22 0 8127734 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183560206448 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 14 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17553] ppid=17478 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17553/stat : 17553 (java) S 17478 17481 14883 0 -1 1077944384 3 12611 0 0 0 0 9 4 20 0 22 0 8127734 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183559154656 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17554] ppid=17478 vsize=11128580 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17554/stat : 17554 (java) S 17478 17481 14883 0 -1 1077944384 1097 12611 0 0 66 63 9 4 20 0 22 0 8127734 11395665920 296243 33554432000 4194304 4196468 140722076244800 140183558102192 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
Current children cumulated CPU time (s) 2400.67
Current children cumulated vsize (KiB) 11128580

[startup+2338.1 s]
/proc/loadavg: 1.79 1.77 1.61 3/281 17763
/proc/meminfo: memFree=27547064/32770624 swapFree=5780/164400
[pid=17481] ppid=17478 vsize=11128580 CPUtime=2401.04 cores=0,2,4,6,8,10,12,14
/proc/17481/stat : 17481 (java) S 17478 17481 14883 0 -1 1077944320 201843 12611 0 0 239650 441 9 4 20 0 22 0 8127712 11395665920 296303 33554432000 4194304 4196468 140722076244800 140722076227344 140184093556471 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
/proc/17481/statm: 2782145 296303 3500 1 0 2769700 0
[pid=17481/tid=17536] ppid=17478 vsize=11128580 CPUtime=2317.28 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17536/stat : 17536 (java) S 17478 17481 14883 0 -1 1077944384 85318 12611 0 0 231672 43 9 4 20 0 22 0 8127725 11395665920 296303 33554432000 4194304 4196468 140722076244800 140184097794016 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17537] ppid=17478 vsize=11128580 CPUtime=8.73 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17537/stat : 17537 (java) R 17478 17481 14883 0 -1 4202560 6714 12611 0 0 819 41 9 4 20 0 22 0 8127726 11395665920 296303 33554432000 4194304 4196468 140722076244800 140184046177496 140184078254110 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17538] ppid=17478 vsize=11128580 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17538/stat : 17538 (java) R 17478 17481 14883 0 -1 4202560 9567 12611 0 0 806 47 9 4 20 0 22 0 8127726 11395665920 296303 33554432000 4194304 4196468 140722076244800 140184045124952 140184078010502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17539] ppid=17478 vsize=11128580 CPUtime=8.8 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17539/stat : 17539 (java) R 17478 17481 14883 0 -1 4202560 10766 12611 0 0 827 40 9 4 20 0 22 0 8127726 11395665920 296303 33554432000 4194304 4196468 140722076244800 140184044071896 140184078541767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17540] ppid=17478 vsize=11128580 CPUtime=8.77 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17540/stat : 17540 (java) R 17478 17481 14883 0 -1 4202560 7217 12611 0 0 821 43 9 4 20 0 22 0 8127726 11395665920 296303 33554432000 4194304 4196468 140722076244800 140184043019352 140184076733054 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17541] ppid=17478 vsize=11128580 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17541/stat : 17541 (java) R 17478 17481 14883 0 -1 4202560 9316 12611 0 0 819 39 9 4 20 0 22 0 8127726 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183696234912 140184078541767 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17542] ppid=17478 vsize=11128580 CPUtime=8.76 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17542/stat : 17542 (java) R 17478 17481 14883 0 -1 4202560 6115 12611 0 0 822 41 9 4 20 0 22 0 8127726 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183695182680 140184075153219 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17543] ppid=17478 vsize=11128580 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17543/stat : 17543 (java) R 17478 17481 14883 0 -1 4202560 8720 12611 0 0 817 40 9 4 20 0 22 0 8127726 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183694129624 140184086184679 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17544] ppid=17478 vsize=11128580 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17544/stat : 17544 (java) R 17478 17481 14883 0 -1 4202560 10099 12611 0 0 818 39 9 4 20 0 22 0 8127726 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183693077080 140184086184679 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17545] ppid=17478 vsize=11128580 CPUtime=7.74 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17545/stat : 17545 (java) S 17478 17481 14883 0 -1 1077944384 21540 12611 0 0 720 41 9 4 20 0 22 0 8127729 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183567574192 140184093566677 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17546] ppid=17478 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17546/stat : 17546 (java) S 17478 17481 14883 0 -1 1077944384 59 12611 0 0 0 0 9 4 20 0 22 0 8127729 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183566521616 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17547] ppid=17478 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17547/stat : 17547 (java) S 17478 17481 14883 0 -1 1077944384 44 12611 0 0 0 0 9 4 20 0 22 0 8127730 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183565468928 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17548] ppid=17478 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17548/stat : 17548 (java) S 17478 17481 14883 0 -1 1077944384 100 12611 0 0 0 0 9 4 20 0 22 0 8127734 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183564417488 140184093575067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17549] ppid=17478 vsize=11128580 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17549/stat : 17549 (java) S 17478 17481 14883 0 -1 1077944384 2469 12611 0 0 137 2 9 4 20 0 22 0 8127734 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183563364592 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17550] ppid=17478 vsize=11128580 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17550/stat : 17550 (java) S 17478 17481 14883 0 -1 1077944384 4783 12611 0 0 161 2 9 4 20 0 22 0 8127734 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183562312048 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17551] ppid=17478 vsize=11128580 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17551/stat : 17551 (java) S 17478 17481 14883 0 -1 1077944384 5794 12611 0 0 157 2 9 4 20 0 22 0 8127734 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183561258992 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17552] ppid=17478 vsize=11128580 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17552/stat : 17552 (java) S 17478 17481 14883 0 -1 1077944384 9866 12611 0 0 125 1 9 4 20 0 22 0 8127734 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183560206448 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 14 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17553] ppid=17478 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17553/stat : 17553 (java) S 17478 17481 14883 0 -1 1077944384 3 12611 0 0 0 0 9 4 20 0 22 0 8127734 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183559154656 140184093566677 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
[pid=17481/tid=17554] ppid=17478 vsize=11128580 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17481/task/17554/stat : 17554 (java) S 17478 17481 14883 0 -1 1077944384 1097 12611 0 0 66 63 9 4 20 0 22 0 8127734 11395665920 296303 33554432000 4194304 4196468 140722076244800 140183558102192 140184093567618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 16498688 140722076248769 140722076251543 140722076251543 140722076254159 0
Current children cumulated CPU time (s) 2401.04
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2338.14
CPU time (s): 2401.15
CPU user time (s): 2396.69
CPU system time (s): 4.4641
CPU usage (%): 102.695
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.69
system time used= 4.4641
maximum resident set size= 1185804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214602
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 326297
involuntary context switches= 184414

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8249 second user time and 21.7311 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-22 15:03:23
IDJOB=4247233
IDBENCH=126862
IDSOLVER=2630
FILE ID=node129/4247233-1500728603
RUNJOBID= node129-1500716625-14914
PBS_JOBID= 20623360
Free space on /tmp= 61944 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-025.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247233-1500728603/watcher-4247233-1500728603 -o /tmp/evaluation-result-4247233-1500728603/solver-4247233-1500728603 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500716625-14914 --watchdog 2560  bin/concrete HOME/instance-4247233-1500728603.xml

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

MD5SUM BENCH= 973963fd5ae0545f9f330e30fdec40c5
RANDOM SEED=1762646701

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30735580 kB
MemAvailable:   30950372 kB
Buffers:          165364 kB
Cached:           321064 kB
SwapCached:            0 kB
Active:          1354344 kB
Inactive:         226036 kB
Active(anon):    1041476 kB
Inactive(anon):    64904 kB
Active(file):     312868 kB
Inactive(file):   161132 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24276 kB
Writeback:             0 kB
AnonPages:       1106700 kB
Mapped:            43900 kB
Shmem:              8844 kB
Slab:             147208 kB
SReclaimable:     113252 kB
SUnreclaim:        33956 kB
KernelStack:        4848 kB
PageTables:         8208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1939436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    888832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61920 MiB
End job on node129 at 2017-07-22 15:42:22