Trace number 4245277

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) 2402.66 2291.79

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
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 benchmark12.0422
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

pid=11328
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.49 1.69 1.68 3/262 11331
/proc/meminfo: memFree=31066420/32770624 swapFree=5800/284184
[pid=11331] ppid=11328 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (bash) S 11328 11331 7954 0 -1 4202496 686 1530 0 0 0 0 0 0 20 0 1 0 5485059 9736192 351 33554432000 4194304 5098028 140733352928528 140733352926168 140217135164416 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 17780736 140733352936718 140733352936803 140733352936803 140733352939502 0
/proc/11331/statm: 2377 351 278 221 0 86 0

[startup+0.100073 s]
/proc/loadavg: 1.49 1.69 1.68 3/262 11331
/proc/meminfo: memFree=31066420/32770624 swapFree=5800/284184
[pid=11331] ppid=11328 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (bash) S 11328 11331 7954 0 -1 4202496 884 6411 0 0 0 0 0 1 20 0 1 0 5485059 9871360 378 33554432000 4194304 5098028 140733352928528 140733352922536 140217135164416 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 17780736 140733352936718 140733352936803 140733352936803 140733352939502 0
/proc/11331/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200444 s]
/proc/loadavg: 1.49 1.69 1.68 3/262 11331
/proc/meminfo: memFree=31066420/32770624 swapFree=5800/284184
[pid=11331] ppid=11328 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 5020 12687 0 0 6 1 8 3 20 0 13 0 5485059 10686320640 5347 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2608965 5347 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300334 s]
/proc/loadavg: 1.49 1.69 1.68 3/262 11331
/proc/meminfo: memFree=31066420/32770624 swapFree=5800/284184
[pid=11331] ppid=11328 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 7325 12687 0 0 22 2 8 3 20 0 20 0 5485059 11164049408 9131 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2725598 9131 2998 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700198 s]
/proc/loadavg: 1.49 1.69 1.68 3/262 11331
/proc/meminfo: memFree=31066420/32770624 swapFree=5800/284184
[pid=11331] ppid=11328 vsize=10902720 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 12539 12687 0 0 77 4 8 3 20 0 20 0 5485059 11164385280 15794 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2725680 15794 3197 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 1.45 1.68 1.67 4/282 11404
/proc/meminfo: memFree=30956400/32770624 swapFree=5800/284564
[pid=11331] ppid=11328 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 27701 12687 0 0 205 14 8 3 20 0 20 0 5485059 11175264256 44023 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2728336 44023 3410 1 0 2716450 0
[pid=11331/tid=11386] ppid=11328 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11386/stat : 11386 (java) R 11328 11331 7954 0 -1 4202560 19714 12687 0 0 125 6 8 3 20 0 20 0 5485072 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238544635120 140238524450149 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11387] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11387/stat : 11387 (java) S 11328 11331 7954 0 -1 1077944384 23 12687 0 0 0 0 8 3 20 0 20 0 5485073 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238477097744 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11388] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11388/stat : 11388 (java) S 11328 11331 7954 0 -1 1077944384 31 12687 0 0 0 0 8 3 20 0 20 0 5485073 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238476045200 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11389] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11389/stat : 11389 (java) S 11328 11331 7954 0 -1 1077944384 9 12687 0 0 0 0 8 3 20 0 20 0 5485073 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238474992656 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11390] ppid=11328 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11390/stat : 11390 (java) S 11328 11331 7954 0 -1 1077944384 141 12687 0 0 1 0 8 3 20 0 20 0 5485073 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238473940112 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11391] ppid=11328 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11391/stat : 11391 (java) S 11328 11331 7954 0 -1 1077944384 29 12687 0 0 1 0 8 3 20 0 20 0 5485073 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238472886544 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11392] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11392/stat : 11392 (java) S 11328 11331 7954 0 -1 1077944384 8 12687 0 0 0 0 8 3 20 0 20 0 5485073 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238471834000 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11393] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11393/stat : 11393 (java) S 11328 11331 7954 0 -1 1077944384 35 12687 0 0 0 0 8 3 20 0 20 0 5485073 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238470781456 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11394] ppid=11328 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11394/stat : 11394 (java) S 11328 11331 7954 0 -1 1077944384 51 12687 0 0 1 0 8 3 20 0 20 0 5485073 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238469728912 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11395] ppid=11328 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11395/stat : 11395 (java) S 11328 11331 7954 0 -1 1077944384 1467 12687 0 0 1 0 8 3 20 0 20 0 5485075 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238014982640 140238540417666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11396] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11396/stat : 11396 (java) S 11328 11331 7954 0 -1 1077944384 56 12687 0 0 0 0 8 3 20 0 20 0 5485076 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238013928928 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11397] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11397/stat : 11397 (java) S 11328 11331 7954 0 -1 1077944384 44 12687 0 0 0 0 8 3 20 0 20 0 5485077 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238012876288 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11398] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11398/stat : 11398 (java) S 11328 11331 7954 0 -1 1077944384 1 12687 0 0 0 0 8 3 20 0 20 0 5485081 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238011824848 140238540425115 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11399] ppid=11328 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11399/stat : 11399 (java) R 11328 11331 7954 0 -1 4202560 740 12687 0 0 13 0 8 3 20 0 20 0 5485081 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238010771440 140238519740123 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11400] ppid=11328 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11400/stat : 11400 (java) S 11328 11331 7954 0 -1 1077944384 1192 12687 0 0 16 0 8 3 20 0 20 0 5485081 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238009718896 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11401] ppid=11328 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11401/stat : 11401 (java) S 11328 11331 7954 0 -1 1077944384 688 12687 0 0 12 0 8 3 20 0 20 0 5485081 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238008666352 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11402] ppid=11328 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11402/stat : 11402 (java) R 11328 11331 7954 0 -1 4202560 1333 12687 0 0 26 0 8 3 20 0 20 0 5485081 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238007613808 140238540418454 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11403] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11403/stat : 11403 (java) S 11328 11331 7954 0 -1 1077944384 3 12687 0 0 0 0 8 3 20 0 20 0 5485081 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238006561504 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11404] ppid=11328 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11404/stat : 11404 (java) S 11328 11331 7954 0 -1 1077944384 7 12687 0 0 0 0 8 3 20 0 20 0 5485081 11175264256 44023 33554432000 4194304 4196468 140728623460560 140238005509040 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10074 s]
/proc/loadavg: 1.45 1.68 1.67 5/282 11404
/proc/meminfo: memFree=30891960/32770624 swapFree=5800/284576
[pid=11331] ppid=11328 vsize=10925820 CPUtime=7.23 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 40967 12687 0 0 689 23 8 3 20 0 20 0 5485059 11188039680 71686 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2731455 71686 3487 1 0 2719010 0
[pid=11331/tid=11386] ppid=11328 vsize=10925820 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11386/stat : 11386 (java) R 11328 11331 7954 0 -1 4202560 25027 12687 0 0 280 8 8 3 20 0 20 0 5485072 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238544635480 140238151506406 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11387] ppid=11328 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11387/stat : 11387 (java) S 11328 11331 7954 0 -1 1077944384 25 12687 0 0 0 0 8 3 20 0 20 0 5485073 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238477097744 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11388] ppid=11328 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11388/stat : 11388 (java) S 11328 11331 7954 0 -1 1077944384 38 12687 0 0 1 1 8 3 20 0 20 0 5485073 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238476045200 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11389] ppid=11328 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11389/stat : 11389 (java) S 11328 11331 7954 0 -1 1077944384 21 12687 0 0 1 0 8 3 20 0 20 0 5485073 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238474992656 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11390] ppid=11328 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11390/stat : 11390 (java) S 11328 11331 7954 0 -1 1077944384 146 12687 0 0 1 1 8 3 20 0 20 0 5485073 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238473940112 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11391] ppid=11328 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11391/stat : 11391 (java) S 11328 11331 7954 0 -1 1077944384 37 12687 0 0 1 1 8 3 20 0 20 0 5485073 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238472886544 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11392] ppid=11328 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11392/stat : 11392 (java) S 11328 11331 7954 0 -1 1077944384 25 12687 0 0 1 0 8 3 20 0 20 0 5485073 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238471834000 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11393] ppid=11328 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11393/stat : 11393 (java) S 11328 11331 7954 0 -1 1077944384 163 12687 0 0 1 1 8 3 20 0 20 0 5485073 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238470781456 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11394] ppid=11328 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11394/stat : 11394 (java) S 11328 11331 7954 0 -1 1077944384 72 12687 0 0 1 0 8 3 20 0 20 0 5485073 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238469728912 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11395] ppid=11328 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11395/stat : 11395 (java) S 11328 11331 7954 0 -1 1077944384 1521 12687 0 0 2 0 8 3 20 0 20 0 5485075 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238014982640 140238540417666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11396] ppid=11328 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11396/stat : 11396 (java) S 11328 11331 7954 0 -1 1077944384 56 12687 0 0 0 0 8 3 20 0 20 0 5485076 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238013928928 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11397] ppid=11328 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11397/stat : 11397 (java) S 11328 11331 7954 0 -1 1077944384 44 12687 0 0 0 0 8 3 20 0 20 0 5485077 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238012876288 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11398] ppid=11328 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11398/stat : 11398 (java) S 11328 11331 7954 0 -1 1077944384 1 12687 0 0 0 0 8 3 20 0 20 0 5485081 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238011824848 140238540425115 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11399] ppid=11328 vsize=10925820 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11399/stat : 11399 (java) R 11328 11331 7954 0 -1 4202560 1759 12687 0 0 90 0 8 3 20 0 20 0 5485081 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238010771440 140238521089070 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11400] ppid=11328 vsize=10925820 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11400/stat : 11400 (java) R 11328 11331 7954 0 -1 4202560 2722 12687 0 0 94 1 8 3 20 0 20 0 5485081 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238009718816 140238524806121 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11401] ppid=11328 vsize=10925820 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11401/stat : 11401 (java) R 11328 11331 7954 0 -1 4202560 2203 12687 0 0 90 0 8 3 20 0 20 0 5485081 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238008647760 140238525325544 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11402] ppid=11328 vsize=10925820 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11402/stat : 11402 (java) R 11328 11331 7954 0 -1 4202560 4963 12687 0 0 119 2 8 3 20 0 20 0 5485081 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238007608736 140238540427866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11403] ppid=11328 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11403/stat : 11403 (java) S 11328 11331 7954 0 -1 1077944384 3 12687 0 0 0 0 8 3 20 0 20 0 5485081 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238006561504 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11404] ppid=11328 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11404/stat : 11404 (java) S 11328 11331 7954 0 -1 1077944384 8 12687 0 0 0 0 8 3 20 0 20 0 5485081 11188039680 71686 33554432000 4194304 4196468 140728623460560 140238005509040 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 10925820

