Trace number 4250183

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) 2404.07 2298.16

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-09-fair.xml
MD5SUM4da452dd6a7f9c00a5696d6c71e9e662
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14103
Number of constraints13337
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1937},{"size":201,"count":70},{"size":20001,"count":12096}]
Minimum variable degree2
Maximum variable degree115
Distribution of variable degrees[{"degree":2,"count":12425},{"degree":3,"count":324},{"degree":4,"count":27},{"degree":5,"count":144},{"degree":6,"count":83},{"degree":7,"count":295},{"degree":8,"count":455},{"degree":9,"count":234},{"degree":10,"count":14},{"degree":13,"count":54},{"degree":14,"count":1},{"degree":20,"count":10},{"degree":32,"count":10},{"degree":34,"count":7},{"degree":40,"count":1},{"degree":45,"count":9},{"degree":70,"count":2},{"degree":71,"count":7},{"degree":115,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2237},{"arity":3,"count":11098}]
Number of extensional constraints0
Number of intensional constraints13337
Distribution of constraint types[{"type":"intension","count":13337}]
Optimization problemNO
Type of objective

Solver Data

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

pid=7571
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 1.72 1.64 1.66 3/266 7574
/proc/meminfo: memFree=28503976/32770624 swapFree=5892/382176
[pid=7574] ppid=7571 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (bash) S 7571 7574 3349 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 12897832 9736192 350 33554432000 4194304 5098028 140733774631984 140733774629624 140106924235776 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 39333888 140733774640398 140733774640483 140733774640483 140733774643182 0
/proc/7574/statm: 2377 350 277 221 0 86 0

[startup+0.10006 s]
/proc/loadavg: 1.72 1.64 1.66 3/266 7574
/proc/meminfo: memFree=28503976/32770624 swapFree=5892/382176
[pid=7574] ppid=7571 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (bash) S 7571 7574 3349 0 -1 4202496 885 6414 0 0 0 0 0 1 20 0 1 0 12897832 9871360 378 33554432000 4194304 5098028 140733774631984 140733774625992 140106924235776 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 39333888 140733774640398 140733774640483 140733774640483 140733774643182 0
/proc/7574/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200248 s]
/proc/loadavg: 1.72 1.64 1.66 3/266 7574
/proc/meminfo: memFree=28503976/32770624 swapFree=5892/382176
[pid=7574] ppid=7571 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 4756 12811 0 0 7 1 7 3 20 0 13 0 12897832 10686320640 5110 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2608965 5110 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300259 s]
/proc/loadavg: 1.72 1.64 1.66 3/266 7574
/proc/meminfo: memFree=28503976/32770624 swapFree=5892/382176
[pid=7574] ppid=7571 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 9104 12811 0 0 23 3 7 3 20 0 20 0 12897832 11163947008 10750 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2725573 10750 2972 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700176 s]
/proc/loadavg: 1.72 1.64 1.66 3/266 7574
/proc/meminfo: memFree=28503976/32770624 swapFree=5892/382176
[pid=7574] ppid=7571 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 12478 12811 0 0 81 4 7 3 20 0 20 0 12897832 11164385280 16275 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2725680 16275 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50109 s]
/proc/loadavg: 1.72 1.64 1.66 3/286 7647
/proc/meminfo: memFree=28405676/32770624 swapFree=5892/382888
[pid=7574] ppid=7571 vsize=10913344 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 26326 12811 0 0 200 13 7 3 20 0 20 0 12897832 11175264256 44014 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2728336 44014 3404 1 0 2716450 0
[pid=7574/tid=7629] ppid=7571 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7629/stat : 7629 (java) R 7571 7574 3349 0 -1 4202560 18862 12811 0 0 125 7 7 3 20 0 20 0 12897843 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086089456152 140086085256349 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7630] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7630/stat : 7630 (java) S 7571 7574 3349 0 -1 1077944384 16 12811 0 0 0 0 7 3 20 0 20 0 12897844 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086011308432 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7631] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7631/stat : 7631 (java) S 7571 7574 3349 0 -1 1077944384 51 12811 0 0 0 0 7 3 20 0 20 0 12897844 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086010255632 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7632] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7632/stat : 7632 (java) S 7571 7574 3349 0 -1 1077944384 23 12811 0 0 0 0 7 3 20 0 20 0 12897844 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086009203344 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7633] ppid=7571 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7633/stat : 7633 (java) S 7571 7574 3349 0 -1 1077944384 19 12811 0 0 1 0 7 3 20 0 20 0 12897844 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086008150544 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7634] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7634/stat : 7634 (java) S 7571 7574 3349 0 -1 1077944384 29 12811 0 0 0 0 7 3 20 0 20 0 12897844 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086007098256 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7635] ppid=7571 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7635/stat : 7635 (java) S 7571 7574 3349 0 -1 1077944384 136 12811 0 0 1 0 7 3 20 0 20 0 12897844 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086006045456 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7636] ppid=7571 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7636/stat : 7636 (java) S 7571 7574 3349 0 -1 1077944384 21 12811 0 0 1 0 7 3 20 0 20 0 12897844 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086004993168 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7637] ppid=7571 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7637/stat : 7637 (java) S 7571 7574 3349 0 -1 1077944384 31 12811 0 0 1 0 7 3 20 0 20 0 12897844 11175264256 44014 33554432000 4194304 4196468 140726856520784 140086003940368 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7638] ppid=7571 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7638/stat : 7638 (java) S 7571 7574 3349 0 -1 1077944384 1116 12811 0 0 1 0 7 3 20 0 20 0 12897847 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085559838832 140086085245570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7639] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7639/stat : 7639 (java) S 7571 7574 3349 0 -1 1077944384 56 12811 0 0 0 0 7 3 20 0 20 0 12897848 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085558784800 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7640] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7640/stat : 7640 (java) S 7571 7574 3349 0 -1 1077944384 44 12811 0 0 0 0 7 3 20 0 20 0 12897848 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085557732464 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7641] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7641/stat : 7641 (java) S 7571 7574 3349 0 -1 1077944384 1 12811 0 0 0 0 7 3 20 0 20 0 12897852 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085556680784 140086085253019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7642] ppid=7571 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7642/stat : 7642 (java) S 7571 7574 3349 0 -1 1077944384 762 12811 0 0 12 0 7 3 20 0 20 0 12897852 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085555628656 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7643] ppid=7571 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7643/stat : 7643 (java) S 7571 7574 3349 0 -1 1077944384 1070 12811 0 0 13 0 7 3 20 0 20 0 12897852 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085554575856 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7644] ppid=7571 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7644/stat : 7644 (java) S 7571 7574 3349 0 -1 1077944384 725 12811 0 0 11 0 7 3 20 0 20 0 12897852 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085553523568 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7645] ppid=7571 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7645/stat : 7645 (java) S 7571 7574 3349 0 -1 1077944384 1220 12811 0 0 26 0 7 3 20 0 20 0 12897852 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085552470768 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7646] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7646/stat : 7646 (java) S 7571 7574 3349 0 -1 1077944384 3 12811 0 0 0 0 7 3 20 0 20 0 12897852 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085551417696 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7647] ppid=7571 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7647/stat : 7647 (java) S 7571 7574 3349 0 -1 1077944384 7 12811 0 0 0 0 7 3 20 0 20 0 12897853 11175264256 44014 33554432000 4194304 4196468 140726856520784 140085550364976 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10913344

