Trace number 4246263

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.09 2339.97

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-16.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.91860801
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

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

pid=17964
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: 0.46 0.69 1.10 2/235 17967
/proc/meminfo: memFree=31572660/32770624 swapFree=5780/387724
[pid=17967] ppid=17964 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (bash) S 17964 17967 7912 0 -1 4202496 685 1535 0 0 0 0 0 0 20 0 1 0 6408183 9736192 350 33554432000 4194304 5098028 140722586057552 140722586055192 140352429456384 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 8900608 140722586064142 140722586064227 140722586064227 140722586066926 0
/proc/17967/statm: 2377 350 278 221 0 86 0

[startup+0.100184 s]
/proc/loadavg: 0.46 0.69 1.10 2/235 17967
/proc/meminfo: memFree=31572660/32770624 swapFree=5780/387724
[pid=17967] ppid=17964 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (bash) S 17964 17967 7912 0 -1 4202496 877 6425 0 0 0 0 0 1 20 0 1 0 6408183 9871360 377 33554432000 4194304 5098028 140722586057552 140722586051560 140352429456384 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 8900608 140722586064142 140722586064227 140722586064227 140722586066926 0
/proc/17967/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200298 s]
/proc/loadavg: 0.46 0.69 1.10 2/235 17967
/proc/meminfo: memFree=31572660/32770624 swapFree=5780/387724
[pid=17967] ppid=17964 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 5096 12569 0 0 6 1 8 3 20 0 13 0 6408183 10686320640 5466 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2608965 5466 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300273 s]
/proc/loadavg: 0.46 0.69 1.10 2/235 17967
/proc/meminfo: memFree=31572660/32770624 swapFree=5780/387724
[pid=17967] ppid=17964 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 8362 12569 0 0 21 3 8 3 20 0 20 0 6408183 11163947008 9447 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2725573 9447 2973 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700162 s]
/proc/loadavg: 0.46 0.69 1.10 2/235 17967
/proc/meminfo: memFree=31572660/32770624 swapFree=5780/387724
[pid=17967] ppid=17964 vsize=10902720 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 12516 12569 0 0 76 5 8 3 20 0 20 0 6408183 11164385280 15797 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2725680 15797 3162 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50071 s]
/proc/loadavg: 0.51 0.70 1.10 2/255 18040
/proc/meminfo: memFree=31467840/32770624 swapFree=5780/387404
[pid=17967] ppid=17964 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 27260 12569 0 0 205 14 8 3 20 0 20 0 6408183 11175264256 44140 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2728336 44140 3407 1 0 2716450 0
[pid=17967/tid=18022] ppid=17964 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18022/stat : 18022 (java) R 17964 17967 7912 0 -1 4202560 19336 12569 0 0 125 6 8 3 20 0 20 0 6408195 11175264256 44140 33554432000 4194304 4196468 140730896654864 139776018248768 139776014032278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18023] ppid=17964 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18023/stat : 18023 (java) S 17964 17967 7912 0 -1 1077944384 29 12569 0 0 1 0 8 3 20 0 20 0 6408196 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775956023568 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18024] ppid=17964 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18024/stat : 18024 (java) S 17964 17967 7912 0 -1 1077944384 57 12569 0 0 1 0 8 3 20 0 20 0 6408196 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775954971024 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18025] ppid=17964 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18025/stat : 18025 (java) S 17964 17967 7912 0 -1 1077944384 13 12569 0 0 1 0 8 3 20 0 20 0 6408196 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775953918480 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18026] ppid=17964 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18026/stat : 18026 (java) S 17964 17967 7912 0 -1 1077944384 135 12569 0 0 0 0 8 3 20 0 20 0 6408196 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775617850000 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18027] ppid=17964 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18027/stat : 18027 (java) S 17964 17967 7912 0 -1 1077944384 14 12569 0 0 0 0 8 3 20 0 20 0 6408196 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775616797456 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18028] ppid=17964 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18028/stat : 18028 (java) S 17964 17967 7912 0 -1 1077944384 48 12569 0 0 1 0 8 3 20 0 20 0 6408196 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775615744912 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18029] ppid=17964 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18029/stat : 18029 (java) S 17964 17967 7912 0 -1 1077944384 15 12569 0 0 1 0 8 3 20 0 20 0 6408196 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775614692368 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18030] ppid=17964 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18030/stat : 18030 (java) S 17964 17967 7912 0 -1 1077944384 18 12569 0 0 1 0 8 3 20 0 20 0 6408196 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775613639824 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18031] ppid=17964 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18031/stat : 18031 (java) S 17964 17967 7912 0 -1 1077944384 1430 12569 0 0 1 0 8 3 20 0 20 0 6408199 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775555786736 139776014031490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18032] ppid=17964 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18032/stat : 18032 (java) S 17964 17967 7912 0 -1 1077944384 56 12569 0 0 0 0 8 3 20 0 20 0 6408199 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775554733024 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18033] ppid=17964 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18033/stat : 18033 (java) S 17964 17967 7912 0 -1 1077944384 43 12569 0 0 0 0 8 3 20 0 20 0 6408200 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775553680384 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18034] ppid=17964 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18034/stat : 18034 (java) S 17964 17967 7912 0 -1 1077944384 1 12569 0 0 0 0 8 3 20 0 20 0 6408204 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775552628944 139776014038939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18035] ppid=17964 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18035/stat : 18035 (java) S 17964 17967 7912 0 -1 1077944384 1147 12569 0 0 16 1 8 3 20 0 20 0 6408204 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775551576560 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18036] ppid=17964 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18036/stat : 18036 (java) S 17964 17967 7912 0 -1 1077944384 636 12569 0 0 14 0 8 3 20 0 20 0 6408204 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775482784368 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18037] ppid=17964 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18037/stat : 18037 (java) R 17964 17967 7912 0 -1 4202560 448 12569 0 0 11 0 8 3 20 0 20 0 6408204 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775481716688 139775995544669 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18038] ppid=17964 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18038/stat : 18038 (java) R 17964 17967 7912 0 -1 4202560 1699 12569 0 0 26 0 8 3 20 0 20 0 6408204 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775480679280 139775997371537 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18039] ppid=17964 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18039/stat : 18039 (java) S 17964 17967 7912 0 -1 1077944384 3 12569 0 0 0 0 8 3 20 0 20 0 6408204 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775479625952 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18040] ppid=17964 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18040/stat : 18040 (java) S 17964 17967 7912 0 -1 1077944384 7 12569 0 0 0 0 8 3 20 0 20 0 6408204 11175264256 44140 33554432000 4194304 4196468 140730896654864 139775478573488 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.1007 s]
/proc/loadavg: 0.51 0.70 1.10 4/255 18040
/proc/meminfo: memFree=31394744/32770624 swapFree=5780/387404
[pid=17967] ppid=17964 vsize=10927868 CPUtime=6.16 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 49318 12569 0 0 582 23 8 3 20 0 20 0 6408183 11190136832 62149 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2731967 62149 3473 1 0 2719522 0
[pid=17967/tid=18022] ppid=17964 vsize=10927868 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18022/stat : 18022 (java) S 17964 17967 7912 0 -1 1077944384 32936 12569 0 0 276 9 8 3 20 0 20 0 6408195 11190136832 62149 33554432000 4194304 4196468 140730896654864 139776018254144 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18023] ppid=17964 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18023/stat : 18023 (java) S 17964 17967 7912 0 -1 1077944384 45 12569 0 0 3 1 8 3 20 0 20 0 6408196 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775956023568 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18024] ppid=17964 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18024/stat : 18024 (java) S 17964 17967 7912 0 -1 1077944384 62 12569 0 0 2 0 8 3 20 0 20 0 6408196 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775954971024 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18025] ppid=17964 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18025/stat : 18025 (java) R 17964 17967 7912 0 -1 1077944384 72 12569 0 0 3 0 8 3 20 0 20 0 6408196 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775953918480 139776014030549 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18026] ppid=17964 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18026/stat : 18026 (java) S 17964 17967 7912 0 -1 1077944384 148 12569 0 0 2 1 8 3 20 0 20 0 6408196 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775617850016 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18027] ppid=17964 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18027/stat : 18027 (java) S 17964 17967 7912 0 -1 1077944384 31 12569 0 0 2 0 8 3 20 0 20 0 6408196 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775616797456 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18028] ppid=17964 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18028/stat : 18028 (java) S 17964 17967 7912 0 -1 1077944384 53 12569 0 0 3 1 8 3 20 0 20 0 6408196 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775615744912 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18029] ppid=17964 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18029/stat : 18029 (java) S 17964 17967 7912 0 -1 1077944384 35 12569 0 0 2 0 8 3 20 0 20 0 6408196 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775614692368 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18030] ppid=17964 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18030/stat : 18030 (java) R 17964 17967 7912 0 -1 4202560 35 12569 0 0 3 0 8 3 20 0 20 0 6408196 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775613639944 139775997403378 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18031] ppid=17964 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18031/stat : 18031 (java) S 17964 17967 7912 0 -1 1077944384 1958 12569 0 0 4 0 8 3 20 0 20 0 6408199 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775555785248 139776014030549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18032] ppid=17964 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18032/stat : 18032 (java) S 17964 17967 7912 0 -1 1077944384 56 12569 0 0 0 0 8 3 20 0 20 0 6408199 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775554733024 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18033] ppid=17964 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18033/stat : 18033 (java) S 17964 17967 7912 0 -1 1077944384 43 12569 0 0 0 0 8 3 20 0 20 0 6408200 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775553680384 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18034] ppid=17964 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18034/stat : 18034 (java) S 17964 17967 7912 0 -1 1077944384 1 12569 0 0 0 0 8 3 20 0 20 0 6408204 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775552628944 139776014038939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18035] ppid=17964 vsize=10927868 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18035/stat : 18035 (java) S 17964 17967 7912 0 -1 1077944384 4938 12569 0 0 79 1 8 3 20 0 20 0 6408204 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775551576560 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18036] ppid=17964 vsize=10927868 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18036/stat : 18036 (java) S 17964 17967 7912 0 -1 1077944384 1323 12569 0 0 53 0 8 3 20 0 20 0 6408204 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775482784368 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18037] ppid=17964 vsize=10927868 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18037/stat : 18037 (java) S 17964 17967 7912 0 -1 1077944384 1105 12569 0 0 47 1 8 3 20 0 20 0 6408204 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775481731824 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18038] ppid=17964 vsize=10927868 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18038/stat : 18038 (java) S 17964 17967 7912 0 -1 1077944384 4339 12569 0 0 98 1 8 3 20 0 20 0 6408204 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775480679280 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18039] ppid=17964 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18039/stat : 18039 (java) S 17964 17967 7912 0 -1 1077944384 3 12569 0 0 0 0 8 3 20 0 20 0 6408204 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775479625952 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18040] ppid=17964 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18040/stat : 18040 (java) S 17964 17967 7912 0 -1 1077944384 8 12569 0 0 0 0 8 3 20 0 20 0 6408204 11190136832 62149 33554432000 4194304 4196468 140730896654864 139775478573488 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 10927868

