Trace number 4246597

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.17 2348.96

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-02.xml
MD5SUMeda3e143b65a543b5abd93f521b89dfa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark62.412601
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree9
Maximum variable degree23
Distribution of variable degrees[{"degree":9,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":21,"count":3},{"degree":23,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

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

pid=27518
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: 0.00 0.01 0.05 3/247 27523
/proc/meminfo: memFree=30503088/32770624 swapFree=6984/1336912
[pid=27523] ppid=27518 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (bash) S 27518 27523 27450 0 -1 4202496 685 1535 0 0 0 0 0 0 20 0 1 0 14762440 9736192 350 33554432000 4194304 5098028 140734080880320 140734080877960 139767291288576 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 31305728 140734080881934 140734080882019 140734080882019 140734080884718 0
/proc/27523/statm: 2377 350 278 221 0 86 0

[startup+0.100216 s]
/proc/loadavg: 0.00 0.01 0.05 3/247 27523
/proc/meminfo: memFree=30503088/32770624 swapFree=6984/1336912
[pid=27523] ppid=27518 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (bash) S 27518 27523 27450 0 -1 4202496 879 6425 0 0 0 0 0 1 20 0 1 0 14762440 9871360 377 33554432000 4194304 5098028 140734080880320 140734080874328 139767291288576 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 31305728 140734080881934 140734080882019 140734080882019 140734080884718 0
/proc/27523/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200341 s]
/proc/loadavg: 0.00 0.01 0.05 3/247 27523
/proc/meminfo: memFree=30503088/32770624 swapFree=6984/1336912
[pid=27523] ppid=27518 vsize=9640 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (bash) S 27518 27523 27450 0 -1 4202496 920 11619 0 0 0 0 8 3 20 0 1 0 14762440 9871360 380 33554432000 4194304 5098028 140734080880320 140734080876152 139767291288576 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 31305728 140734080881934 140734080882019 140734080882019 140734080884718 0
/proc/27523/statm: 2410 380 299 221 0 119 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9640

[startup+0.300248 s]
/proc/loadavg: 0.00 0.01 0.05 3/247 27523
/proc/meminfo: memFree=30503088/32770624 swapFree=6984/1336912
[pid=27523] ppid=27518 vsize=10902292 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (java) S 27518 27523 27450 0 -1 1077944320 6563 12294 0 0 10 2 8 3 20 0 20 0 14762440 11163947008 7257 33554432000 4194304 4196468 140736766076160 140736766058704 140072455134967 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
/proc/27523/statm: 2725573 7257 2936 1 0 2713890 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10902292

[startup+0.700232 s]
/proc/loadavg: 0.00 0.01 0.05 3/247 27523
/proc/meminfo: memFree=30503088/32770624 swapFree=6984/1336912
[pid=27523] ppid=27518 vsize=10902720 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (java) S 27518 27523 27450 0 -1 1077944320 12018 12294 0 0 63 3 8 3 20 0 20 0 14762440 11164385280 14938 33554432000 4194304 4196468 140736766076160 140736766058704 140072455134967 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
/proc/27523/statm: 2725680 14938 3165 1 0 2713890 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 10902720

[startup+1.50074 s]
/proc/loadavg: 0.16 0.05 0.06 6/286 27661
/proc/meminfo: memFree=30336124/32770624 swapFree=6984/1338048
[pid=27523] ppid=27518 vsize=10913344 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (java) S 27518 27523 27450 0 -1 1077944320 22872 12294 2 0 159 7 8 3 20 0 20 0 14762440 11175264256 32744 33554432000 4194304 4196468 140736766076160 140736766058704 140072455134967 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
/proc/27523/statm: 2728336 32744 3360 1 0 2716450 0
[pid=27523/tid=27625] ppid=27518 vsize=10913344 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27625/stat : 27625 (java) R 27518 27523 27450 0 -1 4202560 18070 12294 2 0 104 5 8 3 20 0 20 0 14762461 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072459370480 140072455146902 0 4 0 16800975 0 0 0 -1 8 0 0 16 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27634] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27634/stat : 27634 (java) S 27518 27523 27450 0 -1 1077944384 2 12294 0 0 0 0 8 3 20 0 20 0 14762462 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072381209360 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27635] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27635/stat : 27635 (java) S 27518 27523 27450 0 -1 1077944384 1 12294 0 0 0 0 8 3 20 0 20 0 14762462 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072380156816 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27636] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27636/stat : 27636 (java) S 27518 27523 27450 0 -1 1077944384 3 12294 0 0 0 0 8 3 20 0 20 0 14762462 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072379104272 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27637] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27637/stat : 27637 (java) S 27518 27523 27450 0 -1 1077944384 2 12294 0 0 0 0 8 3 20 0 20 0 14762462 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072378051728 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27638] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27638/stat : 27638 (java) S 27518 27523 27450 0 -1 1077944384 1 12294 0 0 0 0 8 3 20 0 20 0 14762462 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072376998160 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27639] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27639/stat : 27639 (java) S 27518 27523 27450 0 -1 1077944384 2 12294 0 0 0 0 8 3 20 0 20 0 14762462 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072375945616 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27640] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27640/stat : 27640 (java) S 27518 27523 27450 0 -1 1077944384 2 12294 0 0 0 0 8 3 20 0 20 0 14762462 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072374893072 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27641] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27641/stat : 27641 (java) S 27518 27523 27450 0 -1 1077944384 2 12294 0 0 0 0 8 3 20 0 20 0 14762462 11175264256 32744 33554432000 4194304 4196468 140736766076160 140072373840528 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27643] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27643/stat : 27643 (java) S 27518 27523 27450 0 -1 1077944384 5 12294 0 0 0 0 8 3 20 0 20 0 14762463 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071205202416 140072455146114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27645] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27645/stat : 27645 (java) S 27518 27523 27450 0 -1 1077944384 33 12294 0 0 0 0 8 3 20 0 20 0 14762464 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071204148640 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27647] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27647/stat : 27647 (java) S 27518 27523 27450 0 -1 1077944384 21 12294 0 0 0 0 8 3 20 0 20 0 14762464 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071203096048 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27649] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27649/stat : 27649 (java) S 27518 27523 27450 0 -1 1077944384 1 12294 0 0 0 0 8 3 20 0 20 0 14762467 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071202044624 140072455153563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27651] ppid=27518 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27651/stat : 27651 (java) S 27518 27523 27450 0 -1 1077944384 700 12294 0 0 14 0 8 3 20 0 20 0 14762467 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071200991216 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27653] ppid=27518 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27653/stat : 27653 (java) R 27518 27523 27450 0 -1 4202560 406 12294 0 0 9 0 8 3 20 0 20 0 14762467 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071199938968 140072455156314 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27655] ppid=27518 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27655/stat : 27655 (java) S 27518 27523 27450 0 -1 1077944384 695 12294 0 0 10 0 8 3 20 0 20 0 14762467 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071198886128 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27656] ppid=27518 vsize=10913344 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27656/stat : 27656 (java) R 27518 27523 27450 0 -1 4202560 793 12294 0 0 19 0 8 3 20 0 20 0 14762467 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071197833880 140072448239271 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27658] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27658/stat : 27658 (java) S 27518 27523 27450 0 -1 1077944384 3 12294 0 0 0 0 8 3 20 0 20 0 14762468 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071196781280 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27660] ppid=27518 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27660/stat : 27660 (java) S 27518 27523 27450 0 -1 1077944384 3 12294 0 0 0 0 8 3 20 0 20 0 14762468 11175264256 32744 33554432000 4194304 4196468 140736766076160 140071195728816 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 10913344

