Trace number 4246034

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) 2404.84 2294.93

General information on the benchmark

NameBibd/Bibd-sum-stab1/
Bibd-sum-12-03-04.xml
MD5SUM4cb414677efb9576d4ff9b4f5d333658
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 benchmark6.8545599
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints167
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1056}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":1056}]
Minimum constraint arity12
Maximum constraint arity1056
Distribution of constraint arities[{"arity":12,"count":88},{"arity":88,"count":12},{"arity":176,"count":66},{"arity":1056,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":166}]
Optimization problemNO
Type of objective

Solver Data

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

pid=17512
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.71 1.99 2.86 3/261 17515
/proc/meminfo: memFree=28541548/32770624 swapFree=5780/385424
[pid=17515] ppid=17512 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (bash) S 17512 17515 7912 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 6111194 9736192 350 33554432000 4194304 5098028 140721756021584 140721756019224 140135963782144 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 24571904 140721756030222 140721756030307 140721756030307 140721756033006 0
/proc/17515/statm: 2377 350 277 221 0 86 0

[startup+0.100074 s]
/proc/loadavg: 1.71 1.99 2.86 3/261 17515
/proc/meminfo: memFree=28541548/32770624 swapFree=5780/385424
[pid=17515] ppid=17512 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (bash) S 17512 17515 7912 0 -1 4202496 884 6419 0 0 0 0 0 1 20 0 1 0 6111194 9871360 378 33554432000 4194304 5098028 140721756021584 140721756015592 140135963782144 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 24571904 140721756030222 140721756030307 140721756030307 140721756033006 0
/proc/17515/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200397 s]
/proc/loadavg: 1.71 1.99 2.86 3/261 17515
/proc/meminfo: memFree=28541548/32770624 swapFree=5780/385424
[pid=17515] ppid=17512 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 4851 12344 0 0 6 1 7 4 20 0 13 0 6111194 10686320640 5179 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2608965 5179 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.30036 s]
/proc/loadavg: 1.71 1.99 2.86 3/261 17515
/proc/meminfo: memFree=28541548/32770624 swapFree=5780/385424
[pid=17515] ppid=17512 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 6815 12344 0 0 23 2 7 4 20 0 20 0 6111194 11164049408 8533 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2725598 8533 2978 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700214 s]
/proc/loadavg: 1.71 1.99 2.86 3/261 17515
/proc/meminfo: memFree=28541548/32770624 swapFree=5780/385424
[pid=17515] ppid=17512 vsize=10902720 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 12119 12344 0 0 73 5 7 4 20 0 20 0 6111194 11164385280 14921 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2725680 14921 3153 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50115 s]
/proc/loadavg: 1.65 1.97 2.85 3/281 17588
/proc/meminfo: memFree=28436012/32770624 swapFree=5780/385812
[pid=17515] ppid=17512 vsize=10913344 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 27065 12344 0 0 201 14 7 4 20 0 20 0 6111194 11175264256 43929 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2728336 43929 3402 1 0 2716450 0
[pid=17515/tid=17570] ppid=17512 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17570/stat : 17570 (java) R 17512 17515 7912 0 -1 4202560 19160 12344 0 0 124 7 7 4 20 0 20 0 6111206 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667883526320 140667863381342 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17571] ppid=17512 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17571/stat : 17571 (java) S 17512 17515 7912 0 -1 1077944384 24 12344 0 0 1 0 7 4 20 0 20 0 6111207 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667831921424 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17572] ppid=17512 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17572/stat : 17572 (java) S 17512 17515 7912 0 -1 1077944384 10 12344 0 0 1 0 7 4 20 0 20 0 6111207 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667830868880 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17573] ppid=17512 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17573/stat : 17573 (java) S 17512 17515 7912 0 -1 1077944384 46 12344 0 0 1 0 7 4 20 0 20 0 6111207 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667484036112 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17574] ppid=17512 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17574/stat : 17574 (java) S 17512 17515 7912 0 -1 1077944384 44 12344 0 0 1 0 7 4 20 0 20 0 6111207 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667482983568 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17575] ppid=17512 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17575/stat : 17575 (java) S 17512 17515 7912 0 -1 1077944384 16 12344 0 0 0 0 7 4 20 0 20 0 6111207 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667481930000 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17576] ppid=17512 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17576/stat : 17576 (java) S 17512 17515 7912 0 -1 1077944384 32 12344 0 0 0 0 7 4 20 0 20 0 6111207 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667480877456 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17577] ppid=17512 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17577/stat : 17577 (java) S 17512 17515 7912 0 -1 1077944384 12 12344 0 0 1 0 7 4 20 0 20 0 6111207 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667479824912 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17578] ppid=17512 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17578/stat : 17578 (java) S 17512 17515 7912 0 -1 1077944384 132 12344 0 0 1 0 7 4 20 0 20 0 6111207 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667478772368 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17579] ppid=17512 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17579/stat : 17579 (java) S 17512 17515 7912 0 -1 1077944384 1552 12344 0 0 1 0 7 4 20 0 20 0 6111210 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667353270768 140667879312002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17580] ppid=17512 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17580/stat : 17580 (java) S 17512 17515 7912 0 -1 1077944384 55 12344 0 0 0 0 7 4 20 0 20 0 6111210 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667352217056 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17581] ppid=17512 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17581/stat : 17581 (java) S 17512 17515 7912 0 -1 1077944384 43 12344 0 0 0 0 7 4 20 0 20 0 6111211 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667351164416 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17582] ppid=17512 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17582/stat : 17582 (java) S 17512 17515 7912 0 -1 1077944384 1 12344 0 0 0 0 7 4 20 0 20 0 6111215 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667350112976 140667879319451 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17583] ppid=17512 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17583/stat : 17583 (java) S 17512 17515 7912 0 -1 1077944384 722 12344 0 0 11 0 7 4 20 0 20 0 6111215 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667349059568 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17584] ppid=17512 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17584/stat : 17584 (java) S 17512 17515 7912 0 -1 1077944384 615 12344 0 0 11 0 7 4 20 0 20 0 6111215 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667348007024 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17585] ppid=17512 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17585/stat : 17585 (java) S 17512 17515 7912 0 -1 1077944384 1127 12344 0 0 15 0 7 4 20 0 20 0 6111215 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667346954480 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17586] ppid=17512 vsize=10913344 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17586/stat : 17586 (java) S 17512 17515 7912 0 -1 1077944384 1335 12344 0 0 26 0 7 4 20 0 20 0 6111215 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667345901936 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17587] ppid=17512 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17587/stat : 17587 (java) S 17512 17515 7912 0 -1 1077944384 3 12344 0 0 0 0 7 4 20 0 20 0 6111216 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667344849632 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17588] ppid=17512 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17588/stat : 17588 (java) S 17512 17515 7912 0 -1 1077944384 3 12344 0 0 0 0 7 4 20 0 20 0 6111216 11175264256 43929 33554432000 4194304 4196468 140728102956736 140667343797168 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10913344

