Trace number 4244490

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 NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2411.22 2291.41

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-20-7.xml
MD5SUMecccf1fc77215d60d30343c091882466
Bench CategoryCOP (optimization 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 variables1050
Number of constraints1070
Number of domains1
Minimum domain size2884
Maximum domain size2884
Distribution of domain sizes[{"size":2884,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.40 1.54 1.57 3/261 8704
/proc/meminfo: memFree=30275236/32770624 swapFree=5800/268004
[pid=8704] ppid=8701 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (bash) S 8701 8704 7954 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 4096585 9736192 350 33554432000 4194304 5098028 140730149634672 140730149632312 140327345798144 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 40230912 140730149643534 140730149643619 140730149643619 140730149646318 0
/proc/8704/statm: 2377 350 277 221 0 86 0

[startup+0.100131 s]
/proc/loadavg: 1.40 1.54 1.57 3/261 8704
/proc/meminfo: memFree=30275236/32770624 swapFree=5800/268004
[pid=8704] ppid=8701 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (bash) S 8701 8704 7954 0 -1 4202496 884 6416 0 0 0 0 0 1 20 0 1 0 4096585 9871360 378 33554432000 4194304 5098028 140730149634672 140730149628680 140327345798144 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 40230912 140730149643534 140730149643619 140730149643619 140730149646318 0
/proc/8704/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200349 s]
/proc/loadavg: 1.40 1.54 1.57 3/261 8704
/proc/meminfo: memFree=30275236/32770624 swapFree=5800/268004
[pid=8704] ppid=8701 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 4817 12260 0 0 6 1 9 3 20 0 13 0 4096585 10686320640 5179 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2608965 5179 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300297 s]
/proc/loadavg: 1.40 1.54 1.57 3/261 8704
/proc/meminfo: memFree=30275236/32770624 swapFree=5800/268004
[pid=8704] ppid=8701 vsize=10902292 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 6757 12260 0 0 23 2 9 3 20 0 20 0 4096585 11163947008 8508 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2725573 8508 2915 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700269 s]
/proc/loadavg: 1.40 1.54 1.57 3/261 8704
/proc/meminfo: memFree=30275236/32770624 swapFree=5800/268004
[pid=8704] ppid=8701 vsize=10902720 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 12014 12260 0 0 72 5 9 3 20 0 20 0 4096585 11164385280 14790 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2725680 14790 3080 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.501 s]
/proc/loadavg: 1.40 1.54 1.57 4/281 8777
/proc/meminfo: memFree=30177180/32770624 swapFree=5800/267908
[pid=8704] ppid=8701 vsize=10913344 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 25226 12260 0 0 192 9 9 3 20 0 20 0 4096585 11175264256 34703 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2728336 34703 3374 1 0 2716450 0
[pid=8704/tid=8759] ppid=8701 vsize=10913344 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8759/stat : 8759 (java) S 8701 8704 7954 0 -1 1077944384 19720 12260 0 0 129 6 9 3 20 0 20 0 4096598 11175264256 34703 33554432000 4194304 4196468 140727953313232 140557216876752 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8760] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8760/stat : 8760 (java) R 8701 8704 7954 0 -1 4202560 3 12260 0 0 0 0 9 3 20 0 20 0 4096599 11175264256 34703 33554432000 4194304 4196468 140727953313232 140557169212560 140557205765993 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8761] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8761/stat : 8761 (java) S 8701 8704 7954 0 -1 1077944384 3 12260 0 0 0 0 9 3 20 0 20 0 4096599 11175264256 34703 33554432000 4194304 4196468 140727953313232 140557168159760 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8762] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8762/stat : 8762 (java) R 8701 8704 7954 0 -1 4202560 3 12260 0 0 0 0 9 3 20 0 20 0 4096599 11175264256 34703 33554432000 4194304 4196468 140727953313232 140556817587088 140557197687339 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8763] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8763/stat : 8763 (java) S 8701 8704 7954 0 -1 1077944384 1 12260 0 0 0 0 9 3 20 0 20 0 4096599 11175264256 34703 33554432000 4194304 4196468 140727953313232 140556816534288 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8764] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8764/stat : 8764 (java) R 8701 8704 7954 0 -1 4202560 6 12260 0 0 0 0 9 3 20 0 20 0 4096599 11175264256 34703 33554432000 4194304 4196468 140727953313232 140556815481488 140557205759294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8765] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8765/stat : 8765 (java) R 8701 8704 7954 0 -1 4202560 6 12260 0 0 0 0 9 3 20 0 20 0 4096599 11175264256 34703 33554432000 4194304 4196468 140727953313232 140556814428688 140557197687321 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8766] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8766/stat : 8766 (java) R 8701 8704 7954 0 -1 1077944384 1 12260 0 0 0 0 9 3 20 0 20 0 4096599 11175264256 34703 33554432000 4194304 4196468 140727953313232 140556813375888 140557212669653 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8767] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8767/stat : 8767 (java) S 8701 8704 7954 0 -1 1077944384 1 12260 0 0 0 0 9 3 20 0 20 0 4096599 11175264256 34703 33554432000 4194304 4196468 140727953313232 140556812323088 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8768] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8768/stat : 8768 (java) S 8701 8704 7954 0 -1 1077944384 44 12260 0 0 0 0 9 3 20 0 20 0 4096601 11175264256 34703 33554432000 4194304 4196468 140727953313232 140556686542208 140557212669653 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8769] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8769/stat : 8769 (java) S 8701 8704 7954 0 -1 1077944384 33 12260 0 0 0 0 9 3 20 0 20 0 4096601 11175264256 34703 33554432000 4194304 4196468 140727953313232 140556685489696 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8770] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8770/stat : 8770 (java) S 8701 8704 7954 0 -1 1077944384 21 12260 0 0 0 0 9 3 20 0 20 0 4096602 11175264256 35215 33554432000 4194304 4196468 140727953313232 140556684436848 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8771] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8771/stat : 8771 (java) S 8701 8704 7954 0 -1 1077944384 1 12260 0 0 0 0 9 3 20 0 20 0 4096606 11175264256 35215 33554432000 4194304 4196468 140727953313232 140556683385168 140557212678043 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8772] ppid=8701 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8772/stat : 8772 (java) S 8701 8704 7954 0 -1 1077944384 985 12260 0 0 12 0 9 3 20 0 20 0 4096606 11175264256 35215 33554432000 4194304 4196468 140727953313232 140556682332528 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8773] ppid=8701 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8773/stat : 8773 (java) S 8701 8704 7954 0 -1 1077944384 720 12260 0 0 16 0 9 3 20 0 20 0 4096606 11175264256 35215 33554432000 4194304 4196468 140727953313232 140556681279728 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8774] ppid=8701 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8774/stat : 8774 (java) S 8701 8704 7954 0 -1 1077944384 408 12260 0 0 8 0 9 3 20 0 20 0 4096606 11175264256 35215 33554432000 4194304 4196468 140727953313232 140556680226928 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8775] ppid=8701 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8775/stat : 8775 (java) S 8701 8704 7954 0 -1 1077944384 1137 12260 0 0 25 0 9 3 20 0 20 0 4096606 11175264256 35215 33554432000 4194304 4196468 140727953313232 140556679174128 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8776] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8776/stat : 8776 (java) S 8701 8704 7954 0 -1 1077944384 3 12260 0 0 0 0 9 3 20 0 20 0 4096606 11175264256 35215 33554432000 4194304 4196468 140727953313232 140556678122592 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8777] ppid=8701 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8777/stat : 8777 (java) S 8701 8704 7954 0 -1 1077944384 4 12260 0 0 0 0 9 3 20 0 20 0 4096607 11175264256 35215 33554432000 4194304 4196468 140727953313232 140556677069872 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 10913344

