Trace number 4247353

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) 2405.04 2309.18

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-32.xml
MD5SUM837217a994f8005f99f0c85081d26675
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.286
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints15903
Number of domains1
Minimum domain size32
Maximum domain size32
Distribution of domain sizes[{"size":32,"count":1024}]
Minimum variable degree31
Maximum variable degree32
Distribution of variable degrees[{"degree":31,"count":962},{"degree":32,"count":62}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15903}]
Number of extensional constraints0
Number of intensional constraints15903
Distribution of constraint types[{"type":"intension","count":15903}]
Optimization problemNO
Type of objective

Solver Data

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

pid=17674
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.46 1.56 1.49 3/261 17677
/proc/meminfo: memFree=30623716/32770624 swapFree=5780/163876
[pid=17677] ppid=17674 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (bash) S 17674 17677 14883 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 8324197 9736192 350 33554432000 4194304 5098028 140723747873408 140723747871048 139853758614528 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 22401024 140723747882254 140723747882339 140723747882339 140723747885038 0
/proc/17677/statm: 2377 350 277 221 0 86 0

[startup+0.100097 s]
/proc/loadavg: 1.46 1.56 1.49 3/261 17677
/proc/meminfo: memFree=30623716/32770624 swapFree=5780/163876
[pid=17677] ppid=17674 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (bash) S 17674 17677 14883 0 -1 4202496 885 6416 0 0 0 0 0 1 20 0 1 0 8324197 9871360 378 33554432000 4194304 5098028 140723747873408 140723747867416 139853758614528 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 22401024 140723747882254 140723747882339 140723747882339 140723747885038 0
/proc/17677/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200323 s]
/proc/loadavg: 1.46 1.56 1.49 3/261 17677
/proc/meminfo: memFree=30623716/32770624 swapFree=5780/163876
[pid=17677] ppid=17674 vsize=10768680 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 5139 12420 0 0 7 1 7 3 20 0 18 0 8324197 11027128320 4911 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2692170 4977 2238 1 0 2680608 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10768680

[startup+0.300295 s]
/proc/loadavg: 1.46 1.56 1.49 3/261 17677
/proc/meminfo: memFree=30623716/32770624 swapFree=5780/163876
[pid=17677] ppid=17674 vsize=10902292 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 9179 12420 0 0 23 2 7 3 20 0 20 0 8324197 11163947008 9755 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2725573 9755 2976 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700186 s]
/proc/loadavg: 1.46 1.56 1.49 3/261 17677
/proc/meminfo: memFree=30623716/32770624 swapFree=5780/163876
[pid=17677] ppid=17674 vsize=10902720 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 13258 12420 0 0 83 4 7 3 20 0 20 0 8324197 11164385280 16042 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2725680 16042 3231 1 0 2713890 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10902720

