Trace number 4244567

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) 2405.92 2313.72

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-15-9.xml
MD5SUMace514d87f50dd866893bf6c8eeff4c9
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 variables480
Number of constraints495
Number of domains1
Minimum domain size1820
Maximum domain size1820
Distribution of domain sizes[{"size":1820,"count":480}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":450}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":450},{"arity":30,"count":15}]
Number of extensional constraints0
Number of intensional constraints480
Distribution of constraint types[{"type":"intension","count":480},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=9215
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.73 1.53 1.49 3/261 9218
/proc/meminfo: memFree=29005100/32770624 swapFree=5800/270464
[pid=9218] ppid=9215 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (bash) S 9215 9218 7954 0 -1 4202496 686 1530 0 0 0 0 0 0 20 0 1 0 4331106 9736192 351 33554432000 4194304 5098028 140737123653744 140737123651384 139847584545792 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 17784832 140737123661070 140737123661155 140737123661155 140737123663854 0
/proc/9218/statm: 2377 351 278 221 0 86 0

[startup+0.100204 s]
/proc/loadavg: 1.73 1.53 1.49 3/261 9218
/proc/meminfo: memFree=29005100/32770624 swapFree=5800/270464
[pid=9218] ppid=9215 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (bash) S 9215 9218 7954 0 -1 4202496 885 6409 0 0 0 0 0 1 20 0 1 0 4331106 9871360 378 33554432000 4194304 5098028 140737123653744 140737123647752 139847584545792 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 17784832 140737123661070 140737123661155 140737123661155 140737123663854 0
/proc/9218/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200412 s]
/proc/loadavg: 1.73 1.53 1.49 3/261 9218
/proc/meminfo: memFree=29005100/32770624 swapFree=5800/270464
[pid=9218] ppid=9215 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 5013 12292 0 0 5 1 8 4 20 0 13 0 4331106 10686320640 4855 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800971 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2608965 4855 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300306 s]
/proc/loadavg: 1.73 1.53 1.49 3/261 9218
/proc/meminfo: memFree=29005100/32770624 swapFree=5800/270464
[pid=9218] ppid=9215 vsize=10902292 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 9231 12292 0 0 21 2 8 4 20 0 20 0 4331106 11163947008 9826 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2725573 9826 2984 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700231 s]
/proc/loadavg: 1.73 1.53 1.49 3/261 9218
/proc/meminfo: memFree=29005100/32770624 swapFree=5800/270464
[pid=9218] ppid=9215 vsize=10902720 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 13326 12292 0 0 83 4 8 4 20 0 20 0 4331106 11164385280 16097 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2725680 16097 3231 1 0 2713890 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10902720

