Trace number 4244483

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) 2402.38 2326.14

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-2.xml
MD5SUM42633f1d08cbe99acfb79d5a930fb228
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1218
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1322
Maximum domain size1322
Distribution of domain sizes[{"size":1322,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.87 1.53 1.46 3/261 15342
/proc/meminfo: memFree=30208700/32770624 swapFree=5844/239756
[pid=15342] ppid=15339 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (bash) S 15339 15342 13605 0 -1 4202496 685 1531 0 0 0 0 0 0 20 0 1 0 4066573 9736192 350 33554432000 4194304 5098028 140737054256208 140737054253848 139823846771712 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 17141760 140737054258446 140737054258531 140737054258531 140737054261230 0
/proc/15342/statm: 2377 350 278 221 0 86 0

[startup+0.100163 s]
/proc/loadavg: 1.87 1.53 1.46 3/261 15342
/proc/meminfo: memFree=30208700/32770624 swapFree=5844/239756
[pid=15342] ppid=15339 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (bash) S 15339 15342 13605 0 -1 4202496 878 6411 0 0 0 0 0 1 20 0 1 0 4066573 9871360 377 33554432000 4194304 5098028 140737054256208 140737054250216 139823846771712 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 17141760 140737054258446 140737054258531 140737054258531 140737054261230 0
/proc/15342/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200253 s]
/proc/loadavg: 1.87 1.53 1.46 3/261 15342
/proc/meminfo: memFree=30208700/32770624 swapFree=5844/239756
[pid=15342] ppid=15339 vsize=10835244 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 5868 12419 0 0 7 1 8 3 20 0 19 0 4066573 11095289856 5682 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2708811 5682 2594 1 0 2697249 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10835244

[startup+0.300269 s]
/proc/loadavg: 1.87 1.53 1.46 3/261 15342
/proc/meminfo: memFree=30208700/32770624 swapFree=5844/239756
[pid=15342] ppid=15339 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 9865 12419 0 0 23 2 8 3 20 0 20 0 4066573 11164049408 10346 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2725598 10346 2962 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700158 s]
/proc/loadavg: 1.87 1.53 1.46 3/261 15342
/proc/meminfo: memFree=30208700/32770624 swapFree=5844/239756
[pid=15342] ppid=15339 vsize=10902720 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 13272 12419 0 0 82 4 8 3 20 0 20 0 4066573 11164385280 16005 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2725680 16005 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10902720