[startup+1.50094 s]
/proc/loadavg: 1.46 1.56 1.49 3/281 17750
/proc/meminfo: memFree=30513700/32770624 swapFree=5780/163940
[pid=17677] ppid=17674 vsize=10915392 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 28146 12420 0 0 208 13 7 3 20 0 20 0 8324197 11177361408 44622 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2728848 44622 3407 1 0 2716962 0
[pid=17677/tid=17732] ppid=17674 vsize=10915392 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17732/stat : 17732 (java) R 17674 17677 14883 0 -1 4202560 19902 12420 0 0 125 6 7 3 20 0 20 0 8324208 11177361408 44622 33554432000 4194304 4196468 140732009369456 139886318330672 139886299492586 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17733] ppid=17674 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17733/stat : 17733 (java) S 17674 17677 14883 0 -1 1077944384 27 12420 0 0 1 0 7 3 20 0 20 0 8324209 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885921413648 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17734] ppid=17674 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17734/stat : 17734 (java) S 17674 17677 14883 0 -1 1077944384 13 12420 0 0 1 0 7 3 20 0 20 0 8324209 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885920361104 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17735] ppid=17674 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17735/stat : 17735 (java) S 17674 17677 14883 0 -1 1077944384 30 12420 0 0 1 0 7 3 20 0 20 0 8324209 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885919308048 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17736] ppid=17674 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17736/stat : 17736 (java) S 17674 17677 14883 0 -1 1077944384 145 12420 0 0 1 0 7 3 20 0 20 0 8324209 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885918255504 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17737] ppid=17674 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17737/stat : 17737 (java) S 17674 17677 14883 0 -1 1077944384 14 12420 0 0 1 0 7 3 20 0 20 0 8324209 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885917203472 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17738] ppid=17674 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17738/stat : 17738 (java) S 17674 17677 14883 0 -1 1077944384 25 12420 0 0 2 0 7 3 20 0 20 0 8324209 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885916150928 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17739] ppid=17674 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17739/stat : 17739 (java) S 17674 17677 14883 0 -1 1077944384 60 12420 0 0 2 0 7 3 20 0 20 0 8324209 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885915097872 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17740] ppid=17674 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17740/stat : 17740 (java) S 17674 17677 14883 0 -1 1077944384 7 12420 0 0 0 0 7 3 20 0 20 0 8324209 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885914045328 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17741] ppid=17674 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17741/stat : 17741 (java) S 17674 17677 14883 0 -1 1077944384 1494 12420 0 0 1 0 7 3 20 0 20 0 8324212 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885520374000 139886314134146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17742] ppid=17674 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17742/stat : 17742 (java) S 17674 17677 14883 0 -1 1077944384 55 12420 0 0 0 0 7 3 20 0 20 0 8324212 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885519320288 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17743] ppid=17674 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17743/stat : 17743 (java) S 17674 17677 14883 0 -1 1077944384 44 12420 0 0 0 0 7 3 20 0 20 0 8324213 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885518267120 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17744] ppid=17674 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17744/stat : 17744 (java) S 17674 17677 14883 0 -1 1077944384 1 12420 0 0 0 0 7 3 20 0 20 0 8324216 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885517215696 139886314141595 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17745] ppid=17674 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17745/stat : 17745 (java) S 17674 17677 14883 0 -1 1077944384 1090 12420 0 0 15 0 7 3 20 0 20 0 8324217 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885516163824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17746] ppid=17674 vsize=10915392 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17746/stat : 17746 (java) S 17674 17677 14883 0 -1 1077944384 366 12420 0 0 8 0 7 3 20 0 20 0 8324217 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885515111280 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17747] ppid=17674 vsize=10915392 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17747/stat : 17747 (java) S 17674 17677 14883 0 -1 1077944384 1409 12420 0 0 16 0 7 3 20 0 20 0 8324217 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885514058224 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17748] ppid=17674 vsize=10915392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17748/stat : 17748 (java) S 17674 17677 14883 0 -1 1077944384 1324 12420 0 0 26 0 7 3 20 0 20 0 8324217 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885513005680 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17749] ppid=17674 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17749/stat : 17749 (java) S 17674 17677 14883 0 -1 1077944384 3 12420 0 0 0 0 7 3 20 0 20 0 8324217 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885511952864 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17750] ppid=17674 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17750/stat : 17750 (java) S 17674 17677 14883 0 -1 1077944384 3 12420 0 0 0 0 7 3 20 0 20 0 8324217 11177361408 44622 33554432000 4194304 4196468 140732009369456 139885510900400 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10915392