[startup+1.50125 s]
/proc/loadavg: 1.73 1.53 1.49 3/281 9291
/proc/meminfo: memFree=28895880/32770624 swapFree=5800/270504
[pid=9218] ppid=9215 vsize=10913344 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 28091 12292 0 0 206 12 8 4 20 0 20 0 4331106 11175264256 44438 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2728336 44438 3406 1 0 2716450 0
[pid=9218/tid=9273] ppid=9215 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9273/stat : 9273 (java) R 9215 9218 7954 0 -1 4202560 19890 12292 0 0 125 5 8 4 20 0 20 0 4331119 11175264256 44438 33554432000 4194304 4196468 140725955115760 139640362228824 139640342046053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9274] ppid=9215 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9274/stat : 9274 (java) S 9215 9218 7954 0 -1 1077944384 21 12292 0 0 1 0 8 4 20 0 20 0 4331120 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639965281168 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9275] ppid=9215 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9275/stat : 9275 (java) S 9215 9218 7954 0 -1 1077944384 48 12292 0 0 1 0 8 4 20 0 20 0 4331120 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639964228368 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9276] ppid=9215 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9276/stat : 9276 (java) S 9215 9218 7954 0 -1 1077944384 23 12292 0 0 1 0 8 4 20 0 20 0 4331120 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639963176080 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9277] ppid=9215 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9277/stat : 9277 (java) S 9215 9218 7954 0 -1 1077944384 31 12292 0 0 1 0 8 4 20 0 20 0 4331120 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639962123280 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9278] ppid=9215 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9278/stat : 9278 (java) S 9215 9218 7954 0 -1 1077944384 31 12292 0 0 0 0 8 4 20 0 20 0 4331120 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639961069968 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9279] ppid=9215 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9279/stat : 9279 (java) S 9215 9218 7954 0 -1 1077944384 12 12292 0 0 1 0 8 4 20 0 20 0 4331120 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639960017168 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9280] ppid=9215 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9280/stat : 9280 (java) S 9215 9218 7954 0 -1 1077944384 22 12292 0 0 1 0 8 4 20 0 20 0 4331120 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639958964880 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9281] ppid=9215 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9281/stat : 9281 (java) S 9215 9218 7954 0 -1 1077944384 131 12292 0 0 1 0 8 4 20 0 20 0 4331120 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639957912080 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9282] ppid=9215 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9282/stat : 9282 (java) S 9215 9218 7954 0 -1 1077944384 1242 12292 0 0 1 0 8 4 20 0 20 0 4331122 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639832582768 139640358013570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9283] ppid=9215 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9283/stat : 9283 (java) S 9215 9218 7954 0 -1 1077944384 55 12292 0 0 0 0 8 4 20 0 20 0 4331123 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639831528800 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9284] ppid=9215 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9284/stat : 9284 (java) S 9215 9218 7954 0 -1 1077944384 43 12292 0 0 0 0 8 4 20 0 20 0 4331123 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639830476400 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9285] ppid=9215 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9285/stat : 9285 (java) S 9215 9218 7954 0 -1 1077944384 1 12292 0 0 0 0 8 4 20 0 20 0 4331126 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639829424720 139640358021019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9286] ppid=9215 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9286/stat : 9286 (java) S 9215 9218 7954 0 -1 1077944384 1771 12292 0 0 16 0 8 4 20 0 20 0 4331126 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639828371568 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9287] ppid=9215 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9287/stat : 9287 (java) S 9215 9218 7954 0 -1 1077944384 546 12292 0 0 9 0 8 4 20 0 20 0 4331126 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639827318768 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9288] ppid=9215 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9288/stat : 9288 (java) R 9215 9218 7954 0 -1 4202560 501 12292 0 0 15 0 8 4 20 0 20 0 4331126 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639826252448 139640350243813 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9289] ppid=9215 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9289/stat : 9289 (java) R 9215 9218 7954 0 -1 4202560 1589 12292 0 0 26 0 8 4 20 0 20 0 4331126 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639825213680 139640337717212 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9290] ppid=9215 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9290/stat : 9290 (java) S 9215 9218 7954 0 -1 1077944384 3 12292 0 0 0 0 8 4 20 0 20 0 4331127 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639824161632 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9291] ppid=9215 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9291/stat : 9291 (java) S 9215 9218 7954 0 -1 1077944384 3 12292 0 0 0 0 8 4 20 0 20 0 4331127 11175264256 44438 33554432000 4194304 4196468 140725955115760 139639823108912 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10114 s]
/proc/loadavg: 1.73 1.53 1.49 5/281 9291
/proc/meminfo: memFree=28812840/32770624 swapFree=5800/270504
[pid=9218] ppid=9215 vsize=10925820 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 45274 12292 0 0 673 18 8 4 20 0 20 0 4331106 11188039680 56665 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2731455 56665 3477 1 0 2719010 0
[pid=9218/tid=9273] ppid=9215 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9273/stat : 9273 (java) R 9215 9218 7954 0 -1 4202560 25695 12292 0 0 282 7 8 4 20 0 20 0 4331119 11188039680 56665 33554432000 4194304 4196468 140725955115760 139640362235352 139639996057600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9274] ppid=9215 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9274/stat : 9274 (java) S 9215 9218 7954 0 -1 1077944384 21 12292 0 0 1 0 8 4 20 0 20 0 4331120 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639965281168 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9275] ppid=9215 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9275/stat : 9275 (java) S 9215 9218 7954 0 -1 1077944384 48 12292 0 0 1 0 8 4 20 0 20 0 4331120 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639964228368 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9276] ppid=9215 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9276/stat : 9276 (java) S 9215 9218 7954 0 -1 1077944384 23 12292 0 0 1 0 8 4 20 0 20 0 4331120 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639963176080 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9277] ppid=9215 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9277/stat : 9277 (java) S 9215 9218 7954 0 -1 1077944384 31 12292 0 0 1 0 8 4 20 0 20 0 4331120 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639962123280 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9278] ppid=9215 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9278/stat : 9278 (java) S 9215 9218 7954 0 -1 1077944384 31 12292 0 0 0 0 8 4 20 0 20 0 4331120 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639961069968 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9279] ppid=9215 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9279/stat : 9279 (java) S 9215 9218 7954 0 -1 1077944384 12 12292 0 0 1 0 8 4 20 0 20 0 4331120 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639960017168 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9280] ppid=9215 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9280/stat : 9280 (java) S 9215 9218 7954 0 -1 1077944384 22 12292 0 0 1 0 8 4 20 0 20 0 4331120 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639958964880 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9281] ppid=9215 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9281/stat : 9281 (java) S 9215 9218 7954 0 -1 1077944384 131 12292 0 0 1 0 8 4 20 0 20 0 4331120 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639957912080 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9282] ppid=9215 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9282/stat : 9282 (java) S 9215 9218 7954 0 -1 1077944384 1359 12292 0 0 2 0 8 4 20 0 20 0 4331122 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639832582768 139640358013570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9283] ppid=9215 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9283/stat : 9283 (java) S 9215 9218 7954 0 -1 1077944384 55 12292 0 0 0 0 8 4 20 0 20 0 4331123 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639831528800 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9284] ppid=9215 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9284/stat : 9284 (java) S 9215 9218 7954 0 -1 1077944384 43 12292 0 0 0 0 8 4 20 0 20 0 4331123 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639830476400 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9285] ppid=9215 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9285/stat : 9285 (java) S 9215 9218 7954 0 -1 1077944384 1 12292 0 0 0 0 8 4 20 0 20 0 4331126 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639829424720 139640358021019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9286] ppid=9215 vsize=10925820 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9286/stat : 9286 (java) R 9215 9218 7954 0 -1 4202560 3028 12292 0 0 81 1 8 4 20 0 20 0 4331126 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639828371864 139640337430727 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9287] ppid=9215 vsize=10925820 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9287/stat : 9287 (java) R 9215 9218 7954 0 -1 4202560 5032 12292 0 0 106 1 8 4 20 0 20 0 4331126 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639827308376 139640341961759 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9288] ppid=9215 vsize=10925820 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9288/stat : 9288 (java) R 9215 9218 7954 0 -1 4202560 1589 12292 0 0 68 1 8 4 20 0 20 0 4331126 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639826242560 139640342907688 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9289] ppid=9215 vsize=10925820 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9289/stat : 9289 (java) R 9215 9218 7954 0 -1 4202560 6013 12292 0 0 122 1 8 4 20 0 20 0 4331126 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639825211640 139640336625296 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9290] ppid=9215 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9290/stat : 9290 (java) S 9215 9218 7954 0 -1 1077944384 3 12292 0 0 0 0 8 4 20 0 20 0 4331127 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639824161632 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9291] ppid=9215 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9291/stat : 9291 (java) S 9215 9218 7954 0 -1 1077944384 5 12292 0 0 0 0 8 4 20 0 20 0 4331127 11188039680 56665 33554432000 4194304 4196468 140725955115760 139639823108912 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 10925820

