Trace number 4246069

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.11 2332.55

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-080.xml
MD5SUMf0cd38ecba005234ebb464e977fa1d5a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.16046099
Satisfiable
(Un)Satisfiability was proved
Number of variables159
Number of constraints81
Number of domains2
Minimum domain size79
Maximum domain size80
Distribution of domain sizes[{"size":79,"count":79},{"size":80,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":81},{"degree":3,"count":78}]
Minimum constraint arity3
Maximum constraint arity80
Distribution of constraint arities[{"arity":3,"count":79},{"arity":79,"count":1},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints79
Distribution of constraint types[{"type":"intension","count":79},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=28224
running on 8 cores: 1,3,5,7,9,11,13,15

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.86 1.69 1.58 3/265 28227
/proc/meminfo: memFree=30915504/32770624 swapFree=5884/328496
[pid=28227] ppid=28224 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (bash) S 28224 28227 16913 0 -1 4202496 687 1530 0 0 0 0 0 0 20 0 1 0 6145764 9736192 351 33554432000 4194304 5098028 140724089952416 140724089950056 140606530235392 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 26546176 140724089955598 140724089955683 140724089955683 140724089958382 0
/proc/28227/statm: 2377 351 278 221 0 86 0

[startup+0.100228 s]
/proc/loadavg: 1.86 1.69 1.58 3/265 28227
/proc/meminfo: memFree=30915504/32770624 swapFree=5884/328496
[pid=28227] ppid=28224 vsize=9640 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (bash) S 28224 28227 16913 0 -1 4202496 925 11729 0 0 0 0 5 3 20 0 1 0 6145764 9871360 381 33554432000 4194304 5098028 140724089952416 140724089948248 140606530235392 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 26546176 140724089955598 140724089955683 140724089955683 140724089958382 0
/proc/28227/statm: 2410 381 299 221 0 119 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9640

[startup+0.200331 s]
/proc/loadavg: 1.86 1.69 1.58 3/265 28227
/proc/meminfo: memFree=30915504/32770624 swapFree=5884/328496
[pid=28227] ppid=28224 vsize=10901872 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 5692 12403 0 0 9 2 5 4 20 0 20 0 6145764 11163516928 6475 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2725468 6475 2729 1 0 2713890 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10901872

[startup+0.300287 s]
/proc/loadavg: 1.86 1.69 1.58 3/265 28227
/proc/meminfo: memFree=30915504/32770624 swapFree=5884/328496
[pid=28227] ppid=28224 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 9386 12403 0 0 24 2 5 4 20 0 20 0 6145764 11164049408 10538 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2725598 10538 3010 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700265 s]
/proc/loadavg: 1.86 1.69 1.58 3/265 28227
/proc/meminfo: memFree=30915504/32770624 swapFree=5884/328496
[pid=28227] ppid=28224 vsize=10902720 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 13066 12403 0 0 88 3 5 4 20 0 20 0 6145764 11164385280 16358 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2725680 16358 3231 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50121 s]
/proc/loadavg: 1.86 1.69 1.58 3/285 28300
/proc/meminfo: memFree=30806100/32770624 swapFree=5884/328528
[pid=28227] ppid=28224 vsize=10915392 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 27946 12403 0 0 208 13 5 4 20 0 20 0 6145764 11177361408 44149 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2728848 44149 3410 1 0 2716962 0
[pid=28227/tid=28282] ppid=28224 vsize=10915392 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28282/stat : 28282 (java) R 28224 28227 16913 0 -1 4202560 19628 12403 0 0 128 5 5 4 20 0 20 0 6145775 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679097788384 140679093576861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28283] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28283/stat : 28283 (java) S 28224 28227 16913 0 -1 1077944384 17 12403 0 0 0 0 5 4 20 0 20 0 6145776 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679046175504 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28284] ppid=28224 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28284/stat : 28284 (java) S 28224 28227 16913 0 -1 1077944384 50 12403 0 0 1 0 5 4 20 0 20 0 6145776 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679045122960 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28285] ppid=28224 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28285/stat : 28285 (java) S 28224 28227 16913 0 -1 1077944384 24 12403 0 0 1 0 5 4 20 0 20 0 6145776 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679044070416 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28286] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28286/stat : 28286 (java) S 28224 28227 16913 0 -1 1077944384 23 12403 0 0 0 0 5 4 20 0 20 0 6145776 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679043017872 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28287] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28287/stat : 28287 (java) S 28224 28227 16913 0 -1 1077944384 27 12403 0 0 0 0 5 4 20 0 20 0 6145776 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679041964304 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28288] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28288/stat : 28288 (java) S 28224 28227 16913 0 -1 1077944384 27 12403 0 0 0 0 5 4 20 0 20 0 6145776 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679040911760 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28289] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28289/stat : 28289 (java) S 28224 28227 16913 0 -1 1077944384 38 12403 0 0 0 0 5 4 20 0 20 0 6145776 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679039859216 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28290] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28290/stat : 28290 (java) S 28224 28227 16913 0 -1 1077944384 129 12403 0 0 0 0 5 4 20 0 20 0 6145776 11177361408 44149 33554432000 4194304 4196468 140732739316448 140679038806672 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28291] ppid=28224 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28291/stat : 28291 (java) S 28224 28227 16913 0 -1 1077944384 1605 12403 0 0 1 0 5 4 20 0 20 0 6145778 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678635325936 140679093566082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28292] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28292/stat : 28292 (java) S 28224 28227 16913 0 -1 1077944384 56 12403 0 0 0 0 5 4 20 0 20 0 6145779 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678566766048 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28293] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28293/stat : 28293 (java) S 28224 28227 16913 0 -1 1077944384 46 12403 0 0 0 0 5 4 20 0 20 0 6145779 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678565713408 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28294] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28294/stat : 28294 (java) S 28224 28227 16913 0 -1 1077944384 1 12403 0 0 0 0 5 4 20 0 20 0 6145783 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678564661968 140679093573531 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28295] ppid=28224 vsize=10915392 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28295/stat : 28295 (java) S 28224 28227 16913 0 -1 1077944384 825 12403 0 0 13 0 5 4 20 0 20 0 6145783 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678563608560 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28296] ppid=28224 vsize=10915392 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28296/stat : 28296 (java) S 28224 28227 16913 0 -1 1077944384 514 12403 0 0 9 0 5 4 20 0 20 0 6145783 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678562556016 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28297] ppid=28224 vsize=10915392 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28297/stat : 28297 (java) S 28224 28227 16913 0 -1 1077944384 1414 12403 0 0 17 0 5 4 20 0 20 0 6145783 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678561503472 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28298] ppid=28224 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28298/stat : 28298 (java) R 28224 28227 16913 0 -1 4202560 1380 12403 0 0 29 0 5 4 20 0 20 0 6145783 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678560450928 140678717767776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28299] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28299/stat : 28299 (java) S 28224 28227 16913 0 -1 1077944384 3 12403 0 0 0 0 5 4 20 0 20 0 6145783 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678559398624 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28300] ppid=28224 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28300/stat : 28300 (java) S 28224 28227 16913 0 -1 1077944384 6 12403 0 0 0 0 5 4 20 0 20 0 6145784 11177361408 44149 33554432000 4194304 4196468 140732739316448 140678558346160 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.10083 s]
/proc/loadavg: 1.86 1.69 1.58 4/285 28300
/proc/meminfo: memFree=30738692/32770624 swapFree=5884/328528
[pid=28227] ppid=28224 vsize=10993404 CPUtime=6.22 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 52907 12403 0 0 594 19 5 4 20 0 20 0 6145764 11257245696 62587 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2748351 62587 3474 1 0 2735906 0
[pid=28227/tid=28282] ppid=28224 vsize=10993404 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28282/stat : 28282 (java) R 28224 28227 16913 0 -1 4202560 37308 12403 0 0 284 8 5 4 20 0 20 0 6145775 11257245696 62587 33554432000 4194304 4196468 140732739316448 140679097770840 140679073830656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28283] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28283/stat : 28283 (java) S 28224 28227 16913 0 -1 1077944384 17 12403 0 0 0 0 5 4 20 0 20 0 6145776 11257245696 62587 33554432000 4194304 4196468 140732739316448 140679046175504 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28284] ppid=28224 vsize=10993404 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28284/stat : 28284 (java) S 28224 28227 16913 0 -1 1077944384 50 12403 0 0 1 0 5 4 20 0 20 0 6145776 11257245696 62587 33554432000 4194304 4196468 140732739316448 140679045122960 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28285] ppid=28224 vsize=10993404 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28285/stat : 28285 (java) S 28224 28227 16913 0 -1 1077944384 24 12403 0 0 1 0 5 4 20 0 20 0 6145776 11257245696 62653 33554432000 4194304 4196468 140732739316448 140679044070416 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28286] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28286/stat : 28286 (java) S 28224 28227 16913 0 -1 1077944384 23 12403 0 0 0 0 5 4 20 0 20 0 6145776 11257245696 62653 33554432000 4194304 4196468 140732739316448 140679043017872 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28287] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28287/stat : 28287 (java) S 28224 28227 16913 0 -1 1077944384 27 12403 0 0 0 0 5 4 20 0 20 0 6145776 11257245696 62653 33554432000 4194304 4196468 140732739316448 140679041964304 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28288] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28288/stat : 28288 (java) S 28224 28227 16913 0 -1 1077944384 27 12403 0 0 0 0 5 4 20 0 20 0 6145776 11257245696 62653 33554432000 4194304 4196468 140732739316448 140679040911760 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28289] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28289/stat : 28289 (java) S 28224 28227 16913 0 -1 1077944384 38 12403 0 0 0 0 5 4 20 0 20 0 6145776 11257245696 62653 33554432000 4194304 4196468 140732739316448 140679039859216 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28290] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28290/stat : 28290 (java) S 28224 28227 16913 0 -1 1077944384 129 12403 0 0 0 0 5 4 20 0 20 0 6145776 11257245696 62653 33554432000 4194304 4196468 140732739316448 140679038806672 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28291] ppid=28224 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28291/stat : 28291 (java) S 28224 28227 16913 0 -1 1077944384 1619 12403 0 0 2 0 5 4 20 0 20 0 6145778 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678635325936 140679093566082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28292] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28292/stat : 28292 (java) S 28224 28227 16913 0 -1 1077944384 56 12403 0 0 0 0 5 4 20 0 20 0 6145779 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678566766048 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28293] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28293/stat : 28293 (java) S 28224 28227 16913 0 -1 1077944384 46 12403 0 0 0 0 5 4 20 0 20 0 6145779 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678565713408 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28294] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28294/stat : 28294 (java) S 28224 28227 16913 0 -1 1077944384 1 12403 0 0 0 0 5 4 20 0 20 0 6145783 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678564661968 140679093573531 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28295] ppid=28224 vsize=10993404 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28295/stat : 28295 (java) S 28224 28227 16913 0 -1 1077944384 1609 12403 0 0 47 1 5 4 20 0 20 0 6145783 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678563608560 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28296] ppid=28224 vsize=10993404 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28296/stat : 28296 (java) S 28224 28227 16913 0 -1 1077944384 4027 12403 0 0 90 0 5 4 20 0 20 0 6145783 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678562556016 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28297] ppid=28224 vsize=10993404 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28297/stat : 28297 (java) S 28224 28227 16913 0 -1 1077944384 2134 12403 0 0 53 1 5 4 20 0 20 0 6145783 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678561503472 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28298] ppid=28224 vsize=10993404 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28298/stat : 28298 (java) S 28224 28227 16913 0 -1 1077944384 3642 12403 0 0 108 1 5 4 20 0 20 0 6145783 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678560450928 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28299] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28299/stat : 28299 (java) S 28224 28227 16913 0 -1 1077944384 3 12403 0 0 0 0 5 4 20 0 20 0 6145783 11257245696 62653 33554432000 4194304 4196468 140732739316448 140678559398624 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28300] ppid=28224 vsize=10993404 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28300/stat : 28300 (java) S 28224 28227 16913 0 -1 1077944384 7 12403 0 0 0 0 5 4 20 0 20 0 6145784 11257245696 62719 33554432000 4194304 4196468 140732739316448 140678558346160 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10993404