[startup+3.10075 s]
/proc/loadavg: 0.16 0.05 0.06 8/286 27661
/proc/meminfo: memFree=30155000/32770624 swapFree=6984/1340204
[pid=27523] ppid=27518 vsize=10921724 CPUtime=6.46 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (java) S 27518 27523 27450 0 -1 1077944320 36912 12294 2 0 576 59 8 3 20 0 20 0 14762440 11183845376 89003 33554432000 4194304 4196468 140736766076160 140736766058704 140072455134967 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
/proc/27523/statm: 2730431 89003 3494 1 0 2717986 0
[pid=27523/tid=27625] ppid=27518 vsize=10921724 CPUtime=2.63 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27625/stat : 27625 (java) R 27518 27523 27450 0 -1 4202560 22750 12294 2 0 243 9 8 3 20 0 20 0 14762461 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072459365384 140072061543658 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27634] ppid=27518 vsize=10921724 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27634/stat : 27634 (java) S 27518 27523 27450 0 -1 1077944384 195 12294 0 0 2 3 8 3 20 0 20 0 14762462 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072381209360 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27635] ppid=27518 vsize=10921724 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27635/stat : 27635 (java) S 27518 27523 27450 0 -1 1077944384 127 12294 0 0 3 6 8 3 20 0 20 0 14762462 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072380156816 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27636] ppid=27518 vsize=10921724 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27636/stat : 27636 (java) S 27518 27523 27450 0 -1 1077944384 105 12294 0 0 3 5 8 3 20 0 20 0 14762462 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072379104272 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27637] ppid=27518 vsize=10921724 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27637/stat : 27637 (java) S 27518 27523 27450 0 -1 1077944384 116 12294 0 0 3 6 8 3 20 0 20 0 14762462 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072378051728 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27638] ppid=27518 vsize=10921724 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27638/stat : 27638 (java) S 27518 27523 27450 0 -1 1077944384 116 12294 0 0 2 6 8 3 20 0 20 0 14762462 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072376998160 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27639] ppid=27518 vsize=10921724 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27639/stat : 27639 (java) S 27518 27523 27450 0 -1 1077944384 42 12294 0 0 3 4 8 3 20 0 20 0 14762462 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072375945616 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27640] ppid=27518 vsize=10921724 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27640/stat : 27640 (java) S 27518 27523 27450 0 -1 1077944384 236 12294 0 0 4 6 8 3 20 0 20 0 14762462 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072374893072 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27641] ppid=27518 vsize=10921724 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27641/stat : 27641 (java) S 27518 27523 27450 0 -1 1077944384 90 12294 0 0 5 5 8 3 20 0 20 0 14762462 11183845376 89003 33554432000 4194304 4196468 140736766076160 140072373840528 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27643] ppid=27518 vsize=10921724 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27643/stat : 27643 (java) S 27518 27523 27450 0 -1 1077944384 1320 12294 0 0 2 0 8 3 20 0 20 0 14762463 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071205202416 140072455146114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27645] ppid=27518 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27645/stat : 27645 (java) S 27518 27523 27450 0 -1 1077944384 57 12294 0 0 0 0 8 3 20 0 20 0 14762464 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071204148704 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27647] ppid=27518 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27647/stat : 27647 (java) S 27518 27523 27450 0 -1 1077944384 47 12294 0 0 0 0 8 3 20 0 20 0 14762464 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071203096064 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27649] ppid=27518 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27649/stat : 27649 (java) S 27518 27523 27450 0 -1 1077944384 1 12294 0 0 0 0 8 3 20 0 20 0 14762467 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071202044624 140072455153563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27651] ppid=27518 vsize=10921724 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27651/stat : 27651 (java) R 27518 27523 27450 0 -1 4202560 1767 12294 0 0 63 1 8 3 20 0 20 0 14762467 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071200970912 140072434381720 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27653] ppid=27518 vsize=10921724 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27653/stat : 27653 (java) S 27518 27523 27450 0 -1 1077944384 3121 12294 0 0 90 1 8 3 20 0 20 0 14762467 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071199938672 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27655] ppid=27518 vsize=10921724 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27655/stat : 27655 (java) S 27518 27523 27450 0 -1 1077944384 1792 12294 0 0 65 0 8 3 20 0 20 0 14762467 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071198886128 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27656] ppid=27518 vsize=10921724 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27656/stat : 27656 (java) S 27518 27523 27450 0 -1 1077944384 2894 12294 0 0 79 1 8 3 20 0 20 0 14762467 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071197833584 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27658] ppid=27518 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27658/stat : 27658 (java) S 27518 27523 27450 0 -1 1077944384 3 12294 0 0 0 0 8 3 20 0 20 0 14762468 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071196781280 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27660] ppid=27518 vsize=10921724 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27660/stat : 27660 (java) S 27518 27523 27450 0 -1 1077944384 4 12294 0 0 0 0 8 3 20 0 20 0 14762468 11183845376 89003 33554432000 4194304 4196468 140736766076160 140071195728816 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 10921724