[startup+6.30123 s]
/proc/loadavg: 1.83 1.55 1.50 4/281 9291
/proc/meminfo: memFree=28567140/32770624 swapFree=5800/270512
[pid=9218] ppid=9215 vsize=10927868 CPUtime=17.82 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 57146 12292 0 0 1689 81 8 4 20 0 20 0 4331106 11190136832 119338 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2731967 119338 3499 1 0 2719522 0
[pid=9218/tid=9273] ppid=9215 vsize=10927868 CPUtime=6.02 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9273/stat : 9273 (java) R 9215 9218 7954 0 -1 4202560 27676 12292 0 0 581 9 8 4 20 0 20 0 4331119 11190136832 119338 33554432000 4194304 4196468 140725955115760 139640362236112 139639996811728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9274] ppid=9215 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9274/stat : 9274 (java) S 9215 9218 7954 0 -1 1077944384 123 12292 0 0 9 7 8 4 20 0 20 0 4331120 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639965281168 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9275] ppid=9215 vsize=10927868 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9275/stat : 9275 (java) S 9215 9218 7954 0 -1 1077944384 185 12292 0 0 10 8 8 4 20 0 20 0 4331120 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639964228368 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9276] ppid=9215 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9276/stat : 9276 (java) S 9215 9218 7954 0 -1 1077944384 129 12292 0 0 9 7 8 4 20 0 20 0 4331120 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639963176080 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9277] ppid=9215 vsize=10927868 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9277/stat : 9277 (java) S 9215 9218 7954 0 -1 1077944384 124 12292 0 0 11 7 8 4 20 0 20 0 4331120 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639962123280 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9278] ppid=9215 vsize=10927868 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9278/stat : 9278 (java) S 9215 9218 7954 0 -1 1077944384 114 12292 0 0 8 7 8 4 20 0 20 0 4331120 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639961069968 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9279] ppid=9215 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9279/stat : 9279 (java) S 9215 9218 7954 0 -1 1077944384 101 12292 0 0 9 7 8 4 20 0 20 0 4331120 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639960017168 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9280] ppid=9215 vsize=10927868 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9280/stat : 9280 (java) S 9215 9218 7954 0 -1 1077944384 103 12292 0 0 9 8 8 4 20 0 20 0 4331120 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639958964880 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9281] ppid=9215 vsize=10927868 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9281/stat : 9281 (java) S 9215 9218 7954 0 -1 1077944384 224 12292 0 0 10 8 8 4 20 0 20 0 4331120 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639957912080 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9282] ppid=9215 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9282/stat : 9282 (java) S 9215 9218 7954 0 -1 1077944384 1600 12292 0 0 3 0 8 4 20 0 20 0 4331122 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639832582768 139640358013570 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9283] ppid=9215 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9283/stat : 9283 (java) S 9215 9218 7954 0 -1 1077944384 56 12292 0 0 0 0 8 4 20 0 20 0 4331123 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639831528800 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9284] ppid=9215 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9284/stat : 9284 (java) S 9215 9218 7954 0 -1 1077944384 43 12292 0 0 0 0 8 4 20 0 20 0 4331123 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639830476416 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9285] ppid=9215 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9285/stat : 9285 (java) S 9215 9218 7954 0 -1 1077944384 1 12292 0 0 0 0 8 4 20 0 20 0 4331126 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639829424720 139640358021019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9286] ppid=9215 vsize=10927868 CPUtime=2.82 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9286/stat : 9286 (java) R 9215 9218 7954 0 -1 4202560 4980 12292 0 0 269 1 8 4 20 0 20 0 4331126 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639828352768 139640339522555 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9287] ppid=9215 vsize=10927868 CPUtime=3.15 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9287/stat : 9287 (java) S 9215 9218 7954 0 -1 1077944384 6590 12292 0 0 301 2 8 4 20 0 20 0 4331126 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639827318768 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9288] ppid=9215 vsize=10927868 CPUtime=2.79 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9288/stat : 9288 (java) R 9215 9218 7954 0 -1 4202560 4957 12292 0 0 265 2 8 4 20 0 20 0 4331126 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639826255744 139640337221055 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9289] ppid=9215 vsize=10927868 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9289/stat : 9289 (java) S 9215 9218 7954 0 -1 1077944384 7995 12292 0 0 187 2 8 4 20 0 20 0 4331126 11190136832 119338 33554432000 4194304 4196468 140725955115760 139639825213680 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9290] ppid=9215 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2312.8 s]
/proc/loadavg: 1.46 1.44 1.42 3/282 9515
/proc/meminfo: memFree=27267220/32770624 swapFree=5800/273208
[pid=9218] ppid=9215 vsize=10931964 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 428178 12292 0 0 239473 517 8 4 20 0 20 0 4331106 11194331136 603257 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2732991 603257 3516 1 0 2720546 0
[pid=9218/tid=9273] ppid=9215 vsize=10931964 CPUtime=2292.34 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9273/stat : 9273 (java) R 9215 9218 7954 0 -1 4202560 170252 12292 0 0 229155 67 8 4 20 0 20 0 4331119 11194331136 603257 33554432000 4194304 4196468 140725955115760 139640362236656 139640016740211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9274] ppid=9215 vsize=10931964 CPUtime=10.37 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9274/stat : 9274 (java) S 9215 9218 7954 0 -1 1077944384 22844 12292 0 0 982 43 8 4 20 0 20 0 4331120 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639965281168 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9275] ppid=9215 vsize=10931964 CPUtime=10.36 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9275/stat : 9275 (java) S 9215 9218 7954 0 -1 1077944384 23515 12292 0 0 975 49 8 4 20 0 20 0 4331120 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639964228368 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9276] ppid=9215 vsize=10931964 CPUtime=10.38 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9276/stat : 9276 (java) S 9215 9218 7954 0 -1 1077944384 14775 12292 0 0 981 45 8 4 20 0 20 0 4331120 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639963176080 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9277] ppid=9215 vsize=10931964 CPUtime=10.51 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9277/stat : 9277 (java) S 9215 9218 7954 0 -1 1077944384 19798 12292 0 0 996 43 8 4 20 0 20 0 4331120 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639962123280 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9278] ppid=9215 vsize=10931964 CPUtime=10.3 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9278/stat : 9278 (java) S 9215 9218 7954 0 -1 1077944384 20869 12292 0 0 974 44 8 4 20 0 20 0 4331120 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639961069968 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9279] ppid=9215 vsize=10931964 CPUtime=10.26 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9279/stat : 9279 (java) S 9215 9218 7954 0 -1 1077944384 19880 12292 0 0 971 43 8 4 20 0 20 0 4331120 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639960017168 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9280] ppid=9215 vsize=10931964 CPUtime=10.45 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9280/stat : 9280 (java) S 9215 9218 7954 0 -1 1077944384 27559 12292 0 0 985 48 8 4 20 0 20 0 4331120 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639958964880 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9281] ppid=9215 vsize=10931964 CPUtime=10.46 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9281/stat : 9281 (java) S 9215 9218 7954 0 -1 1077944384 16978 12292 0 0 988 46 8 4 20 0 20 0 4331120 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639957912080 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9282] ppid=9215 vsize=10931964 CPUtime=6.41 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9282/stat : 9282 (java) S 9215 9218 7954 0 -1 1077944384 30154 12292 0 0 588 41 8 4 20 0 20 0 4331122 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639832582768 139640358013570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9283] ppid=9215 vsize=10931964 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9283/stat : 9283 (java) S 9215 9218 7954 0 -1 1077944384 61 12292 0 0 0 0 8 4 20 0 20 0 4331123 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639831528864 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9284] ppid=9215 vsize=10931964 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9284/stat : 9284 (java) S 9215 9218 7954 0 -1 1077944384 55 12292 0 0 1 0 8 4 20 0 20 0 4331123 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639830476416 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9285] ppid=9215 vsize=10931964 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9285/stat : 9285 (java) S 9215 9218 7954 0 -1 1077944384 1 12292 0 0 0 0 8 4 20 0 20 0 4331126 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639829424720 139640358021019 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9286] ppid=9215 vsize=10931964 CPUtime=5.27 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9286/stat : 9286 (java) S 9215 9218 7954 0 -1 1077944384 16435 12292 0 0 511 4 8 4 20 0 20 0 4331126 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639828371568 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9287] ppid=9215 vsize=10931964 CPUtime=5.08 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9287/stat : 9287 (java) S 9215 9218 7954 0 -1 1077944384 12134 12292 0 0 493 3 8 4 20 0 20 0 4331126 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639827318768 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9288] ppid=9215 vsize=10931964 CPUtime=5.06 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9288/stat : 9288 (java) S 9215 9218 7954 0 -1 1077944384 13720 12292 0 0 491 3 8 4 20 0 20 0 4331126 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639826266480 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9289] ppid=9215 vsize=10931964 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9289/stat : 9289 (java) S 9215 9218 7954 0 -1 1077944384 15191 12292 0 0 266 3 8 4 20 0 20 0 4331126 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639825213680 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9290] ppid=9215 vsize=10931964 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9290/stat : 9290 (java) S 9215 9218 7954 0 -1 1077944384 3 12292 0 0 0 0 8 4 20 0 20 0 4331127 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639824161632 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9291] ppid=9215 vsize=10931964 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9291/stat : 9291 (java) S 9215 9218 7954 0 -1 1077944384 1822 12292 0 0 63 69 8 4 20 0 20 0 4331127 11194331136 603257 33554432000 4194304 4196468 140725955115760 139639823108912 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10931964

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 9218 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2313.2 s]
/proc/loadavg: 1.46 1.44 1.42 3/282 9515
/proc/meminfo: memFree=27267220/32770624 swapFree=5800/273208
[pid=9218] ppid=9215 vsize=11065092 CPUtime=2402.7 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 442062 12292 0 0 239737 521 8 4 20 0 22 0 4331106 11330654208 606033 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2766273 606033 3516 1 0 2753828 0
[pid=9218/tid=9273] ppid=9215 vsize=11065092 CPUtime=2292.35 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9273/stat : 9273 (java) S 9215 9218 7954 0 -1 1077944384 171507 12292 0 0 229156 67 8 4 20 0 22 0 4331119 11330654208 606033 33554432000 4194304 4196468 140725955115760 139640362240176 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9274] ppid=9215 vsize=11065092 CPUtime=10.71 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9274/stat : 9274 (java) R 9215 9218 7954 0 -1 4202560 22891 12292 0 0 1015 44 8 4 20 0 22 0 4331120 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639965281288 139640350630631 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9275] ppid=9215 vsize=11065092 CPUtime=10.69 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9275/stat : 9275 (java) R 9215 9218 7954 0 -1 4202560 23551 12292 0 0 1007 50 8 4 20 0 22 0 4331120 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639964228488 139640350630631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9276] ppid=9215 vsize=11065092 CPUtime=10.72 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9276/stat : 9276 (java) R 9215 9218 7954 0 -1 4202560 14830 12292 0 0 1014 46 8 4 20 0 22 0 4331120 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639963176200 139640339612199 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9277] ppid=9215 vsize=11065092 CPUtime=10.84 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9277/stat : 9277 (java) R 9215 9218 7954 0 -1 4202560 19814 12292 0 0 1028 44 8 4 20 0 22 0 4331120 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639962123400 139640341385456 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9278] ppid=9215 vsize=11065092 CPUtime=10.63 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9278/stat : 9278 (java) R 9215 9218 7954 0 -1 4202560 20951 12292 0 0 1007 44 8 4 20 0 22 0 4331120 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639961070168 139640342703107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9279] ppid=9215 vsize=11065092 CPUtime=10.59 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9279/stat : 9279 (java) R 9215 9218 7954 0 -1 4202560 19939 12292 0 0 1003 44 8 4 20 0 22 0 4331120 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639960017288 139640350630631 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9280] ppid=9215 vsize=11065092 CPUtime=10.77 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9280/stat : 9280 (java) R 9215 9218 7954 0 -1 4202560 27596 12292 0 0 1017 48 8 4 20 0 22 0 4331120 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639958965000 139640350630631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9281] ppid=9215 vsize=11065092 CPUtime=10.79 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9281/stat : 9281 (java) R 9215 9218 7954 0 -1 4202560 17010 12292 0 0 1021 46 8 4 20 0 22 0 4331120 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639957912200 139640350630631 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9282] ppid=9215 vsize=11065092 CPUtime=6.46 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9282/stat : 9282 (java) S 9215 9218 7954 0 -1 1077944384 41732 12292 0 0 592 42 8 4 20 0 22 0 4331122 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639832581392 139640358012629 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9283] ppid=9215 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9283/stat : 9283 (java) S 9215 9218 7954 0 -1 1077944384 61 12292 0 0 0 0 8 4 20 0 22 0 4331123 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639831528864 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9284] ppid=9215 vsize=11065092 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9284/stat : 9284 (java) S 9215 9218 7954 0 -1 1077944384 55 12292 0 0 1 0 8 4 20 0 22 0 4331123 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639830476416 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9285] ppid=9215 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9285/stat : 9285 (java) S 9215 9218 7954 0 -1 1077944384 281 12292 0 0 0 0 8 4 20 0 22 0 4331126 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639829424720 139640358021019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9286] ppid=9215 vsize=11065092 CPUtime=5.27 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9286/stat : 9286 (java) S 9215 9218 7954 0 -1 1077944384 16435 12292 0 0 511 4 8 4 20 0 22 0 4331126 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639828371568 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9287] ppid=9215 vsize=11065092 CPUtime=5.09 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9287/stat : 9287 (java) S 9215 9218 7954 0 -1 1077944384 12181 12292 0 0 494 3 8 4 20 0 22 0 4331126 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639827310720 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9288] ppid=9215 vsize=11065092 CPUtime=5.06 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9288/stat : 9288 (java) S 9215 9218 7954 0 -1 1077944384 13720 12292 0 0 491 3 8 4 20 0 22 0 4331126 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639826266480 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9289] ppid=9215 vsize=11065092 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9289/stat : 9289 (java) S 9215 9218 7954 0 -1 1077944384 15191 12292 0 0 266 3 8 4 20 0 22 0 4331126 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639825213680 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9290] ppid=9215 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9290/stat : 9290 (java) S 9215 9218 7954 0 -1 1077944384 3 12292 0 0 0 0 8 4 20 0 22 0 4331127 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639824161632 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9291] ppid=9215 vsize=11065092 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9291/stat : 9291 (java) S 9215 9218 7954 0 -1 1077944384 1822 12292 0 0 63 69 8 4 20 0 22 0 4331127 11330654208 606033 33554432000 4194304 4196468 140725955115760 139639823108912 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
Current children cumulated CPU time (s) 2402.7
Current children cumulated vsize (KiB) 11065092