[startup+3.10117 s]
/proc/loadavg: 1.72 1.64 1.66 5/286 7647
/proc/meminfo: memFree=28336060/32770624 swapFree=5892/382884
[pid=7574] ppid=7571 vsize=10923772 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 41228 12811 0 0 732 22 7 3 20 0 20 0 12897832 11185942528 72885 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2730943 72885 3482 1 0 2718498 0
[pid=7574/tid=7629] ppid=7571 vsize=10923772 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7629/stat : 7629 (java) R 7571 7574 3349 0 -1 4202560 24859 12811 0 0 279 10 7 3 20 0 20 0 12897843 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086089466064 140085685979182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7630] ppid=7571 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7630/stat : 7630 (java) S 7571 7574 3349 0 -1 1077944384 29 12811 0 0 1 0 7 3 20 0 20 0 12897844 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086011308432 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7631] ppid=7571 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7631/stat : 7631 (java) S 7571 7574 3349 0 -1 1077944384 56 12811 0 0 1 0 7 3 20 0 20 0 12897844 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086010255632 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7632] ppid=7571 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7632/stat : 7632 (java) S 7571 7574 3349 0 -1 1077944384 34 12811 0 0 1 0 7 3 20 0 20 0 12897844 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086009203344 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7633] ppid=7571 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7633/stat : 7633 (java) S 7571 7574 3349 0 -1 1077944384 25 12811 0 0 1 0 7 3 20 0 20 0 12897844 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086008150544 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7634] ppid=7571 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7634/stat : 7634 (java) S 7571 7574 3349 0 -1 1077944384 35 12811 0 0 1 0 7 3 20 0 20 0 12897844 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086007098256 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7635] ppid=7571 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7635/stat : 7635 (java) S 7571 7574 3349 0 -1 1077944384 208 12811 0 0 2 0 7 3 20 0 20 0 12897844 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086006045456 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7636] ppid=7571 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7636/stat : 7636 (java) S 7571 7574 3349 0 -1 1077944384 51 12811 0 0 2 1 7 3 20 0 20 0 12897844 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086004993168 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7637] ppid=7571 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7637/stat : 7637 (java) S 7571 7574 3349 0 -1 1077944384 54 12811 0 0 2 1 7 3 20 0 20 0 12897844 11185942528 72885 33554432000 4194304 4196468 140726856520784 140086003940368 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7638] ppid=7571 vsize=10923772 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7638/stat : 7638 (java) S 7571 7574 3349 0 -1 1077944384 1161 12811 0 0 2 0 7 3 20 0 20 0 12897847 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085559838832 140086085245570 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7639] ppid=7571 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7639/stat : 7639 (java) S 7571 7574 3349 0 -1 1077944384 56 12811 0 0 0 0 7 3 20 0 20 0 12897848 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085558784864 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7640] ppid=7571 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7640/stat : 7640 (java) S 7571 7574 3349 0 -1 1077944384 44 12811 0 0 0 0 7 3 20 0 20 0 12897848 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085557732480 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7641] ppid=7571 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7641/stat : 7641 (java) S 7571 7574 3349 0 -1 1077944384 1 12811 0 0 0 0 7 3 20 0 20 0 12897852 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085556680784 140086085253019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7642] ppid=7571 vsize=10923772 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7642/stat : 7642 (java) R 7571 7574 3349 0 -1 4202560 2102 12811 0 0 103 1 7 3 20 0 20 0 12897852 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085555614000 140086070360795 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7643] ppid=7571 vsize=10923772 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7643/stat : 7643 (java) R 7571 7574 3349 0 -1 4202560 2950 12811 0 0 108 1 7 3 20 0 20 0 12897852 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085554562672 140086069918448 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7644] ppid=7571 vsize=10923772 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7644/stat : 7644 (java) R 7571 7574 3349 0 -1 4202560 4083 12811 0 0 121 0 7 3 20 0 20 0 12897852 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085553510112 140086066757327 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7645] ppid=7571 vsize=10923772 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7645/stat : 7645 (java) S 7571 7574 3349 0 -1 1077944384 3346 12811 0 0 101 0 7 3 20 0 20 0 12897852 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085552470768 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7646] ppid=7571 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7646/stat : 7646 (java) S 7571 7574 3349 0 -1 1077944384 3 12811 0 0 0 0 7 3 20 0 20 0 12897852 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085551417696 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7647] ppid=7571 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7647/stat : 7647 (java) S 7571 7574 3349 0 -1 1077944384 8 12811 0 0 0 0 7 3 20 0 20 0 12897853 11185942528 72885 33554432000 4194304 4196468 140726856520784 140085550364976 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 10923772

