Trace number 4244511

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) 2403.48 2319.77

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-2.xml
MD5SUM5792b685e17c6bfa87a9d80140b648f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1584
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1674
Maximum domain size1674
Distribution of domain sizes[{"size":1674,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=17967
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: 2.17 1.78 1.73 3/261 17970
/proc/meminfo: memFree=30359700/32770624 swapFree=5912/87968
[pid=17970] ppid=17967 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (bash) S 17967 17970 16327 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 4136584 9736192 350 33554432000 4194304 5098028 140723939562416 140723939560056 139835811675136 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 35065856 140723939566862 140723939566947 140723939566947 140723939569646 0
/proc/17970/statm: 2377 350 277 221 0 86 0

[startup+0.100178 s]
/proc/loadavg: 2.17 1.78 1.73 3/261 17970
/proc/meminfo: memFree=30359700/32770624 swapFree=5912/87968
[pid=17970] ppid=17967 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (bash) S 17967 17970 16327 0 -1 4202496 885 6415 0 0 0 0 0 1 20 0 1 0 4136584 9871360 378 33554432000 4194304 5098028 140723939562416 140723939556424 139835811675136 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 35065856 140723939566862 140723939566947 140723939566947 140723939569646 0
/proc/17970/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20037 s]
/proc/loadavg: 2.17 1.78 1.73 3/261 17970
/proc/meminfo: memFree=30359700/32770624 swapFree=5912/87968
[pid=17970] ppid=17967 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 4971 12552 0 0 5 2 8 4 20 0 13 0 4136584 10686320640 5307 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2608965 5307 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.30028 s]
/proc/loadavg: 2.17 1.78 1.73 3/261 17970
/proc/meminfo: memFree=30359700/32770624 swapFree=5912/87968
[pid=17970] ppid=17967 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 8233 12552 0 0 21 3 8 4 20 0 20 0 4136584 11163947008 9275 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2725573 9275 2958 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700184 s]
/proc/loadavg: 2.17 1.78 1.73 3/261 17970
/proc/meminfo: memFree=30359700/32770624 swapFree=5912/87968
[pid=17970] ppid=17967 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 12407 12552 0 0 74 5 8 4 20 0 20 0 4136584 11164385280 15755 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2725680 15755 3204 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50079 s]
/proc/loadavg: 2.17 1.78 1.73 3/281 18043
/proc/meminfo: memFree=30255380/32770624 swapFree=5912/88148
[pid=17970] ppid=17967 vsize=10913344 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 27476 12552 0 0 203 14 8 4 20 0 20 0 4136584 11175264256 44065 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2728336 44065 3409 1 0 2716450 0
[pid=17970/tid=18025] ppid=17967 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18025/stat : 18025 (java) R 17967 17970 16327 0 -1 4202560 20130 12552 0 0 124 7 8 4 20 0 20 0 4136597 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101509940720 140101505744278 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18026] ppid=17967 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18026/stat : 18026 (java) S 17967 17970 16327 0 -1 1077944384 156 12552 0 0 1 0 8 4 20 0 20 0 4136598 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101431806864 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18027] ppid=17967 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18027/stat : 18027 (java) S 17967 17970 16327 0 -1 1077944384 43 12552 0 0 1 0 8 4 20 0 20 0 4136598 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101111769872 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18028] ppid=17967 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18028/stat : 18028 (java) S 17967 17970 16327 0 -1 1077944384 33 12552 0 0 1 0 8 4 20 0 20 0 4136598 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101110717584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18029] ppid=17967 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18029/stat : 18029 (java) S 17967 17970 16327 0 -1 1077944384 20 12552 0 0 0 0 8 4 20 0 20 0 4136598 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101109664784 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18030] ppid=17967 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18030/stat : 18030 (java) S 17967 17970 16327 0 -1 1077944384 55 12552 0 0 1 0 8 4 20 0 20 0 4136598 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101108611472 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18031] ppid=17967 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18031/stat : 18031 (java) S 17967 17970 16327 0 -1 1077944384 14 12552 0 0 1 0 8 4 20 0 20 0 4136598 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101107558672 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18032] ppid=17967 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18032/stat : 18032 (java) S 17967 17970 16327 0 -1 1077944384 29 12552 0 0 1 0 8 4 20 0 20 0 4136598 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101106506384 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18033] ppid=17967 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18033/stat : 18033 (java) S 17967 17970 16327 0 -1 1077944384 17 12552 0 0 1 0 8 4 20 0 20 0 4136598 11175264256 44065 33554432000 4194304 4196468 140727052977952 140101105453584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18034] ppid=17967 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18034/stat : 18034 (java) S 17967 17970 16327 0 -1 1077944384 1510 12552 0 0 1 0 8 4 20 0 20 0 4136600 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100980329072 140101505743490 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18035] ppid=17967 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18035/stat : 18035 (java) S 17967 17970 16327 0 -1 1077944384 57 12552 0 0 0 0 8 4 20 0 20 0 4136601 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100979275040 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18036] ppid=17967 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18036/stat : 18036 (java) S 17967 17970 16327 0 -1 1077944384 43 12552 0 0 0 0 8 4 20 0 20 0 4136601 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100978222720 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18037] ppid=17967 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18037/stat : 18037 (java) S 17967 17970 16327 0 -1 1077944384 1 12552 0 0 0 0 8 4 20 0 20 0 4136606 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100977171024 140101505750939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18038] ppid=17967 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18038/stat : 18038 (java) S 17967 17970 16327 0 -1 1077944384 746 12552 0 0 11 0 8 4 20 0 20 0 4136606 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100976117872 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18039] ppid=17967 vsize=10913344 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18039/stat : 18039 (java) S 17967 17970 16327 0 -1 1077944384 784 12552 0 0 18 0 8 4 20 0 20 0 4136606 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100975065072 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18040] ppid=17967 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18040/stat : 18040 (java) S 17967 17970 16327 0 -1 1077944384 585 12552 0 0 11 0 8 4 20 0 20 0 4136606 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100974012784 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18041] ppid=17967 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18041/stat : 18041 (java) R 17967 17970 16327 0 -1 4202560 1111 12552 0 0 25 0 8 4 20 0 20 0 4136606 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100972959904 140101484871060 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18042] ppid=17967 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18042/stat : 18042 (java) S 17967 17970 16327 0 -1 1077944384 3 12552 0 0 0 0 8 4 20 0 20 0 4136606 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100971907936 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18043] ppid=17967 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18043/stat : 18043 (java) S 17967 17970 16327 0 -1 1077944384 6 12552 0 0 0 0 8 4 20 0 20 0 4136606 11175264256 44065 33554432000 4194304 4196468 140727052977952 140100970855216 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10106 s]
/proc/loadavg: 2.17 1.78 1.73 3/281 18043
/proc/meminfo: memFree=30185460/32770624 swapFree=5912/88148
[pid=17970] ppid=17967 vsize=10925820 CPUtime=6.6 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 42935 12552 0 0 628 20 8 4 20 0 20 0 4136584 11188039680 58132 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2731455 58132 3475 1 0 2719010 0
[pid=17970/tid=18025] ppid=17967 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18025/stat : 18025 (java) R 17967 17970 16327 0 -1 4202560 26818 12552 0 0 281 9 8 4 20 0 20 0 4136597 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101509951056 140101505754269 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18026] ppid=17967 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18026/stat : 18026 (java) S 17967 17970 16327 0 -1 1077944384 156 12552 0 0 1 0 8 4 20 0 20 0 4136598 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101431806864 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18027] ppid=17967 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18027/stat : 18027 (java) S 17967 17970 16327 0 -1 1077944384 43 12552 0 0 1 0 8 4 20 0 20 0 4136598 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101111769872 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18028] ppid=17967 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18028/stat : 18028 (java) S 17967 17970 16327 0 -1 1077944384 33 12552 0 0 1 0 8 4 20 0 20 0 4136598 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101110717584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18029] ppid=17967 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18029/stat : 18029 (java) S 17967 17970 16327 0 -1 1077944384 20 12552 0 0 0 0 8 4 20 0 20 0 4136598 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101109664784 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18030] ppid=17967 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18030/stat : 18030 (java) S 17967 17970 16327 0 -1 1077944384 55 12552 0 0 1 0 8 4 20 0 20 0 4136598 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101108611472 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18031] ppid=17967 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18031/stat : 18031 (java) S 17967 17970 16327 0 -1 1077944384 14 12552 0 0 1 0 8 4 20 0 20 0 4136598 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101107558672 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18032] ppid=17967 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18032/stat : 18032 (java) S 17967 17970 16327 0 -1 1077944384 29 12552 0 0 1 0 8 4 20 0 20 0 4136598 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101106506384 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18033] ppid=17967 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18033/stat : 18033 (java) S 17967 17970 16327 0 -1 1077944384 17 12552 0 0 1 0 8 4 20 0 20 0 4136598 11188039680 58132 33554432000 4194304 4196468 140727052977952 140101105453584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18034] ppid=17967 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18034/stat : 18034 (java) S 17967 17970 16327 0 -1 1077944384 1528 12552 0 0 1 0 8 4 20 0 20 0 4136600 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100980329072 140101505743490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18035] ppid=17967 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18035/stat : 18035 (java) S 17967 17970 16327 0 -1 1077944384 57 12552 0 0 0 0 8 4 20 0 20 0 4136601 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100979275040 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18036] ppid=17967 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18036/stat : 18036 (java) S 17967 17970 16327 0 -1 1077944384 43 12552 0 0 0 0 8 4 20 0 20 0 4136601 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100978222720 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18037] ppid=17967 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18037/stat : 18037 (java) S 17967 17970 16327 0 -1 1077944384 1 12552 0 0 0 0 8 4 20 0 20 0 4136606 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100977171024 140101505750939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18038] ppid=17967 vsize=10925820 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18038/stat : 18038 (java) R 17967 17970 16327 0 -1 4202560 1959 12552 0 0 63 1 8 4 20 0 20 0 4136606 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100976103896 140101490654300 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18039] ppid=17967 vsize=10925820 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18039/stat : 18039 (java) R 17967 17970 16327 0 -1 4202560 2733 12552 0 0 89 0 8 4 20 0 20 0 4136606 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100975053632 140101490124767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18040] ppid=17967 vsize=10925820 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18040/stat : 18040 (java) R 17967 17970 16327 0 -1 4202560 1992 12552 0 0 64 0 8 4 20 0 20 0 4136606 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100973991872 140101489229123 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18041] ppid=17967 vsize=10925820 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18041/stat : 18041 (java) R 17967 17970 16327 0 -1 4202560 5297 12552 0 0 117 2 8 4 20 0 20 0 4136606 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100972959904 140101505753690 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18042] ppid=17967 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18042/stat : 18042 (java) S 17967 17970 16327 0 -1 1077944384 3 12552 0 0 0 0 8 4 20 0 20 0 4136606 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100971907936 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18043] ppid=17967 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18043/stat : 18043 (java) S 17967 17970 16327 0 -1 1077944384 7 12552 0 0 0 0 8 4 20 0 20 0 4136606 11188039680 58132 33554432000 4194304 4196468 140727052977952 140100970855216 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 10925820