[startup+1.50099 s]
/proc/loadavg: 1.87 1.53 1.46 4/281 15415
/proc/meminfo: memFree=30108920/32770624 swapFree=5844/239820
[pid=15342] ppid=15339 vsize=10913344 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 26994 12419 0 0 201 13 8 3 20 0 20 0 4066573 11175264256 44187 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2728336 44187 3400 1 0 2716450 0
[pid=15342/tid=15397] ppid=15339 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15397/stat : 15397 (java) R 15339 15342 13605 0 -1 4202560 19231 12419 0 0 127 5 8 3 20 0 20 0 4066585 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014627711840 140014623501718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15398] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15398/stat : 15398 (java) S 15339 15342 13605 0 -1 1077944384 20 12419 0 0 0 0 8 3 20 0 20 0 4066586 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014593202576 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15399] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15399/stat : 15399 (java) S 15339 15342 13605 0 -1 1077944384 52 12419 0 0 0 0 8 3 20 0 20 0 4066586 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014229260560 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15400] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15400/stat : 15400 (java) S 15339 15342 13605 0 -1 1077944384 40 12419 0 0 0 0 8 3 20 0 20 0 4066586 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014228208272 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15401] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15401/stat : 15401 (java) S 15339 15342 13605 0 -1 1077944384 19 12419 0 0 0 0 8 3 20 0 20 0 4066586 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014227155472 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15402] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15402/stat : 15402 (java) S 15339 15342 13605 0 -1 1077944384 8 12419 0 0 0 0 8 3 20 0 20 0 4066586 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014226103184 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15403] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15403/stat : 15403 (java) S 15339 15342 13605 0 -1 1077944384 133 12419 0 0 0 0 8 3 20 0 20 0 4066586 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014225050384 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15404] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15404/stat : 15404 (java) S 15339 15342 13605 0 -1 1077944384 21 12419 0 0 0 0 8 3 20 0 20 0 4066586 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014223998096 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15405] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15405/stat : 15405 (java) S 15339 15342 13605 0 -1 1077944384 14 12419 0 0 0 0 8 3 20 0 20 0 4066586 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014222945296 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15406] ppid=15339 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15406/stat : 15406 (java) S 15339 15342 13605 0 -1 1077944384 1439 12419 0 0 1 0 8 3 20 0 20 0 4066588 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014098069616 140014623500930 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15407] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15407/stat : 15407 (java) S 15339 15342 13605 0 -1 1077944384 55 12419 0 0 0 0 8 3 20 0 20 0 4066589 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014097015584 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15408] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15408/stat : 15408 (java) R 15339 15342 13605 0 -1 4202560 44 12419 0 0 0 0 8 3 20 0 20 0 4066589 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014095963248 140014259843472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15409] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15409/stat : 15409 (java) S 15339 15342 13605 0 -1 1077944384 1 12419 0 0 0 0 8 3 20 0 20 0 4066593 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014094911568 140014623508379 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15410] ppid=15339 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15410/stat : 15410 (java) R 15339 15342 13605 0 -1 4202560 828 12419 0 0 12 1 8 3 20 0 20 0 4066593 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014093859440 140014602737154 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15411] ppid=15339 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15411/stat : 15411 (java) S 15339 15342 13605 0 -1 1077944384 1096 12419 0 0 14 0 8 3 20 0 20 0 4066593 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014092806640 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15412] ppid=15339 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15412/stat : 15412 (java) S 15339 15342 13605 0 -1 1077944384 625 12419 0 0 11 0 8 3 20 0 20 0 4066593 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014091754352 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15413] ppid=15339 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15413/stat : 15413 (java) R 15339 15342 13605 0 -1 4202560 1243 12419 0 0 26 0 8 3 20 0 20 0 4066593 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014090696304 140014605053287 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15414] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15414/stat : 15414 (java) S 15339 15342 13605 0 -1 1077944384 3 12419 0 0 0 0 8 3 20 0 20 0 4066593 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014089648480 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15415] ppid=15339 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15415/stat : 15415 (java) S 15339 15342 13605 0 -1 1077944384 3 12419 0 0 0 0 8 3 20 0 20 0 4066594 11175264256 44187 33554432000 4194304 4196468 140724620284784 140014088595760 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10913344