[startup+3.10082 s]
/proc/loadavg: 1.46 1.56 1.49 4/281 17750
/proc/meminfo: memFree=30442056/32770624 swapFree=5780/163940
[pid=17677] ppid=17674 vsize=10925820 CPUtime=7.57 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 49814 12420 0 0 722 25 7 3 20 0 20 0 8324197 11188039680 76087 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2731455 76087 3486 1 0 2719010 0
[pid=17677/tid=17732] ppid=17674 vsize=10925820 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17732/stat : 17732 (java) R 17674 17677 14883 0 -1 4202560 31688 12420 0 0 277 10 7 3 20 0 20 0 8324208 11188039680 76087 33554432000 4194304 4196468 140732009369456 139886318339296 139886299288587 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17733] ppid=17674 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17733/stat : 17733 (java) S 17674 17677 14883 0 -1 1077944384 126 12420 0 0 3 1 7 3 20 0 20 0 8324209 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885921413648 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17734] ppid=17674 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17734/stat : 17734 (java) S 17674 17677 14883 0 -1 1077944384 50 12420 0 0 3 1 7 3 20 0 20 0 8324209 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885920361104 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17735] ppid=17674 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17735/stat : 17735 (java) S 17674 17677 14883 0 -1 1077944384 37 12420 0 0 2 1 7 3 20 0 20 0 8324209 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885919308048 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17736] ppid=17674 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17736/stat : 17736 (java) S 17674 17677 14883 0 -1 1077944384 235 12420 0 0 3 1 7 3 20 0 20 0 8324209 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885918255504 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17737] ppid=17674 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17737/stat : 17737 (java) S 17674 17677 14883 0 -1 1077944384 30 12420 0 0 2 0 7 3 20 0 20 0 8324209 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885917203472 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17738] ppid=17674 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17738/stat : 17738 (java) S 17674 17677 14883 0 -1 1077944384 35 12420 0 0 3 1 7 3 20 0 20 0 8324209 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885916150928 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17739] ppid=17674 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17739/stat : 17739 (java) S 17674 17677 14883 0 -1 1077944384 70 12420 0 0 3 1 7 3 20 0 20 0 8324209 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885915097872 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17740] ppid=17674 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17740/stat : 17740 (java) S 17674 17677 14883 0 -1 1077944384 18 12420 0 0 1 1 7 3 20 0 20 0 8324209 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885914045328 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17741] ppid=17674 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17741/stat : 17741 (java) S 17674 17677 14883 0 -1 1077944384 1932 12420 0 0 1 1 7 3 20 0 20 0 8324212 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885520374000 139886314134146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17742] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17742/stat : 17742 (java) S 17674 17677 14883 0 -1 1077944384 56 12420 0 0 0 0 7 3 20 0 20 0 8324212 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885519320288 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17743] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17743/stat : 17743 (java) S 17674 17677 14883 0 -1 1077944384 44 12420 0 0 0 0 7 3 20 0 20 0 8324213 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885518267136 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17744] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17744/stat : 17744 (java) S 17674 17677 14883 0 -1 1077944384 1 12420 0 0 0 0 7 3 20 0 20 0 8324216 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885517215696 139886314141595 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17745] ppid=17674 vsize=10925820 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17745/stat : 17745 (java) S 17674 17677 14883 0 -1 1077944384 2661 12420 0 0 104 1 7 3 20 0 20 0 8324217 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885516163824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17746] ppid=17674 vsize=10925820 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17746/stat : 17746 (java) S 17674 17677 14883 0 -1 1077944384 2008 12420 0 0 93 0 7 3 20 0 20 0 8324217 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885515111280 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17747] ppid=17674 vsize=10925820 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17747/stat : 17747 (java) S 17674 17677 14883 0 -1 1077944384 5192 12420 0 0 116 0 7 3 20 0 20 0 8324217 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885514058224 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17748] ppid=17674 vsize=10925820 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17748/stat : 17748 (java) S 17674 17677 14883 0 -1 1077944384 3489 12420 0 0 102 1 7 3 20 0 20 0 8324217 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885513005680 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17749] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17749/stat : 17749 (java) S 17674 17677 14883 0 -1 1077944384 3 12420 0 0 0 0 7 3 20 0 20 0 8324217 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885511952864 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17750] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17750/stat : 17750 (java) S 17674 17677 14883 0 -1 1077944384 5 12420 0 0 0 0 7 3 20 0 20 0 8324217 11188039680 76087 33554432000 4194304 4196468 140732009369456 139885510900400 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 10925820

