Trace number 4244435

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) 2410.94 2291.87

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-20-1.xml
MD5SUMfe7e3e2412edf0b59c3173e00c93d043
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 size3815
Maximum domain size3815
Distribution of domain sizes[{"size":3815,"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.79/2.22	c Concrete v3.4 running
2410.53/2291.84	java.util.concurrent.TimeoutException
2410.53/2291.84		at concrete.MAC.mac(MAC.scala:74)
2410.53/2291.84		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2410.53/2291.84		at scala.util.Try$.apply(Try.scala:209)
2410.53/2291.84		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2410.53/2291.84		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2410.53/2291.84		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2410.53/2291.84		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2410.53/2291.84		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2410.53/2291.84		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2410.53/2291.84		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2410.53/2291.84		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2410.53/2291.84		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2410.53/2291.84		at concrete.MAC.oneRun(MAC.scala:146)
2410.53/2291.84		at concrete.MAC.nextSolution(MAC.scala:166)
2410.53/2291.84		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2410.53/2291.84		at concrete.ProblemState.map(ProblemState.scala:203)
2410.53/2291.84		at concrete.ProblemState.map(ProblemState.scala:188)
2410.53/2291.84		at concrete.MAC.nextSolution(MAC.scala:195)
2410.53/2291.84		at concrete.Solver.hasNext(Solver.scala:202)
2410.53/2291.84		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2410.53/2291.84		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2410.53/2291.84		at concrete.Solver.toStream(Solver.scala:73)
2410.53/2291.84		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2410.53/2291.84		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2410.53/2291.85		at concrete.Solver.toIterable(Solver.scala:73)
2410.53/2291.85		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2410.53/2291.85		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2410.53/2291.85		at scala.util.Success.map(Try.scala:209)
2410.53/2291.85		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2410.53/2291.85		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2410.53/2291.85		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2410.53/2291.85		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2410.53/2291.85		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2410.53/2291.85		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2410.53/2291.85		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2410.53/2291.85		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2410.53/2291.85		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2410.53/2291.85		at scala.collection.immutable.List.foreach(List.scala:389)
2410.53/2291.85		at scala.App.main(App.scala:76)
2410.53/2291.85		at scala.App.main$(App.scala:74)
2410.53/2291.85		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2410.53/2291.85		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2410.53/2291.85	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-4244435-1500687556/watcher-4244435-1500687556 -o /tmp/evaluation-result-4244435-1500687556/solver-4244435-1500687556 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560 bin/concrete HOME/instance-4244435-1500687556.xml 

pid=10401
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.48 1.44 1.44 3/261 10404
/proc/meminfo: memFree=29861404/32770624 swapFree=5792/372608
[pid=10404] ppid=10401 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (bash) S 10401 10404 7912 0 -1 4202496 686 1530 0 0 0 0 0 0 20 0 1 0 4023260 9736192 351 33554432000 4194304 5098028 140729716140160 140729716137800 140131418196992 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 24580096 140729716143374 140729716143459 140729716143459 140729716146158 0
/proc/10404/statm: 2377 351 278 221 0 86 0

[startup+0.100187 s]
/proc/loadavg: 1.48 1.44 1.44 3/261 10404
/proc/meminfo: memFree=29861404/32770624 swapFree=5792/372608
[pid=10404] ppid=10401 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (bash) S 10401 10404 7912 0 -1 4202496 885 6408 0 0 0 0 0 1 20 0 1 0 4023260 9871360 378 33554432000 4194304 5098028 140729716140160 140729716134168 140131418196992 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 24580096 140729716143374 140729716143459 140729716143459 140729716146158 0
/proc/10404/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200272 s]
/proc/loadavg: 1.48 1.44 1.44 3/261 10404
/proc/meminfo: memFree=29861404/32770624 swapFree=5792/372608
[pid=10404] ppid=10401 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 4795 12748 0 0 7 1 8 3 20 0 13 0 4023260 10686320640 5158 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2608965 5158 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.30025 s]
/proc/loadavg: 1.48 1.44 1.44 3/261 10404
/proc/meminfo: memFree=29861404/32770624 swapFree=5792/372608
[pid=10404] ppid=10401 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 8124 12748 0 0 23 2 8 3 20 0 20 0 4023260 11163947008 9181 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2725573 9181 2975 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700159 s]
/proc/loadavg: 1.48 1.44 1.44 3/261 10404
/proc/meminfo: memFree=29861404/32770624 swapFree=5792/372608
[pid=10404] ppid=10401 vsize=10902720 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 12593 12748 0 0 77 4 8 3 20 0 20 0 4023260 11164385280 15843 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2725680 15843 3209 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50112 s]
/proc/loadavg: 1.44 1.44 1.44 3/281 10477
/proc/meminfo: memFree=29754760/32770624 swapFree=5792/372608
[pid=10404] ppid=10401 vsize=10913344 CPUtime=2.15 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 25613 12748 0 0 195 9 8 3 20 0 20 0 4023260 11175264256 38445 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2728336 38445 3381 1 0 2716450 0
[pid=10404/tid=10459] ppid=10401 vsize=10913344 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10459/stat : 10459 (java) S 10401 10404 7912 0 -1 1077944384 19492 12748 0 0 129 5 8 3 20 0 20 0 4023272 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421618172336 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10460] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10460/stat : 10460 (java) S 10401 10404 7912 0 -1 1077944384 34 12748 0 0 0 0 8 3 20 0 20 0 4023273 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421221051024 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10461] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10461/stat : 10461 (java) S 10401 10404 7912 0 -1 1077944384 11 12748 0 0 0 0 8 3 20 0 20 0 4023273 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421219998224 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10462] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10462/stat : 10462 (java) S 10401 10404 7912 0 -1 1077944384 6 12748 0 0 0 0 8 3 20 0 20 0 4023273 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421218945424 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10463] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10463/stat : 10463 (java) S 10401 10404 7912 0 -1 1077944384 8 12748 0 0 0 0 8 3 20 0 20 0 4023273 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421217892624 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10464] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10464/stat : 10464 (java) S 10401 10404 7912 0 -1 1077944384 4 12748 0 0 0 0 8 3 20 0 20 0 4023273 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421216840848 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10465] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10465/stat : 10465 (java) S 10401 10404 7912 0 -1 1077944384 7 12748 0 0 0 0 8 3 20 0 20 0 4023273 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421215788048 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10466] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10466/stat : 10466 (java) S 10401 10404 7912 0 -1 1077944384 21 12748 0 0 0 0 8 3 20 0 20 0 4023273 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421214735248 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10467] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10467/stat : 10467 (java) S 10401 10404 7912 0 -1 1077944384 146 12748 0 0 0 0 8 3 20 0 20 0 4023273 11175264256 38445 33554432000 4194304 4196468 140731860961888 140421213682448 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10468] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10468/stat : 10468 (java) R 10401 10404 7912 0 -1 4202560 30 12748 0 0 0 0 8 3 20 0 20 0 4023275 11175264256 38445 33554432000 4194304 4196468 140731860961888 140420431045504 140421607052606 0 0 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10469] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10469/stat : 10469 (java) S 10401 10404 7912 0 -1 1077944384 33 12748 0 0 0 0 8 3 20 0 20 0 4023276 11175264256 38445 33554432000 4194304 4196468 140731860961888 140420429992992 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10470] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10470/stat : 10470 (java) S 10401 10404 7912 0 -1 1077944384 21 12748 0 0 0 0 8 3 20 0 20 0 4023276 11175264256 38445 33554432000 4194304 4196468 140731860961888 140420428940144 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10471] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10471/stat : 10471 (java) S 10401 10404 7912 0 -1 1077944384 1 12748 0 0 0 0 8 3 20 0 20 0 4023281 11175264256 38445 33554432000 4194304 4196468 140731860961888 140420427888464 140421613971355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10472] ppid=10401 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10472/stat : 10472 (java) S 10401 10404 7912 0 -1 1077944384 682 12748 0 0 11 0 8 3 20 0 20 0 4023281 11175264256 38445 33554432000 4194304 4196468 140731860961888 140420426836848 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10473] ppid=10401 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10473/stat : 10473 (java) S 10401 10404 7912 0 -1 1077944384 1324 12748 0 0 14 0 8 3 20 0 20 0 4023281 11175264256 38445 33554432000 4194304 4196468 140731860961888 140420425784048 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10474] ppid=10401 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10474/stat : 10474 (java) S 10401 10404 7912 0 -1 1077944384 628 12748 0 0 12 0 8 3 20 0 20 0 4023281 11175264256 38445 33554432000 4194304 4196468 140731860961888 140420424731248 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10475] ppid=10401 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10475/stat : 10475 (java) S 10401 10404 7912 0 -1 1077944384 1027 12748 0 0 25 0 8 3 20 0 20 0 4023281 11175264256 38957 33554432000 4194304 4196468 140731860961888 140420423673696 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10476] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10476/stat : 10476 (java) S 10401 10404 7912 0 -1 1077944384 3 12748 0 0 0 0 8 3 20 0 20 0 4023281 11175264256 38957 33554432000 4194304 4196468 140731860961888 140420422625888 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10477] ppid=10401 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10477/stat : 10477 (java) S 10401 10404 7912 0 -1 1077944384 3 12748 0 0 0 0 8 3 20 0 20 0 4023281 11175264256 38957 33554432000 4194304 4196468 140731860961888 140420421573168 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10913344