[startup+3.10116 s]
/proc/loadavg: 1.65 1.97 2.85 5/281 17588
/proc/meminfo: memFree=28315324/32770624 swapFree=5780/385812
[pid=17515] ppid=17512 vsize=10925820 CPUtime=7 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 42573 12344 0 0 669 20 7 4 20 0 20 0 6111194 11188039680 62959 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2731455 62959 3478 1 0 2719010 0
[pid=17515/tid=17570] ppid=17512 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17570/stat : 17570 (java) R 17512 17515 7912 0 -1 4202560 26599 12344 0 0 280 10 7 4 20 0 20 0 6111206 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667883534816 140667510722892 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17571] ppid=17512 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17571/stat : 17571 (java) S 17512 17515 7912 0 -1 1077944384 24 12344 0 0 1 0 7 4 20 0 20 0 6111207 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667831921424 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17572] ppid=17512 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17572/stat : 17572 (java) S 17512 17515 7912 0 -1 1077944384 10 12344 0 0 1 0 7 4 20 0 20 0 6111207 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667830868880 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17573] ppid=17512 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17573/stat : 17573 (java) S 17512 17515 7912 0 -1 1077944384 46 12344 0 0 1 0 7 4 20 0 20 0 6111207 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667484036112 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17574] ppid=17512 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17574/stat : 17574 (java) S 17512 17515 7912 0 -1 1077944384 44 12344 0 0 1 0 7 4 20 0 20 0 6111207 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667482983568 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17575] ppid=17512 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17575/stat : 17575 (java) S 17512 17515 7912 0 -1 1077944384 16 12344 0 0 0 0 7 4 20 0 20 0 6111207 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667481930000 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17576] ppid=17512 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17576/stat : 17576 (java) S 17512 17515 7912 0 -1 1077944384 32 12344 0 0 0 0 7 4 20 0 20 0 6111207 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667480877456 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17577] ppid=17512 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17577/stat : 17577 (java) S 17512 17515 7912 0 -1 1077944384 12 12344 0 0 1 0 7 4 20 0 20 0 6111207 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667479824912 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17578] ppid=17512 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17578/stat : 17578 (java) S 17512 17515 7912 0 -1 1077944384 132 12344 0 0 1 0 7 4 20 0 20 0 6111207 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667478772368 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17579] ppid=17512 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17579/stat : 17579 (java) S 17512 17515 7912 0 -1 1077944384 1870 12344 0 0 1 0 7 4 20 0 20 0 6111210 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667353270768 140667879312002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17580] ppid=17512 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17580/stat : 17580 (java) S 17512 17515 7912 0 -1 1077944384 55 12344 0 0 0 0 7 4 20 0 20 0 6111210 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667352217056 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17581] ppid=17512 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17581/stat : 17581 (java) S 17512 17515 7912 0 -1 1077944384 43 12344 0 0 0 0 7 4 20 0 20 0 6111211 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667351164416 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17582] ppid=17512 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17582/stat : 17582 (java) S 17512 17515 7912 0 -1 1077944384 1 12344 0 0 0 0 7 4 20 0 20 0 6111215 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667350112976 140667879319451 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17583] ppid=17512 vsize=10925820 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17583/stat : 17583 (java) R 17512 17515 7912 0 -1 4202560 1354 12344 0 0 78 1 7 4 20 0 20 0 6111215 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667349046176 140667863692999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17584] ppid=17512 vsize=10925820 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17584/stat : 17584 (java) S 17512 17515 7912 0 -1 1077944384 4399 12344 0 0 110 1 7 4 20 0 20 0 6111215 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667348007024 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17585] ppid=17512 vsize=10925820 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17585/stat : 17585 (java) S 17512 17515 7912 0 -1 1077944384 1851 12344 0 0 79 0 7 4 20 0 20 0 6111215 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667346954480 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17586] ppid=17512 vsize=10925820 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17586/stat : 17586 (java) R 17512 17515 7912 0 -1 4202560 3944 12344 0 0 108 1 7 4 20 0 20 0 6111215 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667345897608 140667858436672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17587] ppid=17512 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17587/stat : 17587 (java) S 17512 17515 7912 0 -1 1077944384 3 12344 0 0 0 0 7 4 20 0 20 0 6111216 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667344849632 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17588] ppid=17512 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17588/stat : 17588 (java) S 17512 17515 7912 0 -1 1077944384 5 12344 0 0 0 0 7 4 20 0 20 0 6111216 11188039680 62959 33554432000 4194304 4196468 140728102956736 140667343797168 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 10925820