[startup+6.30082 s]
/proc/loadavg: 1.42 1.55 1.49 3/281 17750
/proc/meminfo: memFree=29971068/32770624 swapFree=5780/163952
[pid=17677] ppid=17674 vsize=10925820 CPUtime=14.75 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 53997 12420 0 0 1362 103 7 3 20 0 20 0 8324197 11188039680 178014 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2731455 178014 3506 1 0 2719010 0
[pid=17677/tid=17732] ppid=17674 vsize=10925820 CPUtime=5.95 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17732/stat : 17732 (java) R 17674 17677 14883 0 -1 4202560 32511 12420 0 0 572 13 7 3 20 0 20 0 8324208 11188039680 178014 33554432000 4194304 4196468 140732009369456 139886318355992 139885962818930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17733] ppid=17674 vsize=10925820 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17733/stat : 17733 (java) S 17674 17677 14883 0 -1 1077944384 289 12420 0 0 11 10 7 3 20 0 20 0 8324209 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885921413648 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17734] ppid=17674 vsize=10925820 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17734/stat : 17734 (java) S 17674 17677 14883 0 -1 1077944384 123 12420 0 0 11 9 7 3 20 0 20 0 8324209 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885920361104 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17735] ppid=17674 vsize=10925820 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17735/stat : 17735 (java) S 17674 17677 14883 0 -1 1077944384 227 12420 0 0 12 11 7 3 20 0 20 0 8324209 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885919308048 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17736] ppid=17674 vsize=10925820 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17736/stat : 17736 (java) S 17674 17677 14883 0 -1 1077944384 438 12420 0 0 11 9 7 3 20 0 20 0 8324209 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885918255504 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17737] ppid=17674 vsize=10925820 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17737/stat : 17737 (java) S 17674 17677 14883 0 -1 1077944384 195 12420 0 0 10 9 7 3 20 0 20 0 8324209 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885917203472 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17738] ppid=17674 vsize=10925820 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17738/stat : 17738 (java) S 17674 17677 14883 0 -1 1077944384 204 12420 0 0 11 10 7 3 20 0 20 0 8324209 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885916150928 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17739] ppid=17674 vsize=10925820 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17739/stat : 17739 (java) S 17674 17677 14883 0 -1 1077944384 254 12420 0 0 11 10 7 3 20 0 20 0 8324209 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885915097872 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17740] ppid=17674 vsize=10925820 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17740/stat : 17740 (java) S 17674 17677 14883 0 -1 1077944384 189 12420 0 0 10 9 7 3 20 0 20 0 8324209 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885914045328 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17741] ppid=17674 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17741/stat : 17741 (java) S 17674 17677 14883 0 -1 1077944384 2192 12420 0 0 3 1 7 3 20 0 20 0 8324212 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885520374000 139886314134146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17742] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17742/stat : 17742 (java) S 17674 17677 14883 0 -1 1077944384 56 12420 0 0 0 0 7 3 20 0 20 0 8324212 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885519320288 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17743] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17743/stat : 17743 (java) S 17674 17677 14883 0 -1 1077944384 44 12420 0 0 0 0 7 3 20 0 20 0 8324213 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885518267136 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17744] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17744/stat : 17744 (java) S 17674 17677 14883 0 -1 1077944384 1 12420 0 0 0 0 7 3 20 0 20 0 8324216 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885517215696 139886314141595 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17745] ppid=17674 vsize=10925820 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17745/stat : 17745 (java) S 17674 17677 14883 0 -1 1077944384 3040 12420 0 0 185 1 7 3 20 0 20 0 8324217 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885516163824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17746] ppid=17674 vsize=10925820 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17746/stat : 17746 (java) S 17674 17677 14883 0 -1 1077944384 2291 12420 0 0 172 1 7 3 20 0 20 0 8324217 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885515111280 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17747] ppid=17674 vsize=10925820 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17747/stat : 17747 (java) S 17674 17677 14883 0 -1 1077944384 5487 12420 0 0 191 1 7 3 20 0 20 0 8324217 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885514058224 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17748] ppid=17674 vsize=10925820 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17748/stat : 17748 (java) S 17674 17677 14883 0 -1 1077944384 4313 12420 0 0 146 1 7 3 20 0 20 0 8324217 11188039680 178014 33554432000 4194304 4196468 140732009369456 139885513005680 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17749] ppid=17674 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