[startup+6.30089 s]
/proc/loadavg: 0.51 0.70 1.10 2/255 18040
/proc/meminfo: memFree=31218100/32770624 swapFree=5780/387412
[pid=17967] ppid=17964 vsize=10995452 CPUtime=12.64 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 65407 12569 0 0 1222 31 8 3 20 0 20 0 6408183 11259342848 99107 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2748863 99107 3502 1 0 2736418 0
[pid=17967/tid=18022] ppid=17964 vsize=10995452 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18022/stat : 18022 (java) R 17964 17967 7912 0 -1 4202560 39951 12569 0 0 591 11 8 3 20 0 20 0 6408195 11259342848 99107 33554432000 4194304 4196468 140730896654864 139776018253904 139775645415108 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18023] ppid=17964 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18023/stat : 18023 (java) S 17964 17967 7912 0 -1 1077944384 50 12569 0 0 3 1 8 3 20 0 20 0 6408196 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775956023568 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18024] ppid=17964 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18024/stat : 18024 (java) S 17964 17967 7912 0 -1 1077944384 86 12569 0 0 2 0 8 3 20 0 20 0 6408196 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775954971024 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18025] ppid=17964 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18025/stat : 18025 (java) S 17964 17967 7912 0 -1 1077944384 131 12569 0 0 3 1 8 3 20 0 20 0 6408196 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775953918480 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18026] ppid=17964 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18026/stat : 18026 (java) S 17964 17967 7912 0 -1 1077944384 168 12569 0 0 2 1 8 3 20 0 20 0 6408196 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775617850000 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18027] ppid=17964 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18027/stat : 18027 (java) S 17964 17967 7912 0 -1 1077944384 58 12569 0 0 3 1 8 3 20 0 20 0 6408196 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775616797456 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18028] ppid=17964 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18028/stat : 18028 (java) S 17964 17967 7912 0 -1 1077944384 961 12569 0 0 3 1 8 3 20 0 20 0 6408196 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775615744912 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18029] ppid=17964 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18029/stat : 18029 (java) S 17964 17967 7912 0 -1 1077944384 38 12569 0 0 2 1 8 3 20 0 20 0 6408196 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775614692368 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18030] ppid=17964 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18030/stat : 18030 (java) S 17964 17967 7912 0 -1 1077944384 85 12569 0 0 3 1 8 3 20 0 20 0 6408196 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775613639824 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18031] ppid=17964 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18031/stat : 18031 (java) S 17964 17967 7912 0 -1 1077944384 2197 12569 0 0 4 1 8 3 20 0 20 0 6408199 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775555786736 139776014031490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18032] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18032/stat : 18032 (java) S 17964 17967 7912 0 -1 1077944384 56 12569 0 0 0 0 8 3 20 0 20 0 6408199 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775554733088 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18033] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18033/stat : 18033 (java) S 17964 17967 7912 0 -1 1077944384 43 12569 0 0 0 0 8 3 20 0 20 0 6408200 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775553680384 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18034] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18034/stat : 18034 (java) S 17964 17967 7912 0 -1 1077944384 1 12569 0 0 0 0 8 3 20 0 20 0 6408204 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775552628944 139776014038939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18035] ppid=17964 vsize=10995452 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18035/stat : 18035 (java) S 17964 17967 7912 0 -1 1077944384 5609 12569 0 0 183 2 8 3 20 0 20 0 6408204 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775551576560 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18036] ppid=17964 vsize=10995452 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18036/stat : 18036 (java) S 17964 17967 7912 0 -1 1077944384 3013 12569 0 0 150 1 8 3 20 0 20 0 6408204 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775482784368 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18037] ppid=17964 vsize=10995452 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18037/stat : 18037 (java) S 17964 17967 7912 0 -1 1077944384 5784 12569 0 0 143 2 8 3 20 0 20 0 6408204 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775481731824 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18038] ppid=17964 vsize=10995452 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18038/stat : 18038 (java) S 17964 17967 7912 0 -1 1077944384 5033 12569 0 0 121 2 8 3 20 0 20 0 6408204 11259342848 99107 33554432000 4194304 4196468 140730896654864 139775480679280 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18039] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=17967/tid=18036] ppid=17964 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18036/stat : 18036 (java) S 17964 17967 7912 0 -1 1077944384 3948 12569 0 0 151 1 8 3 20 0 20 0 6408204 11259342848 209206 33554432000 4194304 4196468 140730896654864 139775482784368 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18037] ppid=17964 vsize=10995452 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18037/stat : 18037 (java) S 17964 17967 7912 0 -1 1077944384 6824 12569 0 0 147 3 8 3 20 0 20 0 6408204 11259342848 209206 33554432000 4194304 4196468 140730896654864 139775481731824 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18038] ppid=17964 vsize=10995452 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18038/stat : 18038 (java) S 17964 17967 7912 0 -1 1077944384 7012 12569 0 0 122 2 8 3 20 0 20 0 6408204 11259342848 209206 33554432000 4194304 4196468 140730896654864 139775480679280 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18039] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18039/stat : 18039 (java) S 17964 17967 7912 0 -1 1077944384 3 12569 0 0 0 0 8 3 20 0 20 0 6408204 11259342848 209206 33554432000 4194304 4196468 140730896654864 139775479625952 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18040] ppid=17964 vsize=10995452 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18040/stat : 18040 (java) S 17964 17967 7912 0 -1 1077944384 820 12569 0 0 66 60 8 3 20 0 20 0 6408204 11259342848 209206 33554432000 4194304 4196468 140730896654864 139775478573488 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
Current children cumulated CPU time (s) 2382.07
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.7 s]
/proc/loadavg: 0.65 0.73 0.76 2/255 18113
/proc/meminfo: memFree=30744372/32770624 swapFree=5780/388404
[pid=17967] ppid=17964 vsize=10995452 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 143049 12569 0 0 239571 418 8 3 20 0 20 0 6408183 11259342848 209729 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2748863 209729 3504 1 0 2736418 0
[pid=17967/tid=18022] ppid=17964 vsize=10995452 CPUtime=2320.44 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18022/stat : 18022 (java) R 17964 17967 7912 0 -1 4202560 71128 12569 0 0 231999 34 8 3 20 0 20 0 6408195 11259342848 209729 33554432000 4194304 4196468 140730896654864 139776018254480 139775644499551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18023] ppid=17964 vsize=10995452 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18023/stat : 18023 (java) S 17964 17967 7912 0 -1 1077944384 2695 12569 0 0 763 39 8 3 20 0 20 0 6408196 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775956023568 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18024] ppid=17964 vsize=10995452 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18024/stat : 18024 (java) S 17964 17967 7912 0 -1 1077944384 5669 12569 0 0 747 36 8 3 20 0 20 0 6408196 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775954971024 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18025] ppid=17964 vsize=10995452 CPUtime=8.26 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18025/stat : 18025 (java) S 17964 17967 7912 0 -1 1077944384 4857 12569 0 0 775 40 8 3 20 0 20 0 6408196 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775953918480 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18026] ppid=17964 vsize=10995452 CPUtime=8.22 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18026/stat : 18026 (java) S 17964 17967 7912 0 -1 1077944384 2747 12569 0 0 772 39 8 3 20 0 20 0 6408196 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775617850000 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18027] ppid=17964 vsize=10995452 CPUtime=8.2 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18027/stat : 18027 (java) S 17964 17967 7912 0 -1 1077944384 5245 12569 0 0 768 41 8 3 20 0 20 0 6408196 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775616797456 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18028] ppid=17964 vsize=10995452 CPUtime=8.26 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18028/stat : 18028 (java) S 17964 17967 7912 0 -1 1077944384 5526 12569 0 0 773 42 8 3 20 0 20 0 6408196 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775615744912 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18029] ppid=17964 vsize=10995452 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18029/stat : 18029 (java) S 17964 17967 7912 0 -1 1077944384 3791 12569 0 0 769 41 8 3 20 0 20 0 6408196 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775614692368 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18030] ppid=17964 vsize=10995452 CPUtime=8.29 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18030/stat : 18030 (java) S 17964 17967 7912 0 -1 1077944384 3480 12569 0 0 777 41 8 3 20 0 20 0 6408196 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775613639824 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18031] ppid=17964 vsize=10995452 CPUtime=7.44 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18031/stat : 18031 (java) S 17964 17967 7912 0 -1 1077944384 10207 12569 0 0 697 36 8 3 20 0 20 0 6408199 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775555786736 139776014031490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18032] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18032/stat : 18032 (java) S 17964 17967 7912 0 -1 1077944384 56 12569 0 0 0 0 8 3 20 0 20 0 6408199 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775554733088 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18033] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18033/stat : 18033 (java) S 17964 17967 7912 0 -1 1077944384 43 12569 0 0 0 0 8 3 20 0 20 0 6408200 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775553680384 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18034] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18034/stat : 18034 (java) S 17964 17967 7912 0 -1 1077944384 1 12569 0 0 0 0 8 3 20 0 20 0 6408204 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775552628944 139776014038939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18035] ppid=17964 vsize=10995452 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18035/stat : 18035 (java) S 17964 17967 7912 0 -1 1077944384 6849 12569 0 0 188 2 8 3 20 0 20 0 6408204 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775551576560 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18036] ppid=17964 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18036/stat : 18036 (java) S 17964 17967 7912 0 -1 1077944384 3950 12569 0 0 151 1 8 3 20 0 20 0 6408204 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775482784368 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18037] ppid=17964 vsize=10995452 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18037/stat : 18037 (java) S 17964 17967 7912 0 -1 1077944384 6826 12569 0 0 147 3 8 3 20 0 20 0 6408204 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775481731824 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18038] ppid=17964 vsize=10995452 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18038/stat : 18038 (java) S 17964 17967 7912 0 -1 1077944384 7014 12569 0 0 122 2 8 3 20 0 20 0 6408204 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775480679280 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18039] ppid=17964 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18039/stat : 18039 (java) S 17964 17967 7912 0 -1 1077944384 3 12569 0 0 0 0 8 3 20 0 20 0 6408204 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775479625952 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18040] ppid=17964 vsize=10995452 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18040/stat : 18040 (java) S 17964 17967 7912 0 -1 1077944384 835 12569 0 0 66 61 8 3 20 0 20 0 6408204 11259342848 209729 33554432000 4194304 4196468 140730896654864 139775478573488 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10995452

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

