Trace number 4244553

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2403.67 2319.91

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-1.xml
MD5SUMaac981b64b3d0bc7b0997201d0c57f9b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1389
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1477
Maximum domain size1477
Distribution of domain sizes[{"size":1477,"count":320}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":300}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":300},{"arity":20,"count":15}]
Number of extensional constraints0
Number of intensional constraints320
Distribution of constraint types[{"type":"intension","count":320},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=15716
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.69 1.47 1.42 2/262 15719
/proc/meminfo: memFree=30152720/32770624 swapFree=5844/242484
[pid=15719] ppid=15716 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (bash) S 15716 15719 13605 0 -1 4202496 684 1534 0 0 0 0 0 0 20 0 1 0 4299307 9736192 350 33554432000 4194304 5098028 140728832536448 140728832534088 140689002028032 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 33767424 140728832537870 140728832537955 140728832537955 140728832540654 0
/proc/15719/statm: 2377 350 278 221 0 86 0

[startup+0.100132 s]
/proc/loadavg: 1.69 1.47 1.42 2/262 15719
/proc/meminfo: memFree=30152720/32770624 swapFree=5844/242484
[pid=15719] ppid=15716 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (bash) S 15716 15719 13605 0 -1 4202496 878 6422 0 0 0 0 0 1 20 0 1 0 4299307 9871360 377 33554432000 4194304 5098028 140728832536448 140728832530456 140689002028032 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 33767424 140728832537870 140728832537955 140728832537955 140728832540654 0
/proc/15719/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200328 s]
/proc/loadavg: 1.69 1.47 1.42 2/262 15719
/proc/meminfo: memFree=30152720/32770624 swapFree=5844/242484
[pid=15719] ppid=15716 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 5012 12610 0 0 6 1 8 4 20 0 13 0 4299307 10686320640 4855 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2608965 4855 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300335 s]
/proc/loadavg: 1.69 1.47 1.42 2/262 15719
/proc/meminfo: memFree=30152720/32770624 swapFree=5844/242484
[pid=15719] ppid=15716 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 7524 12610 0 0 24 1 8 4 20 0 20 0 4299307 11164049408 8717 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2725598 8717 2984 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700198 s]
/proc/loadavg: 1.69 1.47 1.42 2/262 15719
/proc/meminfo: memFree=30152720/32770624 swapFree=5844/242484
[pid=15719] ppid=15716 vsize=10902720 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 12654 12610 0 0 77 3 8 4 20 0 20 0 4299307 11164385280 15409 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2725680 15409 3198 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50074 s]
/proc/loadavg: 1.72 1.48 1.42 4/282 15792
/proc/meminfo: memFree=29981492/32770624 swapFree=5844/242108
[pid=15719] ppid=15716 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 26903 12610 0 0 204 12 8 4 20 0 20 0 4299307 11175264256 43691 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2728336 43691 3401 1 0 2716450 0
[pid=15719/tid=15774] ppid=15716 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15774/stat : 15774 (java) R 15716 15719 13605 0 -1 4202560 19136 12610 0 0 125 6 8 4 20 0 20 0 4299320 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938460682400 139938441536812 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15775] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 13605 0 -1 1077944384 16 12610 0 0 0 0 8 4 20 0 20 0 4299321 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938062854416 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15776] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 13605 0 -1 1077944384 51 12610 0 0 0 0 8 4 20 0 20 0 4299321 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938061801872 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15777] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 13605 0 -1 1077944384 9 12610 0 0 0 0 8 4 20 0 20 0 4299321 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938060749328 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15778] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 13605 0 -1 1077944384 25 12610 0 0 0 0 8 4 20 0 20 0 4299321 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938059696784 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15779] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15779/stat : 15779 (java) S 15716 15719 13605 0 -1 1077944384 11 12610 0 0 0 0 8 4 20 0 20 0 4299321 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938058644240 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15780] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 13605 0 -1 1077944384 143 12610 0 0 0 0 8 4 20 0 20 0 4299321 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938057591696 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15781] ppid=15716 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 13605 0 -1 1077944384 18 12610 0 0 1 0 8 4 20 0 20 0 4299321 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938056539152 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15782] ppid=15716 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 13605 0 -1 1077944384 34 12610 0 0 1 0 8 4 20 0 20 0 4299321 11175264256 43691 33554432000 4194304 4196468 140734157245008 139938055486608 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15783] ppid=15716 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15783/stat : 15783 (java) S 15716 15719 13605 0 -1 1077944384 1451 12610 0 0 1 0 8 4 20 0 20 0 4299323 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937662638064 139938456472194 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15784] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15784/stat : 15784 (java) R 15716 15719 13605 0 -1 4202560 55 12610 0 0 0 0 8 4 20 0 20 0 4299324 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937661575424 139938434766457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15785] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15785/stat : 15785 (java) R 15716 15719 13605 0 -1 4202560 42 12610 0 0 0 0 8 4 20 0 20 0 4299324 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937660531680 139938434457499 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15786] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15786/stat : 15786 (java) S 15716 15719 13605 0 -1 1077944384 1 12610 0 0 0 0 8 4 20 0 20 0 4299328 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937659480272 139938456479643 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15787] ppid=15716 vsize=10913344 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15787/stat : 15787 (java) S 15716 15719 13605 0 -1 1077944384 1510 12610 0 0 17 0 8 4 20 0 20 0 4299328 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937658427888 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15788] ppid=15716 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15788/stat : 15788 (java) R 15716 15719 13605 0 -1 1077944384 376 12610 0 0 12 0 8 4 20 0 20 0 4299328 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937657375344 139938456472194 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15789] ppid=15716 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15789/stat : 15789 (java) S 15716 15719 13605 0 -1 1077944384 606 12610 0 0 14 0 8 4 20 0 20 0 4299328 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937656322800 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15790] ppid=15716 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15790/stat : 15790 (java) R 15716 15719 13605 0 -1 4202560 1285 12610 0 0 26 0 8 4 20 0 20 0 4299328 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937655266128 139938437707181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15791] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15791/stat : 15791 (java) S 15716 15719 13605 0 -1 1077944384 3 12610 0 0 0 0 8 4 20 0 20 0 4299328 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937654216928 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15792] ppid=15716 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15792/stat : 15792 (java) S 15716 15719 13605 0 -1 1077944384 3 12610 0 0 0 0 8 4 20 0 20 0 4299328 11175264256 43691 33554432000 4194304 4196468 140734157245008 139937653164464 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.1011 s]
/proc/loadavg: 1.72 1.48 1.42 3/282 15792
/proc/meminfo: memFree=29906760/32770624 swapFree=5844/242140
[pid=15719] ppid=15716 vsize=10925820 CPUtime=6.36 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 43600 12610 0 0 604 20 8 4 20 0 20 0 4299307 11188039680 54866 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2731455 54866 3472 1 0 2719010 0
[pid=15719/tid=15774] ppid=15716 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15774/stat : 15774 (java) R 15716 15719 13605 0 -1 4202560 26059 12610 0 0 281 8 8 4 20 0 20 0 4299320 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938460686888 139938093453287 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15775] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 13605 0 -1 1077944384 16 12610 0 0 0 0 8 4 20 0 20 0 4299321 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938062854416 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15776] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 13605 0 -1 1077944384 51 12610 0 0 0 0 8 4 20 0 20 0 4299321 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938061801872 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15777] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 13605 0 -1 1077944384 9 12610 0 0 0 0 8 4 20 0 20 0 4299321 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938060749328 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15778] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 13605 0 -1 1077944384 25 12610 0 0 0 0 8 4 20 0 20 0 4299321 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938059696784 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15779] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15779/stat : 15779 (java) S 15716 15719 13605 0 -1 1077944384 11 12610 0 0 0 0 8 4 20 0 20 0 4299321 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938058644240 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15780] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 13605 0 -1 1077944384 143 12610 0 0 0 0 8 4 20 0 20 0 4299321 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938057591696 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15781] ppid=15716 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 13605 0 -1 1077944384 18 12610 0 0 1 0 8 4 20 0 20 0 4299321 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938056539152 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15782] ppid=15716 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 13605 0 -1 1077944384 34 12610 0 0 1 0 8 4 20 0 20 0 4299321 11188039680 54866 33554432000 4194304 4196468 140734157245008 139938055486608 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15783] ppid=15716 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15783/stat : 15783 (java) S 15716 15719 13605 0 -1 1077944384 1508 12610 0 0 1 1 8 4 20 0 20 0 4299323 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937662638064 139938456472194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15784] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15784/stat : 15784 (java) S 15716 15719 13605 0 -1 1077944384 56 12610 0 0 0 0 8 4 20 0 20 0 4299324 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937661584352 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15785] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15785/stat : 15785 (java) S 15716 15719 13605 0 -1 1077944384 43 12610 0 0 0 0 8 4 20 0 20 0 4299324 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937660531712 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15786] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15786/stat : 15786 (java) S 15716 15719 13605 0 -1 1077944384 1 12610 0 0 0 0 8 4 20 0 20 0 4299328 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937659480272 139938456479643 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15787] ppid=15716 vsize=10925820 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15787/stat : 15787 (java) R 15716 15719 13605 0 -1 4202560 2971 12610 0 0 67 1 8 4 20 0 20 0 4299328 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937658409712 139938441264824 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15788] ppid=15716 vsize=10925820 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15788/stat : 15788 (java) R 15716 15719 13605 0 -1 4202560 1815 12610 0 0 62 1 8 4 20 0 20 0 4299328 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937657354816 139938441206726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15789] ppid=15716 vsize=10925820 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15789/stat : 15789 (java) R 15716 15719 13605 0 -1 4202560 2480 12610 0 0 63 1 8 4 20 0 20 0 4299328 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937656310032 139938434288193 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15790] ppid=15716 vsize=10925820 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15790/stat : 15790 (java) R 15716 15719 13605 0 -1 4202560 6225 12610 0 0 119 1 8 4 20 0 20 0 4299328 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937655270256 139938440541534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15791] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15791/stat : 15791 (java) S 15716 15719 13605 0 -1 1077944384 3 12610 0 0 0 0 8 4 20 0 20 0 4299328 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937654216928 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15792] ppid=15716 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15792/stat : 15792 (java) S 15716 15719 13605 0 -1 1077944384 5 12610 0 0 0 0 8 4 20 0 20 0 4299328 11188039680 54866 33554432000 4194304 4196468 140734157245008 139937653164464 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 10925820