[pid=17677/tid=17748] ppid=17674 vsize=10997500 CPUtime=3.51 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17748/stat : 17748 (java) S 17674 17677 14883 0 -1 1077944384 17979 12420 0 0 335 6 7 3 20 0 20 0 8324217 11261440000 523157 33554432000 4194304 4196468 140732009369456 139885513005680 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17749] ppid=17674 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17749/stat : 17749 (java) S 17674 17677 14883 0 -1 1077944384 3 12420 0 0 0 0 7 3 20 0 20 0 8324217 11261440000 523157 33554432000 4194304 4196468 140732009369456 139885511952864 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17750] ppid=17674 vsize=10997500 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17750/stat : 17750 (java) S 17674 17677 14883 0 -1 1077944384 1611 12420 0 0 50 50 7 3 20 0 20 0 8324217 11261440000 523157 33554432000 4194304 4196468 140732009369456 139885510900400 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
Current children cumulated CPU time (s) 2400.06
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 17677 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2308.8 s]
/proc/loadavg: 1.66 1.64 1.67 3/282 17984
/proc/meminfo: memFree=26846880/32770624 swapFree=5780/166696
[pid=17677] ppid=17674 vsize=11130628 CPUtime=2402.68 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 382740 12420 0 0 239567 691 7 3 20 0 22 0 8324197 11397763072 526937 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2782657 526937 3529 1 0 2770212 0
[pid=17677/tid=17732] ppid=17674 vsize=11130628 CPUtime=2294 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17732/stat : 17732 (java) S 17674 17677 14883 0 -1 1077944384 120184 12420 0 0 229341 49 7 3 20 0 22 0 8324208 11397763072 526937 33554432000 4194304 4196468 140732009369456 139886318360544 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17733] ppid=17674 vsize=11130628 CPUtime=9.37 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17733/stat : 17733 (java) R 17674 17677 14883 0 -1 4202560 17201 12420 0 0 855 72 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885921413848 139886295800607 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17734] ppid=17674 vsize=11130628 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17734/stat : 17734 (java) R 17674 17677 14883 0 -1 1077944384 17079 12420 0 0 859 69 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885920361104 139886314133205 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17735] ppid=17674 vsize=11130628 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17735/stat : 17735 (java) R 17674 17677 14883 0 -1 4202560 19456 12420 0 0 847 76 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885919308048 139886298820751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17736] ppid=17674 vsize=11130628 CPUtime=9.36 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17736/stat : 17736 (java) R 17674 17677 14883 0 -1 4202560 24867 12420 0 0 856 70 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885918255504 139886299073604 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17737] ppid=17674 vsize=11130628 CPUtime=9.28 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17737/stat : 17737 (java) R 17674 17677 14883 0 -1 4202560 14528 12420 0 0 845 73 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885917203472 139886298577756 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17738] ppid=17674 vsize=11130628 CPUtime=9.35 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17738/stat : 17738 (java) R 17674 17677 14883 0 -1 4202560 19378 12420 0 0 851 74 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885916150928 139886298820751 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17739] ppid=17674 vsize=11130628 CPUtime=9.38 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17739/stat : 17739 (java) R 17674 17677 14883 0 -1 4202560 17965 12420 0 0 856 72 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885915097872 139886295718816 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17740] ppid=17674 vsize=11130628 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17740/stat : 17740 (java) R 17674 17677 14883 0 -1 4202560 17172 12420 0 0 835 68 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885914045328 139886295719457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17741] ppid=17674 vsize=11130628 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17741/stat : 17741 (java) S 17674 17677 14883 0 -1 1077944384 26783 12420 0 0 270 24 7 3 20 0 22 0 8324212 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885520372400 139886314133205 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17742] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17742/stat : 17742 (java) S 17674 17677 14883 0 -1 1077944384 71 12420 0 0 0 0 7 3 20 0 22 0 8324212 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885519319824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17743] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17743/stat : 17743 (java) S 17674 17677 14883 0 -1 1077944384 57 12420 0 0 0 0 7 3 20 0 22 0 8324213 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885518267136 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17744] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17744/stat : 17744 (java) S 17674 17677 14883 0 -1 1077944384 135 12420 0 0 0 0 7 3 20 0 22 0 8324216 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885517215696 139886314141595 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17745] ppid=17674 vsize=11130628 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17745/stat : 17745 (java) S 17674 17677 14883 0 -1 1077944384 19442 12420 0 0 883 5 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885516163824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17746] ppid=17674 vsize=11130628 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17746/stat : 17746 (java) S 17674 17677 14883 0 -1 1077944384 23800 12420 0 0 853 4 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885515111280 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17747] ppid=17674 vsize=11130628 CPUtime=10.04 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17747/stat : 17747 (java) S 17674 17677 14883 0 -1 1077944384 22746 12420 0 0 989 5 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885514058224 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17748] ppid=17674 vsize=11130628 CPUtime=3.51 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17748/stat : 17748 (java) S 17674 17677 14883 0 -1 1077944384 18009 12420 0 0 335 6 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885513005248 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17749] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17749/stat : 17749 (java) S 17674 17677 14883 0 -1 1077944384 3 12420 0 0 0 0 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885511952864 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17750] ppid=17674 vsize=11130628 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17750/stat : 17750 (java) S 17674 17677 14883 0 -1 1077944384 1611 12420 0 0 50 50 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885510900400 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
Current children cumulated CPU time (s) 2402.68
Current children cumulated vsize (KiB) 11130628