[startup+6.30076 s]
/proc/loadavg: 1.91 1.68 1.67 7/286 7647
/proc/meminfo: memFree=28182344/32770624 swapFree=5892/382892
[pid=7574] ppid=7571 vsize=10927868 CPUtime=21.3 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 75114 12811 0 0 2067 53 7 3 20 0 20 0 12897832 11190136832 104679 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2731967 104679 3511 1 0 2719522 0
[pid=7574/tid=7629] ppid=7571 vsize=10927868 CPUtime=6.07 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7629/stat : 7629 (java) R 7571 7574 3349 0 -1 4202560 31013 12811 0 0 586 11 7 3 20 0 20 0 12897843 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086089465160 140085685170823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7630] ppid=7571 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7630/stat : 7630 (java) S 7571 7574 3349 0 -1 1077944384 94 12811 0 0 6 3 7 3 20 0 20 0 12897844 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086011308432 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7631] ppid=7571 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7631/stat : 7631 (java) S 7571 7574 3349 0 -1 1077944384 286 12811 0 0 6 4 7 3 20 0 20 0 12897844 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086010255632 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7632] ppid=7571 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7632/stat : 7632 (java) S 7571 7574 3349 0 -1 1077944384 83 12811 0 0 7 3 7 3 20 0 20 0 12897844 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086009203344 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7633] ppid=7571 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7633/stat : 7633 (java) S 7571 7574 3349 0 -1 1077944384 74 12811 0 0 5 3 7 3 20 0 20 0 12897844 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086008150544 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7634] ppid=7571 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7634/stat : 7634 (java) S 7571 7574 3349 0 -1 1077944384 90 12811 0 0 6 4 7 3 20 0 20 0 12897844 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086007098256 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7635] ppid=7571 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7635/stat : 7635 (java) S 7571 7574 3349 0 -1 1077944384 316 12811 0 0 7 2 7 3 20 0 20 0 12897844 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086006045456 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7636] ppid=7571 vsize=10927868 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7636/stat : 7636 (java) S 7571 7574 3349 0 -1 1077944384 162 12811 0 0 7 4 7 3 20 0 20 0 12897844 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086004993168 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7637] ppid=7571 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7637/stat : 7637 (java) S 7571 7574 3349 0 -1 1077944384 102 12811 0 0 7 3 7 3 20 0 20 0 12897844 11190136832 104679 33554432000 4194304 4196468 140726856520784 140086003940368 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7638] ppid=7571 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7638/stat : 7638 (java) S 7571 7574 3349 0 -1 1077944384 2027 12811 0 0 3 0 7 3 20 0 20 0 12897847 11190136832 104679 33554432000 4194304 4196468 140726856520784 140085559838832 140086085245570 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7639] ppid=7571 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7639/stat : 7639 (java) S 7571 7574 3349 0 -1 1077944384 61 12811 0 0 0 0 7 3 20 0 20 0 12897848 11190136832 104679 33554432000 4194304 4196468 140726856520784 140085558784864 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7640] ppid=7571 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7640/stat : 7640 (java) S 7571 7574 3349 0 -1 1077944384 50 12811 0 0 0 0 7 3 20 0 20 0 12897848 11190136832 104679 33554432000 4194304 4196468 140726856520784 140085557732480 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7641] ppid=7571 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7641/stat : 7641 (java) S 7571 7574 3349 0 -1 1077944384 1 12811 0 0 0 0 7 3 20 0 20 0 12897852 11190136832 104679 33554432000 4194304 4196468 140726856520784 140085556680784 140086085253019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7642] ppid=7571 vsize=10927868 CPUtime=4.15 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7642/stat : 7642 (java) R 7571 7574 3349 0 -1 4202560 9120 12811 0 0 403 2 7 3 20 0 20 0 12897852 11190136832 104679 33554432000 4194304 4196468 140726856520784 140085555610224 140086070359120 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7643] ppid=7571 vsize=10927868 CPUtime=4.17 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7643/stat : 7643 (java) R 7571 7574 3349 0 -1 4202560 9432 12811 0 0 405 2 7 3 20 0 20 0 12897852 11190136832 104679 33554432000 4194304 4196468 140726856520784 140085554561872 140086066779097 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7644] ppid=7571 vsize=10927868 CPUtime=4.29 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7644/stat : 7644 (java) R 7571 7574 3349 0 -1 4202560 9913 12811 0 0 417 2 7 3 20 0 20 0 12897852 11190136832 104679 33554432000 4194304 4196468 140726856520784 140085553506112 140086077523768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7645] ppid=7571 vsize=10927868 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7645/stat : 7645 (java) S 7571 7574 3349 0 -1 1077944384 9581 12811 0 0 194 2 7 3 20 0 20 0 12897852 11190136832 104679 33554432000 4194304 4196468 140726856520784 140085552470768 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7646] ppid=7571 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