[startup+6.30074 s]
/proc/loadavg: 0.39 0.10 0.07 3/286 27661
/proc/meminfo: memFree=28218412/32770624 swapFree=6984/1340052
[pid=27523] ppid=27518 vsize=10923772 CPUtime=11.8 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (java) S 27518 27523 27450 0 -1 1077944320 43943 12294 2 0 967 202 8 3 20 0 20 0 14762440 11185942528 279381 33554432000 4194304 4196468 140736766076160 140736766058704 140072455134967 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
/proc/27523/statm: 2730943 279381 3494 1 0 2718498 0
[pid=27523/tid=27625] ppid=27518 vsize=10923772 CPUtime=5.56 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27625/stat : 27625 (java) R 27518 27523 27450 0 -1 4202560 26238 12294 2 0 526 19 8 3 20 0 20 0 14762461 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072459346800 140072436698454 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27634] ppid=27518 vsize=10923772 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27634/stat : 27634 (java) S 27518 27523 27450 0 -1 1077944384 348 12294 0 0 11 20 8 3 20 0 20 0 14762462 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072381209360 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27635] ppid=27518 vsize=10923772 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27635/stat : 27635 (java) S 27518 27523 27450 0 -1 1077944384 254 12294 0 0 13 22 8 3 20 0 20 0 14762462 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072380156816 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27636] ppid=27518 vsize=10923772 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27636/stat : 27636 (java) S 27518 27523 27450 0 -1 1077944384 232 12294 0 0 13 21 8 3 20 0 20 0 14762462 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072379104272 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27637] ppid=27518 vsize=10923772 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27637/stat : 27637 (java) S 27518 27523 27450 0 -1 1077944384 258 12294 0 0 11 24 8 3 20 0 20 0 14762462 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072378051728 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27638] ppid=27518 vsize=10923772 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27638/stat : 27638 (java) S 27518 27523 27450 0 -1 1077944384 240 12294 0 0 11 22 8 3 20 0 20 0 14762462 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072376998160 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27639] ppid=27518 vsize=10923772 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27639/stat : 27639 (java) S 27518 27523 27450 0 -1 1077944384 360 12294 0 0 14 19 8 3 20 0 20 0 14762462 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072375945616 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27640] ppid=27518 vsize=10923772 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27640/stat : 27640 (java) S 27518 27523 27450 0 -1 1077944384 389 12294 0 0 13 23 8 3 20 0 20 0 14762462 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072374893072 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27641] ppid=27518 vsize=10923772 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27641/stat : 27641 (java) S 27518 27523 27450 0 -1 1077944384 286 12294 0 0 16 20 8 3 20 0 20 0 14762462 11185942528 279381 33554432000 4194304 4196468 140736766076160 140072373840528 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27643] ppid=27518 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27643/stat : 27643 (java) S 27518 27523 27450 0 -1 1077944384 1914 12294 0 0 3 0 8 3 20 0 20 0 14762463 11185942528 279381 33554432000 4194304 4196468 140736766076160 140071205202416 140072455146114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27645] ppid=27518 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27645/stat : 27645 (java) S 27518 27523 27450 0 -1 1077944384 57 12294 0 0 0 0 8 3 20 0 20 0 14762464 11185942528 279381 33554432000 4194304 4196468 140736766076160 140071204148704 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27647] ppid=27518 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27647/stat : 27647 (java) S 27518 27523 27450 0 -1 1077944384 47 12294 0 0 0 0 8 3 20 0 20 0 14762464 11185942528 279381 33554432000 4194304 4196468 140736766076160 140071203096064 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27649] ppid=27518 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27649/stat : 27649 (java) S 27518 27523 27450 0 -1 1077944384 1 12294 0 0 0 0 8 3 20 0 20 0 14762467 11185942528 279381 33554432000 4194304 4196468 140736766076160 140071202044624 140072455153563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27651] ppid=27518 vsize=10923772 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27651/stat : 27651 (java) S 27518 27523 27450 0 -1 1077944384 1788 12294 0 0 69 1 8 3 20 0 20 0 14762467 11185942528 279381 33554432000 4194304 4196468 140736766076160 140071200991216 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27653] ppid=27518 vsize=10923772 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27653/stat : 27653 (java) S 27518 27523 27450 0 -1 1077944384 3202 12294 0 0 99 1 8 3 20 0 20 0 14762467 11185942528 279381 33554432000 4194304 4196468 140736766076160 140071199938672 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27655] ppid=27518 vsize=10923772 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27655/stat : 27655 (java) S 27518 27523 27450 0 -1 1077944384 1966 12294 0 0 74 1 8 3 20 0 20 0 14762467 11185942528 279381 33554432000 4194304 4196468 140736766076160 140071198886128 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27656] ppid=27518 vsize=10923772 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27656/stat : 27656 (java) S 27518 27523 27450 0 -1 1077944384 3758 12294 0 0 86 1 8 3 20 0 20 0 14762467 11185942528 279381 33554432000 4194304 4196468 140736766076160 140071197833584 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27658] ppid=27518 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=27523/tid=27653] ppid=27518 vsize=10995452 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27653/stat : 27653 (java) S 27518 27523 27450 0 -1 1077944384 6479 12294 0 0 373 3 8 3 20 0 20 0 14762467 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071199938672 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27655] ppid=27518 vsize=10995452 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27655/stat : 27655 (java) S 27518 27523 27450 0 -1 1077944384 8882 12294 0 0 338 3 8 3 20 0 20 0 14762467 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071198886128 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27656] ppid=27518 vsize=10995452 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27656/stat : 27656 (java) S 27518 27523 27450 0 -1 1077944384 10294 12294 0 0 173 3 8 3 20 0 20 0 14762467 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071197833584 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27658] ppid=27518 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27658/stat : 27658 (java) S 27518 27523 27450 0 -1 1077944384 3 12294 0 0 0 0 8 3 20 0 20 0 14762468 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071196781280 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27660] ppid=27518 vsize=10995452 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27660/stat : 27660 (java) S 27518 27523 27450 0 -1 1077944384 2463 12294 0 0 64 66 8 3 20 0 20 0 14762468 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071195728816 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
Current children cumulated CPU time (s) 2373.54
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.7 s]
/proc/loadavg: 1.89 1.81 1.64 3/274 27909
/proc/meminfo: memFree=27197232/32770624 swapFree=6984/1341468
[pid=27523] ppid=27518 vsize=10995452 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (java) S 27518 27523 27450 0 -1 1077944320 382677 12294 2 0 239174 823 8 3 20 0 20 0 14762440 11259342848 830918 33554432000 4194304 4196468 140736766076160 140736766058704 140072455134967 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
/proc/27523/statm: 2748863 830918 3507 1 0 2736418 0
[pid=27523/tid=27625] ppid=27518 vsize=10995452 CPUtime=2339.6 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27625/stat : 27625 (java) R 27518 27523 27450 0 -1 4202560 221263 12294 2 0 233875 74 8 3 20 0 20 0 14762461 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072459368464 140072068467395 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27634] ppid=27518 vsize=10995452 CPUtime=5.75 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27634/stat : 27634 (java) S 27518 27523 27450 0 -1 1077944384 17084 12294 0 0 485 79 8 3 20 0 20 0 14762462 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072381209360 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27635] ppid=27518 vsize=10995452 CPUtime=5.91 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27635/stat : 27635 (java) S 27518 27523 27450 0 -1 1077944384 12777 12294 0 0 494 86 8 3 20 0 20 0 14762462 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072380156816 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27636] ppid=27518 vsize=10995452 CPUtime=5.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27636/stat : 27636 (java) S 27518 27523 27450 0 -1 1077944384 12763 12294 0 0 492 84 8 3 20 0 20 0 14762462 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072379104272 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27637] ppid=27518 vsize=10995452 CPUtime=5.85 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27637/stat : 27637 (java) S 27518 27523 27450 0 -1 1077944384 10633 12294 0 0 485 89 8 3 20 0 20 0 14762462 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072378051728 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27638] ppid=27518 vsize=10995452 CPUtime=5.72 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27638/stat : 27638 (java) S 27518 27523 27450 0 -1 1077944384 9711 12294 0 0 475 86 8 3 20 0 20 0 14762462 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072376998160 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27639] ppid=27518 vsize=10995452 CPUtime=5.79 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27639/stat : 27639 (java) S 27518 27523 27450 0 -1 1077944384 10100 12294 0 0 485 83 8 3 20 0 20 0 14762462 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072375945616 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27640] ppid=27518 vsize=10995452 CPUtime=5.84 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27640/stat : 27640 (java) S 27518 27523 27450 0 -1 1077944384 10512 12294 0 0 487 86 8 3 20 0 20 0 14762462 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072374893072 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27641] ppid=27518 vsize=10995452 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27641/stat : 27641 (java) S 27518 27523 27450 0 -1 1077944384 13602 12294 0 0 498 83 8 3 20 0 20 0 14762462 11259342848 830918 33554432000 4194304 4196468 140736766076160 140072373840528 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27643] ppid=27518 vsize=10995452 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27643/stat : 27643 (java) S 27518 27523 27450 0 -1 1077944384 28960 12294 0 0 101 19 8 3 20 0 20 0 14762463 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071205202416 140072455146114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27645] ppid=27518 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27645/stat : 27645 (java) S 27518 27523 27450 0 -1 1077944384 57 12294 0 0 0 0 8 3 20 0 20 0 14762464 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071204148704 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27647] ppid=27518 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27647/stat : 27647 (java) S 27518 27523 27450 0 -1 1077944384 47 12294 0 0 0 0 8 3 20 0 20 0 14762464 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071203096064 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27649] ppid=27518 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27649/stat : 27649 (java) S 27518 27523 27450 0 -1 1077944384 1 12294 0 0 0 0 8 3 20 0 20 0 14762467 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071202044624 140072455153563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27651] ppid=27518 vsize=10995452 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27651/stat : 27651 (java) S 27518 27523 27450 0 -1 1077944384 4883 12294 0 0 307 3 8 3 20 0 20 0 14762467 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071200991216 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27653] ppid=27518 vsize=10995452 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27653/stat : 27653 (java) S 27518 27523 27450 0 -1 1077944384 6482 12294 0 0 373 3 8 3 20 0 20 0 14762467 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071199938672 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27655] ppid=27518 vsize=10995452 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27655/stat : 27655 (java) S 27518 27523 27450 0 -1 1077944384 8884 12294 0 0 338 3 8 3 20 0 20 0 14762467 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071198886128 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27656] ppid=27518 vsize=10995452 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27656/stat : 27656 (java) S 27518 27523 27450 0 -1 1077944384 10296 12294 0 0 173 3 8 3 20 0 20 0 14762467 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071197833584 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27658] ppid=27518 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27658/stat : 27658 (java) S 27518 27523 27450 0 -1 1077944384 3 12294 0 0 0 0 8 3 20 0 20 0 14762468 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071196781280 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27660] ppid=27518 vsize=10995452 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27660/stat : 27660 (java) S 27518 27523 27450 0 -1 1077944384 2490 12294 0 0 65 66 8 3 20 0 20 0 14762468 11259342848 830918 33554432000 4194304 4196468 140736766076160 140071195728816 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
Current children cumulated CPU time (s) 2400.08
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 27523 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2348.81 s]
/proc/loadavg: 1.89 1.81 1.64 3/274 27909
/proc/meminfo: memFree=27197232/32770624 swapFree=6984/1341468
[pid=27523] ppid=27518 vsize=11128580 CPUtime=2400.63 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (java) S 27518 27523 27450 0 -1 1077944320 389243 12294 2 0 239227 825 8 3 20 0 22 0 14762440 11395665920 832025 33554432000 4194304 4196468 140736766076160 140736766058704 140072455134967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
/proc/27523/statm: 2782145 832025 3507 1 0 2769700 0
[pid=27523/tid=27625] ppid=27518 vsize=11128580 CPUtime=2339.61 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27625/stat : 27625 (java) S 27518 27523 27450 0 -1 1077944384 221713 12294 2 0 233876 74 8 3 20 0 22 0 14762461 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072459372640 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27634] ppid=27518 vsize=11128580 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27634/stat : 27634 (java) R 27518 27523 27450 0 -1 4202560 17088 12294 0 0 492 79 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072381209560 140072439588699 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27635] ppid=27518 vsize=11128580 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27635/stat : 27635 (java) R 27518 27523 27450 0 -1 4202560 12794 12294 0 0 500 86 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072380156816 140072436731696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27636] ppid=27518 vsize=11128580 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27636/stat : 27636 (java) R 27518 27523 27450 0 -1 4202560 12765 12294 0 0 498 84 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072379104272 140072439832606 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27637] ppid=27518 vsize=11128580 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27637/stat : 27637 (java) R 27518 27523 27450 0 -1 4202560 10644 12294 0 0 492 89 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072378051728 140072439832546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27638] ppid=27518 vsize=11128580 CPUtime=5.79 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27638/stat : 27638 (java) R 27518 27523 27450 0 -1 4202560 9713 12294 0 0 481 87 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072376998160 140072436731486 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27639] ppid=27518 vsize=11128580 CPUtime=5.85 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27639/stat : 27639 (java) R 27518 27523 27450 0 -1 4202560 10104 12294 0 0 491 83 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072375945616 140072439589613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27640] ppid=27518 vsize=11128580 CPUtime=5.91 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27640/stat : 27640 (java) R 27518 27523 27450 0 -1 4202560 10518 12294 0 0 494 86 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072374893072 140072436731978 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27641] ppid=27518 vsize=11128580 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27641/stat : 27641 (java) R 27518 27523 27450 0 -1 4202560 13606 12294 0 0 504 83 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072373840528 140072436731978 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27643] ppid=27518 vsize=11128580 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27643/stat : 27643 (java) S 27518 27523 27450 0 -1 1077944384 34788 12294 0 0 104 19 8 3 20 0 22 0 14762463 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071205200816 140072455145173 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27645] ppid=27518 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27645/stat : 27645 (java) S 27518 27523 27450 0 -1 1077944384 58 12294 0 0 0 0 8 3 20 0 22 0 14762464 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071204148608 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27647] ppid=27518 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27647/stat : 27647 (java) S 27518 27523 27450 0 -1 1077944384 47 12294 0 0 0 0 8 3 20 0 22 0 14762464 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071203096064 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27649] ppid=27518 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27649/stat : 27649 (java) S 27518 27523 27450 0 -1 1077944384 109 12294 0 0 0 0 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071202044624 140072455153563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27651] ppid=27518 vsize=11128580 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27651/stat : 27651 (java) S 27518 27523 27450 0 -1 1077944384 4883 12294 0 0 307 3 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071200991216 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27653] ppid=27518 vsize=11128580 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27653/stat : 27653 (java) S 27518 27523 27450 0 -1 1077944384 6482 12294 0 0 373 3 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071199938672 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27655] ppid=27518 vsize=11128580 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27655/stat : 27655 (java) S 27518 27523 27450 0 -1 1077944384 8884 12294 0 0 338 3 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071198886128 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27656] ppid=27518 vsize=11128580 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27656/stat : 27656 (java) S 27518 27523 27450 0 -1 1077944384 10296 12294 0 0 173 3 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071197833584 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27658] ppid=27518 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27658/stat : 27658 (java) S 27518 27523 27450 0 -1 1077944384 3 12294 0 0 0 0 8 3 20 0 22 0 14762468 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071196781280 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27660] ppid=27518 vsize=11128580 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27660/stat : 27660 (java) S 27518 27523 27450 0 -1 1077944384 2490 12294 0 0 65 66 8 3 20 0 22 0 14762468 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071195728816 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
Current children cumulated CPU time (s) 2400.63
Current children cumulated vsize (KiB) 11128580