[startup+3.10092 s]
/proc/loadavg: 1.40 1.54 1.57 5/281 8777
/proc/meminfo: memFree=30101932/32770624 swapFree=5800/267908
[pid=8704] ppid=8701 vsize=10925820 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 42219 12260 0 0 693 21 9 3 20 0 20 0 4096585 11188039680 56047 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2731455 56047 3476 1 0 2719010 0
[pid=8704/tid=8759] ppid=8701 vsize=10925820 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8759/stat : 8759 (java) R 8701 8704 7954 0 -1 4202560 24544 12260 0 0 282 9 9 3 20 0 20 0 4096598 11188039680 56047 33554432000 4194304 4196468 140727953313232 140557216892384 140556849102210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8760] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8760/stat : 8760 (java) S 8701 8704 7954 0 -1 1077944384 33 12260 0 0 0 0 9 3 20 0 20 0 4096599 11188039680 56047 33554432000 4194304 4196468 140727953313232 140557169212560 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8761] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8761/stat : 8761 (java) S 8701 8704 7954 0 -1 1077944384 22 12260 0 0 0 0 9 3 20 0 20 0 4096599 11188039680 56047 33554432000 4194304 4196468 140727953313232 140557168159760 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8762] ppid=8701 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8762/stat : 8762 (java) S 8701 8704 7954 0 -1 1077944384 51 12260 0 0 1 0 9 3 20 0 20 0 4096599 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556817587088 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8763] ppid=8701 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8763/stat : 8763 (java) S 8701 8704 7954 0 -1 1077944384 26 12260 0 0 1 0 9 3 20 0 20 0 4096599 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556816534288 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8764] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8764/stat : 8764 (java) S 8701 8704 7954 0 -1 1077944384 139 12260 0 0 0 0 9 3 20 0 20 0 4096599 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556815481488 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8765] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8765/stat : 8765 (java) S 8701 8704 7954 0 -1 1077944384 29 12260 0 0 0 0 9 3 20 0 20 0 4096599 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556814428688 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8766] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8766/stat : 8766 (java) S 8701 8704 7954 0 -1 1077944384 15 12260 0 0 0 0 9 3 20 0 20 0 4096599 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556813375888 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8767] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8767/stat : 8767 (java) S 8701 8704 7954 0 -1 1077944384 14 12260 0 0 0 0 9 3 20 0 20 0 4096599 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556812323088 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8768] ppid=8701 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8768/stat : 8768 (java) S 8701 8704 7954 0 -1 1077944384 1524 12260 0 0 1 0 9 3 20 0 20 0 4096601 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556686543728 140557212670594 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8769] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8769/stat : 8769 (java) S 8701 8704 7954 0 -1 1077944384 55 12260 0 0 0 0 9 3 20 0 20 0 4096601 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556685489760 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8770] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8770/stat : 8770 (java) S 8701 8704 7954 0 -1 1077944384 44 12260 0 0 0 0 9 3 20 0 20 0 4096602 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556684436864 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8771] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8771/stat : 8771 (java) S 8701 8704 7954 0 -1 1077944384 1 12260 0 0 0 0 9 3 20 0 20 0 4096606 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556683385168 140557212678043 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8772] ppid=8701 vsize=10925820 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8772/stat : 8772 (java) R 8701 8704 7954 0 -1 4202560 4837 12260 0 0 102 2 9 3 20 0 20 0 4096606 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556682318080 140557192822720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8773] ppid=8701 vsize=10925820 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8773/stat : 8773 (java) S 8701 8704 7954 0 -1 1077944384 2453 12260 0 0 95 1 9 3 20 0 20 0 4096606 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556681279728 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8774] ppid=8701 vsize=10925820 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8774/stat : 8774 (java) S 8701 8704 7954 0 -1 1077944384 2094 12260 0 0 81 1 9 3 20 0 20 0 4096606 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556680226928 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8775] ppid=8701 vsize=10925820 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8775/stat : 8775 (java) S 8701 8704 7954 0 -1 1077944384 4195 12260 0 0 121 2 9 3 20 0 20 0 4096606 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556679174128 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8776] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8776/stat : 8776 (java) S 8701 8704 7954 0 -1 1077944384 3 12260 0 0 0 0 9 3 20 0 20 0 4096606 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556678122592 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8777] ppid=8701 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8777/stat : 8777 (java) S 8701 8704 7954 0 -1 1077944384 7 12260 0 0 0 0 9 3 20 0 20 0 4096607 11188039680 56047 33554432000 4194304 4196468 140727953313232 140556677069872 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 10925820