[startup+3.10112 s]
/proc/loadavg: 1.44 1.44 1.44 4/258 10516
/proc/meminfo: memFree=31400764/32770624 swapFree=5792/372576
[pid=10404] ppid=10401 vsize=10925820 CPUtime=6.76 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 36860 12748 0 0 648 17 8 3 20 0 20 0 4023260 11188039680 57065 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2731455 57065 3478 1 0 2719010 0
[pid=10404/tid=10459] ppid=10401 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10459/stat : 10459 (java) R 10401 10404 7912 0 -1 4202560 24018 12748 0 0 282 8 8 3 20 0 20 0 4023272 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421618184608 140421613964694 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10460] ppid=10401 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10460/stat : 10460 (java) S 10401 10404 7912 0 -1 1077944384 44 12748 0 0 1 0 8 3 20 0 20 0 4023273 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421221051024 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10461] ppid=10401 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10461/stat : 10461 (java) S 10401 10404 7912 0 -1 1077944384 16 12748 0 0 1 0 8 3 20 0 20 0 4023273 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421219998224 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10462] ppid=10401 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10462/stat : 10462 (java) S 10401 10404 7912 0 -1 1077944384 16 12748 0 0 1 0 8 3 20 0 20 0 4023273 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421218945424 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10463] ppid=10401 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10463/stat : 10463 (java) S 10401 10404 7912 0 -1 1077944384 18 12748 0 0 1 0 8 3 20 0 20 0 4023273 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421217892624 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10464] ppid=10401 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10464/stat : 10464 (java) S 10401 10404 7912 0 -1 1077944384 7 12748 0 0 1 0 8 3 20 0 20 0 4023273 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421216840848 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10465] ppid=10401 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10465/stat : 10465 (java) S 10401 10404 7912 0 -1 1077944384 11 12748 0 0 0 0 8 3 20 0 20 0 4023273 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421215788048 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10466] ppid=10401 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10466/stat : 10466 (java) S 10401 10404 7912 0 -1 1077944384 26 12748 0 0 0 0 8 3 20 0 20 0 4023273 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421214735248 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10467] ppid=10401 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10467/stat : 10467 (java) S 10401 10404 7912 0 -1 1077944384 166 12748 0 0 1 0 8 3 20 0 20 0 4023273 11188039680 57065 33554432000 4194304 4196468 140731860961888 140421213682448 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10468] ppid=10401 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10468/stat : 10468 (java) S 10401 10404 7912 0 -1 1077944384 1546 12748 0 0 1 0 8 3 20 0 20 0 4023275 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420431047024 140421613963906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10469] ppid=10401 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10469/stat : 10469 (java) S 10401 10404 7912 0 -1 1077944384 55 12748 0 0 0 0 8 3 20 0 20 0 4023276 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420429993056 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10470] ppid=10401 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10470/stat : 10470 (java) S 10401 10404 7912 0 -1 1077944384 43 12748 0 0 0 0 8 3 20 0 20 0 4023276 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420428940160 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10471] ppid=10401 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10471/stat : 10471 (java) S 10401 10404 7912 0 -1 1077944384 1 12748 0 0 0 0 8 3 20 0 20 0 4023281 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420427888464 140421613971355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10472] ppid=10401 vsize=10925820 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10472/stat : 10472 (java) S 10401 10404 7912 0 -1 1077944384 1634 12748 0 0 78 1 8 3 20 0 20 0 4023281 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420426836848 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10473] ppid=10401 vsize=10925820 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10473/stat : 10473 (java) S 10401 10404 7912 0 -1 1077944384 2164 12748 0 0 78 1 8 3 20 0 20 0 4023281 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420425784048 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10474] ppid=10401 vsize=10925820 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10474/stat : 10474 (java) S 10401 10404 7912 0 -1 1077944384 1533 12748 0 0 73 0 8 3 20 0 20 0 4023281 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420424731248 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10475] ppid=10401 vsize=10925820 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10475/stat : 10475 (java) R 10401 10404 7912 0 -1 4202560 3428 12748 0 0 122 1 8 3 20 0 20 0 4023281 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420423674064 140421598033246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10476] ppid=10401 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10476/stat : 10476 (java) S 10401 10404 7912 0 -1 1077944384 3 12748 0 0 0 0 8 3 20 0 20 0 4023281 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420422625888 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10477] ppid=10401 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10477/stat : 10477 (java) S 10401 10404 7912 0 -1 1077944384 4 12748 0 0 0 0 8 3 20 0 20 0 4023281 11188039680 57065 33554432000 4194304 4196468 140731860961888 140420421573168 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 10925820