[startup+3.10102 s]
/proc/loadavg: 1.87 1.53 1.46 5/281 15415
/proc/meminfo: memFree=30032264/32770624 swapFree=5844/239764
[pid=15342] ppid=15339 vsize=10925820 CPUtime=6.45 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 43837 12419 0 0 614 20 8 3 20 0 20 0 4066573 11188039680 54918 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2731455 54918 3473 1 0 2719010 0
[pid=15342/tid=15397] ppid=15339 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15397/stat : 15397 (java) R 15339 15342 13605 0 -1 4202560 25887 12419 0 0 283 8 8 3 20 0 20 0 4066585 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014627718944 140014623501718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15398] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15398/stat : 15398 (java) S 15339 15342 13605 0 -1 1077944384 20 12419 0 0 0 0 8 3 20 0 20 0 4066586 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014593202576 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15399] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15399/stat : 15399 (java) S 15339 15342 13605 0 -1 1077944384 52 12419 0 0 0 0 8 3 20 0 20 0 4066586 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014229260560 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15400] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15400/stat : 15400 (java) S 15339 15342 13605 0 -1 1077944384 40 12419 0 0 0 0 8 3 20 0 20 0 4066586 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014228208272 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15401] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15401/stat : 15401 (java) S 15339 15342 13605 0 -1 1077944384 19 12419 0 0 0 0 8 3 20 0 20 0 4066586 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014227155472 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15402] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15402/stat : 15402 (java) S 15339 15342 13605 0 -1 1077944384 8 12419 0 0 0 0 8 3 20 0 20 0 4066586 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014226103184 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15403] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15403/stat : 15403 (java) S 15339 15342 13605 0 -1 1077944384 133 12419 0 0 0 0 8 3 20 0 20 0 4066586 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014225050384 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15404] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15404/stat : 15404 (java) S 15339 15342 13605 0 -1 1077944384 21 12419 0 0 0 0 8 3 20 0 20 0 4066586 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014223998096 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15405] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15405/stat : 15405 (java) S 15339 15342 13605 0 -1 1077944384 14 12419 0 0 0 0 8 3 20 0 20 0 4066586 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014222945296 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15406] ppid=15339 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15406/stat : 15406 (java) S 15339 15342 13605 0 -1 1077944384 1460 12419 0 0 1 0 8 3 20 0 20 0 4066588 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014098069616 140014623500930 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15407] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15407/stat : 15407 (java) S 15339 15342 13605 0 -1 1077944384 55 12419 0 0 0 0 8 3 20 0 20 0 4066589 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014097015584 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15408] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15408/stat : 15408 (java) S 15339 15342 13605 0 -1 1077944384 44 12419 0 0 0 0 8 3 20 0 20 0 4066589 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014095963248 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15409] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15409/stat : 15409 (java) S 15339 15342 13605 0 -1 1077944384 1 12419 0 0 0 0 8 3 20 0 20 0 4066593 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014094911568 140014623508379 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15410] ppid=15339 vsize=10925820 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15410/stat : 15410 (java) R 15339 15342 13605 0 -1 4202560 2800 12419 0 0 63 2 8 3 20 0 20 0 4066593 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014093843552 140014608615173 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15411] ppid=15339 vsize=10925820 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15411/stat : 15411 (java) S 15339 15342 13605 0 -1 1077944384 4723 12419 0 0 92 1 8 3 20 0 20 0 4066593 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014092806640 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15412] ppid=15339 vsize=10925820 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15412/stat : 15412 (java) S 15339 15342 13605 0 -1 1077944384 1254 12419 0 0 49 1 8 3 20 0 20 0 4066593 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014091754352 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15413] ppid=15339 vsize=10925820 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15413/stat : 15413 (java) S 15339 15342 13605 0 -1 1077944384 5170 12419 0 0 115 2 8 3 20 0 20 0 4066593 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014090701552 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15414] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15414/stat : 15414 (java) S 15339 15342 13605 0 -1 1077944384 3 12419 0 0 0 0 8 3 20 0 20 0 4066593 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014089648480 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15415] ppid=15339 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15415/stat : 15415 (java) S 15339 15342 13605 0 -1 1077944384 5 12419 0 0 0 0 8 3 20 0 20 0 4066594 11188039680 54918 33554432000 4194304 4196468 140724620284784 140014088595760 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 10925820