[startup+6.3012 s]
/proc/loadavg: 1.45 1.54 1.58 6/281 8777
/proc/meminfo: memFree=29757300/32770624 swapFree=5800/267920
[pid=8704] ppid=8701 vsize=10927868 CPUtime=17.6 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 52678 12260 0 0 1637 111 9 3 20 0 20 0 4096585 11190136832 160279 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2731967 160279 3498 1 0 2719522 0
[pid=8704/tid=8759] ppid=8701 vsize=10927868 CPUtime=5.95 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8759/stat : 8759 (java) R 8701 8704 7954 0 -1 4202560 26060 12260 0 0 570 13 9 3 20 0 20 0 4096598 11190136832 160279 33554432000 4194304 4196468 140727953313232 140557216887056 140556861855910 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8760] ppid=8701 vsize=10927868 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8760/stat : 8760 (java) S 8701 8704 7954 0 -1 1077944384 175 12260 0 0 14 10 9 3 20 0 20 0 4096599 11190136832 160279 33554432000 4194304 4196468 140727953313232 140557169212560 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8761] ppid=8701 vsize=10927868 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8761/stat : 8761 (java) S 8701 8704 7954 0 -1 1077944384 166 12260 0 0 15 11 9 3 20 0 20 0 4096599 11190136832 160279 33554432000 4194304 4196468 140727953313232 140557168159760 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8762] ppid=8701 vsize=10927868 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8762/stat : 8762 (java) S 8701 8704 7954 0 -1 1077944384 226 12260 0 0 13 11 9 3 20 0 20 0 4096599 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556817587088 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8763] ppid=8701 vsize=10927868 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8763/stat : 8763 (java) S 8701 8704 7954 0 -1 1077944384 175 12260 0 0 14 12 9 3 20 0 20 0 4096599 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556816534288 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8764] ppid=8701 vsize=10927868 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8764/stat : 8764 (java) S 8701 8704 7954 0 -1 1077944384 232 12260 0 0 13 8 9 3 20 0 20 0 4096599 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556815481488 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8765] ppid=8701 vsize=10927868 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8765/stat : 8765 (java) S 8701 8704 7954 0 -1 1077944384 194 12260 0 0 15 10 9 3 20 0 20 0 4096599 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556814428688 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8766] ppid=8701 vsize=10927868 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8766/stat : 8766 (java) S 8701 8704 7954 0 -1 1077944384 162 12260 0 0 13 11 9 3 20 0 20 0 4096599 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556813375888 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8767] ppid=8701 vsize=10927868 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8767/stat : 8767 (java) S 8701 8704 7954 0 -1 1077944384 165 12260 0 0 13 9 9 3 20 0 20 0 4096599 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556812323088 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8768] ppid=8701 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8768/stat : 8768 (java) S 8701 8704 7954 0 -1 1077944384 1720 12260 0 0 3 0 9 3 20 0 20 0 4096601 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556686543728 140557212670594 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8769] ppid=8701 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8769/stat : 8769 (java) S 8701 8704 7954 0 -1 1077944384 55 12260 0 0 0 0 9 3 20 0 20 0 4096601 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556685489760 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8770] ppid=8701 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8770/stat : 8770 (java) S 8701 8704 7954 0 -1 1077944384 44 12260 0 0 0 0 9 3 20 0 20 0 4096602 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556684436864 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8771] ppid=8701 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8771/stat : 8771 (java) S 8701 8704 7954 0 -1 1077944384 1 12260 0 0 0 0 9 3 20 0 20 0 4096606 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556683385168 140557212678043 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8772] ppid=8701 vsize=10927868 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8772/stat : 8772 (java) S 8701 8704 7954 0 -1 1077944384 5287 12260 0 0 244 3 9 3 20 0 20 0 4096606 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556682332528 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8773] ppid=8701 vsize=10927868 CPUtime=2.61 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8773/stat : 8773 (java) S 8701 8704 7954 0 -1 1077944384 3845 12260 0 0 247 2 9 3 20 0 20 0 4096606 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556681279728 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8774] ppid=8701 vsize=10927868 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8774/stat : 8774 (java) S 8701 8704 7954 0 -1 1077944384 5627 12260 0 0 261 1 9 3 20 0 20 0 4096606 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556680226928 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8775] ppid=8701 vsize=10927868 CPUtime=2.09 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8775/stat : 8775 (java) S 8701 8704 7954 0 -1 1077944384 6398 12260 0 0 194 3 9 3 20 0 20 0 4096606 11190136832 160279 33554432000 4194304 4196468 140727953313232 140556679174128 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8776] ppid=8701 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