[startup+2309.01 s]
/proc/loadavg: 1.66 1.64 1.67 10/284 17986
/proc/meminfo: memFree=26832264/32770624 swapFree=5780/166696
[pid=17677] ppid=17674 vsize=11130628 CPUtime=2404.08 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 382743 12420 0 0 239707 691 7 3 20 0 22 0 8324197 11397763072 526937 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2782657 526937 3529 1 0 2770212 0
[pid=17677/tid=17732] ppid=17674 vsize=11130628 CPUtime=2294 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17732/stat : 17732 (java) S 17674 17677 14883 0 -1 1077944384 120184 12420 0 0 229341 49 7 3 20 0 22 0 8324208 11397763072 526937 33554432000 4194304 4196468 140732009369456 139886318360544 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17733] ppid=17674 vsize=11130628 CPUtime=9.54 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17733/stat : 17733 (java) R 17674 17677 14883 0 -1 4202560 17201 12420 0 0 872 72 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885921413848 139886306751207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17734] ppid=17674 vsize=11130628 CPUtime=9.55 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17734/stat : 17734 (java) R 17674 17677 14883 0 -1 4202560 17079 12420 0 0 876 69 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885920361304 139886306751207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17735] ppid=17674 vsize=11130628 CPUtime=9.5 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17735/stat : 17735 (java) R 17674 17677 14883 0 -1 4202560 19456 12420 0 0 864 76 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885919308248 139886306751207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17736] ppid=17674 vsize=11130628 CPUtime=9.54 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17736/stat : 17736 (java) R 17674 17677 14883 0 -1 4202560 24867 12420 0 0 874 70 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885918255704 139886306751207 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17737] ppid=17674 vsize=11130628 CPUtime=9.45 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17737/stat : 17737 (java) R 17674 17677 14883 0 -1 4202560 14528 12420 0 0 862 73 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885917203360 139886306751207 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17738] ppid=17674 vsize=11130628 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17738/stat : 17738 (java) R 17674 17677 14883 0 -1 4202560 19378 12420 0 0 868 74 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885916151128 139886297506034 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17739] ppid=17674 vsize=11130628 CPUtime=9.56 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17739/stat : 17739 (java) R 17674 17677 14883 0 -1 4202560 17965 12420 0 0 874 72 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885915098072 139886299119344 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17740] ppid=17674 vsize=11130628 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17740/stat : 17740 (java) R 17674 17677 14883 0 -1 4202560 17172 12420 0 0 852 68 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885914045528 139886306751207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17741] ppid=17674 vsize=11130628 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17741/stat : 17741 (java) S 17674 17677 14883 0 -1 1077944384 26783 12420 0 0 273 24 7 3 20 0 22 0 8324212 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885520372624 139886314133205 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17742] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17742/stat : 17742 (java) S 17674 17677 14883 0 -1 1077944384 71 12420 0 0 0 0 7 3 20 0 22 0 8324212 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885519319824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17743] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17743/stat : 17743 (java) S 17674 17677 14883 0 -1 1077944384 58 12420 0 0 0 0 7 3 20 0 22 0 8324213 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885518266736 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17744] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17744/stat : 17744 (java) S 17674 17677 14883 0 -1 1077944384 135 12420 0 0 0 0 7 3 20 0 22 0 8324216 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885517215696 139886314141595 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17745] ppid=17674 vsize=11130628 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17745/stat : 17745 (java) S 17674 17677 14883 0 -1 1077944384 19442 12420 0 0 883 5 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885516163824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17746] ppid=17674 vsize=11130628 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17746/stat : 17746 (java) S 17674 17677 14883 0 -1 1077944384 23800 12420 0 0 853 4 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885515111280 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17747] ppid=17674 vsize=11130628 CPUtime=10.04 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17747/stat : 17747 (java) S 17674 17677 14883 0 -1 1077944384 22746 12420 0 0 989 5 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885514058224 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17748] ppid=17674 vsize=11130628 CPUtime=3.51 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17748/stat : 17748 (java) S 17674 17677 14883 0 -1 1077944384 18009 12420 0 0 335 6 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885513005248 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17749] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17749/stat : 17749 (java) S 17674 17677 14883 0 -1 1077944384 3 12420 0 0 0 0 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885511952864 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17750] ppid=17674 vsize=11130628 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17750/stat : 17750 (java) S 17674 17677 14883 0 -1 1077944384 1611 12420 0 0 50 50 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885510900400 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17985] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17985/stat : 17985 (java) S 17674 17677 14883 0 -1 1077944384 93 12420 0 0 0 0 7 3 20 0 22 0 8555037 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885479178224 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17986] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17986/stat : 17986 (java) S 17674 17677 14883 0 -1 1077944384 27 12420 0 0 0 0 7 3 20 0 22 0 8555037 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885478126400 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
Current children cumulated CPU time (s) 2404.08
Current children cumulated vsize (KiB) 11130628