[startup+6.3011 s]
/proc/loadavg: 1.72 1.48 1.42 3/282 15792
/proc/meminfo: memFree=29690244/32770624 swapFree=5844/242140
[pid=15719] ppid=15716 vsize=10929916 CPUtime=17.5 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 51145 12610 0 0 1679 59 8 4 20 0 20 0 4299307 11192233984 105759 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2732479 105759 3512 1 0 2720034 0
[pid=15719/tid=15774] ppid=15716 vsize=10929916 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15774/stat : 15774 (java) R 15716 15719 13605 0 -1 4202560 27215 12610 0 0 579 10 8 4 20 0 20 0 4299320 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938460692904 139938111660964 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15775] ppid=15716 vsize=10929916 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 13605 0 -1 1077944384 64 12610 0 0 10 4 8 4 20 0 20 0 4299321 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938062854416 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15776] ppid=15716 vsize=10929916 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 13605 0 -1 1077944384 95 12610 0 0 9 3 8 4 20 0 20 0 4299321 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938061801872 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15777] ppid=15716 vsize=10929916 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 13605 0 -1 1077944384 46 12610 0 0 9 3 8 4 20 0 20 0 4299321 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938060749328 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15778] ppid=15716 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 13605 0 -1 1077944384 93 12610 0 0 11 4 8 4 20 0 20 0 4299321 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938059696784 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15779] ppid=15716 vsize=10929916 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15779/stat : 15779 (java) S 15716 15719 13605 0 -1 1077944384 68 12610 0 0 12 4 8 4 20 0 20 0 4299321 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938058644240 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15780] ppid=15716 vsize=10929916 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 13605 0 -1 1077944384 198 12610 0 0 11 4 8 4 20 0 20 0 4299321 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938057591696 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15781] ppid=15716 vsize=10929916 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 13605 0 -1 1077944384 120 12610 0 0 11 5 8 4 20 0 20 0 4299321 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938056539152 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15782] ppid=15716 vsize=10929916 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 13605 0 -1 1077944384 161 12610 0 0 12 5 8 4 20 0 20 0 4299321 11192233984 105759 33554432000 4194304 4196468 140734157245008 139938055486608 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15783] ppid=15716 vsize=10929916 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15783/stat : 15783 (java) S 15716 15719 13605 0 -1 1077944384 2361 12610 0 0 4 1 8 4 20 0 20 0 4299323 11192233984 105759 33554432000 4194304 4196468 140734157245008 139937662638064 139938456472194 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15784] ppid=15716 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15784/stat : 15784 (java) S 15716 15719 13605 0 -1 1077944384 57 12610 0 0 0 0 8 4 20 0 20 0 4299324 11192233984 105759 33554432000 4194304 4196468 140734157245008 139937661584352 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15785] ppid=15716 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15785/stat : 15785 (java) S 15716 15719 13605 0 -1 1077944384 45 12610 0 0 0 0 8 4 20 0 20 0 4299324 11192233984 105759 33554432000 4194304 4196468 140734157245008 139937660531712 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15786] ppid=15716 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15786/stat : 15786 (java) S 15716 15719 13605 0 -1 1077944384 1 12610 0 0 0 0 8 4 20 0 20 0 4299328 11192233984 105759 33554432000 4194304 4196468 140734157245008 139937659480272 139938456479643 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15787] ppid=15716 vsize=10929916 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15787/stat : 15787 (java) R 15716 15719 13605 0 -1 4202560 3997 12610 0 0 270 2 8 4 20 0 20 0 4299328 11192233984 105759 33554432000 4194304 4196468 140734157245008 139937658413912 139938435707039 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15788] ppid=15716 vsize=10929916 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15788/stat : 15788 (java) R 15716 15719 13605 0 -1 4202560 3014 12610 0 0 267 1 8 4 20 0 20 0 4299328 11192233984 105759 33554432000 4194304 4196468 140734157245008 139937657361368 139938441587475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15789] ppid=15716 vsize=10929916 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15789/stat : 15789 (java) R 15716 15719 13605 0 -1 4202560 3862 12610 0 0 269 2 8 4 20 0 20 0 4299328 11192233984 105759 33554432000 4194304 4196468 140734157245008 139937656315992 139938437982088 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15790] ppid=15716 vsize=10929916 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15790/stat : 15790 (java) S 15716 15719 13605 0 -1 1077944384 7484 12610 0 0 197 2 8 4 20 0 20 0 4299328 11192233984 105759 33554432000 4194304 4196468 140734157245008 139937655270256 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15791] ppid=15716 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=15719/tid=15788] ppid=15716 vsize=10931964 CPUtime=4.28 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15788/stat : 15788 (java) S 15716 15719 13605 0 -1 1077944384 14902 12610 0 0 413 3 8 4 20 0 20 0 4299328 11194331136 460451 33554432000 4194304 4196468 140734157245008 139937657375344 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15789] ppid=15716 vsize=10931964 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15789/stat : 15789 (java) S 15716 15719 13605 0 -1 1077944384 16130 12610 0 0 422 4 8 4 20 0 20 0 4299328 11194331136 460451 33554432000 4194304 4196468 140734157245008 139937656322800 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15790] ppid=15716 vsize=10931964 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15790/stat : 15790 (java) S 15716 15719 13605 0 -1 1077944384 17427 12610 0 0 241 3 8 4 20 0 20 0 4299328 11194331136 460451 33554432000 4194304 4196468 140734157245008 139937655270256 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15791] ppid=15716 vsize=10931964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15791/stat : 15791 (java) S 15716 15719 13605 0 -1 1077944384 3 12610 0 0 0 0 8 4 20 0 20 0 4299328 11194331136 460451 33554432000 4194304 4196468 140734157245008 139937654216928 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15792] ppid=15716 vsize=10931964 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15792/stat : 15792 (java) S 15716 15719 13605 0 -1 1077944384 2744 12610 0 0 68 65 8 4 20 0 20 0 4299328 11194331136 460451 33554432000 4194304 4196468 140734157245008 139937653164464 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
Current children cumulated CPU time (s) 2341.25
Current children cumulated vsize (KiB) 10931964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319.3 s]
/proc/loadavg: 1.44 1.37 1.34 3/282 16027
/proc/meminfo: memFree=28370228/32770624 swapFree=5844/244812
[pid=15719] ppid=15716 vsize=10931964 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 346589 12610 0 0 239528 464 8 4 20 0 20 0 4299307 11194331136 460991 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2732991 460991 3520 1 0 2720546 0
[pid=15719/tid=15774] ppid=15716 vsize=10931964 CPUtime=2298.7 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15774/stat : 15774 (java) R 15716 15719 13605 0 -1 4202560 123990 12610 0 0 229803 55 8 4 20 0 20 0 4299320 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938460695136 139938112407901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15775] ppid=15716 vsize=10931964 CPUtime=9.82 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 13605 0 -1 1077944384 13534 12610 0 0 927 43 8 4 20 0 20 0 4299321 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938062854416 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15776] ppid=15716 vsize=10931964 CPUtime=9.86 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 13605 0 -1 1077944384 14711 12610 0 0 933 41 8 4 20 0 20 0 4299321 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938061801872 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15777] ppid=15716 vsize=10931964 CPUtime=9.76 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 13605 0 -1 1077944384 15764 12610 0 0 927 37 8 4 20 0 20 0 4299321 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938060749328 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15778] ppid=15716 vsize=10931964 CPUtime=9.92 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 13605 0 -1 1077944384 14234 12610 0 0 936 44 8 4 20 0 20 0 4299321 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938059696784 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15779] ppid=15716 vsize=10931964 CPUtime=9.99 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15779/stat : 15779 (java) S 15716 15719 13605 0 -1 1077944384 10431 12610 0 0 948 39 8 4 20 0 20 0 4299321 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938058644240 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15780] ppid=15716 vsize=10931964 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 13605 0 -1 1077944384 21527 12610 0 0 927 44 8 4 20 0 20 0 4299321 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938057591696 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15781] ppid=15716 vsize=10931964 CPUtime=9.89 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 13605 0 -1 1077944384 19140 12610 0 0 934 43 8 4 20 0 20 0 4299321 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938056539152 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15782] ppid=15716 vsize=10931964 CPUtime=9.88 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 13605 0 -1 1077944384 16384 12610 0 0 938 38 8 4 20 0 20 0 4299321 11194331136 460991 33554432000 4194304 4196468 140734157245008 139938055486608 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15783] ppid=15716 vsize=10931964 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15783/stat : 15783 (java) S 15716 15719 13605 0 -1 1077944384 24797 12610 0 0 626 39 8 4 20 0 20 0 4299323 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937662638064 139938456472194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15784] ppid=15716 vsize=10931964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15784/stat : 15784 (java) S 15716 15719 13605 0 -1 1077944384 57 12610 0 0 0 0 8 4 20 0 20 0 4299324 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937661584352 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15785] ppid=15716 vsize=10931964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15785/stat : 15785 (java) S 15716 15719 13605 0 -1 1077944384 45 12610 0 0 0 0 8 4 20 0 20 0 4299324 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937660531712 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15786] ppid=15716 vsize=10931964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15786/stat : 15786 (java) S 15716 15719 13605 0 -1 1077944384 1 12610 0 0 0 0 8 4 20 0 20 0 4299328 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937659480272 139938456479643 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15787] ppid=15716 vsize=10931964 CPUtime=4.4 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15787/stat : 15787 (java) S 15716 15719 13605 0 -1 1077944384 18601 12610 0 0 424 4 8 4 20 0 20 0 4299328 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937658427888 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15788] ppid=15716 vsize=10931964 CPUtime=4.28 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15788/stat : 15788 (java) S 15716 15719 13605 0 -1 1077944384 14906 12610 0 0 413 3 8 4 20 0 20 0 4299328 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937657375344 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15789] ppid=15716 vsize=10931964 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15789/stat : 15789 (java) S 15716 15719 13605 0 -1 1077944384 16134 12610 0 0 422 4 8 4 20 0 20 0 4299328 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937656322800 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15790] ppid=15716 vsize=10931964 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15790/stat : 15790 (java) S 15716 15719 13605 0 -1 1077944384 17431 12610 0 0 241 3 8 4 20 0 20 0 4299328 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937655270256 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15791] ppid=15716 vsize=10931964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15791/stat : 15791 (java) S 15716 15719 13605 0 -1 1077944384 3 12610 0 0 0 0 8 4 20 0 20 0 4299328 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937654216928 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15792] ppid=15716 vsize=10931964 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15792/stat : 15792 (java) S 15716 15719 13605 0 -1 1077944384 2771 12610 0 0 70 66 8 4 20 0 20 0 4299328 11194331136 460991 33554432000 4194304 4196468 140734157245008 139937653164464 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10931964

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

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