[startup+6.30088 s]
/proc/loadavg: 1.88 1.70 1.58 3/285 28300
/proc/meminfo: memFree=30542564/32770624 swapFree=5884/328532
[pid=28227] ppid=28224 vsize=10995452 CPUtime=13.97 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 62179 12403 0 0 1358 30 5 4 20 0 20 0 6145764 11259342848 109963 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2748863 109963 3497 1 0 2736418 0
[pid=28227/tid=28282] ppid=28224 vsize=10995452 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28282/stat : 28282 (java) R 28224 28227 16913 0 -1 4202560 38829 12403 0 0 594 10 5 4 20 0 20 0 6145775 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679097785680 140678730224614 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28283] ppid=28224 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28283/stat : 28283 (java) S 28224 28227 16913 0 -1 1077944384 52 12403 0 0 3 1 5 4 20 0 20 0 6145776 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679046175504 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28284] ppid=28224 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28284/stat : 28284 (java) S 28224 28227 16913 0 -1 1077944384 113 12403 0 0 3 1 5 4 20 0 20 0 6145776 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679045122960 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28285] ppid=28224 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28285/stat : 28285 (java) S 28224 28227 16913 0 -1 1077944384 42 12403 0 0 3 1 5 4 20 0 20 0 6145776 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679044070416 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28286] ppid=28224 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28286/stat : 28286 (java) S 28224 28227 16913 0 -1 1077944384 42 12403 0 0 3 1 5 4 20 0 20 0 6145776 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679043017872 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28287] ppid=28224 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28287/stat : 28287 (java) S 28224 28227 16913 0 -1 1077944384 37 12403 0 0 3 1 5 4 20 0 20 0 6145776 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679041964304 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28288] ppid=28224 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28288/stat : 28288 (java) S 28224 28227 16913 0 -1 1077944384 50 12403 0 0 3 1 5 4 20 0 20 0 6145776 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679040911760 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28289] ppid=28224 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28289/stat : 28289 (java) S 28224 28227 16913 0 -1 1077944384 64 12403 0 0 3 1 5 4 20 0 20 0 6145776 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679039859216 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28290] ppid=28224 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28290/stat : 28290 (java) S 28224 28227 16913 0 -1 1077944384 143 12403 0 0 2 1 5 4 20 0 20 0 6145776 11259342848 109963 33554432000 4194304 4196468 140732739316448 140679038806672 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28291] ppid=28224 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28291/stat : 28291 (java) S 28224 28227 16913 0 -1 1077944384 2290 12403 0 0 5 0 5 4 20 0 20 0 6145778 11259342848 109963 33554432000 4194304 4196468 140732739316448 140678635325936 140679093566082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28292] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28292/stat : 28292 (java) S 28224 28227 16913 0 -1 1077944384 56 12403 0 0 0 0 5 4 20 0 20 0 6145779 11259342848 109963 33554432000 4194304 4196468 140732739316448 140678566766112 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28293] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28293/stat : 28293 (java) S 28224 28227 16913 0 -1 1077944384 46 12403 0 0 0 0 5 4 20 0 20 0 6145779 11259342848 109963 33554432000 4194304 4196468 140732739316448 140678565713408 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28294] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28294/stat : 28294 (java) S 28224 28227 16913 0 -1 1077944384 1 12403 0 0 0 0 5 4 20 0 20 0 6145783 11259342848 109963 33554432000 4194304 4196468 140732739316448 140678564661968 140679093573531 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28295] ppid=28224 vsize=10995452 CPUtime=1.93 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28295/stat : 28295 (java) S 28224 28227 16913 0 -1 1077944384 3099 12403 0 0 182 2 5 4 20 0 20 0 6145783 11259342848 109963 33554432000 4194304 4196468 140732739316448 140678563608560 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28296] ppid=28224 vsize=10995452 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28296/stat : 28296 (java) S 28224 28227 16913 0 -1 1077944384 5091 12403 0 0 221 0 5 4 20 0 20 0 6145783 11259342848 109963 33554432000 4194304 4196468 140732739316448 140678562556016 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28297] ppid=28224 vsize=10995452 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28297/stat : 28297 (java) S 28224 28227 16913 0 -1 1077944384 5996 12403 0 0 183 2 5 4 20 0 20 0 6145783 11259342848 109963 33554432000 4194304 4196468 140732739316448 140678561503472 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28298] ppid=28224 vsize=10995452 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28298/stat : 28298 (java) S 28224 28227 16913 0 -1 1077944384 4081 12403 0 0 141 1 5 4 20 0 20 0 6145783 11259342848 109963 33554432000 4194304 4196468 140732739316448 140678560450928 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28299] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15

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