[pid=7574/tid=7645] ppid=7571 vsize=10997500 CPUtime=3.89 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7645/stat : 7645 (java) S 7571 7574 3349 0 -1 1077944384 40536 12811 0 0 373 6 7 3 20 0 20 0 12897852 11261440000 249755 33554432000 4194304 4196468 140726856520784 140085552470768 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7646] ppid=7571 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7646/stat : 7646 (java) S 7571 7574 3349 0 -1 1077944384 3 12811 0 0 0 0 7 3 20 0 20 0 12897852 11261440000 249755 33554432000 4194304 4196468 140726856520784 140085551417696 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7647] ppid=7571 vsize=10997500 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7647/stat : 7647 (java) S 7571 7574 3349 0 -1 1077944384 2692 12811 0 0 59 63 7 3 20 0 20 0 12897853 11261440000 249755 33554432000 4194304 4196468 140726856520784 140085550364976 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
Current children cumulated CPU time (s) 2400.02
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 7574 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2297.61 s]
/proc/loadavg: 1.36 1.48 1.55 3/286 7872
/proc/meminfo: memFree=29380256/32770624 swapFree=5892/384412
[pid=7574] ppid=7571 vsize=11130628 CPUtime=2400.44 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 357745 12811 0 0 239530 504 7 3 20 0 22 0 12897832 11397763072 251740 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2782657 251740 3527 1 0 2770212 0
[pid=7574/tid=7629] ppid=7571 vsize=11130628 CPUtime=2277.33 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7629/stat : 7629 (java) S 7571 7574 3349 0 -1 1077944384 108749 12811 0 0 227662 61 7 3 20 0 22 0 12897843 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086089472144 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7630] ppid=7571 vsize=11130628 CPUtime=10.56 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7630/stat : 7630 (java) R 7571 7574 3349 0 -1 4202560 11404 12811 0 0 1004 42 7 3 20 0 22 0 12897844 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086011308552 140086077862631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7631] ppid=7571 vsize=11130628 CPUtime=10.76 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7631/stat : 7631 (java) R 7571 7574 3349 0 -1 4202560 9795 12811 0 0 1022 44 7 3 20 0 22 0 12897844 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086010255752 140086068617458 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7632] ppid=7571 vsize=11130628 CPUtime=10.63 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7632/stat : 7632 (java) R 7571 7574 3349 0 -1 4202560 10432 12811 0 0 1010 43 7 3 20 0 22 0 12897844 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086009203464 140086077862631 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7633] ppid=7571 vsize=11130628 CPUtime=10.61 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7633/stat : 7633 (java) R 7571 7574 3349 0 -1 4202560 9611 12811 0 0 1011 40 7 3 20 0 22 0 12897844 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086008150664 140086077862631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7634] ppid=7571 vsize=11130628 CPUtime=10.64 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7634/stat : 7634 (java) R 7571 7574 3349 0 -1 4202560 10735 12811 0 0 1015 39 7 3 20 0 22 0 12897844 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086007098456 140086070224072 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7635] ppid=7571 vsize=11130628 CPUtime=10.61 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7635/stat : 7635 (java) R 7571 7574 3349 0 -1 4202560 11437 12811 0 0 1012 39 7 3 20 0 22 0 12897844 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086006045576 140086077862631 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7636] ppid=7571 vsize=11130628 CPUtime=10.65 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7636/stat : 7636 (java) R 7571 7574 3349 0 -1 4202560 10592 12811 0 0 1010 45 7 3 20 0 22 0 12897844 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086004993288 140086077862631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7637] ppid=7571 vsize=11130628 CPUtime=10.66 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7637/stat : 7637 (java) R 7571 7574 3349 0 -1 4202560 7181 12811 0 0 1018 38 7 3 20 0 22 0 12897844 11397763072 251740 33554432000 4194304 4196468 140726856520784 140086003940488 140086077862631 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7638] ppid=7571 vsize=11130628 CPUtime=5.38 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7638/stat : 7638 (java) S 7571 7574 3349 0 -1 1077944384 28371 12811 0 0 471 57 7 3 20 0 22 0 12897847 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085559837456 140086085244629 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7639] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7639/stat : 7639 (java) S 7571 7574 3349 0 -1 1077944384 66 12811 0 0 0 0 7 3 20 0 22 0 12897848 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085558784928 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7640] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7640/stat : 7640 (java) S 7571 7574 3349 0 -1 1077944384 54 12811 0 0 0 0 7 3 20 0 22 0 12897848 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085557732480 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7641] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7641/stat : 7641 (java) S 7571 7574 3349 0 -1 1077944384 80 12811 0 0 0 0 7 3 20 0 22 0 12897852 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085556680784 140086085253019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7642] ppid=7571 vsize=11130628 CPUtime=9.63 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7642/stat : 7642 (java) S 7571 7574 3349 0 -1 1077944384 33491 12811 0 0 947 6 7 3 20 0 22 0 12897852 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085555628656 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7643] ppid=7571 vsize=11130628 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7643/stat : 7643 (java) S 7571 7574 3349 0 -1 1077944384 30702 12811 0 0 908 5 7 3 20 0 22 0 12897852 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085554575856 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7644] ppid=7571 vsize=11130628 CPUtime=9.76 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7644/stat : 7644 (java) S 7571 7574 3349 0 -1 1077944384 29572 12811 0 0 962 4 7 3 20 0 22 0 12897852 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085553523568 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7645] ppid=7571 vsize=11130628 CPUtime=3.89 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7645/stat : 7645 (java) S 7571 7574 3349 0 -1 1077944384 40536 12811 0 0 373 6 7 3 20 0 22 0 12897852 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085552470768 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7646] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7646/stat : 7646 (java) S 7571 7574 3349 0 -1 1077944384 3 12811 0 0 0 0 7 3 20 0 22 0 12897852 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085551417696 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7647] ppid=7571 vsize=11130628 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7647/stat : 7647 (java) S 7571 7574 3349 0 -1 1077944384 2692 12811 0 0 59 63 7 3 20 0 22 0 12897853 11397763072 251740 33554432000 4194304 4196468 140726856520784 140085550364976 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
Current children cumulated CPU time (s) 2400.44
Current children cumulated vsize (KiB) 11130628