[startup+2319.6 s]
/proc/loadavg: 1.44 1.37 1.34 3/282 16027
/proc/meminfo: memFree=28370228/32770624 swapFree=5844/244812
[pid=15719] ppid=15716 vsize=11065092 CPUtime=2402.03 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 360735 12610 0 0 239724 467 8 4 20 0 22 0 4299307 11330654208 463446 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2766273 463446 3520 1 0 2753828 0
[pid=15719/tid=15774] ppid=15716 vsize=11065092 CPUtime=2298.71 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15774/stat : 15774 (java) S 15716 15719 13605 0 -1 1077944384 125246 12610 0 0 229804 55 8 4 20 0 22 0 4299320 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938460698592 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15775] ppid=15716 vsize=11065092 CPUtime=10.05 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15775/stat : 15775 (java) R 15716 15719 13605 0 -1 4202560 13575 12610 0 0 950 43 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938062854616 139938440914976 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15776] ppid=15716 vsize=11065092 CPUtime=10.11 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15776/stat : 15776 (java) R 15716 15719 13605 0 -1 4202560 14787 12610 0 0 957 42 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938061802072 139938438057473 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15777] ppid=15716 vsize=11065092 CPUtime=10.01 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15777/stat : 15777 (java) R 15716 15719 13605 0 -1 4202560 15794 12610 0 0 952 37 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938060749528 139938440915804 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15778] ppid=15716 vsize=11065092 CPUtime=10.16 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15778/stat : 15778 (java) R 15716 15719 13605 0 -1 4202560 14263 12610 0 0 960 44 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938059696784 139938438058070 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15779] ppid=15716 vsize=11065092 CPUtime=10.23 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15779/stat : 15779 (java) R 15716 15719 13605 0 -1 4202560 10498 12610 0 0 972 39 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938058644440 139938441158635 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15780] ppid=15716 vsize=11065092 CPUtime=10.07 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15780/stat : 15780 (java) R 15716 15719 13605 0 -1 4202560 21557 12610 0 0 951 44 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938057591896 139938442525872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15781] ppid=15716 vsize=11065092 CPUtime=10.13 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15781/stat : 15781 (java) R 15716 15719 13605 0 -1 4202560 19185 12610 0 0 958 43 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938056539040 139938441158822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15782] ppid=15716 vsize=11065092 CPUtime=10.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15782/stat : 15782 (java) R 15716 15719 13605 0 -1 4202560 16407 12610 0 0 962 38 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938055486808 139938441446343 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15783] ppid=15716 vsize=11065092 CPUtime=6.81 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15783/stat : 15783 (java) S 15716 15719 13605 0 -1 1077944384 36302 12610 0 0 629 40 8 4 20 0 22 0 4299323 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937662636464 139938456471253 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15784] ppid=15716 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15784/stat : 15784 (java) S 15716 15719 13605 0 -1 1077944384 59 12610 0 0 0 0 8 4 20 0 22 0 4299324 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937661584256 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15785] ppid=15716 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15785/stat : 15785 (java) S 15716 15719 13605 0 -1 1077944384 45 12610 0 0 0 0 8 4 20 0 22 0 4299324 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937660531712 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15786] ppid=15716 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15786/stat : 15786 (java) S 15716 15719 13605 0 -1 1077944384 278 12610 0 0 0 0 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937659480272 139938456479643 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15787] ppid=15716 vsize=11065092 CPUtime=4.4 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15787/stat : 15787 (java) S 15716 15719 13605 0 -1 1077944384 18601 12610 0 0 424 4 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937658427888 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15788] ppid=15716 vsize=11065092 CPUtime=4.28 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15788/stat : 15788 (java) S 15716 15719 13605 0 -1 1077944384 14991 12610 0 0 413 3 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937657365664 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15789] ppid=15716 vsize=11065092 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15789/stat : 15789 (java) S 15716 15719 13605 0 -1 1077944384 16134 12610 0 0 422 4 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937656322800 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15790] ppid=15716 vsize=11065092 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15790/stat : 15790 (java) S 15716 15719 13605 0 -1 1077944384 17738 12610 0 0 241 3 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937655264576 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15791] ppid=15716 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15791/stat : 15791 (java) S 15716 15719 13605 0 -1 1077944384 3 12610 0 0 0 0 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937654216928 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15792] ppid=15716 vsize=11065092 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15792/stat : 15792 (java) S 15716 15719 13605 0 -1 1077944384 2773 12610 0 0 70 66 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937653164464 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
Current children cumulated CPU time (s) 2402.03
Current children cumulated vsize (KiB) 11065092