[startup+6.30077 s]
/proc/loadavg: 1.50 1.69 1.68 3/282 11404
/proc/meminfo: memFree=30707476/32770624 swapFree=5800/284576
[pid=11331] ppid=11328 vsize=10927868 CPUtime=18.42 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 51242 12687 0 0 1780 51 8 3 20 0 20 0 5485059 11190136832 107058 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2731967 107058 3508 1 0 2719522 0
[pid=11331/tid=11386] ppid=11328 vsize=10927868 CPUtime=6.1 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11386/stat : 11386 (java) S 11328 11331 7954 0 -1 1077944384 26299 12687 0 0 588 11 8 3 20 0 20 0 5485072 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238544641552 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11387] ppid=11328 vsize=10927868 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11387/stat : 11387 (java) R 11328 11331 7954 0 -1 4202560 69 12687 0 0 4 3 8 3 20 0 20 0 5485073 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238477097744 140238525434393 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11388] ppid=11328 vsize=10927868 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11388/stat : 11388 (java) R 11328 11331 7954 0 -1 4202560 86 12687 0 0 5 4 8 3 20 0 20 0 5485073 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238476045200 140238522032464 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11389] ppid=11328 vsize=10927868 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11389/stat : 11389 (java) R 11328 11331 7954 0 -1 4202560 481 12687 0 0 4 3 8 3 20 0 20 0 5485073 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238474992544 140238525434393 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11390] ppid=11328 vsize=10927868 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11390/stat : 11390 (java) R 11328 11331 7954 0 -1 4202560 218 12687 0 0 4 3 8 3 20 0 20 0 5485073 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238473940112 140238533503355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11391] ppid=11328 vsize=10927868 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11391/stat : 11391 (java) R 11328 11331 7954 0 -1 4202560 115 12687 0 0 4 4 8 3 20 0 20 0 5485073 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238472886544 140238525434393 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11392] ppid=11328 vsize=10927868 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11392/stat : 11392 (java) R 11328 11331 7954 0 -1 4202560 71 12687 0 0 4 3 8 3 20 0 20 0 5485073 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238471834000 140238533503355 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11393] ppid=11328 vsize=10927868 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11393/stat : 11393 (java) R 11328 11331 7954 0 -1 4202560 231 12687 0 0 3 4 8 3 20 0 20 0 5485073 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238470781456 140238525434366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11394] ppid=11328 vsize=10927868 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11394/stat : 11394 (java) R 11328 11331 7954 0 -1 4202560 155 12687 0 0 5 3 8 3 20 0 20 0 5485073 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238469728912 140238525434375 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11395] ppid=11328 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11395/stat : 11395 (java) S 11328 11331 7954 0 -1 1077944384 1580 12687 0 0 3 0 8 3 20 0 20 0 5485075 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238014981152 140238540416725 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11396] ppid=11328 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11396/stat : 11396 (java) S 11328 11331 7954 0 -1 1077944384 56 12687 0 0 0 0 8 3 20 0 20 0 5485076 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238013928928 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11397] ppid=11328 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11397/stat : 11397 (java) S 11328 11331 7954 0 -1 1077944384 44 12687 0 0 0 0 8 3 20 0 20 0 5485077 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238012876288 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11398] ppid=11328 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11398/stat : 11398 (java) S 11328 11331 7954 0 -1 1077944384 1 12687 0 0 0 0 8 3 20 0 20 0 5485081 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238011824848 140238540425115 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11399] ppid=11328 vsize=10927868 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11399/stat : 11399 (java) S 11328 11331 7954 0 -1 1077944384 2722 12687 0 0 316 1 8 3 20 0 20 0 5485081 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238010751504 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11400] ppid=11328 vsize=10927868 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11400/stat : 11400 (java) S 11328 11331 7954 0 -1 1077944384 4321 12687 0 0 321 1 8 3 20 0 20 0 5485081 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238009718896 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11401] ppid=11328 vsize=10927868 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11401/stat : 11401 (java) S 11328 11331 7954 0 -1 1077944384 4426 12687 0 0 298 1 8 3 20 0 20 0 5485081 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238008666352 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11402] ppid=11328 vsize=10927868 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11402/stat : 11402 (java) S 11328 11331 7954 0 -1 1077944384 8178 12687 0 0 213 3 8 3 20 0 20 0 5485081 11190136832 107058 33554432000 4194304 4196468 140728623460560 140238007613808 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11403] ppid=11328 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=11331/tid=11400] ppid=11328 vsize=10997500 CPUtime=5.45 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11400/stat : 11400 (java) S 11328 11331 7954 0 -1 1077944384 12046 12687 0 0 531 3 8 3 20 0 20 0 5485081 11261440000 558654 33554432000 4194304 4196468 140728623460560 140238009718896 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11401] ppid=11328 vsize=10997500 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11401/stat : 11401 (java) S 11328 11331 7954 0 -1 1077944384 18850 12687 0 0 520 4 8 3 20 0 20 0 5485081 11261440000 558654 33554432000 4194304 4196468 140728623460560 140238008666352 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11402] ppid=11328 vsize=10997500 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11402/stat : 11402 (java) S 11328 11331 7954 0 -1 1077944384 19572 12687 0 0 293 5 8 3 20 0 20 0 5485081 11261440000 558654 33554432000 4194304 4196468 140728623460560 140238007613808 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11403] ppid=11328 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11403/stat : 11403 (java) S 11328 11331 7954 0 -1 1077944384 3 12687 0 0 0 0 8 3 20 0 20 0 5485081 11261440000 558654 33554432000 4194304 4196468 140728623460560 140238006561504 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11404] ppid=11328 vsize=10997500 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11404/stat : 11404 (java) S 11328 11331 7954 0 -1 1077944384 1492 12687 0 0 63 63 8 3 20 0 20 0 5485081 11261440000 558654 33554432000 4194304 4196468 140728623460560 140238005509040 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
Current children cumulated CPU time (s) 2369.79
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2291.3 s]
/proc/loadavg: 1.56 1.88 2.26 3/282 13024
/proc/meminfo: memFree=27818952/32770624 swapFree=5788/291268
[pid=11331] ppid=11328 vsize=10997500 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 339290 12687 0 0 239499 490 8 3 20 0 20 0 5485059 11261440000 557113 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2749375 557113 3525 1 0 2736930 0
[pid=11331/tid=11386] ppid=11328 vsize=10997500 CPUtime=2269.71 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11386/stat : 11386 (java) R 11328 11331 7954 0 -1 4202560 125185 12687 0 0 226889 71 8 3 20 0 20 0 5485072 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238544640128 140238169659106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11387] ppid=11328 vsize=10997500 CPUtime=13.38 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11387/stat : 11387 (java) S 11328 11331 7954 0 -1 1077944384 14932 12687 0 0 1288 39 8 3 20 0 20 0 5485073 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238477097744 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11388] ppid=11328 vsize=10997500 CPUtime=13.35 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11388/stat : 11388 (java) S 11328 11331 7954 0 -1 1077944384 15810 12687 0 0 1284 40 8 3 20 0 20 0 5485073 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238476045200 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11389] ppid=11328 vsize=10997500 CPUtime=13.3 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11389/stat : 11389 (java) S 11328 11331 7954 0 -1 1077944384 16195 12687 0 0 1278 41 8 3 20 0 20 0 5485073 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238474992656 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11390] ppid=11328 vsize=10997500 CPUtime=13.22 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11390/stat : 11390 (java) S 11328 11331 7954 0 -1 1077944384 18061 12687 0 0 1271 40 8 3 20 0 20 0 5485073 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238473940112 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11391] ppid=11328 vsize=10997500 CPUtime=13.23 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11391/stat : 11391 (java) S 11328 11331 7954 0 -1 1077944384 14306 12687 0 0 1269 43 8 3 20 0 20 0 5485073 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238472886544 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11392] ppid=11328 vsize=10997500 CPUtime=13.24 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11392/stat : 11392 (java) S 11328 11331 7954 0 -1 1077944384 14413 12687 0 0 1275 38 8 3 20 0 20 0 5485073 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238471834000 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11393] ppid=11328 vsize=10997500 CPUtime=13.3 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11393/stat : 11393 (java) S 11328 11331 7954 0 -1 1077944384 16949 12687 0 0 1279 40 8 3 20 0 20 0 5485073 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238470781456 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11394] ppid=11328 vsize=10997500 CPUtime=13.25 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11394/stat : 11394 (java) S 11328 11331 7954 0 -1 1077944384 15727 12687 0 0 1272 42 8 3 20 0 20 0 5485073 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238469728912 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11395] ppid=11328 vsize=10997500 CPUtime=4.7 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11395/stat : 11395 (java) S 11328 11331 7954 0 -1 1077944384 24823 12687 0 0 416 43 8 3 20 0 20 0 5485075 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238014982640 140238540417666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11396] ppid=11328 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11396/stat : 11396 (java) S 11328 11331 7954 0 -1 1077944384 60 12687 0 0 0 0 8 3 20 0 20 0 5485076 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238013928928 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11397] ppid=11328 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11397/stat : 11397 (java) S 11328 11331 7954 0 -1 1077944384 48 12687 0 0 0 0 8 3 20 0 20 0 5485077 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238012876288 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11398] ppid=11328 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11398/stat : 11398 (java) S 11328 11331 7954 0 -1 1077944384 1 12687 0 0 0 0 8 3 20 0 20 0 5485081 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238011824848 140238540425115 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11399] ppid=11328 vsize=10997500 CPUtime=5.42 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11399/stat : 11399 (java) S 11328 11331 7954 0 -1 1077944384 8663 12687 0 0 529 2 8 3 20 0 20 0 5485081 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238010771440 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11400] ppid=11328 vsize=10997500 CPUtime=5.45 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11400/stat : 11400 (java) S 11328 11331 7954 0 -1 1077944384 12048 12687 0 0 531 3 8 3 20 0 20 0 5485081 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238009718896 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11401] ppid=11328 vsize=10997500 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11401/stat : 11401 (java) S 11328 11331 7954 0 -1 1077944384 18852 12687 0 0 520 4 8 3 20 0 20 0 5485081 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238008666352 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11402] ppid=11328 vsize=10997500 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11402/stat : 11402 (java) S 11328 11331 7954 0 -1 1077944384 19574 12687 0 0 293 5 8 3 20 0 20 0 5485081 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238007613808 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11403] ppid=11328 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11403/stat : 11403 (java) S 11328 11331 7954 0 -1 1077944384 3 12687 0 0 0 0 8 3 20 0 20 0 5485081 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238006561504 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11404] ppid=11328 vsize=10997500 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11404/stat : 11404 (java) S 11328 11331 7954 0 -1 1077944384 1507 12687 0 0 64 64 8 3 20 0 20 0 5485081 11261440000 557113 33554432000 4194304 4196468 140728623460560 140238005509040 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10997500

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11331 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2291.6 s]
/proc/loadavg: 1.56 1.88 2.26 3/282 13024
/proc/meminfo: memFree=27818952/32770624 swapFree=5788/291268
[pid=11331] ppid=11328 vsize=11130628 CPUtime=2401.74 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 344102 12687 0 0 239671 492 8 3 20 0 22 0 5485059 11397763072 560824 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2782657 560824 3525 1 0 2770212 0
[pid=11331/tid=11386] ppid=11328 vsize=11130628 CPUtime=2269.72 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11386/stat : 11386 (java) S 11328 11331 7954 0 -1 1077944384 125379 12687 0 0 226890 71 8 3 20 0 22 0 5485072 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238544644064 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11387] ppid=11328 vsize=11130628 CPUtime=13.6 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11387/stat : 11387 (java) R 11328 11331 7954 0 -1 4202560 14951 12687 0 0 1309 40 8 3 20 0 22 0 5485073 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238477097944 140238533034727 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11388] ppid=11328 vsize=11130628 CPUtime=13.56 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11388/stat : 11388 (java) R 11328 11331 7954 0 -1 4202560 15825 12687 0 0 1305 40 8 3 20 0 22 0 5485073 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238476045400 140238533034727 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11389] ppid=11328 vsize=11130628 CPUtime=13.51 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11389/stat : 11389 (java) R 11328 11331 7954 0 -1 4202560 16213 12687 0 0 1298 42 8 3 20 0 22 0 5485073 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238474992856 140238523789552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11390] ppid=11328 vsize=11130628 CPUtime=13.43 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11390/stat : 11390 (java) R 11328 11331 7954 0 -1 4202560 18384 12687 0 0 1291 41 8 3 20 0 22 0 5485073 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238473940112 140238533034727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11391] ppid=11328 vsize=11130628 CPUtime=13.45 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11391/stat : 11391 (java) R 11328 11331 7954 0 -1 4202560 14363 12687 0 0 1290 44 8 3 20 0 22 0 5485073 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238472886744 140238533034727 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11392] ppid=11328 vsize=11130628 CPUtime=13.45 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11392/stat : 11392 (java) R 11328 11331 7954 0 -1 4202560 14430 12687 0 0 1296 38 8 3 20 0 22 0 5485073 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238471834200 140238524864141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11393] ppid=11328 vsize=11130628 CPUtime=13.5 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11393/stat : 11393 (java) R 11328 11331 7954 0 -1 4202560 16960 12687 0 0 1299 40 8 3 20 0 22 0 5485073 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238470781656 140238533034727 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11394] ppid=11328 vsize=11130628 CPUtime=13.44 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11394/stat : 11394 (java) R 11328 11331 7954 0 -1 4202560 15786 12687 0 0 1291 42 8 3 20 0 22 0 5485073 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238469729032 140238523789554 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11395] ppid=11328 vsize=11130628 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11395/stat : 11395 (java) S 11328 11331 7954 0 -1 1077944384 28461 12687 0 0 422 43 8 3 20 0 22 0 5485075 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238014981264 140238540416725 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11396] ppid=11328 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11396/stat : 11396 (java) S 11328 11331 7954 0 -1 1077944384 61 12687 0 0 0 0 8 3 20 0 22 0 5485076 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238013928432 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11397] ppid=11328 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11397/stat : 11397 (java) S 11328 11331 7954 0 -1 1077944384 48 12687 0 0 0 0 8 3 20 0 22 0 5485077 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238012876288 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11398] ppid=11328 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11398/stat : 11398 (java) S 11328 11331 7954 0 -1 1077944384 80 12687 0 0 0 0 8 3 20 0 22 0 5485081 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238011824848 140238540425115 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11399] ppid=11328 vsize=11130628 CPUtime=5.42 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11399/stat : 11399 (java) S 11328 11331 7954 0 -1 1077944384 8663 12687 0 0 529 2 8 3 20 0 22 0 5485081 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238010771440 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11400] ppid=11328 vsize=11130628 CPUtime=5.45 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11400/stat : 11400 (java) S 11328 11331 7954 0 -1 1077944384 12048 12687 0 0 531 3 8 3 20 0 22 0 5485081 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238009718896 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11401] ppid=11328 vsize=11130628 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11401/stat : 11401 (java) S 11328 11331 7954 0 -1 1077944384 18916 12687 0 0 520 4 8 3 20 0 22 0 5485081 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238008652816 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11402] ppid=11328 vsize=11130628 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11402/stat : 11402 (java) S 11328 11331 7954 0 -1 1077944384 19793 12687 0 0 293 5 8 3 20 0 22 0 5485081 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238007613376 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11403] ppid=11328 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11403/stat : 11403 (java) S 11328 11331 7954 0 -1 1077944384 3 12687 0 0 0 0 8 3 20 0 22 0 5485081 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238006561504 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11404] ppid=11328 vsize=11130628 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11404/stat : 11404 (java) S 11328 11331 7954 0 -1 1077944384 1507 12687 0 0 64 64 8 3 20 0 22 0 5485081 11397763072 560824 33554432000 4194304 4196468 140728623460560 140238005509040 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
Current children cumulated CPU time (s) 2401.74
Current children cumulated vsize (KiB) 11130628