/proc/meminfo: memFree=28379316/32770624 swapFree=5800/270360
[pid=8704] ppid=8701 vsize=10997500 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 334862 12260 0 0 239353 635 9 3 20 0 20 0 4096585 11261440000 454660 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2749375 454660 3519 1 0 2736930 0
[pid=8704/tid=8759] ppid=8701 vsize=10997500 CPUtime=2270.04 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8759/stat : 8759 (java) R 8701 8704 7954 0 -1 4202560 112783 12260 0 0 226935 57 9 3 20 0 20 0 4096598 11261440000 454660 33554432000 4194304 4196468 140727953313232 140557216893728 140556856375699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8760] ppid=8701 vsize=10997500 CPUtime=12.96 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8760/stat : 8760 (java) S 8701 8704 7954 0 -1 1077944384 9129 12260 0 0 1226 58 9 3 20 0 20 0 4096599 11261440000 454660 33554432000 4194304 4196468 140727953313232 140557169212560 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8761] ppid=8701 vsize=10997500 CPUtime=13.22 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8761/stat : 8761 (java) S 8701 8704 7954 0 -1 1077944384 16902 12260 0 0 1244 66 9 3 20 0 20 0 4096599 11261440000 454660 33554432000 4194304 4196468 140727953313232 140557168159760 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8762] ppid=8701 vsize=10997500 CPUtime=13.14 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8762/stat : 8762 (java) S 8701 8704 7954 0 -1 1077944384 15518 12260 0 0 1238 64 9 3 20 0 20 0 4096599 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556817587088 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8763] ppid=8701 vsize=10997500 CPUtime=13.16 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8763/stat : 8763 (java) S 8701 8704 7954 0 -1 1077944384 18416 12260 0 0 1243 61 9 3 20 0 20 0 4096599 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556816534288 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8764] ppid=8701 vsize=10997500 CPUtime=12.95 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8764/stat : 8764 (java) S 8701 8704 7954 0 -1 1077944384 16932 12260 0 0 1225 58 9 3 20 0 20 0 4096599 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556815481488 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8765] ppid=8701 vsize=10997500 CPUtime=13.04 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8765/stat : 8765 (java) S 8701 8704 7954 0 -1 1077944384 13134 12260 0 0 1228 64 9 3 20 0 20 0 4096599 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556814428688 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8766] ppid=8701 vsize=10997500 CPUtime=13.24 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8766/stat : 8766 (java) S 8701 8704 7954 0 -1 1077944384 12913 12260 0 0 1251 61 9 3 20 0 20 0 4096599 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556813375888 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8767] ppid=8701 vsize=10997500 CPUtime=13.21 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8767/stat : 8767 (java) S 8701 8704 7954 0 -1 1077944384 16491 12260 0 0 1250 59 9 3 20 0 20 0 4096599 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556812323088 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8768] ppid=8701 vsize=10997500 CPUtime=3.59 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8768/stat : 8768 (java) S 8701 8704 7954 0 -1 1077944384 30556 12260 0 0 312 35 9 3 20 0 20 0 4096601 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556686543728 140557212670594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8769] ppid=8701 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8769/stat : 8769 (java) S 8701 8704 7954 0 -1 1077944384 59 12260 0 0 0 0 9 3 20 0 20 0 4096601 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556685489760 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8770] ppid=8701 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8770/stat : 8770 (java) S 8701 8704 7954 0 -1 1077944384 49 12260 0 0 0 0 9 3 20 0 20 0 4096602 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556684436864 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8771] ppid=8701 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8771/stat : 8771 (java) S 8701 8704 7954 0 -1 1077944384 1 12260 0 0 0 0 9 3 20 0 20 0 4096606 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556683385168 140557212678043 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8772] ppid=8701 vsize=10997500 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8772/stat : 8772 (java) S 8701 8704 7954 0 -1 1077944384 16240 12260 0 0 582 5 9 3 20 0 20 0 4096606 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556682332528 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8773] ppid=8701 vsize=10997500 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8773/stat : 8773 (java) S 8701 8704 7954 0 -1 1077944384 12975 12260 0 0 592 4 9 3 20 0 20 0 4096606 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556681279728 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8774] ppid=8701 vsize=10997500 CPUtime=6.43 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8774/stat : 8774 (java) S 8701 8704 7954 0 -1 1077944384 21828 12260 0 0 627 4 9 3 20 0 20 0 4096606 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556680226928 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8775] ppid=8701 vsize=10997500 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8775/stat : 8775 (java) S 8701 8704 7954 0 -1 1077944384 17147 12260 0 0 291 5 9 3 20 0 20 0 4096606 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556679174128 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8776] ppid=8701 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8776/stat : 8776 (java) S 8701 8704 7954 0 -1 1077944384 3 12260 0 0 0 0 9 3 20 0 20 0 4096606 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556678122592 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8777] ppid=8701 vsize=10997500 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8777/stat : 8777 (java) S 8701 8704 7954 0 -1 1077944384 1653 12260 0 0 64 64 9 3 20 0 20 0 4096607 11261440000 454660 33554432000 4194304 4196468 140727953313232 140556677069872 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2290.4 s]
/proc/loadavg: 1.33 1.43 1.46 10/283 9006
/proc/meminfo: memFree=28374008/32770624 swapFree=5800/270360
[pid=8704] ppid=8701 vsize=11130628 CPUtime=2404.31 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 341518 12260 0 0 239781 638 9 3 20 0 22 0 4096585 11397763072 456171 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2782657 456171 3519 1 0 2770212 0
[pid=8704/tid=8759] ppid=8701 vsize=11130628 CPUtime=2270.06 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8759/stat : 8759 (java) S 8701 8704 7954 0 -1 1077944384 113116 12260 0 0 226937 57 9 3 20 0 22 0 4096598 11397763072 456171 33554432000 4194304 4196468 140727953313232 140557216896992 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8760] ppid=8701 vsize=11130628 CPUtime=13.49 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8760/stat : 8760 (java) R 8701 8704 7954 0 -1 4202560 9151 12260 0 0 1279 58 9 3 20 0 22 0 4096599 11397763072 456171 33554432000 4194304 4196468 140727953313232 140557169212680 140557197360010 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8761] ppid=8701 vsize=11130628 CPUtime=13.75 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8761/stat : 8761 (java) R 8701 8704 7954 0 -1 4202560 16916 12260 0 0 1296 67 9 3 20 0 22 0 4096599 11397763072 456171 33554432000 4194304 4196468 140727953313232 140557168159880 140557197360091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8762] ppid=8701 vsize=11130628 CPUtime=13.65 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8762/stat : 8762 (java) R 8701 8704 7954 0 -1 4202560 15554 12260 0 0 1289 64 9 3 20 0 22 0 4096599 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556817587208 140557197655836 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8763] ppid=8701 vsize=11130628 CPUtime=13.69 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8763/stat : 8763 (java) R 8701 8704 7954 0 -1 4202560 18432 12260 0 0 1296 61 9 3 20 0 22 0 4096599 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556816534408 140557197360070 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8764] ppid=8701 vsize=11130628 CPUtime=13.48 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8764/stat : 8764 (java) R 8701 8704 7954 0 -1 4202560 17048 12260 0 0 1278 58 9 3 20 0 22 0 4096599 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556815481608 140557197360091 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8765] ppid=8701 vsize=11130628 CPUtime=13.57 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8765/stat : 8765 (java) R 8701 8704 7954 0 -1 4202560 13198 12260 0 0 1281 64 9 3 20 0 22 0 4096599 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556814428808 140557197360083 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8766] ppid=8701 vsize=11130628 CPUtime=13.77 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8766/stat : 8766 (java) R 8701 8704 7954 0 -1 4202560 12916 12260 0 0 1304 61 9 3 20 0 22 0 4096599 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556813376008 140557197360091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8767] ppid=8701 vsize=11130628 CPUtime=13.75 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8767/stat : 8767 (java) R 8701 8704 7954 0 -1 4202560 16537 12260 0 0 1303 60 9 3 20 0 22 0 4096599 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556812323208 140557197360083 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8768] ppid=8701 vsize=11130628 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8768/stat : 8768 (java) S 8701 8704 7954 0 -1 1077944384 36324 12260 0 0 317 35 9 3 20 0 22 0 4096601 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556686542352 140557212669653 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8769] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8769/stat : 8769 (java) S 8701 8704 7954 0 -1 1077944384 59 12260 0 0 0 0 9 3 20 0 22 0 4096601 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556685489760 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8770] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8770/stat : 8770 (java) S 8701 8704 7954 0 -1 1077944384 49 12260 0 0 0 0 9 3 20 0 22 0 4096602 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556684436864 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8771] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8771/stat : 8771 (java) S 8701 8704 7954 0 -1 1077944384 94 12260 0 0 0 0 9 3 20 0 22 0 4096606 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556683385168 140557212678043 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8772] ppid=8701 vsize=11130628 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8772/stat : 8772 (java) S 8701 8704 7954 0 -1 1077944384 16242 12260 0 0 582 5 9 3 20 0 22 0 4096606 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556682332528 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8773] ppid=8701 vsize=11130628 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8773/stat : 8773 (java) S 8701 8704 7954 0 -1 1077944384 13001 12260 0 0 592 4 9 3 20 0 22 0 4096606 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556681270080 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8774] ppid=8701 vsize=11130628 CPUtime=6.43 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8774/stat : 8774 (java) S 8701 8704 7954 0 -1 1077944384 21830 12260 0 0 627 4 9 3 20 0 22 0 4096606 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556680226928 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8775] ppid=8701 vsize=11130628 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8775/stat : 8775 (java) S 8701 8704 7954 0 -1 1077944384 17149 12260 0 0 291 5 9 3 20 0 22 0 4096606 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556679174128 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8776] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8776/stat : 8776 (java) S 8701 8704 7954 0 -1 1077944384 3 12260 0 0 0 0 9 3 20 0 22 0 4096606 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556678122592 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8777] ppid=8701 vsize=11130628 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8777/stat : 8777 (java) S 8701 8704 7954 0 -1 1077944384 1653 12260 0 0 64 64 9 3 20 0 22 0 4096607 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556677069872 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=9005] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/9005/stat : 9005 (java) S 8701 8704 7954 0 -1 1077944384 87 12260 0 0 0 0 9 3 20 0 22 0 4325565 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556648247920 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=9006] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/9006/stat : 9006 (java) S 8701 8704 7954 0 -1 1077944384 25 12260 0 0 0 0 9 3 20 0 22 0 4325566 11397763072 456171 33554432000 4194304 4196468 140727953313232 140556647195840 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
Current children cumulated CPU time (s) 2404.31
Current children cumulated vsize (KiB) 11130628