[startup+6.30069 s]
/proc/loadavg: 1.96 1.55 1.47 4/281 15415
/proc/meminfo: memFree=29791616/32770624 swapFree=5844/239776
[pid=15342] ppid=15339 vsize=10997500 CPUtime=17.27 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 72309 12419 0 0 1674 42 8 3 20 0 20 0 4066573 11261440000 98667 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2749375 98667 3500 1 0 2736930 0
[pid=15342/tid=15397] ppid=15339 vsize=10997500 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15397/stat : 15397 (java) R 15339 15342 13605 0 -1 4202560 40268 12419 0 0 588 10 8 3 20 0 20 0 4066585 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014627720568 140014266206855 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15398] ppid=15339 vsize=10997500 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15398/stat : 15398 (java) S 15339 15342 13605 0 -1 1077944384 68 12419 0 0 6 2 8 3 20 0 20 0 4066586 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014593202576 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15399] ppid=15339 vsize=10997500 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15399/stat : 15399 (java) S 15339 15342 13605 0 -1 1077944384 71 12419 0 0 5 2 8 3 20 0 20 0 4066586 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014229260560 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15400] ppid=15339 vsize=10997500 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15400/stat : 15400 (java) S 15339 15342 13605 0 -1 1077944384 82 12419 0 0 5 2 8 3 20 0 20 0 4066586 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014228208272 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15401] ppid=15339 vsize=10997500 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15401/stat : 15401 (java) S 15339 15342 13605 0 -1 1077944384 42 12419 0 0 6 2 8 3 20 0 20 0 4066586 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014227155472 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15402] ppid=15339 vsize=10997500 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15402/stat : 15402 (java) S 15339 15342 13605 0 -1 1077944384 38 12419 0 0 6 2 8 3 20 0 20 0 4066586 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014226103184 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15403] ppid=15339 vsize=10997500 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15403/stat : 15403 (java) S 15339 15342 13605 0 -1 1077944384 165 12419 0 0 6 2 8 3 20 0 20 0 4066586 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014225050384 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15404] ppid=15339 vsize=10997500 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15404/stat : 15404 (java) S 15339 15342 13605 0 -1 1077944384 53 12419 0 0 6 2 8 3 20 0 20 0 4066586 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014223998096 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15405] ppid=15339 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15405/stat : 15405 (java) S 15339 15342 13605 0 -1 1077944384 44 12419 0 0 5 1 8 3 20 0 20 0 4066586 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014222945296 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15406] ppid=15339 vsize=10997500 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15406/stat : 15406 (java) S 15339 15342 13605 0 -1 1077944384 2022 12419 0 0 4 1 8 3 20 0 20 0 4066588 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014098069616 140014623500930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15407] ppid=15339 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15407/stat : 15407 (java) S 15339 15342 13605 0 -1 1077944384 56 12419 0 0 0 0 8 3 20 0 20 0 4066589 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014097015648 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15408] ppid=15339 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15408/stat : 15408 (java) S 15339 15342 13605 0 -1 1077944384 44 12419 0 0 0 0 8 3 20 0 20 0 4066589 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014095963264 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15409] ppid=15339 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15409/stat : 15409 (java) S 15339 15342 13605 0 -1 1077944384 1 12419 0 0 0 0 8 3 20 0 20 0 4066593 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014094911568 140014623508379 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15410] ppid=15339 vsize=10997500 CPUtime=2.73 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15410/stat : 15410 (java) R 15339 15342 13605 0 -1 4202560 4072 12419 0 0 259 3 8 3 20 0 20 0 4066593 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014093845536 140014608419263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15411] ppid=15339 vsize=10997500 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15411/stat : 15411 (java) R 15339 15342 13605 0 -1 4202560 5932 12419 0 0 282 2 8 3 20 0 20 0 4066593 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014092787360 140014606900576 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15412] ppid=15339 vsize=10997500 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15412/stat : 15412 (java) R 15339 15342 13605 0 -1 4202560 10033 12419 0 0 271 2 8 3 20 0 20 0 4066593 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014091740656 140014604216607 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15413] ppid=15339 vsize=10997500 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15413/stat : 15413 (java) S 15339 15342 13605 0 -1 1077944384 7075 12419 0 0 216 3 8 3 20 0 20 0 4066593 11261440000 98667 33554432000 4194304 4196468 140724620284784 140014090701552 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15414] ppid=15339 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=15342/tid=15409] ppid=15339 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15409/stat : 15409 (java) S 15339 15342 13605 0 -1 1077944384 1 12419 0 0 0 0 8 3 20 0 20 0 4066593 11261440000 387038 33554432000 4194304 4196468 140724620284784 140014094911568 140014623508379 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15410] ppid=15339 vsize=10997500 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15410/stat : 15410 (java) S 15339 15342 13605 0 -1 1077944384 9592 12419 0 0 353 4 8 3 20 0 20 0 4066593 11261440000 387038 33554432000 4194304 4196468 140724620284784 140014093859440 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15411] ppid=15339 vsize=10997500 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15411/stat : 15411 (java) S 15339 15342 13605 0 -1 1077944384 11777 12419 0 0 387 3 8 3 20 0 20 0 4066593 11261440000 387038 33554432000 4194304 4196468 140724620284784 140014092806640 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15412] ppid=15339 vsize=10997500 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15412/stat : 15412 (java) S 15339 15342 13605 0 -1 1077944384 14187 12419 0 0 338 3 8 3 20 0 20 0 4066593 11261440000 387038 33554432000 4194304 4196468 140724620284784 140014091754352 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15413] ppid=15339 vsize=10997500 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15413/stat : 15413 (java) S 15339 15342 13605 0 -1 1077944384 20795 12419 0 0 230 4 8 3 20 0 20 0 4066593 11261440000 387038 33554432000 4194304 4196468 140724620284784 140014090701552 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15414] ppid=15339 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15414/stat : 15414 (java) S 15339 15342 13605 0 -1 1077944384 3 12419 0 0 0 0 8 3 20 0 20 0 4066593 11261440000 387038 33554432000 4194304 4196468 140724620284784 140014089648480 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15415] ppid=15339 vsize=10997500 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15415/stat : 15415 (java) S 15339 15342 13605 0 -1 1077944384 2978 12419 0 0 71 62 8 3 20 0 20 0 4066594 11261440000 387038 33554432000 4194304 4196468 140724620284784 140014088595760 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2325.81 s]
/proc/loadavg: 1.69 1.47 1.42 3/282 15652
/proc/meminfo: memFree=28615272/32770624 swapFree=5844/242064
[pid=15342] ppid=15339 vsize=11130628 CPUtime=2400.47 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 309830 12419 0 0 239557 479 8 3 20 0 22 0 4066573 11397763072 388752 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2782657 388752 3516 1 0 2770212 0
[pid=15342/tid=15397] ppid=15339 vsize=11130628 CPUtime=2305.65 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15397/stat : 15397 (java) S 15339 15342 13605 0 -1 1077944384 97550 12419 0 0 230504 50 8 3 20 0 22 0 4066585 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014627727456 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15398] ppid=15339 vsize=11130628 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15398/stat : 15398 (java) R 15339 15342 13605 0 -1 4202560 10082 12419 0 0 876 41 8 3 20 0 22 0 4066586 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014593202696 140014616117991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15399] ppid=15339 vsize=11130628 CPUtime=9.26 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15399/stat : 15399 (java) S 15339 15342 13605 0 -1 1077944384 19387 12419 0 0 871 44 8 3 20 0 22 0 4066586 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014229260368 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15400] ppid=15339 vsize=11130628 CPUtime=9.25 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15400/stat : 15400 (java) R 15339 15342 13605 0 -1 4202560 15321 12419 0 0 869 45 8 3 20 0 22 0 4066586 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014228208392 140014616117991 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15401] ppid=15339 vsize=11130628 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15401/stat : 15401 (java) R 15339 15342 13605 0 -1 4202560 12381 12419 0 0 871 46 8 3 20 0 22 0 4066586 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014227155280 140014616117991 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15402] ppid=15339 vsize=11130628 CPUtime=9.32 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15402/stat : 15402 (java) R 15339 15342 13605 0 -1 4202560 13700 12419 0 0 876 45 8 3 20 0 22 0 4066586 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014226103384 140014608190448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15403] ppid=15339 vsize=11130628 CPUtime=9.3 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15403/stat : 15403 (java) R 15339 15342 13605 0 -1 4202560 13206 12419 0 0 875 44 8 3 20 0 22 0 4066586 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014225050192 140014616117991 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15404] ppid=15339 vsize=11130628 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15404/stat : 15404 (java) R 15339 15342 13605 0 -1 4202560 17925 12419 0 0 875 42 8 3 20 0 22 0 4066586 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014223998216 140014606872816 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15405] ppid=15339 vsize=11130628 CPUtime=9.29 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15405/stat : 15405 (java) R 15339 15342 13605 0 -1 4202560 14092 12419 0 0 875 43 8 3 20 0 22 0 4066586 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014222945416 140014606872816 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15406] ppid=15339 vsize=11130628 CPUtime=6.82 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15406/stat : 15406 (java) S 15339 15342 13605 0 -1 1077944384 32723 12419 0 0 631 40 8 3 20 0 22 0 4066588 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014098068240 140014623499989 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15407] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15407/stat : 15407 (java) S 15339 15342 13605 0 -1 1077944384 56 12419 0 0 0 0 8 3 20 0 22 0 4066589 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014097015648 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15408] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15408/stat : 15408 (java) S 15339 15342 13605 0 -1 1077944384 44 12419 0 0 0 0 8 3 20 0 22 0 4066589 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014095963264 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15409] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15409/stat : 15409 (java) S 15339 15342 13605 0 -1 1077944384 284 12419 0 0 0 0 8 3 20 0 22 0 4066593 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014094911568 140014623508379 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15410] ppid=15339 vsize=11130628 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15410/stat : 15410 (java) S 15339 15342 13605 0 -1 1077944384 9662 12419 0 0 353 4 8 3 20 0 22 0 4066593 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014093850624 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15411] ppid=15339 vsize=11130628 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15411/stat : 15411 (java) S 15339 15342 13605 0 -1 1077944384 11777 12419 0 0 387 3 8 3 20 0 22 0 4066593 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014092806640 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15412] ppid=15339 vsize=11130628 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15412/stat : 15412 (java) S 15339 15342 13605 0 -1 1077944384 14187 12419 0 0 338 3 8 3 20 0 22 0 4066593 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014091754352 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15413] ppid=15339 vsize=11130628 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15413/stat : 15413 (java) S 15339 15342 13605 0 -1 1077944384 21979 12419 0 0 230 4 8 3 20 0 22 0 4066593 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014090701120 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15414] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15414/stat : 15414 (java) S 15339 15342 13605 0 -1 1077944384 3 12419 0 0 0 0 8 3 20 0 22 0 4066593 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014089648480 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15415] ppid=15339 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15415/stat : 15415 (java) S 15339 15342 13605 0 -1 1077944384 2978 12419 0 0 71 62 8 3 20 0 22 0 4066594 11397763072 388752 33554432000 4194304 4196468 140724620284784 140014088595760 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
Current children cumulated CPU time (s) 2400.47
Current children cumulated vsize (KiB) 11130628