[startup+2291.7 s]
/proc/loadavg: 1.56 1.88 2.26 3/282 13024
/proc/meminfo: memFree=27818952/32770624 swapFree=5788/291268
[pid=11331] ppid=11328 vsize=11130628 CPUtime=2402.25 cores=0,2,4,6,8,10,12,14
/proc/11331/stat : 11331 (java) S 11328 11331 7954 0 -1 1077944320 344120 12687 0 0 239722 492 8 3 20 0 22 0 5485059 11397763072 560702 33554432000 4194304 4196468 140728623460560 140728623443104 140238540406519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
/proc/11331/statm: 2782657 560702 3525 1 0 2770212 0
[pid=11331/tid=11386] ppid=11328 vsize=11130628 CPUtime=2269.72 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11386/stat : 11386 (java) S 11328 11331 7954 0 -1 1077944384 125379 12687 0 0 226890 71 8 3 20 0 22 0 5485072 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238544644064 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11387] ppid=11328 vsize=11130628 CPUtime=13.66 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11387/stat : 11387 (java) R 11328 11331 7954 0 -1 4202560 14958 12687 0 0 1315 40 8 3 20 0 22 0 5485073 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238477097944 140238522016281 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11388] ppid=11328 vsize=11130628 CPUtime=13.61 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11388/stat : 11388 (java) R 11328 11331 7954 0 -1 4202560 15826 12687 0 0 1310 40 8 3 20 0 22 0 5485073 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238476045400 140238524864024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11389] ppid=11328 vsize=11130628 CPUtime=13.57 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11389/stat : 11389 (java) R 11328 11331 7954 0 -1 4202560 16220 12687 0 0 1304 42 8 3 20 0 22 0 5485073 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238474992856 140238522016274 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11390] ppid=11328 vsize=11130628 CPUtime=13.5 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11390/stat : 11390 (java) R 11328 11331 7954 0 -1 4202560 18384 12687 0 0 1298 41 8 3 20 0 22 0 5485073 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238473940312 140238522016128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11391] ppid=11328 vsize=11130628 CPUtime=13.51 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11391/stat : 11391 (java) R 11328 11331 7954 0 -1 4202560 14364 12687 0 0 1296 44 8 3 20 0 22 0 5485073 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238472886744 140238525402900 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11392] ppid=11328 vsize=11130628 CPUtime=13.51 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11392/stat : 11392 (java) R 11328 11331 7954 0 -1 4202560 14430 12687 0 0 1302 38 8 3 20 0 22 0 5485073 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238471834200 140238524864150 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11393] ppid=11328 vsize=11130628 CPUtime=13.56 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11393/stat : 11393 (java) R 11328 11331 7954 0 -1 4202560 16960 12687 0 0 1305 40 8 3 20 0 22 0 5485073 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238470781656 140238525105333 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11394] ppid=11328 vsize=11130628 CPUtime=13.49 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11394/stat : 11394 (java) R 11328 11331 7954 0 -1 4202560 15786 12687 0 0 1296 42 8 3 20 0 22 0 5485073 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238469728912 140238525403100 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11395] ppid=11328 vsize=11130628 CPUtime=4.8 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11395/stat : 11395 (java) S 11328 11331 7954 0 -1 1077944384 28461 12687 0 0 426 43 8 3 20 0 22 0 5485075 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238014981264 140238540416725 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11396] ppid=11328 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11396/stat : 11396 (java) S 11328 11331 7954 0 -1 1077944384 61 12687 0 0 0 0 8 3 20 0 22 0 5485076 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238013928832 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11397] ppid=11328 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11397/stat : 11397 (java) S 11328 11331 7954 0 -1 1077944384 48 12687 0 0 0 0 8 3 20 0 22 0 5485077 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238012876288 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11398] ppid=11328 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11398/stat : 11398 (java) S 11328 11331 7954 0 -1 1077944384 80 12687 0 0 0 0 8 3 20 0 22 0 5485081 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238011824848 140238540425115 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11399] ppid=11328 vsize=11130628 CPUtime=5.42 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11399/stat : 11399 (java) S 11328 11331 7954 0 -1 1077944384 8663 12687 0 0 529 2 8 3 20 0 22 0 5485081 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238010771440 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11400] ppid=11328 vsize=11130628 CPUtime=5.45 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11400/stat : 11400 (java) S 11328 11331 7954 0 -1 1077944384 12048 12687 0 0 531 3 8 3 20 0 22 0 5485081 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238009718896 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11401] ppid=11328 vsize=11130628 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11401/stat : 11401 (java) S 11328 11331 7954 0 -1 1077944384 18916 12687 0 0 520 4 8 3 20 0 22 0 5485081 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238008651248 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11402] ppid=11328 vsize=11130628 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11402/stat : 11402 (java) S 11328 11331 7954 0 -1 1077944384 19794 12687 0 0 293 5 8 3 20 0 22 0 5485081 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238007613376 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11403] ppid=11328 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11403/stat : 11403 (java) S 11328 11331 7954 0 -1 1077944384 3 12687 0 0 0 0 8 3 20 0 22 0 5485081 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238006561504 140238540416725 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
[pid=11331/tid=11404] ppid=11328 vsize=11130628 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/11331/task/11404/stat : 11404 (java) S 11328 11331 7954 0 -1 1077944384 1507 12687 0 0 64 64 8 3 20 0 22 0 5485081 11397763072 560702 33554432000 4194304 4196468 140728623460560 140238005509040 140238540417666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140728623463105 140728623465879 140728623465879 140728623468495 0
Current children cumulated CPU time (s) 2402.25
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2291.79
CPU time (s): 2402.66
CPU user time (s): 2397.68
CPU system time (s): 4.9785
CPU usage (%): 104.838
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.68
system time used= 4.9785
maximum resident set size= 2934732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 200870
involuntary context switches= 156433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7808 second user time and 21.0869 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 07:42:56
IDJOB=4245277
IDBENCH=120793
IDSOLVER=2630
FILE ID=node128/4245277-1500702176
RUNJOBID= node128-1500683681-7985
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245277-1500702176/watcher-4245277-1500702176 -o /tmp/evaluation-result-4245277-1500702176/solver-4245277-1500702176 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560  bin/concrete HOME/instance-4245277-1500702176.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=1738065085

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31067104 kB
MemAvailable:   31284864 kB
Buffers:          118644 kB
Cached:           381720 kB
SwapCached:            0 kB
Active:           979136 kB
Inactive:         292928 kB
Active(anon):     774496 kB
Inactive(anon):     8744 kB
Active(file):     204640 kB
Inactive(file):   284184 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24364 kB
Writeback:             0 kB
AnonPages:        834388 kB
Mapped:            43672 kB
Shmem:              8844 kB
Slab:             123112 kB
SReclaimable:      89544 kB
SUnreclaim:        33568 kB
KernelStack:        4864 kB
PageTables:         7248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1579220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61972 MiB
End job on node128 at 2017-07-22 08:21:08