Trace number 4246228

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.02 2342.23

General information on the benchmark

NameLangford/Langford-m1-k4/
Langford-4-35.xml
MD5SUMa55c0e76347529fc2e2a84bb664efaa0
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 benchmark17.045401
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints106
Number of domains1
Minimum domain size140
Maximum domain size140
Distribution of domain sizes[{"size":140,"count":140}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":70},{"degree":3,"count":70}]
Minimum constraint arity2
Maximum constraint arity140
Distribution of constraint arities[{"arity":2,"count":105},{"arity":140,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=17136
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.50 1.71 1.74 3/261 17139
/proc/meminfo: memFree=30872744/32770624 swapFree=5784/152544
[pid=17139] ppid=17136 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (bash) S 17136 17139 15196 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 6390561 9736192 351 33554432000 4194304 5098028 140734682179056 140734682176696 139937873656832 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 18706432 140734682187022 140734682187107 140734682187107 140734682189806 0
/proc/17139/statm: 2377 351 278 221 0 86 0

[startup+0.100073 s]
/proc/loadavg: 1.50 1.71 1.74 3/261 17139
/proc/meminfo: memFree=30872744/32770624 swapFree=5784/152544
[pid=17139] ppid=17136 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (bash) S 17136 17139 15196 0 -1 4202496 884 6410 0 0 0 0 0 1 20 0 1 0 6390561 9871360 378 33554432000 4194304 5098028 140734682179056 140734682173064 139937873656832 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 18706432 140734682187022 140734682187107 140734682187107 140734682189806 0
/proc/17139/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200448 s]
/proc/loadavg: 1.50 1.71 1.74 3/261 17139
/proc/meminfo: memFree=30872744/32770624 swapFree=5784/152544
[pid=17139] ppid=17136 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 4925 12582 0 0 6 1 7 4 20 0 13 0 6390561 10686320640 5279 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2608965 5279 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300297 s]
/proc/loadavg: 1.50 1.71 1.74 3/261 17139
/proc/meminfo: memFree=30872744/32770624 swapFree=5784/152544
[pid=17139] ppid=17136 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 8177 12582 0 0 22 3 7 4 20 0 20 0 6390561 11163947008 9258 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2725573 9258 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700218 s]
/proc/loadavg: 1.50 1.71 1.74 3/261 17139
/proc/meminfo: memFree=30872744/32770624 swapFree=5784/152544
[pid=17139] ppid=17136 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 12879 12582 0 0 80 4 7 4 20 0 20 0 6390561 11164385280 16172 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2725680 16172 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50077 s]
/proc/loadavg: 1.50 1.71 1.74 3/281 17212
/proc/meminfo: memFree=30765832/32770624 swapFree=5784/152592
[pid=17139] ppid=17136 vsize=10915392 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 25946 12582 0 0 207 12 7 4 20 0 20 0 6390561 11177361408 45169 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2728848 45169 3410 1 0 2716962 0
[pid=17139/tid=17194] ppid=17136 vsize=10915392 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17194/stat : 17194 (java) R 17136 17139 15196 0 -1 4202560 18709 12582 0 0 127 5 7 4 20 0 20 0 6390573 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959670645168 139959666429334 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17195] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17195/stat : 17195 (java) S 17136 17139 15196 0 -1 1077944384 33 12582 0 0 0 0 7 4 20 0 20 0 6390574 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959273708304 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17196] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17196/stat : 17196 (java) S 17136 17139 15196 0 -1 1077944384 14 12582 0 0 0 0 7 4 20 0 20 0 6390574 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959272655760 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17197] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17197/stat : 17197 (java) S 17136 17139 15196 0 -1 1077944384 7 12582 0 0 0 0 7 4 20 0 20 0 6390574 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959271603216 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17198] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17198/stat : 17198 (java) S 17136 17139 15196 0 -1 1077944384 46 12582 0 0 0 0 7 4 20 0 20 0 6390574 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959270550672 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17199] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17199/stat : 17199 (java) S 17136 17139 15196 0 -1 1077944384 13 12582 0 0 0 0 7 4 20 0 20 0 6390574 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959269497104 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17200] ppid=17136 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17200/stat : 17200 (java) S 17136 17139 15196 0 -1 1077944384 137 12582 0 0 1 0 7 4 20 0 20 0 6390574 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959268444560 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17201] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17201/stat : 17201 (java) S 17136 17139 15196 0 -1 1077944384 10 12582 0 0 0 0 7 4 20 0 20 0 6390574 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959267392016 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17202] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17202/stat : 17202 (java) S 17136 17139 15196 0 -1 1077944384 32 12582 0 0 0 0 7 4 20 0 20 0 6390574 11177361408 45169 33554432000 4194304 4196468 140731636438368 139959266339472 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17203] ppid=17136 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17203/stat : 17203 (java) S 17136 17139 15196 0 -1 1077944384 676 12582 0 0 1 0 7 4 20 0 20 0 6390577 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958416284144 139959666428546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17204] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17204/stat : 17204 (java) S 17136 17139 15196 0 -1 1077944384 54 12582 0 0 0 0 7 4 20 0 20 0 6390577 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958415230368 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17205] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17205/stat : 17205 (java) S 17136 17139 15196 0 -1 1077944384 44 12582 0 0 0 0 7 4 20 0 20 0 6390578 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958414177776 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17206] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17206/stat : 17206 (java) S 17136 17139 15196 0 -1 1077944384 1 12582 0 0 0 0 7 4 20 0 20 0 6390582 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958413126352 139959666435995 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17207] ppid=17136 vsize=10915392 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17207/stat : 17207 (java) S 17136 17139 15196 0 -1 1077944384 1812 12582 0 0 17 0 7 4 20 0 20 0 6390582 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958412072944 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17208] ppid=17136 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17208/stat : 17208 (java) S 17136 17139 15196 0 -1 1077944384 493 12582 0 0 12 0 7 4 20 0 20 0 6390582 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958411020400 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17209] ppid=17136 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17209/stat : 17209 (java) S 17136 17139 15196 0 -1 1077944384 493 12582 0 0 12 0 7 4 20 0 20 0 6390582 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958409967856 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17210] ppid=17136 vsize=10915392 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17210/stat : 17210 (java) R 17136 17139 15196 0 -1 4202560 1238 12582 0 0 28 0 7 4 20 0 20 0 6390582 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958408912048 139959666438746 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17211] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17211/stat : 17211 (java) S 17136 17139 15196 0 -1 1077944384 3 12582 0 0 0 0 7 4 20 0 20 0 6390582 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958407863008 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17212] ppid=17136 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17212/stat : 17212 (java) S 17136 17139 15196 0 -1 1077944384 3 12582 0 0 0 0 7 4 20 0 20 0 6390582 11177361408 45169 33554432000 4194304 4196468 140731636438368 139958406810544 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.10117 s]
/proc/loadavg: 1.62 1.73 1.75 5/281 17212
/proc/meminfo: memFree=30691240/32770624 swapFree=5784/152592
[pid=17139] ppid=17136 vsize=10927868 CPUtime=6.68 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 38451 12582 0 0 638 19 7 4 20 0 20 0 6390561 11190136832 57473 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2731967 57473 3475 1 0 2719522 0
[pid=17139/tid=17194] ppid=17136 vsize=10927868 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17194/stat : 17194 (java) R 17136 17139 15196 0 -1 4202560 25268 12582 0 0 283 8 7 4 20 0 20 0 6390573 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959670648224 139959305871634 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17195] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17195/stat : 17195 (java) S 17136 17139 15196 0 -1 1077944384 33 12582 0 0 0 0 7 4 20 0 20 0 6390574 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959273708304 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17196] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17196/stat : 17196 (java) S 17136 17139 15196 0 -1 1077944384 14 12582 0 0 0 0 7 4 20 0 20 0 6390574 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959272655760 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17197] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17197/stat : 17197 (java) S 17136 17139 15196 0 -1 1077944384 7 12582 0 0 0 0 7 4 20 0 20 0 6390574 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959271603216 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17198] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17198/stat : 17198 (java) S 17136 17139 15196 0 -1 1077944384 46 12582 0 0 0 0 7 4 20 0 20 0 6390574 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959270550672 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17199] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17199/stat : 17199 (java) S 17136 17139 15196 0 -1 1077944384 13 12582 0 0 0 0 7 4 20 0 20 0 6390574 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959269497104 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17200] ppid=17136 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17200/stat : 17200 (java) S 17136 17139 15196 0 -1 1077944384 137 12582 0 0 1 0 7 4 20 0 20 0 6390574 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959268444560 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17201] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17201/stat : 17201 (java) S 17136 17139 15196 0 -1 1077944384 10 12582 0 0 0 0 7 4 20 0 20 0 6390574 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959267392016 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17202] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17202/stat : 17202 (java) S 17136 17139 15196 0 -1 1077944384 32 12582 0 0 0 0 7 4 20 0 20 0 6390574 11190136832 57473 33554432000 4194304 4196468 140731636438368 139959266339472 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17203] ppid=17136 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17203/stat : 17203 (java) S 17136 17139 15196 0 -1 1077944384 682 12582 0 0 1 0 7 4 20 0 20 0 6390577 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958416284144 139959666428546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17204] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17204/stat : 17204 (java) S 17136 17139 15196 0 -1 1077944384 54 12582 0 0 0 0 7 4 20 0 20 0 6390577 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958415230368 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17205] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17205/stat : 17205 (java) S 17136 17139 15196 0 -1 1077944384 44 12582 0 0 0 0 7 4 20 0 20 0 6390578 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958414177776 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17206] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17206/stat : 17206 (java) S 17136 17139 15196 0 -1 1077944384 1 12582 0 0 0 0 7 4 20 0 20 0 6390582 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958413126352 139959666435995 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17207] ppid=17136 vsize=10927868 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17207/stat : 17207 (java) S 17136 17139 15196 0 -1 1077944384 2673 12582 0 0 75 1 7 4 20 0 20 0 6390582 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958412072944 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17208] ppid=17136 vsize=10927868 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17208/stat : 17208 (java) S 17136 17139 15196 0 -1 1077944384 2378 12582 0 0 94 1 7 4 20 0 20 0 6390582 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958411020400 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17209] ppid=17136 vsize=10927868 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17209/stat : 17209 (java) S 17136 17139 15196 0 -1 1077944384 1324 12582 0 0 59 1 7 4 20 0 20 0 6390582 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958409967856 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17210] ppid=17136 vsize=10927868 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17210/stat : 17210 (java) S 17136 17139 15196 0 -1 1077944384 3597 12582 0 0 116 1 7 4 20 0 20 0 6390582 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958408915312 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17211] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17211/stat : 17211 (java) S 17136 17139 15196 0 -1 1077944384 3 12582 0 0 0 0 7 4 20 0 20 0 6390582 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958407863008 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17212] ppid=17136 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17212/stat : 17212 (java) S 17136 17139 15196 0 -1 1077944384 4 12582 0 0 0 0 7 4 20 0 20 0 6390582 11190136832 57473 33554432000 4194304 4196468 140731636438368 139958406810544 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 10927868