[startup+2348.9 s]
/proc/loadavg: 1.89 1.81 1.64 3/274 27909
/proc/meminfo: memFree=27197232/32770624 swapFree=6984/1341468
[pid=27523] ppid=27518 vsize=11128580 CPUtime=2400.98 cores=0,2,4,6,8,10,12,14
/proc/27523/stat : 27523 (java) S 27518 27523 27450 0 -1 1077944320 389253 12294 2 0 239262 825 8 3 20 0 22 0 14762440 11395665920 832025 33554432000 4194304 4196468 140736766076160 140736766058704 140072455134967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
/proc/27523/statm: 2782145 832025 3507 1 0 2769700 0
[pid=27523/tid=27625] ppid=27518 vsize=11128580 CPUtime=2339.61 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27625/stat : 27625 (java) S 27518 27523 27450 0 -1 1077944384 221713 12294 2 0 233876 74 8 3 20 0 22 0 14762461 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072459372640 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27634] ppid=27518 vsize=11128580 CPUtime=5.84 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27634/stat : 27634 (java) R 27518 27523 27450 0 -1 4202560 17089 12294 0 0 494 79 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072381209360 140072440131520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27635] ppid=27518 vsize=11128580 CPUtime=6 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27635/stat : 27635 (java) R 27518 27523 27450 0 -1 4202560 12794 12294 0 0 503 86 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072380157016 140072440131460 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27636] ppid=27518 vsize=11128580 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27636/stat : 27636 (java) R 27518 27523 27450 0 -1 4202560 12765 12294 0 0 502 84 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072379104472 140072436744783 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27637] ppid=27518 vsize=11128580 CPUtime=5.95 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27637/stat : 27637 (java) R 27518 27523 27450 0 -1 4202560 10644 12294 0 0 495 89 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072378051928 140072439833783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27638] ppid=27518 vsize=11128580 CPUtime=5.83 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27638/stat : 27638 (java) R 27518 27523 27450 0 -1 4202560 9714 12294 0 0 485 87 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072376998360 140072436744738 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27639] ppid=27518 vsize=11128580 CPUtime=5.89 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27639/stat : 27639 (java) R 27518 27523 27450 0 -1 4202560 10104 12294 0 0 495 83 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072375945816 140072436744746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27640] ppid=27518 vsize=11128580 CPUtime=5.95 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27640/stat : 27640 (java) R 27518 27523 27450 0 -1 4202560 10518 12294 0 0 498 86 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072374893072 140072440131371 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27641] ppid=27518 vsize=11128580 CPUtime=6.02 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27641/stat : 27641 (java) R 27518 27523 27450 0 -1 4202560 13606 12294 0 0 508 83 8 3 20 0 22 0 14762462 11395665920 832025 33554432000 4194304 4196468 140736766076160 140072373840728 140072440131377 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27643] ppid=27518 vsize=11128580 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27643/stat : 27643 (java) S 27518 27523 27450 0 -1 1077944384 34793 12294 0 0 109 19 8 3 20 0 22 0 14762463 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071205201040 140072455145173 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27645] ppid=27518 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27645/stat : 27645 (java) S 27518 27523 27450 0 -1 1077944384 58 12294 0 0 0 0 8 3 20 0 22 0 14762464 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071204148608 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27647] ppid=27518 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27647/stat : 27647 (java) S 27518 27523 27450 0 -1 1077944384 47 12294 0 0 0 0 8 3 20 0 22 0 14762464 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071203096064 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27649] ppid=27518 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27649/stat : 27649 (java) S 27518 27523 27450 0 -1 1077944384 109 12294 0 0 0 0 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071202044624 140072455153563 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27651] ppid=27518 vsize=11128580 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27651/stat : 27651 (java) S 27518 27523 27450 0 -1 1077944384 4883 12294 0 0 307 3 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071200991216 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27653] ppid=27518 vsize=11128580 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27653/stat : 27653 (java) S 27518 27523 27450 0 -1 1077944384 6482 12294 0 0 373 3 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071199938672 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27655] ppid=27518 vsize=11128580 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27655/stat : 27655 (java) S 27518 27523 27450 0 -1 1077944384 8884 12294 0 0 338 3 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071198886128 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27656] ppid=27518 vsize=11128580 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27656/stat : 27656 (java) S 27518 27523 27450 0 -1 1077944384 10296 12294 0 0 173 3 8 3 20 0 22 0 14762467 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071197833584 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27658] ppid=27518 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27658/stat : 27658 (java) S 27518 27523 27450 0 -1 1077944384 3 12294 0 0 0 0 8 3 20 0 22 0 14762468 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071196781280 140072455145173 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
[pid=27523/tid=27660] ppid=27518 vsize=11128580 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/27523/task/27660/stat : 27660 (java) S 27518 27523 27450 0 -1 1077944384 2490 12294 0 0 65 66 8 3 20 0 22 0 14762468 11395665920 832025 33554432000 4194304 4196468 140736766076160 140071195728816 140072455146114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140736766077633 140736766080407 140736766080407 140736766083023 0
Current children cumulated CPU time (s) 2400.98
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2348.96
CPU time (s): 2401.17
CPU user time (s): 2392.86
CPU system time (s): 8.31169
CPU usage (%): 102.223
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.86
system time used= 8.31169
maximum resident set size= 3328596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401709
page faults= 2
swaps= 0
block input operations= 3960
block output operations= 2696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93160
involuntary context switches= 130303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8669 second user time and 19.2957 second system time