[startup+6.30087 s]
/proc/loadavg: 1.68 1.97 2.84 6/281 17588
/proc/meminfo: memFree=28150984/32770624 swapFree=5780/385816
[pid=17515] ppid=17512 vsize=10927868 CPUtime=16.45 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 63875 12344 0 0 1586 48 7 4 20 0 20 0 6111194 11190136832 105451 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2731967 105451 3498 1 0 2719522 0
[pid=17515/tid=17570] ppid=17512 vsize=10927868 CPUtime=6.12 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17570/stat : 17570 (java) R 17512 17515 7912 0 -1 4202560 28935 12344 0 0 589 12 7 4 20 0 20 0 6111206 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667883531048 140667524321283 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17571] ppid=17512 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17571/stat : 17571 (java) S 17512 17515 7912 0 -1 1077944384 78 12344 0 0 4 3 7 4 20 0 20 0 6111207 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667831921424 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17572] ppid=17512 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17572/stat : 17572 (java) S 17512 17515 7912 0 -1 1077944384 72 12344 0 0 4 3 7 4 20 0 20 0 6111207 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667830868880 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17573] ppid=17512 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17573/stat : 17573 (java) S 17512 17515 7912 0 -1 1077944384 145 12344 0 0 5 3 7 4 20 0 20 0 6111207 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667484036112 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17574] ppid=17512 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17574/stat : 17574 (java) S 17512 17515 7912 0 -1 1077944384 102 12344 0 0 5 2 7 4 20 0 20 0 6111207 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667482983568 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17575] ppid=17512 vsize=10927868 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17575/stat : 17575 (java) S 17512 17515 7912 0 -1 1077944384 572 12344 0 0 3 2 7 4 20 0 20 0 6111207 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667481930000 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17576] ppid=17512 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17576/stat : 17576 (java) S 17512 17515 7912 0 -1 1077944384 98 12344 0 0 4 3 7 4 20 0 20 0 6111207 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667480877456 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17577] ppid=17512 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17577/stat : 17577 (java) S 17512 17515 7912 0 -1 1077944384 109 12344 0 0 5 2 7 4 20 0 20 0 6111207 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667479824912 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17578] ppid=17512 vsize=10927868 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17578/stat : 17578 (java) S 17512 17515 7912 0 -1 1077944384 218 12344 0 0 4 3 7 4 20 0 20 0 6111207 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667478772368 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17579] ppid=17512 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17579/stat : 17579 (java) S 17512 17515 7912 0 -1 1077944384 1980 12344 0 0 2 0 7 4 20 0 20 0 6111210 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667353270768 140667879312002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17580] ppid=17512 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17580/stat : 17580 (java) S 17512 17515 7912 0 -1 1077944384 56 12344 0 0 0 0 7 4 20 0 20 0 6111210 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667352217056 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17581] ppid=17512 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17581/stat : 17581 (java) S 17512 17515 7912 0 -1 1077944384 43 12344 0 0 0 0 7 4 20 0 20 0 6111211 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667351164416 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17582] ppid=17512 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17582/stat : 17582 (java) S 17512 17515 7912 0 -1 1077944384 1 12344 0 0 0 0 7 4 20 0 20 0 6111215 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667350112976 140667879319451 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17583] ppid=17512 vsize=10927868 CPUtime=2.55 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17583/stat : 17583 (java) S 17512 17515 7912 0 -1 1077944384 6240 12344 0 0 242 2 7 4 20 0 20 0 6111215 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667349059568 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17584] ppid=17512 vsize=10927868 CPUtime=2.95 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17584/stat : 17584 (java) S 17512 17515 7912 0 -1 1077944384 7901 12344 0 0 282 2 7 4 20 0 20 0 6111215 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667348007024 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17585] ppid=17512 vsize=10927868 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17585/stat : 17585 (java) S 17512 17515 7912 0 -1 1077944384 5772 12344 0 0 262 1 7 4 20 0 20 0 6111215 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667346954480 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17586] ppid=17512 vsize=10927868 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17586/stat : 17586 (java) S 17512 17515 7912 0 -1 1077944384 9214 12344 0 0 168 3 7 4 20 0 20 0 6111215 11190136832 105451 33554432000 4194304 4196468 140728102956736 140667345901936 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17587] ppid=17512 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=17515/tid=17586] ppid=17512 vsize=10997500 CPUtime=4.52 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17586/stat : 17586 (java) S 17512 17515 7912 0 -1 1077944384 19251 12344 0 0 434 7 7 4 20 0 20 0 6111215 11261440000 397646 33554432000 4194304 4196468 140728102956736 140667345901936 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17587] ppid=17512 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17587/stat : 17587 (java) S 17512 17515 7912 0 -1 1077944384 3 12344 0 0 0 0 7 4 20 0 20 0 6111216 11261440000 397646 33554432000 4194304 4196468 140728102956736 140667344849632 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17588] ppid=17512 vsize=10997500 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17588/stat : 17588 (java) S 17512 17515 7912 0 -1 1077944384 1414 12344 0 0 57 69 7 4 20 0 20 0 6111216 11261440000 397646 33554432000 4194304 4196468 140728102956736 140667343797168 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2294.4 s]
/proc/loadavg: 1.46 1.47 1.60 3/281 17828
/proc/meminfo: memFree=29228548/32770624 swapFree=5780/387176
[pid=17515] ppid=17512 vsize=11130628 CPUtime=2401.35 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 259377 12344 0 0 239656 468 7 4 20 0 22 0 6111194 11397763072 399870 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2782657 399870 3516 1 0 2770212 0
[pid=17515/tid=17570] ppid=17512 vsize=11130628 CPUtime=2274.28 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17570/stat : 17570 (java) S 17512 17515 7912 0 -1 1077944384 93080 12344 0 0 227365 52 7 4 20 0 22 0 6111206 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667883538576 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17571] ppid=17512 vsize=11130628 CPUtime=10.51 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17571/stat : 17571 (java) R 17512 17515 7912 0 -1 4202560 8474 12344 0 0 997 43 7 4 20 0 22 0 6111207 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667831921232 140667871929063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17572] ppid=17512 vsize=11130628 CPUtime=10.45 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17572/stat : 17572 (java) R 17512 17515 7912 0 -1 4202560 8624 12344 0 0 996 38 7 4 20 0 22 0 6111207 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667830869080 140667856525664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17573] ppid=17512 vsize=11130628 CPUtime=10.57 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17573/stat : 17573 (java) R 17512 17515 7912 0 -1 4202560 7556 12344 0 0 1005 41 7 4 20 0 22 0 6111207 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667484036232 140667865059664 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17574] ppid=17512 vsize=11130628 CPUtime=10.69 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17574/stat : 17574 (java) R 17512 17515 7912 0 -1 4202560 7460 12344 0 0 1018 40 7 4 20 0 22 0 6111207 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667482983688 140667871929063 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17575] ppid=17512 vsize=11130628 CPUtime=10.55 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17575/stat : 17575 (java) R 17512 17515 7912 0 -1 4202560 10116 12344 0 0 1004 40 7 4 20 0 22 0 6111207 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667481930120 140667871929063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17576] ppid=17512 vsize=11130628 CPUtime=10.45 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17576/stat : 17576 (java) R 17512 17515 7912 0 -1 4202560 7968 12344 0 0 996 38 7 4 20 0 22 0 6111207 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667480877264 140667871929063 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17577] ppid=17512 vsize=11130628 CPUtime=10.6 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17577/stat : 17577 (java) R 17512 17515 7912 0 -1 4202560 7098 12344 0 0 1009 40 7 4 20 0 22 0 6111207 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667479824720 140667871929063 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17578] ppid=17512 vsize=11130628 CPUtime=10.54 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17578/stat : 17578 (java) R 17512 17515 7912 0 -1 4202560 9944 12344 0 0 1004 39 7 4 20 0 22 0 6111207 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667478772176 140667871929063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17579] ppid=17512 vsize=11130628 CPUtime=5.75 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17579/stat : 17579 (java) S 17512 17515 7912 0 -1 1077944384 28377 12344 0 0 524 40 7 4 20 0 22 0 6111210 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667353269392 140667879311061 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17580] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17580/stat : 17580 (java) S 17512 17515 7912 0 -1 1077944384 62 12344 0 0 0 0 7 4 20 0 22 0 6111210 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667352217056 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17581] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17581/stat : 17581 (java) S 17512 17515 7912 0 -1 1077944384 54 12344 0 0 0 0 7 4 20 0 22 0 6111211 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667351164416 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17582] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17582/stat : 17582 (java) S 17512 17515 7912 0 -1 1077944384 100 12344 0 0 0 0 7 4 20 0 22 0 6111215 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667350112976 140667879319451 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17583] ppid=17512 vsize=11130628 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17583/stat : 17583 (java) S 17512 17515 7912 0 -1 1077944384 16381 12344 0 0 1032 6 7 4 20 0 22 0 6111215 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667349059568 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17584] ppid=17512 vsize=11130628 CPUtime=11.23 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17584/stat : 17584 (java) S 17512 17515 7912 0 -1 1077944384 18078 12344 0 0 1106 6 7 4 20 0 22 0 6111215 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667348007024 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17585] ppid=17512 vsize=11130628 CPUtime=10.75 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17585/stat : 17585 (java) S 17512 17515 7912 0 -1 1077944384 12918 12344 0 0 1060 4 7 4 20 0 22 0 6111215 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667346954480 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17586] ppid=17512 vsize=11130628 CPUtime=4.52 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17586/stat : 17586 (java) S 17512 17515 7912 0 -1 1077944384 19420 12344 0 0 434 7 7 4 20 0 22 0 6111215 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667345901504 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17587] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17587/stat : 17587 (java) S 17512 17515 7912 0 -1 1077944384 3 12344 0 0 0 0 7 4 20 0 22 0 6111216 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667344849632 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17588] ppid=17512 vsize=11130628 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17588/stat : 17588 (java) S 17512 17515 7912 0 -1 1077944384 1414 12344 0 0 57 69 7 4 20 0 22 0 6111216 11397763072 399870 33554432000 4194304 4196468 140728102956736 140667343797168 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
Current children cumulated CPU time (s) 2401.35
Current children cumulated vsize (KiB) 11130628