[startup+2298.01 s]
/proc/loadavg: 1.36 1.48 1.55 10/288 7874
/proc/meminfo: memFree=29372804/32770624 swapFree=5892/384440
[pid=7574] ppid=7571 vsize=11130628 CPUtime=2403.3 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 357996 12811 0 0 239815 505 7 3 20 0 22 0 12897832 11397763072 251459 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2782657 251459 3527 1 0 2770212 0
[pid=7574/tid=7629] ppid=7571 vsize=11130628 CPUtime=2277.33 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7629/stat : 7629 (java) S 7571 7574 3349 0 -1 1077944384 108749 12811 0 0 227662 61 7 3 20 0 22 0 12897843 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086089472144 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7630] ppid=7571 vsize=11130628 CPUtime=10.91 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7630/stat : 7630 (java) R 7571 7574 3349 0 -1 4202560 11404 12811 0 0 1039 42 7 3 20 0 22 0 12897844 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086011308552 140086077862631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7631] ppid=7571 vsize=11130628 CPUtime=11.12 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7631/stat : 7631 (java) R 7571 7574 3349 0 -1 4202560 9795 12811 0 0 1057 45 7 3 20 0 22 0 12897844 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086010255752 140086068617458 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7632] ppid=7571 vsize=11130628 CPUtime=10.99 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7632/stat : 7632 (java) R 7571 7574 3349 0 -1 4202560 10432 12811 0 0 1045 44 7 3 20 0 22 0 12897844 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086009203544 140086077862631 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7633] ppid=7571 vsize=11130628 CPUtime=10.95 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7633/stat : 7633 (java) R 7571 7574 3349 0 -1 4202560 9615 12811 0 0 1045 40 7 3 20 0 22 0 12897844 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086008150744 140086077862631 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7634] ppid=7571 vsize=11130628 CPUtime=11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7634/stat : 7634 (java) R 7571 7574 3349 0 -1 4202560 10735 12811 0 0 1051 39 7 3 20 0 22 0 12897844 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086007098456 140086077862631 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7635] ppid=7571 vsize=11130628 CPUtime=10.97 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7635/stat : 7635 (java) R 7571 7574 3349 0 -1 4202560 11441 12811 0 0 1048 39 7 3 20 0 22 0 12897844 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086006045656 140086077862631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7636] ppid=7571 vsize=11130628 CPUtime=11 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7636/stat : 7636 (java) R 7571 7574 3349 0 -1 4202560 10613 12811 0 0 1045 45 7 3 20 0 22 0 12897844 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086004993368 140086069933168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7637] ppid=7571 vsize=11130628 CPUtime=11.02 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7637/stat : 7637 (java) R 7571 7574 3349 0 -1 4202560 7189 12811 0 0 1054 38 7 3 20 0 22 0 12897844 11397763072 251459 33554432000 4194304 4196468 140726856520784 140086003940568 140086077862631 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7638] ppid=7571 vsize=11130628 CPUtime=5.42 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7638/stat : 7638 (java) S 7571 7574 3349 0 -1 1077944384 28582 12811 0 0 475 57 7 3 20 0 22 0 12897847 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085559837456 140086085244629 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7639] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7639/stat : 7639 (java) S 7571 7574 3349 0 -1 1077944384 67 12811 0 0 0 0 7 3 20 0 22 0 12897848 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085558784832 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7640] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7640/stat : 7640 (java) S 7571 7574 3349 0 -1 1077944384 54 12811 0 0 0 0 7 3 20 0 22 0 12897848 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085557732480 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7641] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7641/stat : 7641 (java) S 7571 7574 3349 0 -1 1077944384 80 12811 0 0 0 0 7 3 20 0 22 0 12897852 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085556680784 140086085253019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7642] ppid=7571 vsize=11130628 CPUtime=9.63 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7642/stat : 7642 (java) S 7571 7574 3349 0 -1 1077944384 33491 12811 0 0 947 6 7 3 20 0 22 0 12897852 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085555628656 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7643] ppid=7571 vsize=11130628 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7643/stat : 7643 (java) S 7571 7574 3349 0 -1 1077944384 30702 12811 0 0 908 5 7 3 20 0 22 0 12897852 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085554575856 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7644] ppid=7571 vsize=11130628 CPUtime=9.76 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7644/stat : 7644 (java) S 7571 7574 3349 0 -1 1077944384 29572 12811 0 0 962 4 7 3 20 0 22 0 12897852 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085553523568 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7645] ppid=7571 vsize=11130628 CPUtime=3.89 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7645/stat : 7645 (java) S 7571 7574 3349 0 -1 1077944384 40536 12811 0 0 373 6 7 3 20 0 22 0 12897852 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085552470768 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7646] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7646/stat : 7646 (java) S 7571 7574 3349 0 -1 1077944384 3 12811 0 0 0 0 7 3 20 0 22 0 12897852 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085551417696 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7647] ppid=7571 vsize=11130628 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7647/stat : 7647 (java) S 7571 7574 3349 0 -1 1077944384 2692 12811 0 0 59 63 7 3 20 0 22 0 12897853 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085550364976 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7873] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7873/stat : 7873 (java) S 7571 7574 3349 0 -1 1077944384 84 12811 0 0 0 0 7 3 20 0 22 0 13127583 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085527114096 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7874] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7874/stat : 7874 (java) S 7571 7574 3349 0 -1 1077944384 25 12811 0 0 0 0 7 3 20 0 22 0 13127583 11397763072 251459 33554432000 4194304 4196468 140726856520784 140085450236864 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
Current children cumulated CPU time (s) 2403.3
Current children cumulated vsize (KiB) 11130628