[startup+6.30118 s]
/proc/loadavg: 1.57 1.46 1.45 8/281 10617
/proc/meminfo: memFree=30874748/32770624 swapFree=5792/372648
[pid=10404] ppid=10401 vsize=10927868 CPUtime=16.44 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 52001 12748 0 0 1528 105 8 3 20 0 20 0 4023260 11190136832 154043 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2731967 154043 3498 1 0 2719522 0
[pid=10404/tid=10459] ppid=10401 vsize=10927868 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10459/stat : 10459 (java) R 10401 10404 7912 0 -1 4202560 26344 12748 0 0 570 11 8 3 20 0 20 0 4023272 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421618184168 140421222176317 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10460] ppid=10401 vsize=10927868 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10460/stat : 10460 (java) S 10401 10404 7912 0 -1 1077944384 309 12748 0 0 15 10 8 3 20 0 20 0 4023273 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421221051024 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10461] ppid=10401 vsize=10927868 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10461/stat : 10461 (java) S 10401 10404 7912 0 -1 1077944384 159 12748 0 0 15 10 8 3 20 0 20 0 4023273 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421219998224 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10462] ppid=10401 vsize=10927868 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10462/stat : 10462 (java) S 10401 10404 7912 0 -1 1077944384 127 12748 0 0 12 8 8 3 20 0 20 0 4023273 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421218945424 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10463] ppid=10401 vsize=10927868 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10463/stat : 10463 (java) S 10401 10404 7912 0 -1 1077944384 202 12748 0 0 14 11 8 3 20 0 20 0 4023273 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421217892624 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10464] ppid=10401 vsize=10927868 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10464/stat : 10464 (java) S 10401 10404 7912 0 -1 1077944384 131 12748 0 0 12 9 8 3 20 0 20 0 4023273 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421216840848 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10465] ppid=10401 vsize=10927868 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10465/stat : 10465 (java) S 10401 10404 7912 0 -1 1077944384 148 12748 0 0 13 9 8 3 20 0 20 0 4023273 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421215788048 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10466] ppid=10401 vsize=10927868 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10466/stat : 10466 (java) S 10401 10404 7912 0 -1 1077944384 171 12748 0 0 13 10 8 3 20 0 20 0 4023273 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421214735248 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10467] ppid=10401 vsize=10927868 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10467/stat : 10467 (java) S 10401 10404 7912 0 -1 1077944384 331 12748 0 0 15 11 8 3 20 0 20 0 4023273 11190136832 154043 33554432000 4194304 4196468 140731860961888 140421213682448 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10468] ppid=10401 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10468/stat : 10468 (java) S 10401 10404 7912 0 -1 1077944384 1771 12748 0 0 3 0 8 3 20 0 20 0 4023275 11190136832 154043 33554432000 4194304 4196468 140731860961888 140420431047024 140421613963906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10469] ppid=10401 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10469/stat : 10469 (java) S 10401 10404 7912 0 -1 1077944384 56 12748 0 0 0 0 8 3 20 0 20 0 4023276 11190136832 154043 33554432000 4194304 4196468 140731860961888 140420429993056 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10470] ppid=10401 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10470/stat : 10470 (java) S 10401 10404 7912 0 -1 1077944384 43 12748 0 0 0 0 8 3 20 0 20 0 4023276 11190136832 154043 33554432000 4194304 4196468 140731860961888 140420428940160 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10471] ppid=10401 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10471/stat : 10471 (java) S 10401 10404 7912 0 -1 1077944384 1 12748 0 0 0 0 8 3 20 0 20 0 4023281 11190136832 154043 33554432000 4194304 4196468 140731860961888 140420427888464 140421613971355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10472] ppid=10401 vsize=10927868 CPUtime=2.44 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10472/stat : 10472 (java) R 10401 10404 7912 0 -1 4202560 3594 12748 0 0 231 2 8 3 20 0 20 0 4023281 11190136832 154043 33554432000 4194304 4196468 140731860961888 140420426823416 140421598346654 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10473] ppid=10401 vsize=10927868 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10473/stat : 10473 (java) R 10401 10404 7912 0 -1 4202560 5324 12748 0 0 217 1 8 3 20 0 20 0 4023281 11190136832 154043 33554432000 4194304 4196468 140731860961888 140420425768064 140421597444503 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10474] ppid=10401 vsize=10927868 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10474/stat : 10474 (java) R 10401 10404 7912 0 -1 4202560 3250 12748 0 0 199 1 8 3 20 0 20 0 4023281 11190136832 154043 33554432000 4194304 4196468 140731860961888 140420424718064 140421598339808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10475] ppid=10401 vsize=10927868 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10475/stat : 10475 (java) S 10401 10404 7912 0 -1 1077944384 7868 12748 0 0 192 2 8 3 20 0 20 0 4023281 11190136832 154043 33554432000 4194304 4196468 140731860961888 140420423678448 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10476] ppid=10401 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=10404/tid=10475] ppid=10401 vsize=10931964 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10475/stat : 10475 (java) S 10401 10404 7912 0 -1 1077944384 22676 12748 0 0 290 4 8 3 20 0 20 0 4023281 11194331136 405077 33554432000 4194304 4196468 140731860961888 140420423678448 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10476] ppid=10401 vsize=10931964 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10476/stat : 10476 (java) S 10401 10404 7912 0 -1 1077944384 3 12748 0 0 0 0 8 3 20 0 20 0 4023281 11194331136 405077 33554432000 4194304 4196468 140731860961888 140420422625888 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10477] ppid=10401 vsize=10931964 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10477/stat : 10477 (java) S 10401 10404 7912 0 -1 1077944384 1336 12748 0 0 62 67 8 3 20 0 20 0 4023281 11194331136 405077 33554432000 4194304 4196468 140731860961888 140420421573168 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
Current children cumulated CPU time (s) 2400.01
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 10404 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2291.2 s]
/proc/loadavg: 1.52 1.49 1.48 3/281 10708
/proc/meminfo: memFree=28761328/32770624 swapFree=5792/374612
[pid=10404] ppid=10401 vsize=11065092 CPUtime=2406.29 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 309400 12748 0 0 239995 623 8 3 20 0 22 0 4023260 11330654208 406699 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2766273 406699 3522 1 0 2753828 0
[pid=10404/tid=10459] ppid=10401 vsize=11065092 CPUtime=2271.57 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10459/stat : 10459 (java) S 10401 10404 7912 0 -1 1077944384 97686 12748 0 0 227094 52 8 3 20 0 22 0 4023272 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421618190304 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10460] ppid=10401 vsize=11065092 CPUtime=13.67 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10460/stat : 10460 (java) S 10401 10404 7912 0 -1 1077944384 11691 12748 0 0 1295 61 8 3 20 0 22 0 4023273 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421221051024 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10461] ppid=10401 vsize=11065092 CPUtime=13.68 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10461/stat : 10461 (java) S 10401 10404 7912 0 -1 1077944384 11401 12748 0 0 1297 60 8 3 20 0 22 0 4023273 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421219998224 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10462] ppid=10401 vsize=11065092 CPUtime=13.68 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10462/stat : 10462 (java) S 10401 10404 7912 0 -1 1077944384 13934 12748 0 0 1300 57 8 3 20 0 22 0 4023273 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421218945424 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10463] ppid=10401 vsize=11065092 CPUtime=13.71 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10463/stat : 10463 (java) S 10401 10404 7912 0 -1 1077944384 12762 12748 0 0 1299 61 8 3 20 0 22 0 4023273 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421217892624 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10464] ppid=10401 vsize=11065092 CPUtime=13.56 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10464/stat : 10464 (java) S 10401 10404 7912 0 -1 1077944384 11189 12748 0 0 1288 57 8 3 20 0 22 0 4023273 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421216840848 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10465] ppid=10401 vsize=11065092 CPUtime=13.63 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10465/stat : 10465 (java) S 10401 10404 7912 0 -1 1077944384 15415 12748 0 0 1292 60 8 3 20 0 22 0 4023273 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421215788048 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10466] ppid=10401 vsize=11065092 CPUtime=13.62 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10466/stat : 10466 (java) S 10401 10404 7912 0 -1 1077944384 9975 12748 0 0 1292 59 8 3 20 0 22 0 4023273 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421214735248 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10467] ppid=10401 vsize=11065092 CPUtime=13.51 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10467/stat : 10467 (java) S 10401 10404 7912 0 -1 1077944384 10654 12748 0 0 1275 65 8 3 20 0 22 0 4023273 11330654208 406699 33554432000 4194304 4196468 140731860961888 140421213682448 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10468] ppid=10401 vsize=11065092 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10468/stat : 10468 (java) R 10401 10404 7912 0 -1 4202560 27627 12748 0 0 257 31 8 3 20 0 22 0 4023275 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420431045424 140421599118341 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10469] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10469/stat : 10469 (java) S 10401 10404 7912 0 -1 1077944384 69 12748 0 0 0 0 8 3 20 0 22 0 4023276 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420429992656 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10470] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10470/stat : 10470 (java) S 10401 10404 7912 0 -1 1077944384 59 12748 0 0 0 0 8 3 20 0 22 0 4023276 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420428940160 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10471] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10471/stat : 10471 (java) S 10401 10404 7912 0 -1 1077944384 74 12748 0 0 0 0 8 3 20 0 22 0 4023281 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420427888464 140421613971355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10472] ppid=10401 vsize=11065092 CPUtime=6.46 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10472/stat : 10472 (java) S 10401 10404 7912 0 -1 1077944384 17904 12748 0 0 630 5 8 3 20 0 22 0 4023281 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420426836848 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10473] ppid=10401 vsize=11065092 CPUtime=6.37 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10473/stat : 10473 (java) S 10401 10404 7912 0 -1 1077944384 21510 12748 0 0 622 4 8 3 20 0 22 0 4023281 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420425784048 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10474] ppid=10401 vsize=11065092 CPUtime=6.76 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10474/stat : 10474 (java) S 10401 10404 7912 0 -1 1077944384 21192 12748 0 0 661 4 8 3 20 0 22 0 4023281 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420424731248 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10475] ppid=10401 vsize=11065092 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10475/stat : 10475 (java) S 10401 10404 7912 0 -1 1077944384 22676 12748 0 0 290 4 8 3 20 0 22 0 4023281 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420423678448 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10476] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10476/stat : 10476 (java) S 10401 10404 7912 0 -1 1077944384 3 12748 0 0 0 0 8 3 20 0 22 0 4023281 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420422625888 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10477] ppid=10401 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10477/stat : 10477 (java) S 10401 10404 7912 0 -1 1077944384 1336 12748 0 0 62 67 8 3 20 0 22 0 4023281 11330654208 406699 33554432000 4194304 4196468 140731860961888 140420421573168 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
Current children cumulated CPU time (s) 2406.29
Current children cumulated vsize (KiB) 11065092