[startup+2294.8 s]
/proc/loadavg: 1.46 1.47 1.60 10/283 17831
/proc/meminfo: memFree=29220516/32770624 swapFree=5780/387176
[pid=17515] ppid=17512 vsize=11130628 CPUtime=2404.08 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 259594 12344 0 0 239929 468 7 4 20 0 22 0 6111194 11397763072 399933 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2782657 399933 3516 1 0 2770212 0
[pid=17515/tid=17570] ppid=17512 vsize=11130628 CPUtime=2274.28 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17570/stat : 17570 (java) S 17512 17515 7912 0 -1 1077944384 93081 12344 0 0 227365 52 7 4 20 0 22 0 6111206 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667883538576 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17571] ppid=17512 vsize=11130628 CPUtime=10.85 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17571/stat : 17571 (java) R 17512 17515 7912 0 -1 4202560 8474 12344 0 0 1031 43 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667831921544 140667862683888 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17572] ppid=17512 vsize=11130628 CPUtime=10.79 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17572/stat : 17572 (java) R 17512 17515 7912 0 -1 4202560 8625 12344 0 0 1030 38 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667830869080 140667871929063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17573] ppid=17512 vsize=11130628 CPUtime=10.9 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17573/stat : 17573 (java) R 17512 17515 7912 0 -1 4202560 7557 12344 0 0 1038 41 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667484036000 140667871929063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17574] ppid=17512 vsize=11130628 CPUtime=11.03 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17574/stat : 17574 (java) R 17512 17515 7912 0 -1 4202560 7467 12344 0 0 1052 40 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667482983768 140667863999600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17575] ppid=17512 vsize=11130628 CPUtime=10.88 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17575/stat : 17575 (java) R 17512 17515 7912 0 -1 4202560 10118 12344 0 0 1037 40 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667481930200 140667871929063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17576] ppid=17512 vsize=11130628 CPUtime=10.79 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17576/stat : 17576 (java) R 17512 17515 7912 0 -1 4202560 7968 12344 0 0 1030 38 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667480877656 140667871929063 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17577] ppid=17512 vsize=11130628 CPUtime=10.94 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17577/stat : 17577 (java) R 17512 17515 7912 0 -1 4202560 7098 12344 0 0 1043 40 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667479825112 140667871929063 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17578] ppid=17512 vsize=11130628 CPUtime=10.86 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17578/stat : 17578 (java) R 17512 17515 7912 0 -1 4202560 9944 12344 0 0 1036 39 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667478772488 140667871929063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17579] ppid=17512 vsize=11130628 CPUtime=5.81 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17579/stat : 17579 (java) S 17512 17515 7912 0 -1 1077944384 28578 12344 0 0 530 40 7 4 20 0 22 0 6111210 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667353269392 140667879311061 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17580] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17580/stat : 17580 (java) S 17512 17515 7912 0 -1 1077944384 64 12344 0 0 0 0 7 4 20 0 22 0 6111210 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667352216688 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17581] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17581/stat : 17581 (java) S 17512 17515 7912 0 -1 1077944384 54 12344 0 0 0 0 7 4 20 0 22 0 6111211 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667351164416 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17582] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17582/stat : 17582 (java) S 17512 17515 7912 0 -1 1077944384 100 12344 0 0 0 0 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667350112976 140667879319451 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17583] ppid=17512 vsize=11130628 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17583/stat : 17583 (java) S 17512 17515 7912 0 -1 1077944384 16381 12344 0 0 1032 6 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667349059568 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17584] ppid=17512 vsize=11130628 CPUtime=11.23 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17584/stat : 17584 (java) S 17512 17515 7912 0 -1 1077944384 18078 12344 0 0 1106 6 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667348007024 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17585] ppid=17512 vsize=11130628 CPUtime=10.75 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17585/stat : 17585 (java) S 17512 17515 7912 0 -1 1077944384 12918 12344 0 0 1060 4 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667346954480 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17586] ppid=17512 vsize=11130628 CPUtime=4.52 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17586/stat : 17586 (java) S 17512 17515 7912 0 -1 1077944384 19422 12344 0 0 434 7 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667345901504 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17587] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17587/stat : 17587 (java) S 17512 17515 7912 0 -1 1077944384 3 12344 0 0 0 0 7 4 20 0 22 0 6111216 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667344849632 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17588] ppid=17512 vsize=11130628 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17588/stat : 17588 (java) S 17512 17515 7912 0 -1 1077944384 1414 12344 0 0 57 69 7 4 20 0 22 0 6111216 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667343797168 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17829] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17829/stat : 17829 (java) S 17512 17515 7912 0 -1 1077944384 91 12344 0 0 0 0 7 4 20 0 22 0 6340614 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667314889456 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17830] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17830/stat : 17830 (java) S 17512 17515 7912 0 -1 1077944384 25 12344 0 0 0 0 7 4 20 0 22 0 6340614 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667310978624 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
Current children cumulated CPU time (s) 2404.08
Current children cumulated vsize (KiB) 11130628