[startup+2309.1 s]
/proc/loadavg: 1.66 1.64 1.67 10/284 17986
/proc/meminfo: memFree=26832264/32770624 swapFree=5780/166696
[pid=17677] ppid=17674 vsize=11130628 CPUtime=2404.64 cores=1,3,5,7,9,11,13,15
/proc/17677/stat : 17677 (java) S 17674 17677 14883 0 -1 1077944320 382744 12420 0 0 239763 691 7 3 20 0 22 0 8324197 11397763072 526937 33554432000 4194304 4196468 140732009369456 140732009352000 139886314122999 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
/proc/17677/statm: 2782657 526937 3529 1 0 2770212 0
[pid=17677/tid=17732] ppid=17674 vsize=11130628 CPUtime=2294 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17732/stat : 17732 (java) S 17674 17677 14883 0 -1 1077944384 120184 12420 0 0 229341 49 7 3 20 0 22 0 8324208 11397763072 526937 33554432000 4194304 4196468 140732009369456 139886318360544 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17733] ppid=17674 vsize=11130628 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17733/stat : 17733 (java) R 17674 17677 14883 0 -1 4202560 17201 12420 0 0 878 72 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885921413536 139886298580569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17734] ppid=17674 vsize=11130628 CPUtime=9.61 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17734/stat : 17734 (java) R 17674 17677 14883 0 -1 4202560 17080 12420 0 0 882 69 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885920361304 139886299119344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17735] ppid=17674 vsize=11130628 CPUtime=9.57 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17735/stat : 17735 (java) R 17674 17677 14883 0 -1 4202560 19456 12420 0 0 871 76 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885919308248 139886299119492 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17736] ppid=17674 vsize=11130628 CPUtime=9.61 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17736/stat : 17736 (java) R 17674 17677 14883 0 -1 4202560 24867 12420 0 0 881 70 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885918255704 139886298580636 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17737] ppid=17674 vsize=11130628 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17737/stat : 17737 (java) R 17674 17677 14883 0 -1 4202560 14528 12420 0 0 869 73 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885917203672 139886299119384 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17738] ppid=17674 vsize=11130628 CPUtime=9.59 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17738/stat : 17738 (java) R 17674 17677 14883 0 -1 4202560 19378 12420 0 0 875 74 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885916151128 139886299119681 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17739] ppid=17674 vsize=11130628 CPUtime=9.63 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17739/stat : 17739 (java) R 17674 17677 14883 0 -1 4202560 17965 12420 0 0 881 72 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885915098072 139886298580602 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17740] ppid=17674 vsize=11130628 CPUtime=9.37 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17740/stat : 17740 (java) R 17674 17677 14883 0 -1 4202560 17172 12420 0 0 859 68 7 3 20 0 22 0 8324209 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885914045528 139886298580597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17741] ppid=17674 vsize=11130628 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17741/stat : 17741 (java) S 17674 17677 14883 0 -1 1077944384 26783 12420 0 0 275 24 7 3 20 0 22 0 8324212 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885520372624 139886314133205 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17742] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17742/stat : 17742 (java) S 17674 17677 14883 0 -1 1077944384 71 12420 0 0 0 0 7 3 20 0 22 0 8324212 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885519319824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17743] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17743/stat : 17743 (java) S 17674 17677 14883 0 -1 1077944384 58 12420 0 0 0 0 7 3 20 0 22 0 8324213 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885518266736 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17744] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17744/stat : 17744 (java) S 17674 17677 14883 0 -1 1077944384 135 12420 0 0 0 0 7 3 20 0 22 0 8324216 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885517215696 139886314141595 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17745] ppid=17674 vsize=11130628 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17745/stat : 17745 (java) S 17674 17677 14883 0 -1 1077944384 19442 12420 0 0 883 5 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885516163824 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17746] ppid=17674 vsize=11130628 CPUtime=8.67 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17746/stat : 17746 (java) S 17674 17677 14883 0 -1 1077944384 23800 12420 0 0 853 4 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885515111280 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17747] ppid=17674 vsize=11130628 CPUtime=10.04 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17747/stat : 17747 (java) S 17674 17677 14883 0 -1 1077944384 22746 12420 0 0 989 5 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885514058224 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17748] ppid=17674 vsize=11130628 CPUtime=3.51 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17748/stat : 17748 (java) S 17674 17677 14883 0 -1 1077944384 18009 12420 0 0 335 6 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885513005248 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17749] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17749/stat : 17749 (java) S 17674 17677 14883 0 -1 1077944384 3 12420 0 0 0 0 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885511952864 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17750] ppid=17674 vsize=11130628 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17750/stat : 17750 (java) S 17674 17677 14883 0 -1 1077944384 1611 12420 0 0 50 50 7 3 20 0 22 0 8324217 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885510900400 139886314134146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17985] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17985/stat : 17985 (java) S 17674 17677 14883 0 -1 1077944384 93 12420 0 0 0 0 7 3 20 0 22 0 8555037 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885479178224 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
[pid=17677/tid=17986] ppid=17674 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17677/task/17986/stat : 17986 (java) S 17674 17677 14883 0 -1 1077944384 27 12420 0 0 0 0 7 3 20 0 22 0 8555037 11397763072 526937 33554432000 4194304 4196468 140732009369456 139885478126400 139886314133205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15974400 140732009372353 140732009375127 140732009375127 140732009377743 0
Current children cumulated CPU time (s) 2404.64
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2309.18
CPU time (s): 2405.04
CPU user time (s): 2398.07
CPU system time (s): 6.96413
CPU usage (%): 104.151
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.07
system time used= 6.96413
maximum resident set size= 3174708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149210
involuntary context switches= 144325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6562 second user time and 18.6277 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-22 15:36:08
IDJOB=4247353
IDBENCH=126965
IDSOLVER=2630
FILE ID=node129/4247353-1500730568
RUNJOBID= node129-1500716625-14915
PBS_JOBID= 20623360
Free space on /tmp= 61944 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-32.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247353-1500730568/watcher-4247353-1500730568 -o /tmp/evaluation-result-4247353-1500730568/solver-4247353-1500730568 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500716625-14915 --watchdog 2560  bin/concrete HOME/instance-4247353-1500730568.xml

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

MD5SUM BENCH= 837217a994f8005f99f0c85081d26675
RANDOM SEED=1800560368

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.96
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		: 2000.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.96
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		: 2533.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:        30624088 kB
MemAvailable:   30842968 kB
Buffers:          166840 kB
Cached:           322488 kB
SwapCached:            0 kB
Active:          1463484 kB
Inactive:         228780 kB
Active(anon):    1149260 kB
Inactive(anon):    64904 kB
Active(file):     314224 kB
Inactive(file):   163876 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24808 kB
Writeback:             0 kB
AnonPages:       1208672 kB
Mapped:            43828 kB
Shmem:              8844 kB
Slab:             146984 kB
SReclaimable:     113228 kB
SUnreclaim:        33756 kB
KernelStack:        4464 kB
PageTables:         7472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2023540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1030144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61920 MiB
End job on node129 at 2017-07-22 16:14:38