The end

Launcher Data

Begin job on node123 at 2017-07-23 09:29:00
IDJOB=4246597
IDBENCH=126087
IDSOLVER=2630
FILE ID=node123/4246597-1500794939
RUNJOBID= node123-1500794939-27481
PBS_JOBID= 20624665
Free space on /tmp= 61900 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-02.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246597-1500794939/watcher-4246597-1500794939 -o /tmp/evaluation-result-4246597-1500794939/solver-4246597-1500794939 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1500794939-27481 --watchdog 2560  bin/concrete HOME/instance-4246597-1500794939.xml

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

MD5SUM BENCH= eda3e143b65a543b5abd93f521b89dfa
RANDOM SEED=699640563

node123.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.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		: 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		: 2667.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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30505004 kB
MemAvailable:   31990536 kB
Buffers:          174860 kB
Cached:          1581564 kB
SwapCached:            0 kB
Active:           411040 kB
Inactive:        1398684 kB
Active(anon):       3240 kB
Inactive(anon):    61772 kB
Active(file):     407800 kB
Inactive(file):  1336912 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            113260 kB
Writeback:             0 kB
AnonPages:         60524 kB
Mapped:            31104 kB
Shmem:              8840 kB
Slab:             145944 kB
SReclaimable:     113312 kB
SUnreclaim:        32632 kB
KernelStack:        4112 kB
PageTables:         4976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     310908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61880 MiB
End job on node123 at 2017-07-23 10:08:09