[startup+2291.2 s]
/proc/loadavg: 1.33 1.43 1.46 10/283 9006
/proc/meminfo: memFree=28374008/32770624 swapFree=5800/270360
[pid=8704] ppid=8701 vsize=11130628 CPUtime=2409.86 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) S 8701 8704 7954 0 -1 1077944320 341643 12260 0 0 240335 639 9 3 20 0 22 0 4096585 11397763072 455961 33554432000 4194304 4196468 140727953313232 140727953295776 140557212659447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
/proc/8704/statm: 2782657 455961 3519 1 0 2770212 0
[pid=8704/tid=8759] ppid=8701 vsize=11130628 CPUtime=2270.06 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8759/stat : 8759 (java) S 8701 8704 7954 0 -1 1077944384 113116 12260 0 0 226937 57 9 3 20 0 22 0 4096598 11397763072 455961 33554432000 4194304 4196468 140727953313232 140557216896992 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8760] ppid=8701 vsize=11130628 CPUtime=14.17 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8760/stat : 8760 (java) R 8701 8704 7954 0 -1 4202560 9151 12260 0 0 1347 58 9 3 20 0 22 0 4096599 11397763072 455961 33554432000 4194304 4196468 140727953313232 140557169212560 140557197357086 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8761] ppid=8701 vsize=11130628 CPUtime=14.44 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8761/stat : 8761 (java) R 8701 8704 7954 0 -1 4202560 16916 12260 0 0 1365 67 9 3 20 0 22 0 4096599 11397763072 455961 33554432000 4194304 4196468 140727953313232 140557168159760 140557197357026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8762] ppid=8701 vsize=11130628 CPUtime=14.33 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8762/stat : 8762 (java) R 8701 8704 7954 0 -1 4202560 15554 12260 0 0 1357 64 9 3 20 0 22 0 4096599 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556817587288 140557197357208 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8763] ppid=8701 vsize=11130628 CPUtime=14.38 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8763/stat : 8763 (java) R 8701 8704 7954 0 -1 4202560 18432 12260 0 0 1365 61 9 3 20 0 22 0 4096599 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556816534488 140557197610052 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8764] ppid=8701 vsize=11130628 CPUtime=14.14 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8764/stat : 8764 (java) R 8701 8704 7954 0 -1 4202560 17048 12260 0 0 1344 58 9 3 20 0 22 0 4096599 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556815481488 140557194256470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8765] ppid=8701 vsize=11130628 CPUtime=14.26 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8765/stat : 8765 (java) R 8701 8704 7954 0 -1 4202560 13198 12260 0 0 1350 64 9 3 20 0 22 0 4096599 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556814428688 140557197644484 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8766] ppid=8701 vsize=11130628 CPUtime=14.45 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8766/stat : 8766 (java) R 8701 8704 7954 0 -1 4202560 12916 12260 0 0 1372 61 9 3 20 0 22 0 4096599 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556813375888 140557194256458 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8767] ppid=8701 vsize=11130628 CPUtime=14.42 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8767/stat : 8767 (java) R 8701 8704 7954 0 -1 4202560 16583 12260 0 0 1370 60 9 3 20 0 22 0 4096599 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556812323088 140557197114204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8768] ppid=8701 vsize=11130628 CPUtime=3.74 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8768/stat : 8768 (java) S 8701 8704 7954 0 -1 1077944384 36399 12260 0 0 327 35 9 3 20 0 22 0 4096601 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556686542128 140557212669653 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8769] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8769/stat : 8769 (java) S 8701 8704 7954 0 -1 1077944384 60 12260 0 0 0 0 9 3 20 0 22 0 4096601 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556685489264 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8770] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8770/stat : 8770 (java) S 8701 8704 7954 0 -1 1077944384 49 12260 0 0 0 0 9 3 20 0 22 0 4096602 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556684436864 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8771] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8771/stat : 8771 (java) S 8701 8704 7954 0 -1 1077944384 94 12260 0 0 0 0 9 3 20 0 22 0 4096606 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556683385168 140557212678043 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8772] ppid=8701 vsize=11130628 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8772/stat : 8772 (java) S 8701 8704 7954 0 -1 1077944384 16242 12260 0 0 582 5 9 3 20 0 22 0 4096606 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556682332528 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8773] ppid=8701 vsize=11130628 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8773/stat : 8773 (java) S 8701 8704 7954 0 -1 1077944384 13001 12260 0 0 592 4 9 3 20 0 22 0 4096606 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556681269264 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8774] ppid=8701 vsize=11130628 CPUtime=6.43 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8774/stat : 8774 (java) S 8701 8704 7954 0 -1 1077944384 21830 12260 0 0 627 4 9 3 20 0 22 0 4096606 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556680226928 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8775] ppid=8701 vsize=11130628 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8775/stat : 8775 (java) S 8701 8704 7954 0 -1 1077944384 17149 12260 0 0 291 5 9 3 20 0 22 0 4096606 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556679174128 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8776] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8776/stat : 8776 (java) S 8701 8704 7954 0 -1 1077944384 3 12260 0 0 0 0 9 3 20 0 22 0 4096606 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556678122592 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=8777] ppid=8701 vsize=11130628 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8777/stat : 8777 (java) S 8701 8704 7954 0 -1 1077944384 1653 12260 0 0 64 64 9 3 20 0 22 0 4096607 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556677069872 140557212670594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=9005] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/9005/stat : 9005 (java) S 8701 8704 7954 0 -1 1077944384 87 12260 0 0 0 0 9 3 20 0 22 0 4325565 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556648247920 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
[pid=8704/tid=9006] ppid=8701 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8704/task/9006/stat : 9006 (java) S 8701 8704 7954 0 -1 1077944384 28 12260 0 0 0 0 9 3 20 0 22 0 4325566 11397763072 455961 33554432000 4194304 4196468 140727953313232 140556647195840 140557212669653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29679616 140727953320641 140727953323415 140727953323415 140727953326031 0
Current children cumulated CPU time (s) 2409.86
Current children cumulated vsize (KiB) 11130628