[startup+6.30105 s]
/proc/loadavg: 2.16 1.78 1.73 5/281 18043
/proc/meminfo: memFree=29970068/32770624 swapFree=5912/88156
[pid=17970] ppid=17967 vsize=10927868 CPUtime=18.14 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 54403 12552 0 0 1732 70 8 4 20 0 20 0 4136584 11190136832 108406 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2731967 108406 3498 1 0 2719522 0
[pid=17970/tid=18025] ppid=17967 vsize=10927868 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18025/stat : 18025 (java) R 17967 17970 16327 0 -1 4202560 28714 12552 0 0 574 10 8 4 20 0 20 0 4136597 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101509965736 140101124187011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18026] ppid=17967 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18026/stat : 18026 (java) S 17967 17970 16327 0 -1 1077944384 255 12552 0 0 13 5 8 4 20 0 20 0 4136598 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101431806864 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18027] ppid=17967 vsize=10927868 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18027/stat : 18027 (java) S 17967 17970 16327 0 -1 1077944384 219 12552 0 0 15 6 8 4 20 0 20 0 4136598 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101111769872 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18028] ppid=17967 vsize=10927868 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18028/stat : 18028 (java) S 17967 17970 16327 0 -1 1077944384 142 12552 0 0 13 6 8 4 20 0 20 0 4136598 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101110717584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18029] ppid=17967 vsize=10927868 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18029/stat : 18029 (java) S 17967 17970 16327 0 -1 1077944384 123 12552 0 0 14 7 8 4 20 0 20 0 4136598 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101109664784 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18030] ppid=17967 vsize=10927868 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18030/stat : 18030 (java) S 17967 17970 16327 0 -1 1077944384 122 12552 0 0 13 6 8 4 20 0 20 0 4136598 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101108611472 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18031] ppid=17967 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18031/stat : 18031 (java) S 17967 17970 16327 0 -1 1077944384 128 12552 0 0 13 5 8 4 20 0 20 0 4136598 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101107558672 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18032] ppid=17967 vsize=10927868 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18032/stat : 18032 (java) S 17967 17970 16327 0 -1 1077944384 134 12552 0 0 14 6 8 4 20 0 20 0 4136598 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101106506384 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18033] ppid=17967 vsize=10927868 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18033/stat : 18033 (java) S 17967 17970 16327 0 -1 1077944384 91 12552 0 0 14 5 8 4 20 0 20 0 4136598 11190136832 108406 33554432000 4194304 4196468 140727052977952 140101105453584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18034] ppid=17967 vsize=10927868 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18034/stat : 18034 (java) S 17967 17970 16327 0 -1 1077944384 2352 12552 0 0 5 0 8 4 20 0 20 0 4136600 11190136832 108406 33554432000 4194304 4196468 140727052977952 140100980329072 140101505743490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18035] ppid=17967 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18035/stat : 18035 (java) S 17967 17970 16327 0 -1 1077944384 57 12552 0 0 0 0 8 4 20 0 20 0 4136601 11190136832 108406 33554432000 4194304 4196468 140727052977952 140100979275104 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18036] ppid=17967 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18036/stat : 18036 (java) S 17967 17970 16327 0 -1 1077944384 43 12552 0 0 0 0 8 4 20 0 20 0 4136601 11190136832 108406 33554432000 4194304 4196468 140727052977952 140100978222720 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18037] ppid=17967 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18037/stat : 18037 (java) S 17967 17970 16327 0 -1 1077944384 1 12552 0 0 0 0 8 4 20 0 20 0 4136606 11190136832 108406 33554432000 4194304 4196468 140727052977952 140100977171024 140101505750939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18038] ppid=17967 vsize=10927868 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18038/stat : 18038 (java) S 17967 17970 16327 0 -1 1077944384 4093 12552 0 0 274 1 8 4 20 0 20 0 4136606 11190136832 108406 33554432000 4194304 4196468 140727052977952 140100976117872 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18039] ppid=17967 vsize=10927868 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18039/stat : 18039 (java) S 17967 17970 16327 0 -1 1077944384 4348 12552 0 0 310 1 8 4 20 0 20 0 4136606 11190136832 108406 33554432000 4194304 4196468 140727052977952 140100975065072 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18040] ppid=17967 vsize=10927868 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18040/stat : 18040 (java) S 17967 17970 16327 0 -1 1077944384 4369 12552 0 0 272 1 8 4 20 0 20 0 4136606 11190136832 108406 33554432000 4194304 4196468 140727052977952 140100974012784 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18041] ppid=17967 vsize=10927868 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18041/stat : 18041 (java) R 17967 17970 16327 0 -1 4202560 7064 12552 0 0 182 3 8 4 20 0 20 0 4136606 11190136832 108406 33554432000 4194304 4196468 140727052977952 140100972954944 140101487295872 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18042] ppid=17967 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=17970/tid=18039] ppid=17967 vsize=10997500 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18039/stat : 18039 (java) S 17967 17970 16327 0 -1 1077944384 12536 12552 0 0 520 2 8 4 20 0 20 0 4136606 11261440000 483590 33554432000 4194304 4196468 140727052977952 140100975065072 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18040] ppid=17967 vsize=10997500 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18040/stat : 18040 (java) S 17967 17970 16327 0 -1 1077944384 21239 12552 0 0 485 3 8 4 20 0 20 0 4136606 11261440000 483590 33554432000 4194304 4196468 140727052977952 140100974012784 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18041] ppid=17967 vsize=10997500 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18041/stat : 18041 (java) S 17967 17970 16327 0 -1 1077944384 18006 12552 0 0 252 4 8 4 20 0 20 0 4136606 11261440000 483590 33554432000 4194304 4196468 140727052977952 140100972959984 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18042] ppid=17967 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18042/stat : 18042 (java) S 17967 17970 16327 0 -1 1077944384 3 12552 0 0 0 0 8 4 20 0 20 0 4136606 11261440000 483590 33554432000 4194304 4196468 140727052977952 140100971907936 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18043] ppid=17967 vsize=10997500 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18043/stat : 18043 (java) S 17967 17970 16327 0 -1 1077944384 1838 12552 0 0 73 62 8 4 20 0 20 0 4136606 11261440000 483590 33554432000 4194304 4196468 140727052977952 140100970855216 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
Current children cumulated CPU time (s) 2341.46
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319.2 s]
/proc/loadavg: 1.51 1.52 1.51 3/281 18278
/proc/meminfo: memFree=27850284/32770624 swapFree=5912/90708
[pid=17970] ppid=17967 vsize=10997500 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 357953 12552 0 0 239486 509 8 4 20 0 20 0 4136584 11261440000 483605 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2749375 483605 3517 1 0 2736930 0
[pid=17970/tid=18025] ppid=17967 vsize=10997500 CPUtime=2298.32 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18025/stat : 18025 (java) R 17967 17970 16327 0 -1 4202560 139562 12552 0 0 229758 62 8 4 20 0 20 0 4136597 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101509966256 140101120526912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18026] ppid=17967 vsize=10997500 CPUtime=9.58 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18026/stat : 18026 (java) S 17967 17970 16327 0 -1 1077944384 10873 12552 0 0 902 44 8 4 20 0 20 0 4136598 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101431806864 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18027] ppid=17967 vsize=10997500 CPUtime=9.51 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18027/stat : 18027 (java) S 17967 17970 16327 0 -1 1077944384 14927 12552 0 0 891 48 8 4 20 0 20 0 4136598 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101111769872 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18028] ppid=17967 vsize=10997500 CPUtime=9.51 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18028/stat : 18028 (java) S 17967 17970 16327 0 -1 1077944384 18982 12552 0 0 893 46 8 4 20 0 20 0 4136598 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101110717584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18029] ppid=17967 vsize=10997500 CPUtime=9.59 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18029/stat : 18029 (java) S 17967 17970 16327 0 -1 1077944384 15491 12552 0 0 899 48 8 4 20 0 20 0 4136598 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101109664784 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18030] ppid=17967 vsize=10997500 CPUtime=9.62 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18030/stat : 18030 (java) S 17967 17970 16327 0 -1 1077944384 22460 12552 0 0 903 47 8 4 20 0 20 0 4136598 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101108611472 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18031] ppid=17967 vsize=10997500 CPUtime=9.65 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18031/stat : 18031 (java) S 17967 17970 16327 0 -1 1077944384 13185 12552 0 0 905 48 8 4 20 0 20 0 4136598 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101107558672 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18032] ppid=17967 vsize=10997500 CPUtime=9.61 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18032/stat : 18032 (java) S 17967 17970 16327 0 -1 1077944384 13208 12552 0 0 898 51 8 4 20 0 20 0 4136598 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101106506384 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18033] ppid=17967 vsize=10997500 CPUtime=9.5 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18033/stat : 18033 (java) S 17967 17970 16327 0 -1 1077944384 19218 12552 0 0 892 46 8 4 20 0 20 0 4136598 11261440000 483605 33554432000 4194304 4196468 140727052977952 140101105453584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18034] ppid=17967 vsize=10997500 CPUtime=7.62 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18034/stat : 18034 (java) S 17967 17970 16327 0 -1 1077944384 24340 12552 0 0 713 37 8 4 20 0 20 0 4136600 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100980329072 140101505743490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18035] ppid=17967 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18035/stat : 18035 (java) S 17967 17970 16327 0 -1 1077944384 57 12552 0 0 0 0 8 4 20 0 20 0 4136601 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100979275104 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18036] ppid=17967 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18036/stat : 18036 (java) S 17967 17970 16327 0 -1 1077944384 43 12552 0 0 0 0 8 4 20 0 20 0 4136601 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100978222720 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18037] ppid=17967 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18037/stat : 18037 (java) S 17967 17970 16327 0 -1 1077944384 1 12552 0 0 0 0 8 4 20 0 20 0 4136606 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100977171024 140101505750939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18038] ppid=17967 vsize=10997500 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18038/stat : 18038 (java) S 17967 17970 16327 0 -1 1077944384 9819 12552 0 0 441 3 8 4 20 0 20 0 4136606 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100976117872 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18039] ppid=17967 vsize=10997500 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18039/stat : 18039 (java) S 17967 17970 16327 0 -1 1077944384 12540 12552 0 0 520 2 8 4 20 0 20 0 4136606 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100975065072 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18040] ppid=17967 vsize=10997500 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18040/stat : 18040 (java) S 17967 17970 16327 0 -1 1077944384 21241 12552 0 0 485 3 8 4 20 0 20 0 4136606 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100974012784 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18041] ppid=17967 vsize=10997500 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18041/stat : 18041 (java) S 17967 17970 16327 0 -1 1077944384 18008 12552 0 0 252 4 8 4 20 0 20 0 4136606 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100972959984 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18042] ppid=17967 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18042/stat : 18042 (java) S 17967 17970 16327 0 -1 1077944384 3 12552 0 0 0 0 8 4 20 0 20 0 4136606 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100971907936 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18043] ppid=17967 vsize=10997500 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18043/stat : 18043 (java) S 17967 17970 16327 0 -1 1077944384 1861 12552 0 0 74 63 8 4 20 0 20 0 4136606 11261440000 483605 33554432000 4194304 4196468 140727052977952 140100970855216 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2319.6 s]
/proc/loadavg: 1.51 1.52 1.51 3/281 18278
/proc/meminfo: memFree=27850284/32770624 swapFree=5912/90708
[pid=17970] ppid=17967 vsize=11130628 CPUtime=2402.62 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 371574 12552 0 0 239739 511 8 4 20 0 22 0 4136584 11397763072 485990 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2782657 485990 3517 1 0 2770212 0
[pid=17970/tid=18025] ppid=17967 vsize=11130628 CPUtime=2298.33 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18025/stat : 18025 (java) S 17967 17970 16327 0 -1 1077944384 140678 12552 0 0 229759 62 8 4 20 0 22 0 4136597 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101509969888 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18026] ppid=17967 vsize=11130628 CPUtime=9.89 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18026/stat : 18026 (java) R 17967 17970 16327 0 -1 4202560 10923 12552 0 0 932 45 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101431807064 140101490431324 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18027] ppid=17967 vsize=11130628 CPUtime=9.84 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18027/stat : 18027 (java) R 17967 17970 16327 0 -1 4202560 14964 12552 0 0 923 49 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101111770072 140101490431181 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18028] ppid=17967 vsize=11130628 CPUtime=9.82 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18028/stat : 18028 (java) R 17967 17970 16327 0 -1 4202560 19013 12552 0 0 924 46 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101110717784 140101490728836 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18029] ppid=17967 vsize=11130628 CPUtime=9.89 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18029/stat : 18029 (java) R 17967 17970 16327 0 -1 4202560 15526 12552 0 0 929 48 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101109664984 140101490728740 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18030] ppid=17967 vsize=11130628 CPUtime=9.94 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18030/stat : 18030 (java) R 17967 17970 16327 0 -1 4202560 22540 12552 0 0 934 48 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101108611672 140101490431083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18031] ppid=17967 vsize=11130628 CPUtime=9.95 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18031/stat : 18031 (java) R 17967 17970 16327 0 -1 4202560 13244 12552 0 0 935 48 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101107558560 140101490189811 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18032] ppid=17967 vsize=11130628 CPUtime=9.92 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18032/stat : 18032 (java) R 17967 17970 16327 0 -1 4202560 13230 12552 0 0 929 51 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101106506584 140101490728944 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18033] ppid=17967 vsize=11130628 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18033/stat : 18033 (java) R 17967 17970 16327 0 -1 4202560 19290 12552 0 0 922 46 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101105453784 140101487342015 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18034] ppid=17967 vsize=11130628 CPUtime=7.69 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18034/stat : 18034 (java) S 17967 17970 16327 0 -1 1077944384 35849 12552 0 0 720 37 8 4 20 0 22 0 4136600 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100980327696 140101505742549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18035] ppid=17967 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18035/stat : 18035 (java) S 17967 17970 16327 0 -1 1077944384 58 12552 0 0 0 0 8 4 20 0 22 0 4136601 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100979275008 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18036] ppid=17967 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18036/stat : 18036 (java) S 17967 17970 16327 0 -1 1077944384 43 12552 0 0 0 0 8 4 20 0 22 0 4136601 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100978222720 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18037] ppid=17967 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18037/stat : 18037 (java) S 17967 17970 16327 0 -1 1077944384 254 12552 0 0 0 0 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100977171024 140101505750939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18038] ppid=17967 vsize=11130628 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18038/stat : 18038 (java) S 17967 17970 16327 0 -1 1077944384 9819 12552 0 0 441 3 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100976117872 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18039] ppid=17967 vsize=11130628 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18039/stat : 18039 (java) S 17967 17970 16327 0 -1 1077944384 12540 12552 0 0 520 2 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100975065072 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18040] ppid=17967 vsize=11130628 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18040/stat : 18040 (java) S 17967 17970 16327 0 -1 1077944384 21241 12552 0 0 485 3 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100974012784 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18041] ppid=17967 vsize=11130628 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18041/stat : 18041 (java) S 17967 17970 16327 0 -1 1077944384 18008 12552 0 0 252 4 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100972959984 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18042] ppid=17967 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18042/stat : 18042 (java) S 17967 17970 16327 0 -1 1077944384 3 12552 0 0 0 0 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100971907936 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18043] ppid=17967 vsize=11130628 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18043/stat : 18043 (java) S 17967 17970 16327 0 -1 1077944384 1861 12552 0 0 74 63 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100970855216 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
Current children cumulated CPU time (s) 2402.62
Current children cumulated vsize (KiB) 11130628