[startup+6.30124 s]
/proc/loadavg: 1.62 1.73 1.75 3/281 17212
/proc/meminfo: memFree=30517388/32770624 swapFree=5784/152600
[pid=17139] ppid=17136 vsize=10995452 CPUtime=13.72 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 69145 12582 0 0 1331 30 7 4 20 0 20 0 6390561 11259342848 93381 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2748863 93381 3501 1 0 2736418 0
[pid=17139/tid=17194] ppid=17136 vsize=10995452 CPUtime=6.16 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17194/stat : 17194 (java) R 17136 17139 15196 0 -1 4202560 40452 12582 0 0 594 11 7 4 20 0 20 0 6390573 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959670650712 139959318426578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17195] ppid=17136 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17195/stat : 17195 (java) S 17136 17139 15196 0 -1 1077944384 144 12582 0 0 3 1 7 4 20 0 20 0 6390574 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959273708304 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17196] ppid=17136 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17196/stat : 17196 (java) S 17136 17139 15196 0 -1 1077944384 225 12582 0 0 3 1 7 4 20 0 20 0 6390574 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959272655760 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17197] ppid=17136 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17197/stat : 17197 (java) S 17136 17139 15196 0 -1 1077944384 890 12582 0 0 2 0 7 4 20 0 20 0 6390574 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959271603216 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17198] ppid=17136 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17198/stat : 17198 (java) S 17136 17139 15196 0 -1 1077944384 165 12582 0 0 2 1 7 4 20 0 20 0 6390574 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959270550672 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17199] ppid=17136 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17199/stat : 17199 (java) S 17136 17139 15196 0 -1 1077944384 54 12582 0 0 2 1 7 4 20 0 20 0 6390574 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959269497104 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17200] ppid=17136 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17200/stat : 17200 (java) S 17136 17139 15196 0 -1 1077944384 168 12582 0 0 3 0 7 4 20 0 20 0 6390574 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959268444560 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17201] ppid=17136 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17201/stat : 17201 (java) S 17136 17139 15196 0 -1 1077944384 36 12582 0 0 3 0 7 4 20 0 20 0 6390574 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959267392016 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17202] ppid=17136 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17202/stat : 17202 (java) S 17136 17139 15196 0 -1 1077944384 44 12582 0 0 2 1 7 4 20 0 20 0 6390574 11259342848 93381 33554432000 4194304 4196468 140731636438368 139959266339472 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17203] ppid=17136 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17203/stat : 17203 (java) S 17136 17139 15196 0 -1 1077944384 2481 12582 0 0 4 0 7 4 20 0 20 0 6390577 11259342848 93381 33554432000 4194304 4196468 140731636438368 139958416284144 139959666428546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17204] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17204/stat : 17204 (java) S 17136 17139 15196 0 -1 1077944384 55 12582 0 0 0 0 7 4 20 0 20 0 6390577 11259342848 93381 33554432000 4194304 4196468 140731636438368 139958415230496 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17205] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17205/stat : 17205 (java) S 17136 17139 15196 0 -1 1077944384 44 12582 0 0 0 0 7 4 20 0 20 0 6390578 11259342848 93381 33554432000 4194304 4196468 140731636438368 139958414177792 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17206] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17206/stat : 17206 (java) S 17136 17139 15196 0 -1 1077944384 1 12582 0 0 0 0 7 4 20 0 20 0 6390582 11259342848 93381 33554432000 4194304 4196468 140731636438368 139958413126352 139959666435995 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17207] ppid=17136 vsize=10995452 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17207/stat : 17207 (java) R 17136 17139 15196 0 -1 4202560 7893 12582 0 0 210 2 7 4 20 0 20 0 6390582 11259342848 93381 33554432000 4194304 4196468 140731636438368 139958412058312 139959649914187 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17208] ppid=17136 vsize=10995452 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17208/stat : 17208 (java) S 17136 17139 15196 0 -1 1077944384 3549 12582 0 0 187 1 7 4 20 0 20 0 6390582 11259342848 93381 33554432000 4194304 4196468 140731636438368 139958411020400 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17209] ppid=17136 vsize=10995452 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17209/stat : 17209 (java) S 17136 17139 15196 0 -1 1077944384 5594 12582 0 0 160 2 7 4 20 0 20 0 6390582 11259342848 93381 33554432000 4194304 4196468 140731636438368 139958409967856 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17210] ppid=17136 vsize=10995452 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17210/stat : 17210 (java) S 17136 17139 15196 0 -1 1077944384 5206 12582 0 0 150 2 7 4 20 0 20 0 6390582 11259342848 93381 33554432000 4194304 4196468 140731636438368 139958408915312 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17211] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=17139/tid=17208] ppid=17136 vsize=10995452 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17208/stat : 17208 (java) S 17136 17139 15196 0 -1 1077944384 6627 12582 0 0 198 2 7 4 20 0 20 0 6390582 11259342848 186352 33554432000 4194304 4196468 140731636438368 139958411020400 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17209] ppid=17136 vsize=10995452 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17209/stat : 17209 (java) S 17136 17139 15196 0 -1 1077944384 9395 12582 0 0 176 2 7 4 20 0 20 0 6390582 11259342848 186352 33554432000 4194304 4196468 140731636438368 139958409967856 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17210] ppid=17136 vsize=10995452 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17210/stat : 17210 (java) S 17136 17139 15196 0 -1 1077944384 13415 12582 0 0 155 2 7 4 20 0 20 0 6390582 11259342848 186352 33554432000 4194304 4196468 140731636438368 139958408915312 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17211] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17211/stat : 17211 (java) S 17136 17139 15196 0 -1 1077944384 3 12582 0 0 0 0 7 4 20 0 20 0 6390582 11259342848 186352 33554432000 4194304 4196468 140731636438368 139958407863008 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17212] ppid=17136 vsize=10995452 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17212/stat : 17212 (java) S 17136 17139 15196 0 -1 1077944384 875 12582 0 0 54 52 7 4 20 0 20 0 6390582 11259342848 186352 33554432000 4194304 4196468 140731636438368 139958406810544 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
Current children cumulated CPU time (s) 2318.62
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.84 1.72 1.58 3/282 17423
/proc/meminfo: memFree=28809288/32770624 swapFree=5784/155224
[pid=17139] ppid=17136 vsize=10995452 CPUtime=2379.92 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 156852 12582 0 0 237612 369 7 4 20 0 20 0 6390561 11259342848 186118 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2748863 186118 3510 1 0 2736418 0
[pid=17139/tid=17194] ppid=17136 vsize=10995452 CPUtime=2305.17 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17194/stat : 17194 (java) R 17136 17139 15196 0 -1 4202560 65827 12582 0 0 230475 31 7 4 20 0 20 0 6390573 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959670651248 139959317843448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17195] ppid=17136 vsize=10995452 CPUtime=7.57 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17195/stat : 17195 (java) S 17136 17139 15196 0 -1 1077944384 4440 12582 0 0 714 32 7 4 20 0 20 0 6390574 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959273708304 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17196] ppid=17136 vsize=10995452 CPUtime=7.52 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17196/stat : 17196 (java) S 17136 17139 15196 0 -1 1077944384 4010 12582 0 0 706 35 7 4 20 0 20 0 6390574 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959272655760 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17197] ppid=17136 vsize=10995452 CPUtime=7.45 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17197/stat : 17197 (java) S 17136 17139 15196 0 -1 1077944384 6589 12582 0 0 702 32 7 4 20 0 20 0 6390574 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959271603216 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17198] ppid=17136 vsize=10995452 CPUtime=7.51 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17198/stat : 17198 (java) S 17136 17139 15196 0 -1 1077944384 4747 12582 0 0 704 36 7 4 20 0 20 0 6390574 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959270550672 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17199] ppid=17136 vsize=10995452 CPUtime=7.56 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17199/stat : 17199 (java) S 17136 17139 15196 0 -1 1077944384 2601 12582 0 0 711 34 7 4 20 0 20 0 6390574 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959269497104 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17200] ppid=17136 vsize=10995452 CPUtime=7.48 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17200/stat : 17200 (java) S 17136 17139 15196 0 -1 1077944384 8094 12582 0 0 702 35 7 4 20 0 20 0 6390574 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959268444560 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17201] ppid=17136 vsize=10995452 CPUtime=7.5 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17201/stat : 17201 (java) S 17136 17139 15196 0 -1 1077944384 1761 12582 0 0 705 34 7 4 20 0 20 0 6390574 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959267392016 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17202] ppid=17136 vsize=10995452 CPUtime=7.54 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17202/stat : 17202 (java) S 17136 17139 15196 0 -1 1077944384 4157 12582 0 0 707 36 7 4 20 0 20 0 6390574 11259342848 186118 33554432000 4194304 4196468 140731636438368 139959266339472 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17203] ppid=17136 vsize=10995452 CPUtime=6.59 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17203/stat : 17203 (java) S 17136 17139 15196 0 -1 1077944384 10289 12582 0 0 614 34 7 4 20 0 20 0 6390577 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958416284144 139959666428546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17204] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17204/stat : 17204 (java) S 17136 17139 15196 0 -1 1077944384 55 12582 0 0 0 0 7 4 20 0 20 0 6390577 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958415230496 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17205] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17205/stat : 17205 (java) S 17136 17139 15196 0 -1 1077944384 44 12582 0 0 0 0 7 4 20 0 20 0 6390578 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958414177792 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17206] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17206/stat : 17206 (java) S 17136 17139 15196 0 -1 1077944384 1 12582 0 0 0 0 7 4 20 0 20 0 6390582 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958413126352 139959666435995 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17207] ppid=17136 vsize=10995452 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17207/stat : 17207 (java) S 17136 17139 15196 0 -1 1077944384 11774 12582 0 0 237 3 7 4 20 0 20 0 6390582 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958412072944 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17208] ppid=17136 vsize=10995452 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17208/stat : 17208 (java) S 17136 17139 15196 0 -1 1077944384 6627 12582 0 0 198 2 7 4 20 0 20 0 6390582 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958411020400 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17209] ppid=17136 vsize=10995452 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17209/stat : 17209 (java) S 17136 17139 15196 0 -1 1077944384 9395 12582 0 0 176 2 7 4 20 0 20 0 6390582 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958409967856 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17210] ppid=17136 vsize=10995452 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17210/stat : 17210 (java) S 17136 17139 15196 0 -1 1077944384 13415 12582 0 0 155 2 7 4 20 0 20 0 6390582 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958408915312 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17211] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17211/stat : 17211 (java) S 17136 17139 15196 0 -1 1077944384 3 12582 0 0 0 0 7 4 20 0 20 0 6390582 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958407863008 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17212] ppid=17136 vsize=10995452 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17212/stat : 17212 (java) S 17136 17139 15196 0 -1 1077944384 891 12582 0 0 56 54 7 4 20 0 20 0 6390582 11259342848 186118 33554432000 4194304 4196468 140731636438368 139958406810544 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
Current children cumulated CPU time (s) 2379.92
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2342.01 s]
/proc/loadavg: 1.99 1.77 1.60 3/282 17423
/proc/meminfo: memFree=28958620/32770624 swapFree=5784/155236
[pid=17139] ppid=17136 vsize=10995452 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 157235 12582 0 0 239623 373 7 4 20 0 20 0 6390561 11259342848 186152 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2748863 186152 3510 1 0 2736418 0
[pid=17139/tid=17194] ppid=17136 vsize=10995452 CPUtime=2324.74 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17194/stat : 17194 (java) R 17136 17139 15196 0 -1 4202560 65944 12582 0 0 232431 32 7 4 20 0 20 0 6390573 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959670651248 139959317971177 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17195] ppid=17136 vsize=10995452 CPUtime=7.65 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17195/stat : 17195 (java) S 17136 17139 15196 0 -1 1077944384 4448 12582 0 0 721 33 7 4 20 0 20 0 6390574 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959273708304 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17196] ppid=17136 vsize=10995452 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17196/stat : 17196 (java) S 17136 17139 15196 0 -1 1077944384 4021 12582 0 0 712 36 7 4 20 0 20 0 6390574 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959272655760 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17197] ppid=17136 vsize=10995452 CPUtime=7.51 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17197/stat : 17197 (java) S 17136 17139 15196 0 -1 1077944384 6595 12582 0 0 708 32 7 4 20 0 20 0 6390574 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959271603216 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17198] ppid=17136 vsize=10995452 CPUtime=7.58 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17198/stat : 17198 (java) S 17136 17139 15196 0 -1 1077944384 4755 12582 0 0 711 36 7 4 20 0 20 0 6390574 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959270550672 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17199] ppid=17136 vsize=10995452 CPUtime=7.63 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17199/stat : 17199 (java) S 17136 17139 15196 0 -1 1077944384 2610 12582 0 0 717 35 7 4 20 0 20 0 6390574 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959269497104 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17200] ppid=17136 vsize=10995452 CPUtime=7.56 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17200/stat : 17200 (java) S 17136 17139 15196 0 -1 1077944384 8287 12582 0 0 709 36 7 4 20 0 20 0 6390574 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959268444560 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17201] ppid=17136 vsize=10995452 CPUtime=7.56 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17201/stat : 17201 (java) S 17136 17139 15196 0 -1 1077944384 1773 12582 0 0 711 34 7 4 20 0 20 0 6390574 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959267392016 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17202] ppid=17136 vsize=10995452 CPUtime=7.6 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17202/stat : 17202 (java) S 17136 17139 15196 0 -1 1077944384 4170 12582 0 0 713 36 7 4 20 0 20 0 6390574 11259342848 186152 33554432000 4194304 4196468 140731636438368 139959266339472 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17203] ppid=17136 vsize=10995452 CPUtime=6.64 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17203/stat : 17203 (java) S 17136 17139 15196 0 -1 1077944384 10295 12582 0 0 619 34 7 4 20 0 20 0 6390577 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958416284144 139959666428546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17204] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17204/stat : 17204 (java) S 17136 17139 15196 0 -1 1077944384 55 12582 0 0 0 0 7 4 20 0 20 0 6390577 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958415230496 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17205] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17205/stat : 17205 (java) S 17136 17139 15196 0 -1 1077944384 44 12582 0 0 0 0 7 4 20 0 20 0 6390578 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958414177792 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17206] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17206/stat : 17206 (java) S 17136 17139 15196 0 -1 1077944384 1 12582 0 0 0 0 7 4 20 0 20 0 6390582 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958413126352 139959666435995 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17207] ppid=17136 vsize=10995452 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17207/stat : 17207 (java) S 17136 17139 15196 0 -1 1077944384 11774 12582 0 0 237 3 7 4 20 0 20 0 6390582 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958412072944 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17208] ppid=17136 vsize=10995452 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17208/stat : 17208 (java) S 17136 17139 15196 0 -1 1077944384 6627 12582 0 0 198 2 7 4 20 0 20 0 6390582 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958411020400 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17209] ppid=17136 vsize=10995452 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17209/stat : 17209 (java) S 17136 17139 15196 0 -1 1077944384 9395 12582 0 0 176 2 7 4 20 0 20 0 6390582 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958409967856 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17210] ppid=17136 vsize=10995452 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17210/stat : 17210 (java) S 17136 17139 15196 0 -1 1077944384 13415 12582 0 0 155 2 7 4 20 0 20 0 6390582 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958408915312 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17211] ppid=17136 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17211/stat : 17211 (java) S 17136 17139 15196 0 -1 1077944384 3 12582 0 0 0 0 7 4 20 0 20 0 6390582 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958407863008 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17212] ppid=17136 vsize=10995452 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17212/stat : 17212 (java) S 17136 17139 15196 0 -1 1077944384 891 12582 0 0 57 54 7 4 20 0 20 0 6390582 11259342848 186152 33554432000 4194304 4196468 140731636438368 139958406810544 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10995452

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

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