[startup+2319.8 s]
/proc/loadavg: 1.44 1.37 1.34 3/282 16027
/proc/meminfo: memFree=28370228/32770624 swapFree=5844/244812
[pid=15719] ppid=15716 vsize=11065092 CPUtime=2403.22 cores=0,2,4,6,8,10,12,14
/proc/15719/stat : 15719 (java) S 15716 15719 13605 0 -1 1077944320 360808 12610 0 0 239843 467 8 4 20 0 22 0 4299307 11330654208 463446 33554432000 4194304 4196468 140734157245008 140734157227552 139938456461047 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
/proc/15719/statm: 2766273 463446 3520 1 0 2753828 0
[pid=15719/tid=15774] ppid=15716 vsize=11065092 CPUtime=2298.71 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15774/stat : 15774 (java) S 15716 15719 13605 0 -1 1077944384 125246 12610 0 0 229804 55 8 4 20 0 22 0 4299320 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938460698592 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15775] ppid=15716 vsize=11065092 CPUtime=10.2 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15775/stat : 15775 (java) R 15716 15719 13605 0 -1 4202560 13579 12610 0 0 965 43 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938062854416 139938441411667 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15776] ppid=15716 vsize=11065092 CPUtime=10.25 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15776/stat : 15776 (java) R 15716 15719 13605 0 -1 4202560 14792 12610 0 0 971 42 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938061801872 139938441411762 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15777] ppid=15716 vsize=11065092 CPUtime=10.15 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15777/stat : 15777 (java) R 15716 15719 13605 0 -1 4202560 15801 12610 0 0 966 37 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938060749328 139938441158686 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15778] ppid=15716 vsize=11065092 CPUtime=10.3 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15778/stat : 15778 (java) R 15716 15719 13605 0 -1 4202560 14263 12610 0 0 974 44 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938059696784 139938456482394 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15779] ppid=15716 vsize=11065092 CPUtime=10.38 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15779/stat : 15779 (java) R 15716 15719 13605 0 -1 4202560 10502 12610 0 0 987 39 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938058644240 139938438057488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15780] ppid=15716 vsize=11065092 CPUtime=10.22 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15780/stat : 15780 (java) R 15716 15719 13605 0 -1 4202560 21563 12610 0 0 966 44 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938057591696 139938440915690 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15781] ppid=15716 vsize=11065092 CPUtime=10.27 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15781/stat : 15781 (java) R 15716 15719 13605 0 -1 4202560 19188 12610 0 0 972 43 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938056539152 139938441304737 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15782] ppid=15716 vsize=11065092 CPUtime=10.26 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15782/stat : 15782 (java) R 15716 15719 13605 0 -1 4202560 16409 12610 0 0 976 38 8 4 20 0 22 0 4299321 11330654208 463446 33554432000 4194304 4196468 140734157245008 139938055486808 139938441446343 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15783] ppid=15716 vsize=11065092 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15783/stat : 15783 (java) S 15716 15719 13605 0 -1 1077944384 36311 12610 0 0 635 40 8 4 20 0 22 0 4299323 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937662636464 139938456471253 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15784] ppid=15716 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15784/stat : 15784 (java) S 15716 15719 13605 0 -1 1077944384 63 12610 0 0 0 0 8 4 20 0 22 0 4299324 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937661583888 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15785] ppid=15716 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15785/stat : 15785 (java) S 15716 15719 13605 0 -1 1077944384 49 12610 0 0 0 0 8 4 20 0 22 0 4299324 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937660531312 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15786] ppid=15716 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15786/stat : 15786 (java) S 15716 15719 13605 0 -1 1077944384 278 12610 0 0 0 0 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937659480272 139938456479643 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15787] ppid=15716 vsize=11065092 CPUtime=4.4 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15787/stat : 15787 (java) S 15716 15719 13605 0 -1 1077944384 18601 12610 0 0 424 4 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937658427888 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15788] ppid=15716 vsize=11065092 CPUtime=4.28 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15788/stat : 15788 (java) S 15716 15719 13605 0 -1 1077944384 14998 12610 0 0 413 3 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937657365664 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15789] ppid=15716 vsize=11065092 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15789/stat : 15789 (java) S 15716 15719 13605 0 -1 1077944384 16134 12610 0 0 422 4 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937656322800 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15790] ppid=15716 vsize=11065092 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15790/stat : 15790 (java) S 15716 15719 13605 0 -1 1077944384 17757 12610 0 0 241 3 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937655267760 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15791] ppid=15716 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15791/stat : 15791 (java) S 15716 15719 13605 0 -1 1077944384 3 12610 0 0 0 0 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937654216928 139938456471253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
[pid=15719/tid=15792] ppid=15716 vsize=11065092 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/15719/task/15792/stat : 15792 (java) S 15716 15719 13605 0 -1 1077944384 2773 12610 0 0 70 66 8 4 20 0 22 0 4299328 11330654208 463446 33554432000 4194304 4196468 140734157245008 139937653164464 139938456472194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29880320 140734157253313 140734157256087 140734157256087 140734157258703 0
Current children cumulated CPU time (s) 2403.22
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2319.91
CPU time (s): 2403.67
CPU user time (s): 2398.93
CPU system time (s): 4.7405
CPU usage (%): 103.611
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.93
system time used= 4.7405
maximum resident set size= 2058512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281854
involuntary context switches= 181065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5611 second user time and 19.5672 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-22 04:25:24
IDJOB=4244553
IDBENCH=115776
IDSOLVER=2630
FILE ID=node136/4244553-1500690324
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-020-15-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244553-1500690324/watcher-4244553-1500690324 -o /tmp/evaluation-result-4244553-1500690324/solver-4244553-1500690324 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13636 --watchdog 2560  bin/concrete HOME/instance-4244553-1500690324.xml

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

MD5SUM BENCH= aac981b64b3d0bc7b0997201d0c57f9b
RANDOM SEED=1401496807

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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 2668.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		: 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.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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 1733.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		: 1733.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		: 2533.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		: 1733.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:        30152864 kB
MemAvailable:   30342760 kB
Buffers:          105132 kB
Cached:           366200 kB
SwapCached:            0 kB
Active:          1931896 kB
Inactive:         251172 kB
Active(anon):    1714556 kB
Inactive(anon):     8764 kB
Active(file):     217340 kB
Inactive(file):   242408 kB
Unevictable:        5844 kB
Mlocked:            5876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:                92 kB
Writeback:           304 kB
AnonPages:       1873232 kB
Mapped:            43800 kB
Shmem:              8852 kB
Slab:             125216 kB
SReclaimable:      91964 kB
SUnreclaim:        33252 kB
KernelStack:        4544 kB
PageTables:         8484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2563012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1640448 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 05:04:05