[startup+2291.6 s]
/proc/loadavg: 1.88 1.57 1.51 10/283 10710
/proc/meminfo: memFree=28756764/32770624 swapFree=5792/374612
[pid=10404] ppid=10401 vsize=11065092 CPUtime=2409.1 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 309410 12748 0 0 240276 623 8 3 20 0 22 0 4023260 11330654208 406571 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2766273 406571 3522 1 0 2753828 0
[pid=10404/tid=10459] ppid=10401 vsize=11065092 CPUtime=2271.57 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10459/stat : 10459 (java) S 10401 10404 7912 0 -1 1077944384 97686 12748 0 0 227094 52 8 3 20 0 22 0 4023272 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421618190304 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10460] ppid=10401 vsize=11065092 CPUtime=14.01 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10460/stat : 10460 (java) R 10401 10404 7912 0 -1 4202560 11691 12748 0 0 1329 61 8 3 20 0 22 0 4023273 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421221051224 140421598949104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10461] ppid=10401 vsize=11065092 CPUtime=14.02 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10461/stat : 10461 (java) R 10401 10404 7912 0 -1 4202560 11401 12748 0 0 1331 60 8 3 20 0 22 0 4023273 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421219998224 140421598949328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10462] ppid=10401 vsize=11065092 CPUtime=14.03 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10462/stat : 10462 (java) R 10401 10404 7912 0 -1 4202560 13934 12748 0 0 1335 57 8 3 20 0 22 0 4023273 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421218945624 140421598949395 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10463] ppid=10401 vsize=11065092 CPUtime=14.05 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10463/stat : 10463 (java) R 10401 10404 7912 0 -1 4202560 12762 12748 0 0 1333 61 8 3 20 0 22 0 4023273 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421217892824 140421598651477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10464] ppid=10401 vsize=11065092 CPUtime=13.91 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10464/stat : 10464 (java) R 10401 10404 7912 0 -1 4202560 11189 12748 0 0 1323 57 8 3 20 0 22 0 4023273 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421216841048 140421598949105 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10465] ppid=10401 vsize=11065092 CPUtime=13.98 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10465/stat : 10465 (java) R 10401 10404 7912 0 -1 4202560 15415 12748 0 0 1327 60 8 3 20 0 22 0 4023273 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421215788248 140421598651575 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10466] ppid=10401 vsize=11065092 CPUtime=13.97 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10466/stat : 10466 (java) R 10401 10404 7912 0 -1 4202560 9975 12748 0 0 1327 59 8 3 20 0 22 0 4023273 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421214735448 140421598652036 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10467] ppid=10401 vsize=11065092 CPUtime=13.84 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10467/stat : 10467 (java) R 10401 10404 7912 0 -1 4202560 10654 12748 0 0 1308 65 8 3 20 0 22 0 4023273 11330654208 406571 33554432000 4194304 4196468 140731860961888 140421213682648 140421598949115 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10468] ppid=10401 vsize=11065092 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10468/stat : 10468 (java) S 10401 10404 7912 0 -1 1077944384 27635 12748 0 0 262 31 8 3 20 0 22 0 4023275 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420431045648 140421613962965 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10469] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10469/stat : 10469 (java) S 10401 10404 7912 0 -1 1077944384 70 12748 0 0 0 0 8 3 20 0 22 0 4023276 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420429992592 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10470] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10470/stat : 10470 (java) S 10401 10404 7912 0 -1 1077944384 59 12748 0 0 0 0 8 3 20 0 22 0 4023276 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420428940160 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10471] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10471/stat : 10471 (java) S 10401 10404 7912 0 -1 1077944384 74 12748 0 0 0 0 8 3 20 0 22 0 4023281 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420427888464 140421613971355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10472] ppid=10401 vsize=11065092 CPUtime=6.46 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10472/stat : 10472 (java) S 10401 10404 7912 0 -1 1077944384 17904 12748 0 0 630 5 8 3 20 0 22 0 4023281 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420426836848 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10473] ppid=10401 vsize=11065092 CPUtime=6.37 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10473/stat : 10473 (java) S 10401 10404 7912 0 -1 1077944384 21510 12748 0 0 622 4 8 3 20 0 22 0 4023281 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420425784048 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10474] ppid=10401 vsize=11065092 CPUtime=6.76 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10474/stat : 10474 (java) S 10401 10404 7912 0 -1 1077944384 21192 12748 0 0 661 4 8 3 20 0 22 0 4023281 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420424731248 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10475] ppid=10401 vsize=11065092 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10475/stat : 10475 (java) S 10401 10404 7912 0 -1 1077944384 22676 12748 0 0 290 4 8 3 20 0 22 0 4023281 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420423678448 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10476] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10476/stat : 10476 (java) S 10401 10404 7912 0 -1 1077944384 3 12748 0 0 0 0 8 3 20 0 22 0 4023281 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420422625888 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10477] ppid=10401 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10477/stat : 10477 (java) S 10401 10404 7912 0 -1 1077944384 1336 12748 0 0 62 67 8 3 20 0 22 0 4023281 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420421573168 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10709] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10709/stat : 10709 (java) S 10401 10404 7912 0 -1 1077944384 85 12748 0 0 0 0 8 3 20 0 22 0 4252291 11330654208 406571 33554432000 4194304 4196468 140731860961888 140420400472176 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10710] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10710/stat : 10710 (java) S 10401 10404 7912 0 -1 1077944384 26 12748 0 0 0 0 8 3 20 0 22 0 4252291 11330654208 406571 33554432000 4194304 4196468 140731860961888 140419650282176 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
Current children cumulated CPU time (s) 2409.1
Current children cumulated vsize (KiB) 11065092