[startup+2294.9 s]
/proc/loadavg: 1.46 1.47 1.60 10/283 17831
/proc/meminfo: memFree=29220516/32770624 swapFree=5780/387176
[pid=17515] ppid=17512 vsize=11130628 CPUtime=2404.73 cores=1,3,5,7,9,11,13,15
/proc/17515/stat : 17515 (java) S 17512 17515 7912 0 -1 1077944320 259595 12344 0 0 239993 469 7 4 20 0 22 0 6111194 11397763072 399933 33554432000 4194304 4196468 140728102956736 140728102939280 140667879300855 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
/proc/17515/statm: 2782657 399933 3516 1 0 2770212 0
[pid=17515/tid=17570] ppid=17512 vsize=11130628 CPUtime=2274.28 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17570/stat : 17570 (java) S 17512 17515 7912 0 -1 1077944384 93081 12344 0 0 227365 52 7 4 20 0 22 0 6111206 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667883538576 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17571] ppid=17512 vsize=11130628 CPUtime=10.92 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17571/stat : 17571 (java) R 17512 17515 7912 0 -1 4202560 8474 12344 0 0 1038 43 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667831921544 140667871929063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17572] ppid=17512 vsize=11130628 CPUtime=10.86 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17572/stat : 17572 (java) R 17512 17515 7912 0 -1 4202560 8625 12344 0 0 1037 38 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667830869000 140667862683890 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17573] ppid=17512 vsize=11130628 CPUtime=10.98 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17573/stat : 17573 (java) R 17512 17515 7912 0 -1 4202560 7557 12344 0 0 1046 41 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667484036232 140667871929063 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17574] ppid=17512 vsize=11130628 CPUtime=11.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17574/stat : 17574 (java) R 17512 17515 7912 0 -1 4202560 7467 12344 0 0 1060 40 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667482983688 140667871929063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17575] ppid=17512 vsize=11130628 CPUtime=10.96 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17575/stat : 17575 (java) R 17512 17515 7912 0 -1 4202560 10118 12344 0 0 1045 40 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667481930120 140667871929063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17576] ppid=17512 vsize=11130628 CPUtime=10.87 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17576/stat : 17576 (java) R 17512 17515 7912 0 -1 4202560 7968 12344 0 0 1038 38 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667480877656 140667863758323 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17577] ppid=17512 vsize=11130628 CPUtime=11.02 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17577/stat : 17577 (java) R 17512 17515 7912 0 -1 4202560 7098 12344 0 0 1051 40 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667479825032 140667871929063 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17578] ppid=17512 vsize=11130628 CPUtime=10.94 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17578/stat : 17578 (java) R 17512 17515 7912 0 -1 4202560 9944 12344 0 0 1044 39 7 4 20 0 22 0 6111207 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667478772488 140667871929063 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17579] ppid=17512 vsize=11130628 CPUtime=5.82 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17579/stat : 17579 (java) S 17512 17515 7912 0 -1 1077944384 28578 12344 0 0 531 40 7 4 20 0 22 0 6111210 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667353269392 140667879311061 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17580] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17580/stat : 17580 (java) S 17512 17515 7912 0 -1 1077944384 64 12344 0 0 0 0 7 4 20 0 22 0 6111210 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667352216688 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17581] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17581/stat : 17581 (java) S 17512 17515 7912 0 -1 1077944384 54 12344 0 0 0 0 7 4 20 0 22 0 6111211 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667351164416 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17582] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17582/stat : 17582 (java) S 17512 17515 7912 0 -1 1077944384 100 12344 0 0 0 0 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667350112976 140667879319451 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17583] ppid=17512 vsize=11130628 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17583/stat : 17583 (java) S 17512 17515 7912 0 -1 1077944384 16381 12344 0 0 1032 6 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667349059568 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17584] ppid=17512 vsize=11130628 CPUtime=11.23 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17584/stat : 17584 (java) S 17512 17515 7912 0 -1 1077944384 18078 12344 0 0 1106 6 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667348007024 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17585] ppid=17512 vsize=11130628 CPUtime=10.75 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17585/stat : 17585 (java) S 17512 17515 7912 0 -1 1077944384 12918 12344 0 0 1060 4 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667346954480 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17586] ppid=17512 vsize=11130628 CPUtime=4.52 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17586/stat : 17586 (java) S 17512 17515 7912 0 -1 1077944384 19422 12344 0 0 434 7 7 4 20 0 22 0 6111215 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667345901504 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17587] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17587/stat : 17587 (java) S 17512 17515 7912 0 -1 1077944384 3 12344 0 0 0 0 7 4 20 0 22 0 6111216 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667344849632 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17588] ppid=17512 vsize=11130628 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17588/stat : 17588 (java) S 17512 17515 7912 0 -1 1077944384 1414 12344 0 0 57 69 7 4 20 0 22 0 6111216 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667343797168 140667879312002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17829] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17829/stat : 17829 (java) S 17512 17515 7912 0 -1 1077944384 91 12344 0 0 0 0 7 4 20 0 22 0 6340614 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667314889456 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
[pid=17515/tid=17830] ppid=17512 vsize=11130628 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17515/task/17830/stat : 17830 (java) S 17512 17515 7912 0 -1 1077944384 26 12344 0 0 0 0 7 4 20 0 22 0 6340614 11397763072 399933 33554432000 4194304 4196468 140728102956736 140667310978624 140667879311061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12324864 140728102963905 140728102966679 140728102966679 140728102969295 0
Current children cumulated CPU time (s) 2404.73
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2294.93
CPU time (s): 2404.84
CPU user time (s): 2400.09
CPU system time (s): 4.74607
CPU usage (%): 104.789
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.09
system time used= 4.74607
maximum resident set size= 1791400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249923
involuntary context switches= 169708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3937 second user time and 20.9379 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 09:27:15
IDJOB=4246034
IDBENCH=123864
IDSOLVER=2630
FILE ID=node125/4246034-1500708435
RUNJOBID= node125-1500682887-8969
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab1/Bibd-sum-12-03-04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246034-1500708435/watcher-4246034-1500708435 -o /tmp/evaluation-result-4246034-1500708435/solver-4246034-1500708435 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8969 --watchdog 2560  bin/concrete HOME/instance-4246034-1500708435.xml

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

MD5SUM BENCH= 4cb414677efb9576d4ff9b4f5d333658
RANDOM SEED=699527857

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28541868 kB
MemAvailable:   28986020 kB
Buffers:          181596 kB
Cached:           538628 kB
SwapCached:            0 kB
Active:          3390152 kB
Inactive:         394508 kB
Active(anon):    3067100 kB
Inactive(anon):     8764 kB
Active(file):     323052 kB
Inactive(file):   385744 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24456 kB
Writeback:             0 kB
AnonPages:       3070068 kB
Mapped:            43780 kB
Shmem:              8840 kB
Slab:             135988 kB
SReclaimable:     102384 kB
SUnreclaim:        33604 kB
KernelStack:        4464 kB
PageTables:        11052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3679732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2891776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61928 MiB
End job on node125 at 2017-07-22 10:05:30