[startup+2339.81 s]
/proc/loadavg: 0.65 0.73 0.76 2/255 18113
/proc/meminfo: memFree=30744372/32770624 swapFree=5780/388404
[pid=17967] ppid=17964 vsize=11128580 CPUtime=2400.51 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 149056 12569 0 0 239620 420 8 3 20 0 22 0 6408183 11395665920 210904 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2782145 210904 3504 1 0 2769700 0
[pid=17967/tid=18022] ppid=17964 vsize=11128580 CPUtime=2320.45 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18022/stat : 18022 (java) S 17964 17967 7912 0 -1 1077944384 71490 12569 0 0 232000 34 8 3 20 0 22 0 6408195 11395665920 210904 33554432000 4194304 4196468 140730896654864 139776018258016 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18023] ppid=17964 vsize=11128580 CPUtime=8.18 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18023/stat : 18023 (java) R 17964 17967 7912 0 -1 4202560 2695 12569 0 0 768 39 8 3 20 0 22 0 6408196 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775956023768 139775998721005 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18024] ppid=17964 vsize=11128580 CPUtime=8.01 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18024/stat : 18024 (java) R 17964 17967 7912 0 -1 4202560 5682 12569 0 0 753 37 8 3 20 0 22 0 6408196 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775954971144 139776006648551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18025] ppid=17964 vsize=11128580 CPUtime=8.31 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18025/stat : 18025 (java) R 17964 17967 7912 0 -1 4202560 4866 12569 0 0 780 40 8 3 20 0 22 0 6408196 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775953918600 139776006648551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18026] ppid=17964 vsize=11128580 CPUtime=8.28 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18026/stat : 18026 (java) R 17964 17967 7912 0 -1 4202560 2759 12569 0 0 777 40 8 3 20 0 22 0 6408196 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775617850120 139776006648551 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18027] ppid=17964 vsize=11128580 CPUtime=8.26 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18027/stat : 18027 (java) R 17964 17967 7912 0 -1 4202560 5254 12569 0 0 774 41 8 3 20 0 22 0 6408196 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775616797576 139775999779152 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18028] ppid=17964 vsize=11128580 CPUtime=8.32 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18028/stat : 18028 (java) R 17964 17967 7912 0 -1 4202560 5545 12569 0 0 779 42 8 3 20 0 22 0 6408196 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775615745032 139776006648551 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18029] ppid=17964 vsize=11128580 CPUtime=8.27 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18029/stat : 18029 (java) R 17964 17967 7912 0 -1 4202560 3797 12569 0 0 775 41 8 3 20 0 22 0 6408196 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775614692488 139776006648551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18030] ppid=17964 vsize=11128580 CPUtime=8.34 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18030/stat : 18030 (java) R 17964 17967 7912 0 -1 4202560 3489 12569 0 0 782 41 8 3 20 0 22 0 6408196 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775613639944 139776006648551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18031] ppid=17964 vsize=11128580 CPUtime=7.48 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18031/stat : 18031 (java) S 17964 17967 7912 0 -1 1077944384 15206 12569 0 0 701 36 8 3 20 0 22 0 6408199 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775555785360 139776014030549 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18032] ppid=17964 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18032/stat : 18032 (java) S 17964 17967 7912 0 -1 1077944384 56 12569 0 0 0 0 8 3 20 0 22 0 6408199 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775554733088 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18033] ppid=17964 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18033/stat : 18033 (java) S 17964 17967 7912 0 -1 1077944384 43 12569 0 0 0 0 8 3 20 0 22 0 6408200 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775553680384 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18034] ppid=17964 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18034/stat : 18034 (java) S 17964 17967 7912 0 -1 1077944384 73 12569 0 0 0 0 8 3 20 0 22 0 6408204 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775552628944 139776014038939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18035] ppid=17964 vsize=11128580 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18035/stat : 18035 (java) S 17964 17967 7912 0 -1 1077944384 6849 12569 0 0 188 2 8 3 20 0 22 0 6408204 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775551576560 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18036] ppid=17964 vsize=11128580 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18036/stat : 18036 (java) S 17964 17967 7912 0 -1 1077944384 3950 12569 0 0 151 1 8 3 20 0 22 0 6408204 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775482784368 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18037] ppid=17964 vsize=11128580 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18037/stat : 18037 (java) S 17964 17967 7912 0 -1 1077944384 6826 12569 0 0 147 3 8 3 20 0 22 0 6408204 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775481731824 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18038] ppid=17964 vsize=11128580 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18038/stat : 18038 (java) S 17964 17967 7912 0 -1 1077944384 7418 12569 0 0 122 2 8 3 20 0 22 0 6408204 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775480673600 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18039] ppid=17964 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18039/stat : 18039 (java) S 17964 17967 7912 0 -1 1077944384 3 12569 0 0 0 0 8 3 20 0 22 0 6408204 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775479625952 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18040] ppid=17964 vsize=11128580 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18040/stat : 18040 (java) S 17964 17967 7912 0 -1 1077944384 835 12569 0 0 66 61 8 3 20 0 22 0 6408204 11395665920 210904 33554432000 4194304 4196468 140730896654864 139775478573488 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
Current children cumulated CPU time (s) 2400.51
Current children cumulated vsize (KiB) 11128580