[pid=28227/tid=28296] ppid=28224 vsize=10995452 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28296/stat : 28296 (java) S 28224 28227 16913 0 -1 1077944384 8343 12403 0 0 233 1 5 4 20 0 20 0 6145783 11259342848 252298 33554432000 4194304 4196468 140732739316448 140678562556016 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28297] ppid=28224 vsize=10995452 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28297/stat : 28297 (java) S 28224 28227 16913 0 -1 1077944384 12749 12403 0 0 200 3 5 4 20 0 20 0 6145783 11259342848 252298 33554432000 4194304 4196468 140732739316448 140678561503472 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28298] ppid=28224 vsize=10995452 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28298/stat : 28298 (java) S 28224 28227 16913 0 -1 1077944384 20178 12403 0 0 149 3 5 4 20 0 20 0 6145783 11259342848 252298 33554432000 4194304 4196468 140732739316448 140678560450928 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28299] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28299/stat : 28299 (java) S 28224 28227 16913 0 -1 1077944384 3 12403 0 0 0 0 5 4 20 0 20 0 6145783 11259342848 252298 33554432000 4194304 4196468 140732739316448 140678559398624 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28300] ppid=28224 vsize=10995452 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28300/stat : 28300 (java) S 28224 28227 16913 0 -1 1077944384 1107 12403 0 0 58 63 5 4 20 0 20 0 6145784 11259342848 252298 33554432000 4194304 4196468 140732739316448 140678558346160 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
Current children cumulated CPU time (s) 2389.79
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.3 s]
/proc/loadavg: 1.66 1.53 1.47 3/285 28546
/proc/meminfo: memFree=30030796/32770624 swapFree=5884/331180
[pid=28227] ppid=28224 vsize=10995452 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 196608 12403 0 0 239539 457 5 4 20 0 20 0 6145764 11259342848 252810 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2748863 252810 3512 1 0 2736418 0
[pid=28227/tid=28282] ppid=28224 vsize=10995452 CPUtime=2311.79 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28282/stat : 28282 (java) R 28224 28227 16913 0 -1 4202560 74268 12403 0 0 231135 35 5 4 20 0 20 0 6145775 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679097789088 140678730136217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28283] ppid=28224 vsize=10995452 CPUtime=9.17 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28283/stat : 28283 (java) S 28224 28227 16913 0 -1 1077944384 9606 12403 0 0 866 42 5 4 20 0 20 0 6145776 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679046175504 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28284] ppid=28224 vsize=10995452 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28284/stat : 28284 (java) S 28224 28227 16913 0 -1 1077944384 6223 12403 0 0 871 43 5 4 20 0 20 0 6145776 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679045122960 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28285] ppid=28224 vsize=10995452 CPUtime=9.07 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28285/stat : 28285 (java) S 28224 28227 16913 0 -1 1077944384 7273 12403 0 0 853 45 5 4 20 0 20 0 6145776 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679044070416 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28286] ppid=28224 vsize=10995452 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28286/stat : 28286 (java) S 28224 28227 16913 0 -1 1077944384 6316 12403 0 0 857 46 5 4 20 0 20 0 6145776 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679043017872 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28287] ppid=28224 vsize=10995452 CPUtime=9.17 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28287/stat : 28287 (java) S 28224 28227 16913 0 -1 1077944384 8742 12403 0 0 861 47 5 4 20 0 20 0 6145776 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679041964304 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28288] ppid=28224 vsize=10995452 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28288/stat : 28288 (java) S 28224 28227 16913 0 -1 1077944384 7329 12403 0 0 847 44 5 4 20 0 20 0 6145776 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679040911760 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28289] ppid=28224 vsize=10995452 CPUtime=9.03 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28289/stat : 28289 (java) S 28224 28227 16913 0 -1 1077944384 4687 12403 0 0 852 42 5 4 20 0 20 0 6145776 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679039859216 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28290] ppid=28224 vsize=10995452 CPUtime=9.11 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28290/stat : 28290 (java) S 28224 28227 16913 0 -1 1077944384 6700 12403 0 0 861 41 5 4 20 0 20 0 6145776 11259342848 252810 33554432000 4194304 4196468 140732739316448 140679038806672 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28291] ppid=28224 vsize=10995452 CPUtime=6.91 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28291/stat : 28291 (java) S 28224 28227 16913 0 -1 1077944384 12490 12403 0 0 642 40 5 4 20 0 20 0 6145778 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678635325936 140679093566082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28292] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28292/stat : 28292 (java) S 28224 28227 16913 0 -1 1077944384 56 12403 0 0 0 0 5 4 20 0 20 0 6145779 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678566766112 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28293] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28293/stat : 28293 (java) S 28224 28227 16913 0 -1 1077944384 46 12403 0 0 0 0 5 4 20 0 20 0 6145779 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678565713408 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28294] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28294/stat : 28294 (java) S 28224 28227 16913 0 -1 1077944384 1 12403 0 0 0 0 5 4 20 0 20 0 6145783 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678564661968 140679093573531 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28295] ppid=28224 vsize=10995452 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28295/stat : 28295 (java) S 28224 28227 16913 0 -1 1077944384 8358 12403 0 0 199 3 5 4 20 0 20 0 6145783 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678563608560 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28296] ppid=28224 vsize=10995452 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28296/stat : 28296 (java) S 28224 28227 16913 0 -1 1077944384 8343 12403 0 0 233 1 5 4 20 0 20 0 6145783 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678562556016 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28297] ppid=28224 vsize=10995452 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28297/stat : 28297 (java) S 28224 28227 16913 0 -1 1077944384 12749 12403 0 0 200 3 5 4 20 0 20 0 6145783 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678561503472 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28298] ppid=28224 vsize=10995452 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28298/stat : 28298 (java) S 28224 28227 16913 0 -1 1077944384 20178 12403 0 0 149 3 5 4 20 0 20 0 6145783 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678560450928 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28299] ppid=28224 vsize=10995452 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28299/stat : 28299 (java) S 28224 28227 16913 0 -1 1077944384 3 12403 0 0 0 0 5 4 20 0 20 0 6145783 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678559398624 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28300] ppid=28224 vsize=10995452 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28300/stat : 28300 (java) S 28224 28227 16913 0 -1 1077944384 1107 12403 0 0 58 63 5 4 20 0 20 0 6145784 11259342848 252810 33554432000 4194304 4196468 140732739316448 140678558346160 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10995452

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

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