[startup+2298.1 s]
/proc/loadavg: 1.36 1.48 1.55 10/288 7874
/proc/meminfo: memFree=29372804/32770624 swapFree=5892/384440
[pid=7574] ppid=7571 vsize=11130628 CPUtime=2403.86 cores=1,3,5,7,9,11,13,15
/proc/7574/stat : 7574 (java) S 7571 7574 3349 0 -1 1077944320 357998 12811 0 0 239871 505 7 3 20 0 22 0 12897832 11397763072 251203 33554432000 4194304 4196468 140726856520784 140726856503328 140086085234423 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
/proc/7574/statm: 2782657 251203 3527 1 0 2770212 0
[pid=7574/tid=7629] ppid=7571 vsize=11130628 CPUtime=2277.33 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7629/stat : 7629 (java) S 7571 7574 3349 0 -1 1077944384 108749 12811 0 0 227662 61 7 3 20 0 22 0 12897843 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086089472144 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7630] ppid=7571 vsize=11130628 CPUtime=10.98 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7630/stat : 7630 (java) S 7571 7574 3349 0 -1 1077944384 11404 12811 0 0 1046 42 7 3 20 0 22 0 12897844 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086011308432 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7631] ppid=7571 vsize=11130628 CPUtime=11.19 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7631/stat : 7631 (java) S 7571 7574 3349 0 -1 1077944384 9795 12811 0 0 1064 45 7 3 20 0 22 0 12897844 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086010255632 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7632] ppid=7571 vsize=11130628 CPUtime=11.06 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7632/stat : 7632 (java) S 7571 7574 3349 0 -1 1077944384 10432 12811 0 0 1052 44 7 3 20 0 22 0 12897844 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086009203344 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7633] ppid=7571 vsize=11130628 CPUtime=11.02 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7633/stat : 7633 (java) S 7571 7574 3349 0 -1 1077944384 9615 12811 0 0 1052 40 7 3 20 0 22 0 12897844 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086008150544 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7634] ppid=7571 vsize=11130628 CPUtime=11.07 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7634/stat : 7634 (java) S 7571 7574 3349 0 -1 1077944384 10735 12811 0 0 1058 39 7 3 20 0 22 0 12897844 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086007098256 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7635] ppid=7571 vsize=11130628 CPUtime=11.03 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7635/stat : 7635 (java) S 7571 7574 3349 0 -1 1077944384 11441 12811 0 0 1054 39 7 3 20 0 22 0 12897844 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086006045456 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7636] ppid=7571 vsize=11130628 CPUtime=11.07 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7636/stat : 7636 (java) S 7571 7574 3349 0 -1 1077944384 10613 12811 0 0 1052 45 7 3 20 0 22 0 12897844 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086004993168 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7637] ppid=7571 vsize=11130628 CPUtime=11.09 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7637/stat : 7637 (java) S 7571 7574 3349 0 -1 1077944384 7189 12811 0 0 1061 38 7 3 20 0 22 0 12897844 11397763072 251203 33554432000 4194304 4196468 140726856520784 140086003940368 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7638] ppid=7571 vsize=11130628 CPUtime=5.44 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7638/stat : 7638 (java) R 7571 7574 3349 0 -1 4202560 28582 12811 0 0 477 57 7 3 20 0 22 0 12897847 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085559837232 140086085255770 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7639] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7639/stat : 7639 (java) S 7571 7574 3349 0 -1 1077944384 67 12811 0 0 0 0 7 3 20 0 22 0 12897848 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085558784832 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7640] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7640/stat : 7640 (java) S 7571 7574 3349 0 -1 1077944384 54 12811 0 0 0 0 7 3 20 0 22 0 12897848 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085557732480 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7641] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7641/stat : 7641 (java) S 7571 7574 3349 0 -1 1077944384 80 12811 0 0 0 0 7 3 20 0 22 0 12897852 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085556680784 140086085253019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7642] ppid=7571 vsize=11130628 CPUtime=9.63 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7642/stat : 7642 (java) S 7571 7574 3349 0 -1 1077944384 33491 12811 0 0 947 6 7 3 20 0 22 0 12897852 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085555628656 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7643] ppid=7571 vsize=11130628 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7643/stat : 7643 (java) S 7571 7574 3349 0 -1 1077944384 30702 12811 0 0 908 5 7 3 20 0 22 0 12897852 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085554575856 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7644] ppid=7571 vsize=11130628 CPUtime=9.76 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7644/stat : 7644 (java) S 7571 7574 3349 0 -1 1077944384 29572 12811 0 0 962 4 7 3 20 0 22 0 12897852 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085553523568 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7645] ppid=7571 vsize=11130628 CPUtime=3.89 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7645/stat : 7645 (java) S 7571 7574 3349 0 -1 1077944384 40536 12811 0 0 373 6 7 3 20 0 22 0 12897852 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085552470768 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7646] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7646/stat : 7646 (java) S 7571 7574 3349 0 -1 1077944384 3 12811 0 0 0 0 7 3 20 0 22 0 12897852 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085551417696 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7647] ppid=7571 vsize=11130628 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7647/stat : 7647 (java) S 7571 7574 3349 0 -1 1077944384 2692 12811 0 0 59 63 7 3 20 0 22 0 12897853 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085550364976 140086085245570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7873] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7873/stat : 7873 (java) S 7571 7574 3349 0 -1 1077944384 84 12811 0 0 0 0 7 3 20 0 22 0 13127583 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085527114096 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
[pid=7574/tid=7874] ppid=7571 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/7574/task/7874/stat : 7874 (java) S 7571 7574 3349 0 -1 1077944384 27 12811 0 0 0 0 7 3 20 0 22 0 13127583 11397763072 251203 33554432000 4194304 4196468 140726856520784 140085450236864 140086085244629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140726856526529 140726856529303 140726856529303 140726856531919 0
Current children cumulated CPU time (s) 2403.86
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2298.16
CPU time (s): 2404.07
CPU user time (s): 2398.97
CPU system time (s): 5.10224
CPU usage (%): 104.609
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.97
system time used= 5.10224
maximum resident set size= 2450032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370942
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 223744
involuntary context switches= 167199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7077 second user time and 19.48 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-23 04:18:29
IDJOB=4250183
IDBENCH=139256
IDSOLVER=2630
FILE ID=node133/4250183-1500776309
RUNJOBID= node133-1500754473-3381
PBS_JOBID= 20624590
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-09-fair.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250183-1500776309/watcher-4250183-1500776309 -o /tmp/evaluation-result-4250183-1500776309/solver-4250183-1500776309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3381 --watchdog 2560  bin/concrete HOME/instance-4250183-1500776309.xml

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

MD5SUM BENCH= 4da452dd6a7f9c00a5696d6c71e9e662
RANDOM SEED=1148113762

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28504364 kB
MemAvailable:   29135724 kB
Buffers:          173960 kB
Cached:           732824 kB
SwapCached:            0 kB
Active:          3421228 kB
Inactive:         390936 kB
Active(anon):    2908304 kB
Inactive(anon):     8760 kB
Active(file):     512924 kB
Inactive(file):   382176 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24780 kB
Writeback:             0 kB
AnonPages:       2912916 kB
Mapped:            45200 kB
Shmem:              8872 kB
Slab:             138748 kB
SReclaimable:     104192 kB
SUnreclaim:        34556 kB
KernelStack:        4624 kB
PageTables:        10992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3305380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2662400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61804 MiB
End job on node133 at 2017-07-23 04:56:47