[startup+2291.8 s]
/proc/loadavg: 1.88 1.57 1.51 10/283 10710
/proc/meminfo: memFree=28756764/32770624 swapFree=5792/374612
[pid=10404] ppid=10401 vsize=11065092 CPUtime=2410.53 cores=0,2,4,6,8,10,12,14
/proc/10404/stat : 10404 (java) S 10401 10404 7912 0 -1 1077944320 309412 12748 0 0 240418 624 8 3 20 0 22 0 4023260 11330654208 406450 33554432000 4194304 4196468 140731860961888 140731860944432 140421613952759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
/proc/10404/statm: 2766273 406450 3522 1 0 2753828 0
[pid=10404/tid=10459] ppid=10401 vsize=11065092 CPUtime=2271.57 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10459/stat : 10459 (java) S 10401 10404 7912 0 -1 1077944384 97687 12748 0 0 227094 52 8 3 20 0 22 0 4023272 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421618190304 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10460] ppid=10401 vsize=11065092 CPUtime=14.19 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10460/stat : 10460 (java) R 10401 10404 7912 0 -1 4202560 11691 12748 0 0 1347 61 8 3 20 0 22 0 4023273 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421221051224 140421595562535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10461] ppid=10401 vsize=11065092 CPUtime=14.2 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10461/stat : 10461 (java) R 10401 10404 7912 0 -1 4202560 11401 12748 0 0 1349 60 8 3 20 0 22 0 4023273 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421219998224 140421598949156 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10462] ppid=10401 vsize=11065092 CPUtime=14.2 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10462/stat : 10462 (java) R 10401 10404 7912 0 -1 4202560 13934 12748 0 0 1352 57 8 3 20 0 22 0 4023273 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421218945624 140421595562392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10463] ppid=10401 vsize=11065092 CPUtime=14.22 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10463/stat : 10463 (java) R 10401 10404 7912 0 -1 4202560 12762 12748 0 0 1350 61 8 3 20 0 22 0 4023273 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421217892824 140421595562505 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10464] ppid=10401 vsize=11065092 CPUtime=14.08 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10464/stat : 10464 (java) R 10401 10404 7912 0 -1 4202560 11189 12748 0 0 1340 57 8 3 20 0 22 0 4023273 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421216841048 140421598651504 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10465] ppid=10401 vsize=11065092 CPUtime=14.16 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10465/stat : 10465 (java) R 10401 10404 7912 0 -1 4202560 15415 12748 0 0 1345 60 8 3 20 0 22 0 4023273 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421215788248 140421598410392 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10466] ppid=10401 vsize=11065092 CPUtime=14.15 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10466/stat : 10466 (java) R 10401 10404 7912 0 -1 4202560 9975 12748 0 0 1345 59 8 3 20 0 22 0 4023273 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421214735136 140421595562368 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10467] ppid=10401 vsize=11065092 CPUtime=14.02 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10467/stat : 10467 (java) R 10401 10404 7912 0 -1 4202560 10654 12748 0 0 1326 65 8 3 20 0 22 0 4023273 11330654208 406450 33554432000 4194304 4196468 140731860961888 140421213682648 140421598949393 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10468] ppid=10401 vsize=11065092 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10468/stat : 10468 (java) S 10401 10404 7912 0 -1 1077944384 27635 12748 0 0 264 31 8 3 20 0 22 0 4023275 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420431045648 140421613962965 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10469] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10469/stat : 10469 (java) S 10401 10404 7912 0 -1 1077944384 70 12748 0 0 0 0 8 3 20 0 22 0 4023276 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420429992688 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10470] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10470/stat : 10470 (java) S 10401 10404 7912 0 -1 1077944384 59 12748 0 0 0 0 8 3 20 0 22 0 4023276 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420428940160 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10471] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10471/stat : 10471 (java) S 10401 10404 7912 0 -1 1077944384 74 12748 0 0 0 0 8 3 20 0 22 0 4023281 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420427888464 140421613971355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10472] ppid=10401 vsize=11065092 CPUtime=6.46 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10472/stat : 10472 (java) S 10401 10404 7912 0 -1 1077944384 17904 12748 0 0 630 5 8 3 20 0 22 0 4023281 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420426836848 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10473] ppid=10401 vsize=11065092 CPUtime=6.37 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10473/stat : 10473 (java) S 10401 10404 7912 0 -1 1077944384 21510 12748 0 0 622 4 8 3 20 0 22 0 4023281 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420425784048 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10474] ppid=10401 vsize=11065092 CPUtime=6.76 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10474/stat : 10474 (java) S 10401 10404 7912 0 -1 1077944384 21192 12748 0 0 661 4 8 3 20 0 22 0 4023281 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420424731248 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10475] ppid=10401 vsize=11065092 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10475/stat : 10475 (java) S 10401 10404 7912 0 -1 1077944384 22676 12748 0 0 290 4 8 3 20 0 22 0 4023281 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420423678448 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10476] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10476/stat : 10476 (java) S 10401 10404 7912 0 -1 1077944384 3 12748 0 0 0 0 8 3 20 0 22 0 4023281 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420422625888 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10477] ppid=10401 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10477/stat : 10477 (java) S 10401 10404 7912 0 -1 1077944384 1336 12748 0 0 62 67 8 3 20 0 22 0 4023281 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420421573168 140421613963906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10709] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10709/stat : 10709 (java) S 10401 10404 7912 0 -1 1077944384 85 12748 0 0 0 0 8 3 20 0 22 0 4252291 11330654208 406450 33554432000 4194304 4196468 140731860961888 140420400472176 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
[pid=10404/tid=10710] ppid=10401 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10404/task/10710/stat : 10710 (java) S 10401 10404 7912 0 -1 1077944384 27 12748 0 0 0 0 8 3 20 0 22 0 4252291 11330654208 406450 33554432000 4194304 4196468 140731860961888 140419650282176 140421613962965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13152256 140731860970177 140731860972951 140731860972951 140731860975567 0
Current children cumulated CPU time (s) 2410.53
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2291.87
CPU time (s): 2410.94
CPU user time (s): 2404.65
CPU system time (s): 6.29038
CPU usage (%): 105.195
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2404.65
system time used= 6.29038
maximum resident set size= 3039148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143284
involuntary context switches= 143761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1978 second user time and 19.3979 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 03:39:16
IDJOB=4244435
IDBENCH=115666
IDSOLVER=2630
FILE ID=node125/4244435-1500687556
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-20-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244435-1500687556/watcher-4244435-1500687556 -o /tmp/evaluation-result-4244435-1500687556/solver-4244435-1500687556 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4244435-1500687556.xml

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

MD5SUM BENCH= fe7e3e2412edf0b59c3173e00c93d043
RANDOM SEED=1505992705

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29862996 kB
MemAvailable:   30278576 kB
Buffers:          164492 kB
Cached:           528456 kB
SwapCached:            0 kB
Active:          2082020 kB
Inactive:         381360 kB
Active(anon):    1773336 kB
Inactive(anon):     8752 kB
Active(file):     308684 kB
Inactive(file):   372608 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24144 kB
Writeback:             0 kB
AnonPages:       1786200 kB
Mapped:            43704 kB
Shmem:              8840 kB
Slab:             133532 kB
SReclaimable:     100248 kB
SUnreclaim:        33284 kB
KernelStack:        4896 kB
PageTables:         9428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2504804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1685504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61928 MiB
End job on node125 at 2017-07-22 04:17:28