[startup+2332.41 s]
/proc/loadavg: 1.66 1.53 1.47 3/285 28546
/proc/meminfo: memFree=30030796/32770624 swapFree=5884/331180
[pid=28227] ppid=28224 vsize=11128580 CPUtime=2400.55 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 203206 12403 0 0 239587 459 5 4 20 0 22 0 6145764 11395665920 256191 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2782145 256191 3512 1 0 2769700 0
[pid=28227/tid=28282] ppid=28224 vsize=11128580 CPUtime=2311.79 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28282/stat : 28282 (java) S 28224 28227 16913 0 -1 1077944384 74695 12403 0 0 231135 35 5 4 20 0 22 0 6145775 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679097792608 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28283] ppid=28224 vsize=11128580 CPUtime=9.24 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28283/stat : 28283 (java) R 28224 28227 16913 0 -1 4202560 9627 12403 0 0 872 43 5 4 20 0 22 0 6145776 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679046175624 140679086183143 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28284] ppid=28224 vsize=11128580 CPUtime=9.29 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28284/stat : 28284 (java) R 28224 28227 16913 0 -1 4202560 6236 12403 0 0 877 43 5 4 20 0 22 0 6145776 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679045123080 140679086183143 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28285] ppid=28224 vsize=11128580 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28285/stat : 28285 (java) R 28224 28227 16913 0 -1 4202560 7411 12403 0 0 859 45 5 4 20 0 22 0 6145776 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679044070616 140679078255415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28286] ppid=28224 vsize=11128580 CPUtime=9.17 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28286/stat : 28286 (java) R 28224 28227 16913 0 -1 4202560 6498 12403 0 0 862 46 5 4 20 0 22 0 6145776 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679043017992 140679076937968 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28287] ppid=28224 vsize=11128580 CPUtime=9.22 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28287/stat : 28287 (java) R 28224 28227 16913 0 -1 4202560 8746 12403 0 0 866 47 5 4 20 0 22 0 6145776 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679041964424 140679086183143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28288] ppid=28224 vsize=11128580 CPUtime=9.06 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28288/stat : 28288 (java) R 28224 28227 16913 0 -1 4202560 7359 12403 0 0 853 44 5 4 20 0 22 0 6145776 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679040911880 140679086183143 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28289] ppid=28224 vsize=11128580 CPUtime=9.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28289/stat : 28289 (java) R 28224 28227 16913 0 -1 4202560 4707 12403 0 0 858 42 5 4 20 0 22 0 6145776 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679039859336 140679086183143 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28290] ppid=28224 vsize=11128580 CPUtime=9.16 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28290/stat : 28290 (java) R 28224 28227 16913 0 -1 4202560 6704 12403 0 0 866 41 5 4 20 0 22 0 6145776 11395665920 256191 33554432000 4194304 4196468 140732739316448 140679038806792 140679086183143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28291] ppid=28224 vsize=11128580 CPUtime=6.95 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28291/stat : 28291 (java) S 28224 28227 16913 0 -1 1077944384 18028 12403 0 0 645 41 5 4 20 0 22 0 6145778 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678635324560 140679093565141 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28292] ppid=28224 vsize=11128580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28292/stat : 28292 (java) S 28224 28227 16913 0 -1 1077944384 56 12403 0 0 0 0 5 4 20 0 22 0 6145779 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678566766112 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28293] ppid=28224 vsize=11128580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28293/stat : 28293 (java) S 28224 28227 16913 0 -1 1077944384 46 12403 0 0 0 0 5 4 20 0 22 0 6145779 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678565713408 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28294] ppid=28224 vsize=11128580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28294/stat : 28294 (java) S 28224 28227 16913 0 -1 1077944384 95 12403 0 0 0 0 5 4 20 0 22 0 6145783 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678564661968 140679093573531 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28295] ppid=28224 vsize=11128580 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28295/stat : 28295 (java) S 28224 28227 16913 0 -1 1077944384 8358 12403 0 0 199 3 5 4 20 0 22 0 6145783 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678563608560 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28296] ppid=28224 vsize=11128580 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28296/stat : 28296 (java) S 28224 28227 16913 0 -1 1077944384 8357 12403 0 0 233 1 5 4 20 0 22 0 6145783 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678562545424 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28297] ppid=28224 vsize=11128580 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28297/stat : 28297 (java) S 28224 28227 16913 0 -1 1077944384 12749 12403 0 0 200 3 5 4 20 0 22 0 6145783 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678561503472 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28298] ppid=28224 vsize=11128580 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28298/stat : 28298 (java) S 28224 28227 16913 0 -1 1077944384 20178 12403 0 0 149 3 5 4 20 0 22 0 6145783 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678560450928 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28299] ppid=28224 vsize=11128580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28299/stat : 28299 (java) S 28224 28227 16913 0 -1 1077944384 3 12403 0 0 0 0 5 4 20 0 22 0 6145783 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678559398624 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28300] ppid=28224 vsize=11128580 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28300/stat : 28300 (java) S 28224 28227 16913 0 -1 1077944384 1107 12403 0 0 58 63 5 4 20 0 22 0 6145784 11395665920 256191 33554432000 4194304 4196468 140732739316448 140678558346160 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
Current children cumulated CPU time (s) 2400.55
Current children cumulated vsize (KiB) 11128580