[startup+2319.7 s]
/proc/loadavg: 1.51 1.52 1.51 3/281 18278
/proc/meminfo: memFree=27850284/32770624 swapFree=5912/90708
[pid=17970] ppid=17967 vsize=11130628 CPUtime=2403.25 cores=0,2,4,6,8,10,12,14
/proc/17970/stat : 17970 (java) S 17967 17970 16327 0 -1 1077944320 371596 12552 0 0 239802 511 8 4 20 0 22 0 4136584 11397763072 485990 33554432000 4194304 4196468 140727052977952 140727052960496 140101505732343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
/proc/17970/statm: 2782657 485990 3517 1 0 2770212 0
[pid=17970/tid=18025] ppid=17967 vsize=11130628 CPUtime=2298.33 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18025/stat : 18025 (java) S 17967 17970 16327 0 -1 1077944384 140678 12552 0 0 229759 62 8 4 20 0 22 0 4136597 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101509969888 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18026] ppid=17967 vsize=11130628 CPUtime=9.97 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18026/stat : 18026 (java) S 17967 17970 16327 0 -1 1077944384 10925 12552 0 0 940 45 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101431806864 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18027] ppid=17967 vsize=11130628 CPUtime=9.91 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18027/stat : 18027 (java) S 17967 17970 16327 0 -1 1077944384 14967 12552 0 0 930 49 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101111769872 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18028] ppid=17967 vsize=11130628 CPUtime=9.9 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18028/stat : 18028 (java) S 17967 17970 16327 0 -1 1077944384 19020 12552 0 0 932 46 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101110717584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18029] ppid=17967 vsize=11130628 CPUtime=9.97 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18029/stat : 18029 (java) S 17967 17970 16327 0 -1 1077944384 15526 12552 0 0 937 48 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101109664784 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18030] ppid=17967 vsize=11130628 CPUtime=10.01 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18030/stat : 18030 (java) S 17967 17970 16327 0 -1 1077944384 22540 12552 0 0 941 48 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101108611472 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18031] ppid=17967 vsize=11130628 CPUtime=10.02 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18031/stat : 18031 (java) S 17967 17970 16327 0 -1 1077944384 13244 12552 0 0 942 48 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101107558672 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18032] ppid=17967 vsize=11130628 CPUtime=9.99 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18032/stat : 18032 (java) S 17967 17970 16327 0 -1 1077944384 13233 12552 0 0 936 51 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101106506384 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18033] ppid=17967 vsize=11130628 CPUtime=9.88 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18033/stat : 18033 (java) S 17967 17970 16327 0 -1 1077944384 19294 12552 0 0 930 46 8 4 20 0 22 0 4136598 11397763072 485990 33554432000 4194304 4196468 140727052977952 140101105453584 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18034] ppid=17967 vsize=11130628 CPUtime=7.71 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18034/stat : 18034 (java) R 17967 17970 16327 0 -1 4202560 35849 12552 0 0 722 37 8 4 20 0 22 0 4136600 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100980327472 140101490859633 0 0 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18035] ppid=17967 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18035/stat : 18035 (java) S 17967 17970 16327 0 -1 1077944384 59 12552 0 0 0 0 8 4 20 0 22 0 4136601 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100979274640 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18036] ppid=17967 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18036/stat : 18036 (java) S 17967 17970 16327 0 -1 1077944384 43 12552 0 0 0 0 8 4 20 0 22 0 4136601 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100978222720 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18037] ppid=17967 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18037/stat : 18037 (java) S 17967 17970 16327 0 -1 1077944384 254 12552 0 0 0 0 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100977171024 140101505750939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18038] ppid=17967 vsize=11130628 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18038/stat : 18038 (java) S 17967 17970 16327 0 -1 1077944384 9819 12552 0 0 441 3 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100976117872 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18039] ppid=17967 vsize=11130628 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18039/stat : 18039 (java) S 17967 17970 16327 0 -1 1077944384 12540 12552 0 0 520 2 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100975065072 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18040] ppid=17967 vsize=11130628 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18040/stat : 18040 (java) S 17967 17970 16327 0 -1 1077944384 21241 12552 0 0 485 3 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100974012784 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18041] ppid=17967 vsize=11130628 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18041/stat : 18041 (java) S 17967 17970 16327 0 -1 1077944384 18008 12552 0 0 252 4 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100972959984 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18042] ppid=17967 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18042/stat : 18042 (java) S 17967 17970 16327 0 -1 1077944384 3 12552 0 0 0 0 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100971907936 140101505742549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
[pid=17970/tid=18043] ppid=17967 vsize=11130628 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/17970/task/18043/stat : 18043 (java) S 17967 17970 16327 0 -1 1077944384 1861 12552 0 0 74 63 8 4 20 0 22 0 4136606 11397763072 485990 33554432000 4194304 4196468 140727052977952 140100970855216 140101505743490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26714112 140727052978881 140727052981655 140727052981655 140727052984271 0
Current children cumulated CPU time (s) 2403.25
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2319.77
CPU time (s): 2403.48
CPU user time (s): 2398.3
CPU system time (s): 5.1799
CPU usage (%): 103.608
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.3
system time used= 5.1799
maximum resident set size= 2252468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279230
involuntary context switches= 177857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7602 second user time and 20.8973 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 03:57:50
IDJOB=4244511
IDBENCH=115756
IDSOLVER=2630
FILE ID=node107/4244511-1500688670
RUNJOBID= node107-1500682951-16358
PBS_JOBID= 20623334
Free space on /tmp= 61852 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244511-1500688670/watcher-4244511-1500688670 -o /tmp/evaluation-result-4244511-1500688670/solver-4244511-1500688670 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16358 --watchdog 2560  bin/concrete HOME/instance-4244511-1500688670.xml

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

MD5SUM BENCH= 5792b685e17c6bfa87a9d80140b648f0
RANDOM SEED=1169504477

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
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		: 2133.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.05
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.05
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		: 2000.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.05
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		: 2668.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		: 2000.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.05
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:        30360064 kB
MemAvailable:   30491680 kB
Buffers:          173864 kB
Cached:           213248 kB
SwapCached:            0 kB
Active:          1773408 kB
Inactive:         146524 kB
Active(anon):    1486008 kB
Inactive(anon):    58556 kB
Active(file):     287400 kB
Inactive(file):    87968 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24436 kB
Writeback:             0 kB
AnonPages:       1539068 kB
Mapped:            43784 kB
Shmem:              8852 kB
Slab:             178452 kB
SReclaimable:     144164 kB
SUnreclaim:        34288 kB
KernelStack:        4480 kB
PageTables:         8420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2312020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1308672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61828 MiB
End job on node107 at 2017-07-22 04:36:30