[startup+2291.41 s]
/proc/loadavg: 1.33 1.43 1.46 3/283 9006
/proc/meminfo: memFree=28374612/32770624 swapFree=5800/270360
[pid=8704] ppid=8701 vsize=0 CPUtime=2411.2 cores=0,2,4,6,8,10,12,14
/proc/8704/stat : 8704 (java) Z 8701 8704 7954 0 -1 4228108 341798 12260 0 0 240469 639 9 3 20 0 2 0 4096585 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/8704/statm: 0 0 0 0 0 0 0
[pid=8704/tid=8767] ppid=8701 vsize=0 CPUtime=14.58 cores=0,2,4,6,8,10,12,14
/proc/8704/task/8767/stat : 8767 (java) R 8701 8704 7954 0 -1 4203588 16589 12260 0 0 1386 60 9 3 20 0 2 0 4096599 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2411.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2291.41
CPU time (s): 2411.22
CPU user time (s): 2404.78
CPU system time (s): 6.43581
CPU usage (%): 105.228
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2404.78
system time used= 6.43581
maximum resident set size= 3062420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161692
involuntary context switches= 149998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5799 second user time and 20.8814 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 03:51:31
IDJOB=4244490
IDBENCH=115738
IDSOLVER=2630
FILE ID=node128/4244490-1500688291
RUNJOBID= node128-1500683681-7985
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-20-7.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244490-1500688291/watcher-4244490-1500688291 -o /tmp/evaluation-result-4244490-1500688291/solver-4244490-1500688291 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560  bin/concrete HOME/instance-4244490-1500688291.xml

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

MD5SUM BENCH= ecccf1fc77215d60d30343c091882466
RANDOM SEED=298485108

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30275784 kB
MemAvailable:   30473516 kB
Buffers:          105956 kB
Cached:           375068 kB
SwapCached:            0 kB
Active:          1786256 kB
Inactive:         276748 kB
Active(anon):    1584772 kB
Inactive(anon):     8744 kB
Active(file):     201484 kB
Inactive(file):   268004 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24380 kB
Writeback:             0 kB
AnonPages:       1587824 kB
Mapped:            43424 kB
Shmem:              8844 kB
Slab:             120904 kB
SReclaimable:      88160 kB
SUnreclaim:        32744 kB
KernelStack:        4480 kB
PageTables:         8760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2296312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1359872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61972 MiB
End job on node128 at 2017-07-22 04:29:43