[startup+2313.6 s]
/proc/loadavg: 1.51 1.45 1.42 9/284 9517
/proc/meminfo: memFree=27256576/32770624 swapFree=5800/273212
[pid=9218] ppid=9215 vsize=11065092 CPUtime=2405.36 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) S 9215 9218 7954 0 -1 1077944320 442296 12292 0 0 240003 521 8 4 20 0 22 0 4331106 11330654208 606093 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
/proc/9218/statm: 2766273 606093 3516 1 0 2753828 0
[pid=9218/tid=9273] ppid=9215 vsize=11065092 CPUtime=2292.35 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9273/stat : 9273 (java) S 9215 9218 7954 0 -1 1077944384 171507 12292 0 0 229156 67 8 4 20 0 22 0 4331119 11330654208 606093 33554432000 4194304 4196468 140725955115760 139640362240176 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9274] ppid=9215 vsize=11065092 CPUtime=11.04 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9274/stat : 9274 (java) R 9215 9218 7954 0 -1 4202560 22899 12292 0 0 1048 44 8 4 20 0 22 0 4331120 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639965281368 139640342457180 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9275] ppid=9215 vsize=11065092 CPUtime=11.01 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9275/stat : 9275 (java) R 9215 9218 7954 0 -1 4202560 23554 12292 0 0 1039 50 8 4 20 0 22 0 4331120 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639964228568 139640342456096 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9276] ppid=9215 vsize=11065092 CPUtime=11.05 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9276/stat : 9276 (java) R 9215 9218 7954 0 -1 4202560 14840 12292 0 0 1047 46 8 4 20 0 22 0 4331120 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639963176280 139640339598241 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9277] ppid=9215 vsize=11065092 CPUtime=11.16 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9277/stat : 9277 (java) R 9215 9218 7954 0 -1 4202560 19831 12292 0 0 1060 44 8 4 20 0 22 0 4331120 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639962123480 139640339599434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9278] ppid=9215 vsize=11065092 CPUtime=10.96 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9278/stat : 9278 (java) R 9215 9218 7954 0 -1 4202560 20954 12292 0 0 1040 44 8 4 20 0 22 0 4331120 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639961069856 139640342699983 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9279] ppid=9215 vsize=11065092 CPUtime=10.92 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9279/stat : 9279 (java) R 9215 9218 7954 0 -1 4202560 19944 12292 0 0 1036 44 8 4 20 0 22 0 4331120 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639960017368 139640342953043 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9280] ppid=9215 vsize=11065092 CPUtime=11.09 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9280/stat : 9280 (java) R 9215 9218 7954 0 -1 4202560 27601 12292 0 0 1049 48 8 4 20 0 22 0 4331120 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639958964768 139640339598864 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9281] ppid=9215 vsize=11065092 CPUtime=11.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9281/stat : 9281 (java) R 9215 9218 7954 0 -1 4202560 17028 12292 0 0 1054 47 8 4 20 0 22 0 4331120 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639957912280 139640339599434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9282] ppid=9215 vsize=11065092 CPUtime=6.53 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9282/stat : 9282 (java) S 9215 9218 7954 0 -1 1077944384 41885 12292 0 0 599 42 8 4 20 0 22 0 4331122 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639832581168 139640358012629 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9283] ppid=9215 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9283/stat : 9283 (java) S 9215 9218 7954 0 -1 1077944384 65 12292 0 0 0 0 8 4 20 0 22 0 4331123 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639831528848 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9284] ppid=9215 vsize=11065092 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9284/stat : 9284 (java) S 9215 9218 7954 0 -1 1077944384 55 12292 0 0 1 0 8 4 20 0 22 0 4331123 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639830476416 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9285] ppid=9215 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9285/stat : 9285 (java) S 9215 9218 7954 0 -1 1077944384 281 12292 0 0 0 0 8 4 20 0 22 0 4331126 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639829424720 139640358021019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9286] ppid=9215 vsize=11065092 CPUtime=5.27 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9286/stat : 9286 (java) S 9215 9218 7954 0 -1 1077944384 16435 12292 0 0 511 4 8 4 20 0 22 0 4331126 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639828371568 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9287] ppid=9215 vsize=11065092 CPUtime=5.09 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9287/stat : 9287 (java) S 9215 9218 7954 0 -1 1077944384 12187 12292 0 0 494 3 8 4 20 0 22 0 4331126 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639827308448 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9288] ppid=9215 vsize=11065092 CPUtime=5.06 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9288/stat : 9288 (java) S 9215 9218 7954 0 -1 1077944384 13720 12292 0 0 491 3 8 4 20 0 22 0 4331126 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639826266480 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9289] ppid=9215 vsize=11065092 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9289/stat : 9289 (java) S 9215 9218 7954 0 -1 1077944384 15191 12292 0 0 266 3 8 4 20 0 22 0 4331126 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639825213680 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9290] ppid=9215 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9290/stat : 9290 (java) S 9215 9218 7954 0 -1 1077944384 3 12292 0 0 0 0 8 4 20 0 22 0 4331127 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639824161632 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9291] ppid=9215 vsize=11065092 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9291/stat : 9291 (java) S 9215 9218 7954 0 -1 1077944384 1822 12292 0 0 63 69 8 4 20 0 22 0 4331127 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639823108912 139640358013570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9516] ppid=9215 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9516/stat : 9516 (java) S 9215 9218 7954 0 -1 1077944384 329 12292 0 0 0 0 8 4 20 0 22 0 4562386 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639791494000 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
[pid=9218/tid=9517] ppid=9215 vsize=11065092 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9517/stat : 9517 (java) S 9215 9218 7954 0 -1 1077944384 32 12292 0 0 0 0 8 4 20 0 22 0 4562387 11330654208 606093 33554432000 4194304 4196468 140725955115760 139639790441920 139640358012629 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 0
Current children cumulated CPU time (s) 2405.36
Current children cumulated vsize (KiB) 11065092