[startup+2332.5 s]
/proc/loadavg: 1.66 1.53 1.47 3/285 28546
/proc/meminfo: memFree=30030796/32770624 swapFree=5884/331180
[pid=28227] ppid=28224 vsize=11128580 CPUtime=2400.95 cores=1,3,5,7,9,11,13,15
/proc/28227/stat : 28227 (java) S 28224 28227 16913 0 -1 1077944320 203432 12403 0 0 239627 459 5 4 20 0 22 0 6145764 11395665920 256301 33554432000 4194304 4196468 140732739316448 140732739298992 140679093554935 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
/proc/28227/statm: 2782145 256301 3512 1 0 2769700 0
[pid=28227/tid=28282] ppid=28224 vsize=11128580 CPUtime=2311.79 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28282/stat : 28282 (java) S 28224 28227 16913 0 -1 1077944384 74695 12403 0 0 231135 35 5 4 20 0 22 0 6145775 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679097792608 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28283] ppid=28224 vsize=11128580 CPUtime=9.29 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28283/stat : 28283 (java) R 28224 28227 16913 0 -1 4202560 9627 12403 0 0 877 43 5 4 20 0 22 0 6145776 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679046175704 140679075207422 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28284] ppid=28224 vsize=11128580 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28284/stat : 28284 (java) R 28224 28227 16913 0 -1 4202560 6236 12403 0 0 882 43 5 4 20 0 22 0 6145776 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679045123160 140679078012403 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28285] ppid=28224 vsize=11128580 CPUtime=9.17 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28285/stat : 28285 (java) R 28224 28227 16913 0 -1 4202560 7411 12403 0 0 863 45 5 4 20 0 22 0 6145776 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679044070616 140679078253773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28286] ppid=28224 vsize=11128580 CPUtime=9.21 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28286/stat : 28286 (java) R 28224 28227 16913 0 -1 4202560 6498 12403 0 0 866 46 5 4 20 0 22 0 6145776 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679043017760 140679075164544 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28287] ppid=28224 vsize=11128580 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28287/stat : 28287 (java) R 28224 28227 16913 0 -1 4202560 8746 12403 0 0 870 47 5 4 20 0 22 0 6145776 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679041964304 140679075164550 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28288] ppid=28224 vsize=11128580 CPUtime=9.1 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28288/stat : 28288 (java) R 28224 28227 16913 0 -1 4202560 7359 12403 0 0 857 44 5 4 20 0 22 0 6145776 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679040911960 140679078255588 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28289] ppid=28224 vsize=11128580 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28289/stat : 28289 (java) R 28224 28227 16913 0 -1 4202560 4707 12403 0 0 862 42 5 4 20 0 22 0 6145776 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679039859216 140679078551320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28290] ppid=28224 vsize=11128580 CPUtime=9.2 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28290/stat : 28290 (java) R 28224 28227 16913 0 -1 4202560 6708 12403 0 0 870 41 5 4 20 0 22 0 6145776 11395665920 256301 33554432000 4194304 4196468 140732739316448 140679038806872 140679078253691 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28291] ppid=28224 vsize=11128580 CPUtime=6.99 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28291/stat : 28291 (java) S 28224 28227 16913 0 -1 1077944384 18247 12403 0 0 649 41 5 4 20 0 22 0 6145778 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678635324560 140679093565141 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28292] ppid=28224 vsize=11128580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28292/stat : 28292 (java) S 28224 28227 16913 0 -1 1077944384 58 12403 0 0 0 0 5 4 20 0 22 0 6145779 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678566765712 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28293] ppid=28224 vsize=11128580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28293/stat : 28293 (java) S 28224 28227 16913 0 -1 1077944384 46 12403 0 0 0 0 5 4 20 0 22 0 6145779 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678565713408 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28294] ppid=28224 vsize=11128580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28294/stat : 28294 (java) S 28224 28227 16913 0 -1 1077944384 95 12403 0 0 0 0 5 4 20 0 22 0 6145783 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678564661968 140679093573531 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28295] ppid=28224 vsize=11128580 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28295/stat : 28295 (java) S 28224 28227 16913 0 -1 1077944384 8358 12403 0 0 199 3 5 4 20 0 22 0 6145783 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678563608560 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28296] ppid=28224 vsize=11128580 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28296/stat : 28296 (java) S 28224 28227 16913 0 -1 1077944384 8357 12403 0 0 233 1 5 4 20 0 22 0 6145783 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678562547056 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28297] ppid=28224 vsize=11128580 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28297/stat : 28297 (java) S 28224 28227 16913 0 -1 1077944384 12749 12403 0 0 200 3 5 4 20 0 22 0 6145783 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678561503472 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28298] ppid=28224 vsize=11128580 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28298/stat : 28298 (java) S 28224 28227 16913 0 -1 1077944384 20178 12403 0 0 149 3 5 4 20 0 22 0 6145783 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678560450928 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28299] ppid=28224 vsize=11128580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28299/stat : 28299 (java) S 28224 28227 16913 0 -1 1077944384 3 12403 0 0 0 0 5 4 20 0 22 0 6145783 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678559398624 140679093565141 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
[pid=28227/tid=28300] ppid=28224 vsize=11128580 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/28227/task/28300/stat : 28300 (java) S 28224 28227 16913 0 -1 1077944384 1107 12403 0 0 58 63 5 4 20 0 22 0 6145784 11395665920 256301 33554432000 4194304 4196468 140732739316448 140678558346160 140679093566082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14065664 140732739320513 140732739323287 140732739323287 140732739325903 0
Current children cumulated CPU time (s) 2400.95
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2332.55
CPU time (s): 2401.11
CPU user time (s): 2396.46
CPU system time (s): 4.64733
CPU usage (%): 102.939
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.46
system time used= 4.64733
maximum resident set size= 1025892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305529
involuntary context switches= 180899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3482 second user time and 20.8758 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 09:33:08
IDJOB=4246069
IDBENCH=124104
IDSOLVER=2630
FILE ID=node133/4246069-1500708788
RUNJOBID= node133-1500696963-25081
PBS_JOBID= 20623321
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-080.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246069-1500708788/watcher-4246069-1500708788 -o /tmp/evaluation-result-4246069-1500708788/solver-4246069-1500708788 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500696963-25081 --watchdog 2560  bin/concrete HOME/instance-4246069-1500708788.xml

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

MD5SUM BENCH= f0cd38ecba005234ebb464e977fa1d5a
RANDOM SEED=1136110728

node133.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	: 5334.13
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	: 5229.85
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	: 5334.13
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		: 2133.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	: 5229.85
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		: 2668.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	: 5334.13
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	: 5229.85
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		: 2668.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	: 5334.13
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	: 5229.85
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	: 5334.13
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		: 1867.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	: 5229.85
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	: 5334.13
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		: 2267.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	: 5229.85
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	: 5334.13
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		: 2667.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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30915828 kB
MemAvailable:   31214880 kB
Buffers:          131364 kB
Cached:           446268 kB
SwapCached:            0 kB
Active:          1073492 kB
Inactive:         337268 kB
Active(anon):     835716 kB
Inactive(anon):     8772 kB
Active(file):     237776 kB
Inactive(file):   328496 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24320 kB
Writeback:             0 kB
AnonPages:        842120 kB
Mapped:            44236 kB
Shmem:              8872 kB
Slab:             131288 kB
SReclaimable:      97232 kB
SUnreclaim:        34056 kB
KernelStack:        4768 kB
PageTables:         7968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1395608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61968 MiB
End job on node133 at 2017-07-22 10:12:01