[startup+2342.2 s]
/proc/loadavg: 1.99 1.77 1.60 3/282 17423
/proc/meminfo: memFree=28958620/32770624 swapFree=5784/155236
[pid=17139] ppid=17136 vsize=11128580 CPUtime=2400.96 cores=1,3,5,7,9,11,13,15
/proc/17139/stat : 17139 (java) S 17136 17139 15196 0 -1 1077944320 163401 12582 0 0 239710 375 7 4 20 0 22 0 6390561 11395665920 187830 33554432000 4194304 4196468 140731636438368 140731636420912 139959666417399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
/proc/17139/statm: 2782145 187830 3510 1 0 2769700 0
[pid=17139/tid=17194] ppid=17136 vsize=11128580 CPUtime=2324.75 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17194/stat : 17194 (java) S 17136 17139 15196 0 -1 1077944384 66193 12582 0 0 232432 32 7 4 20 0 22 0 6390573 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959670654944 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17195] ppid=17136 vsize=11128580 CPUtime=7.74 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17195/stat : 17195 (java) S 17136 17139 15196 0 -1 1077944384 4459 12582 0 0 730 33 7 4 20 0 22 0 6390574 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959273708304 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17196] ppid=17136 vsize=11128580 CPUtime=7.68 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17196/stat : 17196 (java) S 17136 17139 15196 0 -1 1077944384 4023 12582 0 0 721 36 7 4 20 0 22 0 6390574 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959272655760 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17197] ppid=17136 vsize=11128580 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17197/stat : 17197 (java) S 17136 17139 15196 0 -1 1077944384 6606 12582 0 0 718 33 7 4 20 0 22 0 6390574 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959271603216 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17198] ppid=17136 vsize=11128580 CPUtime=7.67 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17198/stat : 17198 (java) S 17136 17139 15196 0 -1 1077944384 4760 12582 0 0 720 36 7 4 20 0 22 0 6390574 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959270550672 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17199] ppid=17136 vsize=11128580 CPUtime=7.73 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17199/stat : 17199 (java) S 17136 17139 15196 0 -1 1077944384 2611 12582 0 0 727 35 7 4 20 0 22 0 6390574 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959269497104 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17200] ppid=17136 vsize=11128580 CPUtime=7.66 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17200/stat : 17200 (java) S 17136 17139 15196 0 -1 1077944384 8289 12582 0 0 719 36 7 4 20 0 22 0 6390574 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959268444560 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17201] ppid=17136 vsize=11128580 CPUtime=7.66 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17201/stat : 17201 (java) S 17136 17139 15196 0 -1 1077944384 1777 12582 0 0 721 34 7 4 20 0 22 0 6390574 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959267392016 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17202] ppid=17136 vsize=11128580 CPUtime=7.71 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17202/stat : 17202 (java) S 17136 17139 15196 0 -1 1077944384 4174 12582 0 0 723 37 7 4 20 0 22 0 6390574 11395665920 187830 33554432000 4194304 4196468 140731636438368 139959266339472 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17203] ppid=17136 vsize=11128580 CPUtime=6.72 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17203/stat : 17203 (java) R 17136 17139 15196 0 -1 4202560 15964 12582 0 0 627 34 7 4 20 0 22 0 6390577 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958416282544 139959650773761 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17204] ppid=17136 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17204/stat : 17204 (java) S 17136 17139 15196 0 -1 1077944384 58 12582 0 0 0 0 7 4 20 0 22 0 6390577 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958415230336 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17205] ppid=17136 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17205/stat : 17205 (java) S 17136 17139 15196 0 -1 1077944384 44 12582 0 0 0 0 7 4 20 0 22 0 6390578 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958414177792 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17206] ppid=17136 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17206/stat : 17206 (java) S 17136 17139 15196 0 -1 1077944384 90 12582 0 0 0 0 7 4 20 0 22 0 6390582 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958413126352 139959666435995 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17207] ppid=17136 vsize=11128580 CPUtime=2.51 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17207/stat : 17207 (java) S 17136 17139 15196 0 -1 1077944384 11774 12582 0 0 237 3 7 4 20 0 22 0 6390582 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958412072944 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17208] ppid=17136 vsize=11128580 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17208/stat : 17208 (java) S 17136 17139 15196 0 -1 1077944384 6627 12582 0 0 198 2 7 4 20 0 22 0 6390582 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958411020400 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17209] ppid=17136 vsize=11128580 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17209/stat : 17209 (java) S 17136 17139 15196 0 -1 1077944384 9395 12582 0 0 176 2 7 4 20 0 22 0 6390582 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958409967856 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17210] ppid=17136 vsize=11128580 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17210/stat : 17210 (java) S 17136 17139 15196 0 -1 1077944384 13415 12582 0 0 155 2 7 4 20 0 22 0 6390582 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958408915312 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17211] ppid=17136 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17211/stat : 17211 (java) S 17136 17139 15196 0 -1 1077944384 3 12582 0 0 0 0 7 4 20 0 22 0 6390582 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958407863008 139959666427605 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
[pid=17139/tid=17212] ppid=17136 vsize=11128580 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/17139/task/17212/stat : 17212 (java) S 17136 17139 15196 0 -1 1077944384 891 12582 0 0 57 54 7 4 20 0 22 0 6390582 11395665920 187830 33554432000 4194304 4196468 140731636438368 139958406810544 139959666428546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9433088 140731636439745 140731636442519 140731636442519 140731636445135 0
Current children cumulated CPU time (s) 2400.96
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2342.23
CPU time (s): 2401.02
CPU user time (s): 2397.22
CPU system time (s): 3.80393
CPU usage (%): 102.51
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.22
system time used= 3.80393
maximum resident set size= 752448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286014
involuntary context switches= 174064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.546 second user time and 21.1939 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 10:14:14
IDJOB=4246228
IDBENCH=124301
IDSOLVER=2630
FILE ID=node145/4246228-1500711254
RUNJOBID= node145-1500697238-13814
PBS_JOBID= 20623333
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m1-k4/Langford-4-35.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246228-1500711254/watcher-4246228-1500711254 -o /tmp/evaluation-result-4246228-1500711254/solver-4246228-1500711254 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13814 --watchdog 2560  bin/concrete HOME/instance-4246228-1500711254.xml

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

MD5SUM BENCH= a55c0e76347529fc2e2a84bb664efaa0
RANDOM SEED=587070013

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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.43
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.43
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:        30872832 kB
MemAvailable:   31041152 kB
Buffers:          152400 kB
Cached:           287396 kB
SwapCached:            0 kB
Active:          1219764 kB
Inactive:         220400 kB
Active(anon):     944064 kB
Inactive(anon):    67856 kB
Active(file):     275700 kB
Inactive(file):   152544 kB
Unevictable:        5784 kB
Mlocked:            5784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24236 kB
Writeback:             0 kB
AnonPages:       1024296 kB
Mapped:            44232 kB
Shmem:              8852 kB
Slab:             145988 kB
SReclaimable:     111820 kB
SUnreclaim:        34168 kB
KernelStack:        4864 kB
PageTables:         7956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1734396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    790528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61816 MiB
End job on node145 at 2017-07-22 10:53:17