[startup+2313.7 s]
/proc/loadavg: 1.51 1.45 1.42 9/284 9517
/proc/meminfo: memFree=27256576/32770624 swapFree=5800/273212
[pid=9218] ppid=9215 vsize=11065092 CPUtime=2405.88 cores=1,3,5,7,9,11,13,15
/proc/9218/stat : 9218 (java) R 9215 9218 7954 0 -1 4203524 443292 12292 0 0 240054 522 8 4 20 0 17 0 4331106 11330654208 606244 33554432000 4194304 4196468 140725955115760 140725955098304 139640358002423 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33861632 140725955123905 140725955126679 140725955126679 140725955129295 36608
/proc/9218/statm: 0 0 0 0 0 0 0
[pid=9218/tid=9288] ppid=9215 vsize=0 CPUtime=5.06 cores=1,3,5,7,9,11,13,15
/proc/9218/task/9288/stat : 9288 (java) R 9215 9218 7954 0 -1 4203588 13910 12292 0 0 491 3 8 4 20 0 2 0 4331126 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2405.88
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2313.72
CPU time (s): 2405.92
CPU user time (s): 2400.64
CPU system time (s): 5.28425
CPU usage (%): 103.985
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.63
system time used= 5.28425
maximum resident set size= 2881840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237468
involuntary context switches= 168603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7288 second user time and 20.3523 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 04:30:36
IDJOB=4244567
IDBENCH=115785
IDSOLVER=2630
FILE ID=node128/4244567-1500690636
RUNJOBID= node128-1500683681-7986
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-15-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244567-1500690636/watcher-4244567-1500690636 -o /tmp/evaluation-result-4244567-1500690636/solver-4244567-1500690636 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7986 --watchdog 2560  bin/concrete HOME/instance-4244567-1500690636.xml

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

MD5SUM BENCH= ace514d87f50dd866893bf6c8eeff4c9
RANDOM SEED=1551418515

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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.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		: 2000.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		: 2667.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		: 1733.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:        29005836 kB
MemAvailable:   29206624 kB
Buffers:          107976 kB
Cached:           375824 kB
SwapCached:            0 kB
Active:          3055924 kB
Inactive:         279208 kB
Active(anon):    2853960 kB
Inactive(anon):     8744 kB
Active(file):     201964 kB
Inactive(file):   270464 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24328 kB
Writeback:             0 kB
AnonPages:       2783364 kB
Mapped:            43232 kB
Shmem:              8844 kB
Slab:             121112 kB
SReclaimable:      88392 kB
SUnreclaim:        32720 kB
KernelStack:        4896 kB
PageTables:        11032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3711908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2545664 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 05:09:10