[startup+2326 s]
/proc/loadavg: 1.69 1.47 1.42 3/282 15652
/proc/meminfo: memFree=28615272/32770624 swapFree=5844/242064
[pid=15342] ppid=15339 vsize=11130628 CPUtime=2401.8 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 310168 12419 0 0 239690 479 8 3 20 0 22 0 4066573 11397763072 388899 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2782657 388899 3516 1 0 2770212 0
[pid=15342/tid=15397] ppid=15339 vsize=11130628 CPUtime=2305.65 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15397/stat : 15397 (java) S 15339 15342 13605 0 -1 1077944384 97550 12419 0 0 230504 50 8 3 20 0 22 0 4066585 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014627727456 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15398] ppid=15339 vsize=11130628 CPUtime=9.44 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15398/stat : 15398 (java) S 15339 15342 13605 0 -1 1077944384 10090 12419 0 0 892 41 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014593202576 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15399] ppid=15339 vsize=11130628 CPUtime=9.42 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15399/stat : 15399 (java) S 15339 15342 13605 0 -1 1077944384 19387 12419 0 0 887 44 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014229260560 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15400] ppid=15339 vsize=11130628 CPUtime=9.41 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15400/stat : 15400 (java) S 15339 15342 13605 0 -1 1077944384 15323 12419 0 0 885 45 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014228208272 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15401] ppid=15339 vsize=11130628 CPUtime=9.44 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15401/stat : 15401 (java) S 15339 15342 13605 0 -1 1077944384 12392 12419 0 0 887 46 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014227155472 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15402] ppid=15339 vsize=11130628 CPUtime=9.49 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15402/stat : 15402 (java) S 15339 15342 13605 0 -1 1077944384 13708 12419 0 0 893 45 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014226103184 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15403] ppid=15339 vsize=11130628 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15403/stat : 15403 (java) S 15339 15342 13605 0 -1 1077944384 13210 12419 0 0 892 45 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014225050384 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15404] ppid=15339 vsize=11130628 CPUtime=9.45 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15404/stat : 15404 (java) S 15339 15342 13605 0 -1 1077944384 17927 12419 0 0 892 42 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014223998096 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15405] ppid=15339 vsize=11130628 CPUtime=9.45 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15405/stat : 15405 (java) S 15339 15342 13605 0 -1 1077944384 14096 12419 0 0 891 43 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014222945296 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15406] ppid=15339 vsize=11130628 CPUtime=6.84 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15406/stat : 15406 (java) R 15339 15342 13605 0 -1 4202560 33016 12419 0 0 633 40 8 3 20 0 22 0 4066588 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014098067904 140014607680558 0 0 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15407] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15407/stat : 15407 (java) S 15339 15342 13605 0 -1 1077944384 58 12419 0 0 0 0 8 3 20 0 22 0 4066589 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014097015152 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15408] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15408/stat : 15408 (java) S 15339 15342 13605 0 -1 1077944384 44 12419 0 0 0 0 8 3 20 0 22 0 4066589 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014095963264 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15409] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15409/stat : 15409 (java) S 15339 15342 13605 0 -1 1077944384 284 12419 0 0 0 0 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014094911568 140014623508379 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15410] ppid=15339 vsize=11130628 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15410/stat : 15410 (java) S 15339 15342 13605 0 -1 1077944384 9666 12419 0 0 353 4 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014093849760 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15411] ppid=15339 vsize=11130628 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15411/stat : 15411 (java) S 15339 15342 13605 0 -1 1077944384 11777 12419 0 0 387 3 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014092806640 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15412] ppid=15339 vsize=11130628 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15412/stat : 15412 (java) S 15339 15342 13605 0 -1 1077944384 14187 12419 0 0 338 3 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014091754352 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15413] ppid=15339 vsize=11130628 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15413/stat : 15413 (java) S 15339 15342 13605 0 -1 1077944384 21979 12419 0 0 230 4 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014090701120 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15414] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15414/stat : 15414 (java) S 15339 15342 13605 0 -1 1077944384 3 12419 0 0 0 0 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014089648480 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15415] ppid=15339 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15415/stat : 15415 (java) S 15339 15342 13605 0 -1 1077944384 2978 12419 0 0 71 62 8 3 20 0 22 0 4066594 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014088595760 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
Current children cumulated CPU time (s) 2401.8
Current children cumulated vsize (KiB) 11130628