[startup+2339.9 s]
/proc/loadavg: 0.65 0.73 0.76 2/255 18113
/proc/meminfo: memFree=30744372/32770624 swapFree=5780/388404
[pid=17967] ppid=17964 vsize=11128580 CPUtime=2400.9 cores=0,2,4,6,8,10,12,14
/proc/17967/stat : 17967 (java) S 17964 17967 7912 0 -1 1077944320 149340 12569 0 0 239659 420 8 3 20 0 22 0 6408183 11395665920 210980 33554432000 4194304 4196468 140730896654864 140730896637408 139776014020343 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
/proc/17967/statm: 2782145 210980 3504 1 0 2769700 0
[pid=17967/tid=18022] ppid=17964 vsize=11128580 CPUtime=2320.45 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18022/stat : 18022 (java) S 17964 17967 7912 0 -1 1077944384 71490 12569 0 0 232000 34 8 3 20 0 22 0 6408195 11395665920 210980 33554432000 4194304 4196468 140730896654864 139776018258016 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18023] ppid=17964 vsize=11128580 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18023/stat : 18023 (java) S 17964 17967 7912 0 -1 1077944384 2696 12569 0 0 773 39 8 3 20 0 22 0 6408196 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775956023568 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18024] ppid=17964 vsize=11128580 CPUtime=8.05 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18024/stat : 18024 (java) S 17964 17967 7912 0 -1 1077944384 5682 12569 0 0 757 37 8 3 20 0 22 0 6408196 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775954971024 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18025] ppid=17964 vsize=11128580 CPUtime=8.36 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18025/stat : 18025 (java) S 17964 17967 7912 0 -1 1077944384 4867 12569 0 0 785 40 8 3 20 0 22 0 6408196 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775953918480 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18026] ppid=17964 vsize=11128580 CPUtime=8.33 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18026/stat : 18026 (java) S 17964 17967 7912 0 -1 1077944384 2759 12569 0 0 782 40 8 3 20 0 22 0 6408196 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775617850000 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18027] ppid=17964 vsize=11128580 CPUtime=8.3 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18027/stat : 18027 (java) S 17964 17967 7912 0 -1 1077944384 5258 12569 0 0 778 41 8 3 20 0 22 0 6408196 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775616797456 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18028] ppid=17964 vsize=11128580 CPUtime=8.37 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18028/stat : 18028 (java) S 17964 17967 7912 0 -1 1077944384 5545 12569 0 0 784 42 8 3 20 0 22 0 6408196 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775615744912 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18029] ppid=17964 vsize=11128580 CPUtime=8.31 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18029/stat : 18029 (java) S 17964 17967 7912 0 -1 1077944384 3798 12569 0 0 779 41 8 3 20 0 22 0 6408196 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775614692368 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18030] ppid=17964 vsize=11128580 CPUtime=8.38 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18030/stat : 18030 (java) S 17964 17967 7912 0 -1 1077944384 3489 12569 0 0 786 41 8 3 20 0 22 0 6408196 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775613639824 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18031] ppid=17964 vsize=11128580 CPUtime=7.52 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18031/stat : 18031 (java) R 17964 17967 7912 0 -1 4202560 15479 12569 0 0 705 36 8 3 20 0 22 0 6408199 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775555785024 139775998376515 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18032] ppid=17964 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18032/stat : 18032 (java) S 17964 17967 7912 0 -1 1077944384 58 12569 0 0 0 0 8 3 20 0 22 0 6408199 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775554733072 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18033] ppid=17964 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18033/stat : 18033 (java) S 17964 17967 7912 0 -1 1077944384 43 12569 0 0 0 0 8 3 20 0 22 0 6408200 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775553680384 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18034] ppid=17964 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18034/stat : 18034 (java) S 17964 17967 7912 0 -1 1077944384 73 12569 0 0 0 0 8 3 20 0 22 0 6408204 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775552628944 139776014038939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18035] ppid=17964 vsize=11128580 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18035/stat : 18035 (java) S 17964 17967 7912 0 -1 1077944384 6849 12569 0 0 188 2 8 3 20 0 22 0 6408204 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775551576560 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18036] ppid=17964 vsize=11128580 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18036/stat : 18036 (java) S 17964 17967 7912 0 -1 1077944384 3950 12569 0 0 151 1 8 3 20 0 22 0 6408204 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775482784368 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18037] ppid=17964 vsize=11128580 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18037/stat : 18037 (java) S 17964 17967 7912 0 -1 1077944384 6826 12569 0 0 147 3 8 3 20 0 22 0 6408204 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775481731824 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18038] ppid=17964 vsize=11128580 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18038/stat : 18038 (java) S 17964 17967 7912 0 -1 1077944384 7420 12569 0 0 122 2 8 3 20 0 22 0 6408204 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775480675152 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18039] ppid=17964 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18039/stat : 18039 (java) S 17964 17967 7912 0 -1 1077944384 3 12569 0 0 0 0 8 3 20 0 22 0 6408204 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775479625952 139776014030549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
[pid=17967/tid=18040] ppid=17964 vsize=11128580 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/17967/task/18040/stat : 18040 (java) S 17964 17967 7912 0 -1 1077944384 835 12569 0 0 66 61 8 3 20 0 22 0 6408204 11395665920 210980 33554432000 4194304 4196468 140730896654864 139775478573488 139776014031490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730896661185 140730896663959 140730896663959 140730896666575 0
Current children cumulated CPU time (s) 2400.9
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2339.97
CPU time (s): 2401.09
CPU user time (s): 2396.84
CPU system time (s): 4.24984
CPU usage (%): 102.612
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.84
system time used= 4.24984
maximum resident set size= 844496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317157
involuntary context switches= 182779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5699 second user time and 20.7516 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 10:16:45
IDJOB=4246263
IDBENCH=124372
IDSOLVER=2630
FILE ID=node125/4246263-1500711405
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61976 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-16.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246263-1500711405/watcher-4246263-1500711405 -o /tmp/evaluation-result-4246263-1500711405/solver-4246263-1500711405 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4246263-1500711405.xml

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=1972616589

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		: 2000.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		: 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.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		: 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.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		: 2267.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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1867.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		: 2267.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2000.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:        31572692 kB
MemAvailable:   31994784 kB
Buffers:          183000 kB
Cached:           515368 kB
SwapCached:            0 kB
Active:           357412 kB
Inactive:         396476 kB
Active(anon):      58340 kB
Inactive(anon):     8764 kB
Active(file):     299072 kB
Inactive(file):   387712 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24312 kB
Writeback:             0 kB
AnonPages:         61204 kB
Mapped:            30012 kB
Shmem:              8840 kB
Slab:             135304 kB
SReclaimable:     102284 kB
SUnreclaim:        33020 kB
KernelStack:        4128 kB
PageTables:         4972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 61952 MiB
End job on node125 at 2017-07-22 10:55:45