[startup+2326.1 s]
/proc/loadavg: 1.69 1.47 1.42 3/282 15652
/proc/meminfo: memFree=28615272/32770624 swapFree=5844/242064
[pid=15342] ppid=15339 vsize=11130628 CPUtime=2402.26 cores=0,2,4,6,8,10,12,14
/proc/15342/stat : 15342 (java) S 15339 15342 13605 0 -1 1077944320 310194 12419 0 0 239735 480 8 3 20 0 22 0 4066573 11397763072 388899 33554432000 4194304 4196468 140724620284784 140724620267328 140014623489783 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
/proc/15342/statm: 2782657 388899 3516 1 0 2770212 0
[pid=15342/tid=15397] ppid=15339 vsize=11130628 CPUtime=2305.65 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15397/stat : 15397 (java) S 15339 15342 13605 0 -1 1077944384 97551 12419 0 0 230504 50 8 3 20 0 22 0 4066585 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014627727456 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15398] ppid=15339 vsize=11130628 CPUtime=9.49 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15398/stat : 15398 (java) R 15339 15342 13605 0 -1 4202560 10090 12419 0 0 897 41 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014593202776 140014605099533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15399] ppid=15339 vsize=11130628 CPUtime=9.49 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15399/stat : 15399 (java) R 15339 15342 13605 0 -1 4202560 19387 12419 0 0 893 45 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014229260560 140014607947409 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15400] ppid=15339 vsize=11130628 CPUtime=9.46 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15400/stat : 15400 (java) R 15339 15342 13605 0 -1 4202560 15327 12419 0 0 890 45 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014228208472 140014608188528 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15401] ppid=15339 vsize=11130628 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15401/stat : 15401 (java) R 15339 15342 13605 0 -1 4202560 12392 12419 0 0 891 46 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014227155672 140014608188585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15402] ppid=15339 vsize=11130628 CPUtime=9.54 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15402/stat : 15402 (java) R 15339 15342 13605 0 -1 4202560 13711 12419 0 0 898 45 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014226103384 140014608486292 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15403] ppid=15339 vsize=11130628 CPUtime=9.53 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15403/stat : 15403 (java) R 15339 15342 13605 0 -1 4202560 13216 12419 0 0 897 45 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014225050584 140014608189032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15404] ppid=15339 vsize=11130628 CPUtime=9.5 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15404/stat : 15404 (java) R 15339 15342 13605 0 -1 4202560 17927 12419 0 0 897 42 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014223998296 140014616117991 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15405] ppid=15339 vsize=11130628 CPUtime=9.51 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15405/stat : 15405 (java) R 15339 15342 13605 0 -1 4202560 14099 12419 0 0 897 43 8 3 20 0 22 0 4066586 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014222945496 140014608188551 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15406] ppid=15339 vsize=11130628 CPUtime=6.89 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15406/stat : 15406 (java) S 15339 15342 13605 0 -1 1077944384 33016 12419 0 0 638 40 8 3 20 0 22 0 4066588 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014098068240 140014623499989 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15407] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15407/stat : 15407 (java) S 15339 15342 13605 0 -1 1077944384 58 12419 0 0 0 0 8 3 20 0 22 0 4066589 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014097015552 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15408] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15408/stat : 15408 (java) S 15339 15342 13605 0 -1 1077944384 44 12419 0 0 0 0 8 3 20 0 22 0 4066589 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014095963264 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15409] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15409/stat : 15409 (java) S 15339 15342 13605 0 -1 1077944384 284 12419 0 0 0 0 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014094911568 140014623508379 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15410] ppid=15339 vsize=11130628 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15410/stat : 15410 (java) S 15339 15342 13605 0 -1 1077944384 9674 12419 0 0 353 4 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014093848768 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15411] ppid=15339 vsize=11130628 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15411/stat : 15411 (java) S 15339 15342 13605 0 -1 1077944384 11777 12419 0 0 387 3 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014092806640 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15412] ppid=15339 vsize=11130628 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15412/stat : 15412 (java) S 15339 15342 13605 0 -1 1077944384 14187 12419 0 0 338 3 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014091754352 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15413] ppid=15339 vsize=11130628 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15413/stat : 15413 (java) S 15339 15342 13605 0 -1 1077944384 21979 12419 0 0 230 4 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014090701552 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15414] ppid=15339 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15414/stat : 15414 (java) S 15339 15342 13605 0 -1 1077944384 3 12419 0 0 0 0 8 3 20 0 22 0 4066593 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014089648480 140014623499989 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
[pid=15342/tid=15415] ppid=15339 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15342/task/15415/stat : 15415 (java) S 15339 15342 13605 0 -1 1077944384 2978 12419 0 0 71 62 8 3 20 0 22 0 4066594 11397763072 388899 33554432000 4194304 4196468 140724620284784 140014088595760 140014623500930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15306752 140724620290753 140724620293527 140724620293527 140724620296143 0
Current children cumulated CPU time (s) 2402.26
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2326.14
CPU time (s): 2402.38
CPU user time (s): 2397.52
CPU system time (s): 4.8579
CPU usage (%): 103.278
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.52
system time used= 4.8579
maximum resident set size= 1712872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295070
involuntary context switches= 188447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5837 second user time and 20.0902 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-22 03:46:37
IDJOB=4244483
IDBENCH=115735
IDSOLVER=2630
FILE ID=node136/4244483-1500687997
RUNJOBID= node136-1500683313-13636
PBS_JOBID= 20623338
Free space on /tmp= 61972 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244483-1500687997/watcher-4244483-1500687997 -o /tmp/evaluation-result-4244483-1500687997/solver-4244483-1500687997 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13636 --watchdog 2560  bin/concrete HOME/instance-4244483-1500687997.xml

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

MD5SUM BENCH= 42633f1d08cbe99acfb79d5a930fb228
RANDOM SEED=1337558427

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30209080 kB
MemAvailable:   30395188 kB
Buffers:          103432 kB
Cached:           364608 kB
SwapCached:            0 kB
Active:          1880104 kB
Inactive:         248544 kB
Active(anon):    1663616 kB
Inactive(anon):     8764 kB
Active(file):     216488 kB
Inactive(file):   239780 kB
Unevictable:        5844 kB
Mlocked:            5876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24548 kB
Writeback:             4 kB
AnonPages:       1582372 kB
Mapped:            43832 kB
Shmem:              8852 kB
Slab:             124392 kB
SReclaimable:      91348 kB
SUnreclaim:        33044 kB
KernelStack:        4800 kB
PageTables:         8924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2514972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1341440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61948 MiB
End job on node136 at 2017-07-22 04:25:24